

/* Start:/local/templates/newroom24_cur/styles.css?1732383641148*/
@media (max-width: 600px) {
    .in_img {
        width: 100%;
        height: auto;
        float: none;
        display: block;
    }
}


/* End */


/* Start:/local/templates/newroom24_cur/main.css?173238364168168*/
html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
}
#global100 {
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
a {
    transition: opacity .3s;
}
a:hover {
    opacity: .7;
}
img {
    border: none;
}
.content {
    max-width: 1100px;
    margin: 0 auto;
    min-width: 1024px;
}
input:focus {
    outline: none;
}
@media only screen and (min-width : 1200px) {
    .content {
        max-width: 94%;
        width: 100%;
        min-width: 1200px;
    }
}
@media only screen and (min-width : 1800px) {
    .content {
        max-width: 1540px;
    }
}
#global100 > .top_banner img,
#global100 > .top_banner a {
    display: block;
    margin: 0;
    width: 100%;
}
#global100.scroll > .header_stub {
    height: 167px;
}
header {
    background: #2A2625;
    height: 167px;
    z-index: 201;
    position: relative;
}
header .top_part {
    min-height: 120px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;    
}
header .content a.logo {
    min-width: 50%;
    text-align: center;
}
header .content .right_part,
header .content .left_part {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 335px;
    width: 100%;
    min-width: 250px;    
}
footer .social a,
header .content .right_part .social a {
    display: inline-block;
    font-size: 25px;
    width: 1em;
    height: 1em;
    background: no-repeat center center / contain;
    margin-left: 9px;
}
footer .social a.vk,
header .content .right_part .social a.vk {
    background-image: url('/local/templates/newroom24_cur/style/soc_vk.svg');
}
footer .social a.fb,
header .content .right_part .social a.fb {
    background-image: url('/local/templates/newroom24_cur/style/soc_fb.svg');
}
footer .social a.yt,
header .content .right_part .social a.yt {
    background-image: url('/local/templates/newroom24_cur/style/soc_yt.svg');
}
footer .social a.tw,
header .content .right_part .social a.tw {
    background-image: url('/local/templates/newroom24_cur/style/soc_tw.svg');
}
header .content .right_part .personal,
header .content .right_part .search {
    width: 1em;
    height: 1em;
    font-size: 20px;
    background: no-repeat center center / contain;
    margin-left: 20px;
    min-width: 1em;
    display: block;
}
header .content .right_part .personal {
    background-image: url(/local/templates/newroom24_cur/style/personal.svg);
}
header .content .right_part .search {
    /*margin-left: 40px;*/
}
.menu_trigger {
    position: relative;
    width: 1.2em;
    height: 1em;
    /*top: 0;
    bottom: 0;
    margin: auto;*/
    display: block;
    font-size: 24px;
    z-index: 200;
    min-width: 1.2em;
    cursor: pointer;
    transition: all .3s;
}   
.menu_trigger:hover {
    opacity: .8;
}
.menu_trigger:before, .menu_trigger:after, .menu_trigger span {
    content:'';
    display: block;
    width: 100%;
    height: 4px;
    background: #fff;
    position: absolute;
    transition: all .3s;
}
body.show_menu .menu_trigger:before,
body.show_menu .menu_trigger:after,
body.show_menu .menu_trigger span {
    background: #ED1C24;
}
.menu_trigger:before {
    top: 0;
}
.menu_trigger:after {
    bottom: 0;     
    z-index: 100;
}
.menu_trigger span {
    top: 0;
    bottom: 0;
    margin: auto;
}
body.show_menu .menu_trigger:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);    
    top: 0.42em;  
}
body.show_menu .menu_trigger:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);  
    bottom: 0.42em;   
}   
body.show_menu .menu_trigger span {
    background: transparent;
}   
header nav {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 10px;
}
header nav a {
    color: #fff;    
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.05em;
}
#global100 > .screen {
    padding: 54px 0;
}
section.index_slider {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;   
}
section.index_slider .slider_container {
    max-width: 74.54%;
    flex: 0 0 74.54%;
    -webkit-flex: 0 0 74.54%;
    -ms-flex: 0 0 74.54%;
    background: #eee;


    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;    
}
section.index_slider .slider_container .pic {
    position: relative;
}
section.index_slider .slider_container .pic img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
section.index_slider .slider_container .text,
section.index_slider .slider_container .pic {
    max-width: 50%;
    flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    height: 100%;
    box-sizing: border-box;
}
section.index_slider .slider_container .text {
    border-right: 1px solid #F5EFE9;
}
section.index_slider .slider_container .text > .block {
    height: 33%;
    background: #fff;
    box-sizing: border-box;
    padding: 17px 32px;
    border-left: 6px solid #F5EFE9;
}
section.index_slider .slider_container .text > .block:hover {
    border-left: 6px solid #D87075;
    transition: all .3s;
    cursor: pointer;  
    background: #F4F2EF;
}
section.index_slider .slider_container .text > .block.active {
    border-left: 6px solid #D90C14;
    background: #F5EFE9;
}
section.index_slider .slider_container .text > .block:nth-child(1) {
    border-top: 1px solid #F5EFE9;
}
section.index_slider .slider_container .text > .block:nth-child(3) {
    border-bottom: 1px solid #F5EFE9;
}
section.index_slider .slider_container .text > .block:nth-child(1),
section.index_slider .slider_container .text > .block:nth-child(2) {
    border-bottom: 1px solid #F5EFE9;
}
section.index_slider .slider_container .text > .block:last-child {
    height: 34%;
}
section.index_slider .slider_container .text .block a.title {
    font-size: 1.1em;
    font-weight: bold;
    color: #2A2625;
    margin-bottom: 8px;
    text-decoration: none;
}
section.index_slider .slider_container .text .block p {
    font-size: .9em;
    color: #2A2625;
    line-height: 1.4em;
    margin-bottom: 0;
}
section.index_slider .slider_container .text .block a.more {
    float: right;
}
a.more {
    text-decoration: none;
    font-size: 1.05em;
    color: #2A2625;
}
a.more:after {
    content:'';
    display: inline-block;
    font-size: 1.2em;
    width: 1.2em;
    height: 1em;
    background: url(/local/templates/newroom24_cur/style/arr_more.svg) no-repeat center center / contain;
    margin-left: 8px;
    position: relative;
    top: 4px;
}
section.index_slider .important {
    max-width: 23.5%;
    flex: 0 0 23.5%;
    -webkit-flex: 0 0 23.5%;
    -ms-flex: 0 0 23.5%;    
    position: relative;
    cursor: pointer;
}
section.index_slider .important .wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
section.index_slider .important .news {
    height: 100%;
    width: 100%;
    position: relative;    
}
section.index_slider .important .news:before {
    background: linear-gradient(180deg, rgba(42,38,37,0.6) 0%, rgba(42,38,37,0) 50%, rgba(42,38,37,1) 100%);
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 10;

}
section.index_slider .important .news img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
section.index_slider .important .news .title {
    position: absolute;
    top: 35px;
    left: 39px;
    right: 39px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 2em;
    z-index: 15;
    font-weight: bold;
    text-transform: uppercase;
}
section.index_slider .important .news .bottom {
    bottom: 35px;
    left: 39px;
    right: 39px;    
    color: #fff;
    position: absolute;
    z-index: 15;
    transition: transform .3s;
}
section.index_slider .important .news .bottom .date {
    font-size: .88em;
}
section.index_slider .important .news .bottom a {
    font-size: 1.1em;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: 8px 0;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;

}
section.index_slider .important .news .bottom span {
    font-size: .88em;
}
section.index_slider .important:before {
    width: 100%;
    padding-top: 135.35%;
    height: 0;
    content:'';
    display: block;    
}
.beige,
section.beige {
    background: #F5EFE9;
}
.lenta_wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;    
}
.lenta_wrap .block {
    max-width: 31.5%;
    flex: 0 0 31.5%;
    -webkit-flex: 0 0 31.5%;
    -ms-flex: 0 0 31.5%;
    margin: 0 2.75% 2.75% 0;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.lenta_wrap .block:nth-child(3n+3) {
    margin-right: 0;
}
.lenta_wrap .block .img {
    position: relative;
    display: block;

    max-width: 25.15%;
    flex: 0 0 25.15%;
    -webkit-flex: 0 0 25.15%;
    -ms-flex: 0 0 25.15%;   
    margin-right: 19px; 
}
.lenta_wrap .block .img:before {
    width: 100%;
    padding-top: 100%;
    height: 0;
    content:'';
    display: block;     
}
.lenta_wrap .block .img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lenta_wrap .block .date {
    font-size: .8em;
    color: #2A2625;
    font-weight: 300;
    margin-bottom: 6px;
}
.lenta_wrap .block a {
    font-size: 1.1em;
    color: #2A2625;
    font-weight: bold;
    text-decoration: none;
}
.lenta_wrap .block p {
    margin-top: 5px;
    font-weight: 300;
    color: #666666;
    font-size: 0.88em;
}
h2 {
    font-size: 2.2em;
    color: #2A2625;
    font-weight: bold;
    display: inline-block;
    border-bottom: 3px solid #D90C14;
    padding-bottom: 3px;
}
h2 span {
    color: #D90C14;
}


@media only screen and (min-width : 1200px) and (max-width : 1799px)  {
    section.index_slider .slider_container .text > .block {
        padding: 13px 22px;
    }
    section.index_slider .slider_container .text .block p {
        font-size: .8em;
        margin-top: 8px;
    }
    a.more {
        font-size: .9em;
    }
    .lenta_wrap .block a {
        font-size: 1em;
    }
    .lenta_wrap .block p {
        font-size: .8em;
    }
}
.category_single {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;    
}
.category_single .block {
    max-width: 49%;
    flex: 0 0 49%;
    -webkit-flex: 0 0 49%;
    -ms-flex: 0 0 49%;    
    margin: 0 2% 2% 0;

    max-width: 24%;
    flex: 0 0 24%;
    -webkit-flex: 0 0 24%;
    -ms-flex: 0 0 24%;    
    margin: 0 1.33% 0% 0;

    
}
.category_single h2 {
    font-size: 1.9em;
}
.news_single:before {
    width: 100%;
    padding-top: 54.43%;
    /*padding-top: 104.43%;*/
    padding-top: 114.43%;
    height: 0;
    content:'';
    display: block;    
    z-index:10;
    position: relative;

/*    background: rgb(42,38,37);
    background: -moz-linear-gradient(180deg, rgba(42,38,37,0.09287464985994398) 0%, rgba(42,38,37,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(42,38,37,0.09287464985994398) 0%, rgba(42,38,37,1) 100%);
    background: linear-gradient(180deg, rgba(42,38,37,0.09287464985994398) 0%, rgba(42,38,37,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2a2625",endColorstr="#2a2625",GradientType=1);
*/    
    /*background: rgb(42,38,37);*/
    /*background: -moz-linear-gradient(180deg, rgba(42,38,37,0.09287464985994398) 0%, rgba(42,38,37,1) 65%);*/
    background: -webkit-linear-gradient(-90deg, rgba(42,38,37,0.09287464985994398) 40%, rgba(42,38,37,1) 100%);
}
.news_single img {
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.news_single {
    position: relative;
    cursor: pointer; 
    background: rgba(42,38,37,1);   
}
.news_single .bottom {
    padding: 30px 35px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.75);
    z-index: 30;
    transition: transform .3s;
}
.news_single .bottom .date {
    font-size: .88em;
    margin-bottom: 8px;
}
.news_single .bottom a {
    font-size: 1.3em;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
.news_single .bottom p {
    font-size: 0.88em;
}
/*.category_single .block:nth-child(4n+4) {
    margin-right: 0;
}*/
.category_single .block.last_block {
    margin-right: 0;
}
/*.category_single .block:nth-child(2n+2) {
    margin-right: 0;
}*/
.category_single .block:nth-last-child(2),
.category_single .block:nth-last-child(1) {
    margin-bottom: 0;
}
.news_from_category .wrap .block:hover .bottom,
.big_news_centered .block:hover .bottom,
section.index_slider .important .news:hover .bottom,
.news_single:hover .bottom {
    transform: translate(0, -20px);
}
.banner_betweeen_rows img {
    max-width: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
}
.big_news_centered .wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;    
}
.big_news_centered .wrap .left_part, 
.big_news_centered .wrap .right_part {
    max-width: 23.57%;
    flex: 0 0 23.57%;
    -webkit-flex: 0 0 23.57%;
    -ms-flex: 0 0 23.57%;    
    position: relative;
} 
.big_news_centered .wrap .left_part {
    max-width: 22.97%;
    flex: 0 0 22.97%;
    -webkit-flex: 0 0 22.97%;
    -ms-flex: 0 0 22.97%;     
}
.big_news_centered .wrap .right_part {
    max-width: 21.77%;
    flex: 0 0 21.77%;
    -webkit-flex: 0 0 21.77%;
    -ms-flex: 0 0 21.77%;    
}
.big_news_centered .wrap .big {
    max-width: 49.16%;
    flex: 0 0 49.16%;
    -webkit-flex: 0 0 49.16%;
    -ms-flex: 0 0 49.16%;      
}
.big_news_centered .wrap .right_part .banner_vertical {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.big_news_centered .wrap .right_part .banner_vertical img {
    height: 100%;
}
.big_news_centered .wrap .left_part > .block,
.big_news_centered .wrap .right_part > .block,
.big_news_centered .wrap .big > .block {
    width: 100%;
}
.big_news_centered .wrap .block:before {
    width: 100%;
    padding-top: 128%;
    height: 0;
    content:'';
    display: block;     
    background: rgb(42,38,37);
    background: -moz-linear-gradient(180deg, rgba(42,38,37,0) 35%, rgba(42,38,37,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(42,38,37,0) 35%, rgba(42,38,37,1) 100%);
    background: linear-gradient(180deg, rgba(42,38,37,0) 35%, rgba(42,38,37,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2a2625",endColorstr="#2a2625",GradientType=1);    z-index: 10;
    z-index: 10;   
    position: relative; 


    background: rgb(42,38,37);
    background: linear-gradient(180deg, rgba(42,38,37,0.00009287464985994398) 40%, rgba(42,38,37,1) 65%);    
}
.big_news_centered .wrap .block {
    position: relative;
    cursor: pointer;
    background: rgba(42,38,37,1);
}
.big_news_centered .wrap .block img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.big_news_centered .wrap .left_part .block img,
.big_news_centered .wrap .right_part .block img {
    height: 70%;
}
.big_news_centered .wrap .block .bottom p {
    color: #C8C8C8;    
    margin: 12px 0 0 0;
}
.big_news_centered .wrap .block .bottom {
    position: absolute;
    bottom: 30px;
    left: 25px;
    right: 25px;
    z-index: 20;
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    transition: transform .3s;
}
.big_news_centered .wrap .block .bottom a {
    color: #fff;
    font-size: 1.2em;
    text-decoration: none;
    font-weight: bold;
text-shadow: 0px 0px 4.2px rgba(0, 0, 0, 0.95);
}
.big_news_centered .wrap .right_part > .block:first-child,
.big_news_centered .wrap .left_part > .block:first-child {
    margin-bottom: 7.8%;
}
.big_news_centered .wrap .big,
.big_news_centered .wrap .left_part {
    margin-right: 1.946052%;
}
.big_news_centered .wrap .block .date {
    font-size: .8em;
    margin-bottom: 6px;
}
.big_news_centered .wrap .right_part > .block p,
.big_news_centered .wrap .left_part > .block p {
    font-size: .88em;
}
.big_news_centered .wrap .big .block a {
    font-size: 1.8em;
}

a.button {
    display: inline-block;
    padding: 5px 25px 11px 25px;
    border-radius: 2px;
    background: #D90C14;
    color: #fff;
    font-size: 1.05em;
    text-decoration: none;
    border: none;
    line-height: normal; 
    font-family: 'Roboto', sans-serif;
}
a.button:after {
    content:'';
    background: url('/local/templates/newroom24_cur/style/arr_white.svg') no-repeat center center / contain;
    height: 20px;
    width: 32px;
    display: inline-block;
    position: relative;
    margin-left: 9px;   
    top: 5px;
}
input[type=submit].button {
    display: inline-block;
    padding: 9px 57px 11px 25px;
    border-radius: 2px;
    background: #D90C14;
    color: #fff;
    font-size: 1.05em;
    text-decoration: none;
    border: none;
    line-height: normal; 
    font-family: 'Roboto', sans-serif;    

    background: #D90C14 url('/local/templates/newroom24_cur/style/arr_white.svg') no-repeat center right 16px;
    cursor: pointer;
    transition: opacity .3s;

}
input[type=submit].button:hover {
    opacity: .6;
}
.big_news_centered a.button.view_more {
    margin-top: 31px;
}
section.chess .wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;    
}
.chess .category {
    padding: 40px 50px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;    
    max-width: 49%;
    flex: 0 0 49%;
    -webkit-flex: 0 0 49%;
    -ms-flex: 0 0 49%; 
    margin: 0 0 1% 0;
    box-sizing: border-box;
}
.chess .category:nth-child(4n+1),
.chess .category:nth-child(4n+0) {
    background: #F5EFE9;
}
.chess .category .category_link {
    display: block;
    position: relative;
    max-width: 44.96951%;
    flex: 0 0 44.96951%;
    -webkit-flex: 0 0 44.96951%;
    -ms-flex: 0 0 44.96951%;
    overflow: hidden;
}
.chess .category .category_link .bottom {
    position: absolute;
    bottom: 26px;
    left: 24px;
    right: 24px;
    z-index: 20;
    color: #fff;
    transform: translate(0, 15px);
    transition: transform .3s;
}
.chess .category .category_link .bottom span {
    font-size: 1.4em;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: bold;
}
.chess .category .category_link .bottom .more {
    transform: translate(0, 50px);
    transition: transform .3s;
}
.chess .category .category_link .bottom .more:after {
    content:'';
    display: inline-block;
    font-size: 1.2em;
    width: 1.2em;
    height: 1em;
    background: url(/local/templates/newroom24_cur/style/arr_more.svg) no-repeat center center / contain;
    margin-left: 8px;
    position: relative;
    top: 6px;    
}
.chess .category .category_link:hover .bottom,
.chess .category .category_link:hover .bottom .more {
    transform: translate(0, 0px);
}
.chess .category .category_link:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content:'';
    display: block; 
    z-index: 10;
    position: absolute;     
    background: rgb(42,38,37);
    background: -moz-linear-gradient(180deg, rgba(42,38,37,0) 35%, rgba(42,38,37,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(42,38,37,0) 35%, rgba(42,38,37,1) 100%);
    background: linear-gradient(180deg, rgba(42,38,37,0) 35%, rgba(42,38,37,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2a2625",endColorstr="#2a2625",GradientType=1);    z-index: 10;
}
.chess .category .category_link img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.chess .category .cont {
    max-width: 50.45732%;
    flex: 0 0 50.45732%;
    -webkit-flex: 0 0 50.45732%;
    -ms-flex: 0 0 50.45732%;
}
.chess .category .cont .block {
    margin-bottom: 27px;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.chess .category .cont .block:nth-last-child {
    margin-bottom: 0;
}
.chess .category .cont .block .img {
    position: relative;
    display: block;

    max-width: 29.9%;
    flex: 0 0 29.9%;
    -webkit-flex: 0 0 29.9%;
    -ms-flex: 0 0 29.9%;   
    margin-right: 14px; 
}
.chess .category .cont .block .img:before {
    width: 100%;
    padding-top: 100%;
    height: 0;
    content:'';
    display: block;     
}
.chess .category .cont .block .img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.chess .category .cont .block .date {
    font-size: .8em;
    color: #2A2625;
    font-weight: 300;
    margin-bottom: 3px;
}
.chess .category .cont .block a {
    font-size: 0.88em;
    color: #2A2625;
    font-weight: bold;
    text-decoration: none;
}
.chess .category .cont .block p {
    margin-top: 5px;
    font-weight: 300;
    color: #666666;
    font-size: 0.8em;
    margin-bottom: 0;
}
.two_columns {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;    
}
.two_columns > .column {
    max-width: 49%;
    flex: 0 0 49%;
    -webkit-flex: 0 0 49%;
    -ms-flex: 0 0 49%;    
}
.two_columns > .column:first-child {
    margin-right: 2%;    
}
.lenta_mneniy {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.lenta_mneniy .block {
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
    background: #F5EFE9;    
    margin-bottom: 24px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.lenta_mneniy .block .data {
    padding: 30px;    
    box-sizing: border-box;    
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
}
.lenta_mneniy .block .pic {
    display: block;
    max-width: 24.76821%;
    flex: 0 0 24.76821%;
    -webkit-flex: 0 0 24.76821%;
    -ms-flex: 0 0 24.76821%;
    position: relative;
}
.lenta_mneniy .block .pic:before {
    width: 100%;
    padding-top: 100%;
    height: 0;
    content:'';
    display: block;
}
.lenta_mneniy .block .pic img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lenta_mneniy .block .data .date {
    font-size: .8em;
    color: #2A2625;
}
.lenta_mneniy .block .data a.title {
    font-size: .8em;
    margin: 8px 0 7px 0;
    color: #2A2625;
    font-size: 1.5em;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
}
.lenta_mneniy .block .data p {
    font-size: .8em;
    color: #666666;
    margin: 0;
}
.lenta_mneniy .block .data a:not(.title) {
    color: #D90C14;
    font-size: .8em;
    margin-top: 5px;
}
.lenta_mneniy .block .data a:not(.title):hover {
    text-decoration: none;
}
.lenta_mneniy .banner_wrap {
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px;    
}
.lenta_mneniy .banner_wrap .banner img {
    max-width: 100%;
}
.voting {
    padding: 60px 90px;
    position: relative;
    box-sizing: border-box;
}
.voting > * {
    z-index: 20;
    position: relative;
}
.voting > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.voting:before {
    content:'';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10; 
    background: rgba(245, 239, 233, 0.95);
}
.voting h3 {
    color: #D90C14;
    font-size: 1.5em;
    font-weight: bold;
    margin-top:0;
}
form.vote .string {
    display: block;
    padding: 10px 0;
}
form.vote label {
    cursor: pointer;
    transition: opacity .3s;        
}
form.vote input[type=radio] {
    display: none;
}
form.vote label:before {
    content:'';
    display: inline-block;
    width: 1em;
    height: 1em;
    font-size: 16px;
    background: #fff;
    border-radius: 1em;
    border: 2px solid #fff;
    box-sizing: border-box;
    box-shadow: 0px 0px 2px rgba(0,0,0,.3);
    top: 3px;
    margin-right: 10px;
    position: relative;
    transition: background .3s;    
}
form.vote input[type=radio]:checked + label:before {
    background: #D90C14;
}
form.vote label:hover {
    opacity: .7;
}
footer {
    margin-top: -445px;
    background: #2A2625;
}
footer .top_line {
    height: 98px;
    color: #fff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;    
}
footer .top_line a {
    color: #fff;
}
footer .top_line .left .logo {
    margin-right: 44px;
}
footer .top_line .left {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
footer .top_line .right a {
    margin-right: 60px;
    font-size: .88em;
    text-decoration: none;
}
footer .middle_line {
    border-top: 1px solid rgba(255, 255, 255, 0.1);    
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);    
    padding: 45px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;   
}
footer .middle_line .name {
    text-transform: uppercase;
    color: #4A4A4A;
    font-size: 1.1em;
    font-weight: bold;
    margin-right: 80px;
}
footer .middle_line .right,
footer .middle_line .left {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
footer .middle_line .links {
    columns: 3;
    column-width:150px;
    max-width: 500px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;    
}
footer .middle_line .links a {
    color: rgba(255, 255, 255, 0.6);
    font-size: .88em;
    text-decoration: none;
}
footer .middle_line .links a:after {
    content:'';
    display: block;
    clear: both;
    height: 23px;
}
footer .middle_line .mail_list {
    max-width: 359px;
    color: rgba(255, 255, 255, 0.6);
}
footer .middle_line .mail_list input {
    width: 100%;
    display: block;
    padding: 0 10px;
    font-size: 1.05em;
    box-sizing: border-box;
    height: 40px;
    margin: 14px 0 16px 0;
}
footer .middle_line .mail_list .button {
    background: #fff;
    color: #2A2625;
    padding: 8px 25px 9px 25px;
    cursor: pointer;
}
footer .middle_line .mail_list .button:after {
    display: none;
}
footer .bottom_line {
    min-height: 87px;
    color: rgba(255, 255, 255, 0.6);
    font-size: .8em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;   
}
#global100:after {
    display: block;
    height: 445px;
    content:'';
}
section.main {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
/*    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;*/
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;   
}
section.main .left {
    max-width: 57.4%;
    flex: 0 0 57.4%;
    -webkit-flex: 0 0 57.4%;
    -ms-flex: 0 0 57.4%;    
}
section.main .right {
    max-width: 33.9%;
    flex: 0 0 33.9%;
    -webkit-flex: 0 0 33.9%;
    -ms-flex: 0 0 33.9%;
    /*padding-bottom: 105px;*/
    /*position: sticky;*/
}
section.main .left > h1 {
    font-size: 2.5em;
    color: #2A2625;
    font-weight: bold;
    display: inline-block;
    border-bottom: 3px solid #D90C14;
    padding-bottom: 3px;
    margin-top: 0;
}
section.main .left > h1 span {
    color: #D90C14;
}
section.main .left .header_alt {
    color: #C4C4C4;
    font-size: 1.05em;
    font-weight: 600;
    text-transform: uppercase;
}
.completed_vote .date,
.current_vote .date {
    color: #C4C4C4;
    font-size: 1.05em;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;    
}
.sb-row-center {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.current_vote .stat span {
    color: #D90C14;
    font-size: 1.1em;
}
.completed_vote {
    margin: 45px 0;
}
.completed_vote h3 {
    color: #D90C14;
    margin-top: 0;
    font-size: 1.4em;
}
.completed_vote .completed_voting_wrap {
    margin-top: 38px;
    margin-bottom: 30px;
}
.completed_vote .completed_voting_wrap .string {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; 
    margin-bottom: 10px;   
}
.completed_vote .completed_voting_wrap .string label {
    max-width: 25.72%;
    flex: 0 0 25.72%;
    -webkit-flex: 0 0 25.72%;
    -ms-flex: 0 0 25.72%;    
    box-sizing: border-box;
    padding-right: 10px;
}
.completed_vote .completed_voting_wrap .bar {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    position: relative;   
    min-height: 27px;
    background: #F5EFE9;
} 
.completed_vote .completed_voting_wrap .bar div {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #D90C14;
}
.completed_vote .completed_voting_wrap .string .stat {
    min-width: 116px;
    flex: 0 0 116px;
    -webkit-flex: 0 0 116px;
    -ms-flex: 0 0 116px;    
    box-sizing: border-box;
    padding-right: 10px;
    text-align: right;
    padding-left: 10px;
    font-size: 1.05em;
}
.completed_vote .completed_voting_wrap .string .stat span {
    color: #D90C14;
}
.completed_vote .stat {
    font-size: 1.05em;
}
.completed_vote .stat span {
    color: #D90C14;
}
.right_column_banner,
.right_column_category {
    padding-bottom: 39px;
}
.right_column_other h3,
.right_column_category h3 {
    color: #2A2625;
    font-size: 1.4em;
    margin-top: 0;
    margin-bottom: 35px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.right_column_banner a,
.right_column_banner a img {
    display: block;
    max-width: 100%;
    max-width: 362px;
    height: auto !important;
    margin-left: auto;
    margin-right: auto;
}
.right_column_category .wrap .block {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 27px;
}
.right_column_category .wrap .block .img {
    position: relative;
    display: block;

    max-width: 25.15%;
    flex: 0 0 25.15%;
    -webkit-flex: 0 0 25.15%;
    -ms-flex: 0 0 25.15%;   
    margin-right: 19px; 
}
.right_column_category .wrap .block .img:before {
    width: 100%;
    padding-top: 100%;
    height: 0;
    content:'';
    display: block;     
}
.right_column_category .wrap .block .img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.right_column_category .wrap .block .date {
    font-size: .8em;
    color: #2A2625;
    font-weight: 300;
    margin-bottom: 6px;
}
.right_column_category .wrap .block a {
    font-size: 1.1em;
    color: #2A2625;
    font-weight: bold;
    text-decoration: none;
}
.right_column_category .wrap .block p {
    margin-top: 5px;
    font-weight: 300;
    color: #666666;
    font-size: 0.88em;
}
.right_column_category.beige {
    padding: 35px 30px;
}
.right_column_category.beige h3 {
    border-bottom: none;
}
.right_column_other .wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;    
}
.right_column_other .wrap > * {
    max-width: 49%;
    flex: 0 0 49%;
    -webkit-flex: 0 0 49%;
    -ms-flex: 0 0 49%;     
    margin: 0 0 2% 0;
    position: relative;
}
.right_column_other .wrap > .banner img {
    max-width: 100%;
}
.right_column_other .wrap > .other_category img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.right_column_other .wrap > .other_category:before {
    width: 100%;
    padding-top: 100%;
    height: 0;
    content:'';
    display: block;  
    z-index: 10;     
    background: rgb(42,38,37);
    background: -moz-linear-gradient(180deg, rgba(42,38,37,0) 40%, rgba(42,38,37,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(42,38,37,0) 40%, rgba(42,38,37,1) 100%);
    background: linear-gradient(180deg, rgba(42,38,37,0) 40%, rgba(42,38,37,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2a2625",endColorstr="#2a2625",GradientType=1);    position: relative;
}
.right_column_other .wrap > *:nth-child(odd) {
    margin-right: 2%;
}
.right_column_other .wrap > .other_category span {
    position: absolute;
    bottom: 20px;
    left: 28px;
    z-index: 20;
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
}
.right_column_category.with_border {
    border: 1px solid #E5E5E5;
    padding: 35px 30px;
}
.right_column_other {
    margin-bottom: 39px;
}
.news_big_photo {
    position: relative;
    margin-bottom: 30px;
}
.news_big_photo > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.news_big_photo:before {
    width: 100%;
    padding-top: 48.87%;
    height: 0;
    content:'';
    display: block;    
    background: rgba(42, 38, 37, 0.6);
    /*backdrop-filter: blur(4px);*/
    z-index: 10;
    position: relative;


    background: rgb(42,38,37);
    background: -moz-linear-gradient(180deg, rgba(42,38,37,0) 35%, rgba(42,38,37,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(42,38,37,0) 35%, rgba(42,38,37,1) 100%);
    background: linear-gradient(180deg, rgba(42,38,37,0) 35%, rgba(42,38,37,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2a2625",endColorstr="#2a2625",GradientType=1);    
}
.news_big_photo .bottom {
    bottom: 28px;
    left: 42px;
    right: 42px;
    z-index: 20;
    color: #fff;
    z-index: 20;
    position: absolute;
}
.news_big_photo .tag {
    display: inline-block;
    background: #D90C14;
    border-radius: 2px;
    color: #fff;
    padding: 3px 11px 5px 11px;
}
.news_big_photo .date {
    font-size: .88em;
    margin: 9px 0;
}
.news_big_photo h1 {
    margin: 0 0 9px 0;
    color: #fff;
}
.news_big_photo .bottom p {
    margin: 0;
    font-size: 1.1em;
}
.news_share {
    margin: 35px 0;
}
.news_share .share {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;    
    color: #D90C14;
    font-size: .88em;
}
.news_share .share .ya-share-container {
    margin-left: 5px;
}
.news_share .views {
    color: #A5A5A5;    
    font-size: .88em;
}
.news_share .views:before {
    content:'';
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url('/local/templates/newroom24_cur/style/views.svg') no-repeat center center / contain;
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 5px;
}
.main_text {
    font-size: 1.15em;
    line-height: 1.6em;
    font-weight: 300;
}
.main_text ol {
    list-style: none;
    counter-reset: myCounter;
}
.main_text ol li {
    counter-increment: myCounter;
}
.main_text ol li:before {
    content:counter(myCounter) ". ";    
    color: #D90C14;
    font-weight: 400;
}
blockquote {
    background: #F5EFE9;    
    padding: 36px 95px 39px 95px;
    position: relative;
    margin: 30px 0;
    text-align: center;
    line-height: 1.4em;
    font-weight: 500;
}
blockquote .quote {
    display: block;
    margin: 0 auto 23px auto;
    width: 1em;
    height: 1em;
    font-size: 39px;
    background: url('/local/templates/newroom24_cur/style/quote.svg') no-repeat center center / contain;
}
blockquote .author {
    margin-top: 28px;
    font-size: 0.88em;
    font-weight: 300;
}
blockquote .author span {
    color: #D90C14;
}
.news_share .report_error {
    text-decoration: underline;
    cursor: pointer;
    font-size: .88em;
}
.news_share .report_error:before {
    content:'';
    display: inline-block;
    background: url('/local/templates/newroom24_cur/style/mini_logo.png') no-repeat center center / contain;
    width: 77px;
    height: 19px;
    margin-right: 7px;
    top: 3px;
    position: relative;
}
.banner_after_news {
    margin: 30px 0;
    max-width: 100%;
}
.banner_after_news a,
.banner_after_news a img {
    max-width: 100%;
}
.news_from_category .wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;    
}
.news_from_category .wrap .banner,
.news_from_category .wrap .block {
    flex: 0 0 49%;
    -webkit-flex: 0 0 49%;
    -ms-flex: 0 0 49%;  
    position: relative;  
    margin-bottom: 2%;
    cursor: pointer;
}
.news_from_category .wrap .block:after {
    width: 100%;
    padding-top: 100%;
    height: 0;
    content:'';
    display: block;      
    background: rgb(42,38,37);
    background: -moz-linear-gradient(180deg, rgba(42,38,37,0) 40%, rgba(42,38,37,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(42,38,37,0) 40%, rgba(42,38,37,1) 100%);
    background: linear-gradient(180deg, rgba(42,38,37,0) 40%, rgba(42,38,37,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2a2625",endColorstr="#2a2625",GradientType=1);    
    position: relative;
    z-index: 10;
}
.news_from_category .wrap .block img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.news_from_category .wrap .block .bottom {
    position: absolute;
    bottom: 21px;
    left: 27px;
    right: 27px;
    z-index: 20;
    color: #fff;
    transition: transform .3s;
    cursor: pointer;
}
.news_from_category .wrap .block .bottom .date {
    font-size: .8em;
    margin-bottom: 6px;
}
.news_from_category .wrap .block .bottom a {
    font-size: 1.25em;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
.news_from_category .wrap .block .bottom p {
    margin-bottom: 0;
    color: #C8C8C8;
    font-size: .88em;
}
.news_from_category .wrap .banner {
    position: relative;
}
.news_from_category .wrap .banner:before {
    width: 100%;
    padding-top: 100%;
    height: 0;
    content:'';
    display: block;     
}
.news_from_category .wrap .banner a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.news_from_category .wrap .banner a img {
    width: 100%;
    max-width: 100%;
}
@media only screen and (min-width : 1200px) and (max-width : 1799px)  {
    .big_news_centered .wrap .right_part .block .bottom,
    .big_news_centered .wrap .left_part .block .bottom {
        position: absolute;
        bottom: 15px;
        left: 12px;
        right: 12px;
    }
    .big_news_centered .wrap .block .left_part .bottom p,
    .big_news_centered .wrap .block .right_part .bottom p {
        font-size: .8em;
    }
    .big_news_centered .wrap .right_part .block  .bottom a,
    .big_news_centered .wrap .left_part .block .bottom a {
        font-size: 1em;
    }
    .chess .category {
        max-width: 50%;
        flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        margin: 0;
        padding: 20px;
    }
    .chess .category .cont .block .date,
    .chess .category .cont .block p {
        font-size: .7em;
    }
    .lenta_mneniy .block .data {
        padding: 10px 30px;
    }
    .lenta_mneniy .block .data a.title {
        font-size: 1.2em;
    }
    section.main .left {
        max-width: 62.4%;
        flex: 0 0 62.4%;
        -webkit-flex: 0 0 62.4%;
        -ms-flex: 0 0 62.4%;        
    }
}

@media only screen and (max-width: 768px) {
    .lenta_mneniy {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .lenta_mneniy .block {
        width: 100%;
    }
}





header .content .right_part .search {
    cursor: pointer;
    transition: .3s;
}
header .content .right_part .search:hover {
    opacity: .6;
}
body.show_search header .content .right_part .search {
    background-image: url('/local/templates/newroom24_cur/style/cross_search.svg');
}
header .content .right_part .search {
    background-image: url('/local/templates/newroom24_cur/style/search.svg');
}
#main_menu {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    position: fixed;
    z-index: 0;
    padding: 90px 0px 90px;
    height: 100vh;
    visibility: hidden;
    -webkit-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
    background: #2a2625;
    opacity: 0;
    padding: 300px 0px 200px;
    padding: 320px 0px 0px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
}
body.show_menu #main_menu {
    visibility: visible;
    z-index: 200;
    opacity: 1;
}
#main_menu .content-wrapper {
    width: 100%;
}
#main_menu .content-wrapper .content-narrow {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 600px;
    margin: 0 auto;
}
#main_menu .content-wrapper .content-narrow .block,
#main_menu .content-wrapper .content .block {
    max-width: 48%;
}
body.full-screen-modal {
    overflow: hidden;
}
#main_menu .content-wrapper .content-narrow .block a,
#main_menu .content-wrapper .content .block a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
#main_menu .content-wrapper .content-narrow .block a:not(:last-child),
#main_menu .content-wrapper .content .block a:not(:last-child) {
    margin-bottom: 10px;
}


.main-search-container {
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    visibility: hidden;
    background: #2A2625;
    padding: 120px 0px;
    z-index: 200;
    -webkit-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
    opacity: 0;
    color: #fff;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
}
.main-search-container .content-wrapper {
    width: 100%;
}
body.full-screen-modal {
    overflow: hidden;
}
body.show_search .main-search-container {
    visibility: visible;
    opacity: 1;
}
.main-search-container .form-control {
    border: none;
    background: none;
    font-size: 2rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 20px 10px;
    height: 80px;
    margin-top: 1rem;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    border-radius: 0;
    color: #fff;
}
.main-search-container .form-control:focus {
    border-bottom-color: #fff;
}
.main-search-container .content-wrapper form {
    width: 66%;
    margin: 0 auto;
}
.form-control {
    display: block;
    width: 100%;
    line-height: 1.42857143;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-sizing: border-box;
}
.main-search-container input,
.main-search-container button,
.main-search-container select,
.main-search-container textarea {
    font-family: inherit;
}
.main-search-container .content-wrapper .label {
    font-size: .875rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: bold;
}
input.form-control:placeholder {
    color: rgba( 255, 255, 255, .6 );
}
input.form-control::placeholder {
    color: rgba( 255, 255, 255, .6 );
}
input.form-control:-ms-input-placeholder {
    color: rgba( 255, 255, 255, .6 );
}
input.form-control::-ms-input-placeholder {
    color: rgba( 255, 255, 255, .6 );
}
input.form-control::-moz-placeholder {
    color: rgba( 255, 255, 255, .6 );
}
input.form-control::-webkit-input-placeholder {
    color: rgba( 255, 255, 255, .6 );
}
.lenta_wrap:not(.inner) .block {
    display: none;
}
.lenta_wrap .block:nth-child(1),
.lenta_wrap .block:nth-child(2),
.lenta_wrap .block:nth-child(3),
.lenta_wrap .block:nth-child(4),
.lenta_wrap .block:nth-child(5),
.lenta_wrap .block:nth-child(6),
.lenta_wrap .block:nth-child(7),
.lenta_wrap .block:nth-child(8),
.lenta_wrap .block:nth-child(9),
.lenta_wrap .block:nth-child(10),
.lenta_wrap .block:nth-child(11),
.lenta_wrap .block:nth-child(12) {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.lenta_wrap.full .block {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.lenta_wrap.inner .block {
    max-width: 100%;
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    margin: 0 0% 2.75% 0;
}
.lenta_wrap.inner .block .img {
    max-width: 15.15%;
    flex: 0 0 15.15%;
    -webkit-flex: 0 0 15.15%;
    -ms-flex: 0 0 15.15%;  
}
.top_banner noindex a img {
    width: 100%;
    height: auto !Important;
}
section.screen.main.content.noflex {
    display: block;
    flex: none;
}
#global100 > .screen.banner_betweeen_rows {
    padding: 0;
    margin-bottom: 30px;
    margin: 15px auto;
}
section.index_slider .important .wrap .banner noindex a img {
    width: auto !important;
    height: auto !important;
    max-height: 100%;
    max-width: 100%;
}
.big_news_centered .wrap .right_part noindex a img { 
    width: 100%;
    height: auto !important;
} 
section.index_slider .important .wrap {
    overflow: hidden;
}
header .content .right_part .social {
    height: 0;
    overflow: hidden;
}
.full-screen-modal.show_menu header .content .right_part .social {
    height: auto;
    overflow: hidden;
}
header .date:first-letter {
    text-transform: uppercase;
}




.big_news_centered.with_news .wrap .left_part, .big_news_centered.with_news .wrap .right_part {
    max-width: 23.57%;
    flex: 0 0 23.57%;
    -webkit-flex: 0 0 23.57%;
    -ms-flex: 0 0 23.57%;
    position: relative;
}
.big_news_centered.with_news .wrap .big {
    max-width: 48.96%;
    flex: 0 0 48.96%;
    -webkit-flex: 0 0 48.96%;
    -ms-flex: 0 0 48.96%;
}
.big_news_centered .wrap .big .block:before {
    padding-top: 61.5%;
}
.auto_init_swiper.swiper-container-fade .swiper-slide {
    background: #fff;
}
#global100 > section.single_posts_screen + .screen.banner_betweeen_rows {
    margin: 0px auto 0px auto;
}
#global100 > section.index_slider + .screen.banner_betweeen_rows{
    margin-top: -30px;
}
#global100 .vote-form-box-buttons.vote-vote-footer {
    margin-top: 30px;
}
footer .top_line a {
    cursor: pointer;
}
.main_text_ip.detail_news .button.view_more {
    margin-top: 1em;
}
.category_single .block .button.view_more {
    margin-top: 1em;
}
#add2maillistwarning {
    max-width: 600px;
}
#add2maillistwarning a.button {
    margin-right: 10px;
    cursor: pointer;
}
#add2maillistwarning a.button.close {
    background: none;
    color: #D90C14;
}
#loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.8) url(/local/templates/newroom24_cur/style/loading.svg) no-repeat center center/ 150px auto;
    z-index: 99999;
}
header .weather {
    position: relative;
    margin-top: -10px;
}
header .weather img {
    position: absolute;
    top: -1px;
    left: -26px;
}
.index_slider  .swiper-container .block {
    height: 100%;
    max-height: 100%;
}
header .weather,
header .curs {
    white-space: nowrap;
    margin: 0 .5em;
}
header .top_part .date {

}
header .curs .val_name {
    color: rgba(255, 255, 255, 0.6);
}
header .curs .green-arr:after,
header .curs .red-arr:after {
    display: inline-block;
    margin: 0 5px 0 0px;
    font-weight: bold;
    width: 10px;
    height: 1em;
    position: relative;
    top: 2px;    
}
header .curs .green-arr:after {
    content: '';
    background: url(/local/templates/newroom24_cur/style/arr-red.svg) no-repeat center center / contain;
}
header .curs .red-arr:after {
    content: '';
    background: url(/local/templates/newroom24_cur/style/arr-green.svg) no-repeat center center / contain;
}
.full-screen-modal.show_menu header .curs,
.full-screen-modal.show_menu header .weather {
    display: none;
}
.big_news_centered .right_part .swiper-container img {
    width: 100%;
    height: auto !important;
    max-height: 100%;
}
footer .bottom_line .left {
    font-size: .8em;
}
#global100 > .screen.with_voting,
#global100 > .screen.chess.content + .two_columns.with_voting {
    padding-top: 0;
}

.screen.main.content  .screen.content {
    padding: 30px 0;
    min-width: 0;
    width: 100%;
    max-width: 100%;
}
.screen.main.content  .screen.content.banner_betweeen_rows img {
    height: auto !important;
}
.with_voting .voting.completed_vote {
    margin: 0;
}
.glavred {
    float: left;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;    
    padding-right: 52px;
    border-right: 1px solid rgba(42, 38, 37, 0.2);
    margin-right: 15px;
}    
.glavred img {
    margin-right: 24px;
}
.glavred .text .state {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #D90C14;    
}
.glavred .text .name {
    font-size: 18px;
    line-height: 21px;   
    color: #2A2625; 
}
.with_voting .voting.completed_vote .completed_voting_wrap .string label {
    max-width: 45.72%;
    flex: 1 0 45.72%;
    -webkit-flex: 1 0 45.72%;
    -ms-flex: 1 0 45.72%;   
}


@media only screen and (min-width : 1200px) and (max-width : 1799px)  {
    .news_single .bottom a {
        font-size: 1.2em;
    }
    .news_single .bottom {
        padding: 0px 15px;
    }
    .category_single h2 {
        font-size: 1.5em;
    }
    .big_news_centered .wrap .big .block a {
        font-size: 1.4em;
    }


}
.youtoube_video {
    display: block;
    position: relative;
}
.youtoube_video:after {
    content:'';
    display: block;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    height: 0;    
}
.youtoube_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    width: 100%;
    height: 100%;
}

footer .social a.tg, header .content .right_part .social a.tg, #main_menu .social a.tg {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 24 24' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3e%3cg%3e%3ccircle xmlns='http://www.w3.org/2000/svg' cx='12' cy='12' fill='%23ffffff' r='12' data-original='%23039be5' class=''%3e%3c/circle%3e%3cpath xmlns='http://www.w3.org/2000/svg' d='m5.491 11.74 11.57-4.461c.537-.194 1.006.131.832.943l.001-.001-1.97 9.281c-.146.658-.537.818-1.084.508l-3-2.211-1.447 1.394c-.16.16-.295.295-.605.295l.213-3.053 5.56-5.023c.242-.213-.054-.333-.373-.121l-6.871 4.326-2.962-.924c-.643-.204-.657-.643.136-.953z' data-original='%23ffffff' class=''%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

footer .social a.dz, header .content .right_part .social a.dz, #main_menu .social a.dz {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 24.1.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24.5 24.7' style='enable-background:new 0 0 24.5 24.7;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7d %3c/style%3e%3cg id='Слой_2'%3e%3c/g%3e%3cg id='Слой_1'%3e%3cpath class='st0' d='M12.1,24.7c6.7,0,12.1-5.4,12.1-12.1c0-6.7-5.4-12.1-12.1-12.1C5.4,0.5,0,5.9,0,12.6 C0,19.3,5.4,24.7,12.1,24.7z'/%3e%3cpath d='M19.5,12.4C19.5,12.4,19.5,12.4,19.5,12.4c0.1,0,0.2,0,0.2-0.1c0.1-0.1,0.1-0.2,0.1-0.3c-0.3-3.7-3.3-6.7-7-7 c-0.1,0-0.2,0-0.3,0.1c-0.1,0.1-0.1,0.2-0.1,0.3C12.6,10.3,13.2,12.3,19.5,12.4z M19.5,13c-6.3,0.1-6.9,2.1-7,7.1 c0,0.1,0,0.2,0.1,0.3c0.1,0.1,0.1,0.1,0.2,0.1c0,0,0,0,0,0c3.7-0.3,6.6-3.3,7-7c0-0.1,0-0.2-0.1-0.3C19.7,13.1,19.6,13,19.5,13z M11.5,5c-3.7,0.3-6.6,3.3-6.9,7c0,0.1,0,0.2,0.1,0.3c0.1,0.1,0.2,0.1,0.2,0.1c0,0,0,0,0,0c6.3-0.1,6.9-2.1,7-7 c0-0.1,0-0.2-0.1-0.3C11.7,5,11.6,5,11.5,5z M4.9,13c-0.1,0-0.2,0-0.2,0.1c-0.1,0.1-0.1,0.2-0.1,0.3c0.3,3.7,3.3,6.7,6.9,7 c0,0,0,0,0,0c0.1,0,0.2,0,0.2-0.1c0.1-0.1,0.1-0.2,0.1-0.3C11.8,15.1,11.1,13.1,4.9,13z'/%3e%3c/g%3e%3c/svg%3e ");
	}
	
	@media only screen and  (max-width : 424px)  {
	footer .top_line .left .logo {
    margin-right: 10px;
}
}
/* End */


/* Start:/local/templates/newroom24_cur/mobile.css?173238364125726*/
@media only screen and (max-width: 699px) {


header .content .right_part {
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 33px;
}
header .content .right_part .search,
header .content .right_part .personal {
    display: none;
}
header {
    height: 90px;
}
header .top_part {
    min-height: 90px;
}
header:after {
    content:'';
    display: block;
    background: #484848;
    height: 33px;
}
header .weather {
    margin-left: 40px;
}
header .content .right_part .social {
    display: none;
}



	#global100 > .screen {
	    padding: 20px 0;
	}
    footer .middle_line,
	#global100 > .screen.content,
	#main_menu .top-line,
	#main_menu .rubrics-wrapper .m-title,
	#main_menu .search-wrapper,
	#main_menu .content-wrapper .content-narrow,
	.content {
		padding-right: .6em;
	}
    footer .middle_line,
	#global100 > .screen.content,
	#main_menu .top-line,
	#main_menu .rubrics-wrapper .m-title,
	#main_menu .search-wrapper,
	#main_menu .content-wrapper .content-narrow,
	.content {
		padding-left: .6em;
	}
	.content {
		max-width: 100%;
		min-width: 100%;
		box-sizing: border-box;
	}
	.top_banner {

	}
	header .content .left_part {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	header .content .left_part .date,
	header nav {
		display: none;
	}
	header .content .right_part,
	header .content .left_part {
		width: auto;
		min-width: auto;
	}
	header {
		height: 120px;
	}
	#main_menu {
		display: block;
		overflow: scroll;
		padding: 0;
		padding-bottom: 15px;
	}
	#main_menu .content-wrapper .content-narrow {
		display: block;
		max-width: 100%;
	}
	header .content a.logo {
		max-width: 60%;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	header .content a.logo img {
		max-width: 100%;
		max-height: 100%;
	}
	body.show_menu #main_menu {
	    z-index: 202;
	}
	#main_menu .top-line {
		display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-direction: row;
	    -ms-flex-direction: row;
	    flex-direction: row;
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	    -webkit-align-content: flex-start;
	    -ms-flex-line-pack: start;
	    align-content: flex-start;
	    -webkit-align-items: flex-start;
	    -ms-flex-align: start;
	    align-items: flex-start;
	}
	#main_menu .date {
		font-size: 18px;
		line-height: 21px;
		color: #fff;
	}
	#main_menu .personal {
		display: block;
		width: 18px;
		height: 20px;
	    background-image: url(/local/templates/newroom24_cur/style/personal.svg);
	    background-size: contain;
	    background-position: center;
	    background-repeat: no-repeat;
	}
	#main_menu .search-wrapper {
		position: relative;
		margin-top: 34px;
	}
	#main_menu .search-wrapper input[name="q"] {
		height: 40px;
		border: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		outline: none;
		background: transparent;
		padding-left: 30px;
		color: #fff;
	}
	#main_menu .search-wrapper input[name="q"]::placeholder {
		color: #fff;
	}
	.search.mobile.button {
		width: 20px;
		height: 20px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: .7em;
		margin: auto;
		background: url('/local/templates/newroom24_cur/style/search_white.svg') no-repeat center;
		background-size: contain;
		cursor: pointer;
		outline: none;
	}

	#main_menu .social {
		text-align: center;
		margin-top: 33px;
		margin-bottom: 40px;
	}
	#main_menu .social a {
	    display: inline-block;
	    font-size: 25px;
	    width: 1em;
	    height: 1em;
	    background: no-repeat center center / contain;
	    margin-left: 9px;
	}
	#main_menu .social a.vk {
	    background-image: url('/local/templates/newroom24_cur/style/soc_vk.svg');
	}
	#main_menu .social a.fb {
	    background-image: url('/local/templates/newroom24_cur/style/soc_fb.svg');
	}
	#main_menu .social a.yt {
	    background-image: url('/local/templates/newroom24_cur/style/soc_yt.svg');
	}
	#main_menu .social a.tw {
	    background-image: url('/local/templates/newroom24_cur/style/soc_tw.svg');
	}
	#main_menu .content-wrapper .content-narrow,
	#main_menu .rubrics-wrapper nav {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-content: flex-start;
		-ms-flex-line-pack: start;
		align-content: flex-start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	#main_menu .content-wrapper .content-narrow .block,
	#main_menu .rubrics-wrapper nav a {
		display: block;
		max-width: 50%;
		-webkit-flex: 0 1 50%;
	    -ms-flex: 0 1 50%;
	    flex: 0 1 50%;
		box-sizing: border-box;
	}
	#main_menu .rubrics-wrapper nav a {
		font-size: 18px;
		line-height: 21px;
		color: rgba(255, 255, 255, 0.6);
		text-decoration: none;
		font-weight: normal;
		margin-top: 34px;
	}
	#main_menu .content-wrapper .content-narrow .block a {
		margin-top: 34px;
	}
	#main_menu .content-wrapper .content-narrow .block a,
	#main_menu .rubrics-wrapper .m-title {
		display: block;
		font-weight: 500;
		font-size: 18px;
		line-height: 21px;
		color: #D90C14;
		color: #fff;
	}
	#main_menu .menu_trigger {
		margin: .6em .6em 20px auto;
	}
	section.index_slider .slider_container .pic:before {
		content: '';
		display: block;
		width: 100%;
		padding-top: 80%;
	}
	section.index_slider .slider_container .pic img {
    	top: 0;
    	left: 0;
    }
	section.index_slider .important {
    	max-width: 100%;
    	margin-top: 20px;
    }
	section.index_slider .slider_container {
		display: block;
		width: 100%;
		max-width: 100%;
	}
	section.index_slider .slider_container .text,
	section.index_slider .slider_container .pic {
		max-width: 100%;
	}
	section.index_slider .slider_container .text > .block {
		padding: 15px;
	}
	section.index_slider .slider_container .text .block a.more {
		float: unset;
	}
	.index_slider.content.screen {
		/*display: none;*/
	}
	.lenta_wrap .block {
	    max-width: 100%;
	    flex: 0 0 100%;
	    -webkit-flex: 0 0 100%;
	    -ms-flex: 0 0 100%;
	    margin: 0 0 2.75% 0;
	}
	.category_single .block {
		max-width: 100%;
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		margin: 0 0 2% 0;
	}
	.news_single:before {
	    padding-top: 100%;
	}
	.news_single .bottom {
		padding: 20px;
	}
	.news_single .bottom {
	    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.55);
	}
	.big_news_centered.with_news .wrap .big,
	.big_news_centered.with_news .wrap .left_part, 
	.big_news_centered.with_news .wrap .big,
	.big_news_centered.with_news .wrap .left_part {
		margin-right: 0;
	}
	.big_news_centered.with_news .wrap .big,
	.big_news_centered.with_news .wrap .left_part,
	.big_news_centered.with_news .wrap .right_part,	
	.big_news_centered .wrap .big,
	.big_news_centered .wrap .left_part,
	.big_news_centered .wrap .right_part {
	    max-width: 100%;
	    flex: 0 0 100%;
	    -webkit-flex: 0 0 100%;
	    -ms-flex: 0 0 100%;
	}
	footer .top_line,
	footer .middle_line,
	.big_news_centered.with_news .wrap,
	.big_news_centered .wrap {
		display: block;
	}
	footer .top_line .left .logo {
		max-width: 45%;
	}
	footer .top_line .left .logo img {
		max-width: 100%;
		max-height: 100%;
	}
	footer .top_line .right {
		display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-direction: row;
	    -ms-flex-direction: row;
	    flex-direction: row;
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	    -webkit-align-content: flex-start;
	    -ms-flex-line-pack: start;
	    align-content: flex-start;
	    -webkit-align-items: flex-start;
	    -ms-flex-align: start;
	    align-items: flex-start;
	}
	footer .top_line .right a {
		display: block;
		-webkit-flex: 0 1 49%;
	    -ms-flex: 0 1 49%;
	    flex: 0 1 49%;
		margin-right: 0;
		margin-top: 15px;
	}
	footer .top_line {
	    height: auto;
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	footer .middle_line {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	footer .middle_line .right,
	footer .middle_line .left {
		display: block;
	}
	footer .middle_line .links {
    	columns: 2;
    }
    footer .middle_line .name {
    	margin-right: 0;
    	margin-bottom: 20px;
    }
	footer .bottom_line {
	    min-height: 60px;
	}
	.big_news_centered .wrap .big .block a {
	    font-size: 1.2em;
	}
	.big_news_centered .wrap .big .block .bottom p {
		font-size: .88em;
	}
	.big_news_centered .wrap .left_part > .block:first-child,
	.big_news_centered .wrap .block,
	.big_news_centered .wrap .block:first-child {
		margin-bottom: 15px;
	}
	.big_news_centered .wrap .block .bottom {
	    bottom: 15px;
	    left: 15px;
	    right: 15px;
	}
	.chess .category .category_link,
	.chess .category .cont,
	.chess .category {
		max-width: 100%;
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
	}
	.chess .category {
		display: block;
		margin: 0 0 1% 0;
		padding: 15px;
	}
	.chess .category .category_link:after {
		content: '';
		display: block;
		width: 100%;
		padding-top: 80px;
	}
	.chess .category .category_link .bottom {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-content: flex-start;
		-ms-flex-line-pack: start;
		align-content: flex-start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		top: 0;
		right: 15px;
		bottom: 0;
		left: 15px;
		margin: auto;
	}
	.chess .category .category_link .bottom,
	.chess .category .category_link .bottom .more {
	    transform: translate(0, 0px);
	}
	.chess .category .category_link {
		margin-bottom: 15px;
	}
	.chess .category:nth-child(4n+1),
	.chess .category:nth-child(4n+0) {
		background-color: #fff;
	}
	.chess .category:nth-child(4n),
	.chess .category:nth-child(4n+2) {
	    background: #F5EFE9;
	}
	.chess .category .cont .block:last-child {
		margin-bottom: 0;
	}
	.two_columns > .column {
		max-width: 100%;
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
	}
	.two_columns > .column:first-child {
	    margin-right: 0;
	}
	.two_columns {
		display: block;
	}
	h2 {
    	font-size: 1.8em;
    }
    .lenta_mneniy .block .data {
    	padding: 15px;
    }
    .lenta_mneniy .block {
    	-webkit-align-items: stretch;
    	-ms-flex-align: stretch;
    	align-items: stretch;
    }
    .lenta_mneniy .banner_wrap {
	    margin-bottom: 15px;
	}
	.voting {
		padding: 15px;
		margin-top: 40px;
	}
	.voting h3 {
		margin-top: 0;
	}
	#global100 section.index_slider.content {
		display: block;
		padding: 0;
		padding-right: 0;
		padding-left: 0;
	}
	section.index_slider .slider_container .text > .block,
	section.index_slider .slider_container .text > .block.active {
		border-left: none;
	}
	section.index_slider .slider_container .text > .block:not(.active):hover {
	    border-left: none;
	    transition: all .3s;
	    cursor: pointer;
	    background: #fff;
	}
	section.index_slider .slider_container .text > .block:before {
	    content: '';
	    position: absolute;
	    height: 6px;
	    width: 33.3%;
	    background-color: rgba(245, 239, 233, 0.5);
	    top: -6px;
	}
	section.index_slider .slider_container .text > .block.active:before {
		background-color: #D90C14;
	}
	section.index_slider .slider_container .text > .block:nth-of-type(1):before {
		left: 0;
	}
	section.index_slider .slider_container .text > .block:nth-of-type(2):before {
		left: 33.3%;
	}
	section.index_slider .slider_container .text > .block:nth-of-type(3):before {
		right: 0;
	}
	section.main {
		display: block;
	}
	section.main .left,
	section.main .right {
		max-width: 100%;
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
	}
	.news_big_photo:before {
	    padding-top: 60%;
	}
	.news_big_photo .bottom {
	    bottom: 15px;
	    left: 15px;
	    right: 15px;
	}
	.news_big_photo .after_title {
		font-size: .9em;
	}
	.news_big_photo h1 {
		font-size: 1.3em;
	}
	.news_share .share {
		display: block;
	}
	.news_share .share .ya-share-container {
		margin-top: 5px;
		margin-left: 0;
	}
	blockquote {
	    padding: 20px;
	}
	.main_text ol {
		padding-left: 0;
	}
	.news_share.sb-row-center {
		display: block;
	}
	.news_share .report_error {
		display: block;
		margin-top: 10px;
	}
	.news_from_category .wrap .block .bottom {
	    bottom: 15px;
	    left: 15px;
	    right: 15px;
	}
	.news_from_category .wrap .block:hover .bottom {
		transform: translate(0, 0);
	}
	.news_from_category .wrap {
		display: block;
	}
	.news_from_category .wrap .banner,
	.news_from_category .wrap .block {
	    flex: 0 0 100%;
	    -webkit-flex: 0 0 100%;
	    -ms-flex: 0 0 100%;
	}
	.news_from_category .wrap .block:after {
		padding-top: 60%;
	}
	section.main > *:not(:last-child) {
		margin-bottom: 20px;
	}
	.right_column_category.with_border,
	.right_column_category.beige {
	    padding: 10px 15px;
	}
	form.vote .sb-row-center {
		-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
	form.vote .sb-row-center .stat {
		width: 100%;
		-webkit-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
	    flex: 0 1 auto;
	    margin-top: 10px;
	}
	.banner_betweeen_rows img {
		height: auto !important;
	}
	#global100 > .screen.banner_betweeen_rows {
		margin: 15px 0;
	}
	footer .bottom_line .left,
	footer .bottom_line .right,
	footer .bottom_line {
		display: block;
		flex: none;
		width: 100%;
		margin: .5em 0;
	}
	#global100 > section.index_slider + .screen.banner_betweeen_rows {
		margin-top: 0;
	}
	section.index_slider .important:before {
		display: none;
	}
	section.index_slider .important .wrap {
		overflow: visible;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		position: relative;
	}
	.index_slider .swiper-container .block {
		height: auto;
		min-height: 0;
	}
	.big_news_centered .right_part .swiper-container img {
		/*max-width: 100%;*/
	}
    .glavred {
        float: none;
        margin-right: 0;
        padding-right: 0;
        margin: 0 auto 1em auto;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;     
        border-right: none;   
    }	
    .big_news_centered.with_news .wrap .big .block:before,
    .big_news_centered .wrap .block:before {
    	padding-top: 90%;
    }
    section.index_slider .important {
    	/*max-width: 70%;
    	margin-left: auto;
    	margin-right: auto;*/
    }
}

/* ipad portrait */
@media only screen and (min-width : 768px) and (max-width : 1024px) {  
	html, body {
		max-width: 100%;
		min-width: 100%;
	}
	#global100 > .screen {
	    padding: 30px 0;
	}
	footer .middle_line,
	#global100 .content,
	.content {
		padding-right: .6em;
	}
	footer .middle_line,
	#global100 .content,
	.content {
		padding-left: .6em;
	}
	#global100 .content,
	.content {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}
	section.index_slider .slider_container {
		width: 100%;
		max-width: 100%;
	}
	section.index_slider .slider_container .text > .block {
		padding: 15px;
	}
	section.index_slider .slider_container .text .block a.more {
		float: unset;
	}
	section.index_slider {
		display: block;
	}
	header .content a.logo {
	    display: block;
	    max-width: 30%;
	    min-width: auto;
	}
	header .content a.logo img {
		max-width: 100%;
		max-height: 100%;
	}
	header .content .right_part,
	header .content .left_part {
		max-width: 210px;
		min-width: auto;
	}
	footer .social a, header .content .right_part .social a {
	    width: 0.9em;
	    height: 0.9em;
	    margin-left: 0px;
	}
	section.index_slider .slider_container .text,
	section.index_slider .slider_container .pic {
		height: auto;
	}
	body:not(.show_menu) #global100 header nav {
		display: none;
	}
	header {
		height: auto;
	}
	#global100 header nav.content {
		max-width: 600px;
		min-width: 600px;
	}
	header nav {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	header nav a {
		display: block;
		max-width: 30%;
		-webkit-flex: 0 1 30%;
		-ms-flex: 0 1 30%;
		flex: 0 1 30%;
	}
	#main_menu {
		padding: 130px 0px 0px;
	}
	section.index_slider .important {
		margin: 20px auto 0 auto;
	}
	section.index_slider .important {
		max-width: 25%;
	    flex: 0 0 25%;
	    -webkit-flex: 0 0 25%;
	    -ms-flex: 0 0 25%;
	}
	.news_single .bottom {
	    padding: 20px;
	    /*top: 0;*/
	}
	.news_single .bottom a {
    	font-size: 1.1em;
    }
    .big_news_centered .wrap {
    	display: block;
    }
    .big_news_centered.with_news .wrap .big,
    .big_news_centered .wrap .big {
    	width: 100%;
    	max-width: 100%;
    }

    .big_news_centered.with_news .wrap .left_part,
    .big_news_centered.with_news .wrap .right_part,   
    .big_news_centered .wrap .left_part,
    .big_news_centered .wrap .right_part {
    	display: -ms-flexbox;
    	display: -webkit-flex;
    	display: flex;
    	-webkit-flex-direction: row;
    	-ms-flex-direction: row;
    	flex-direction: row;
    	-webkit-flex-wrap: wrap;
    	-ms-flex-wrap: wrap;
    	flex-wrap: wrap;
    	-webkit-justify-content: space-between;
    	-ms-flex-pack: justify;
    	justify-content: space-between;
    	-webkit-align-content: flex-start;
    	-ms-flex-line-pack: start;
    	align-content: flex-start;
    	-webkit-align-items: flex-start;
    	-ms-flex-align: start;
    	align-items: flex-start;
	    max-width: 100%;
	    flex: 0 0 100%;
	    -webkit-flex: 0 0 100%;
	    -ms-flex: 0 0 100%;
	}
	.big_news_centered.with_news .wrap .left_part > .block,
	.big_news_centered.with_news .wrap .right_part > .block,	
	.big_news_centered .wrap .left_part > .block,
	.big_news_centered .wrap .right_part > .block {
	    max-width: 49%;
	    flex: 0 0 49%;
	    -webkit-flex: 0 0 49%;
	    -ms-flex: 0 0 49%;
	}
	.big_news_centered.with_news .wrap > *:not(:last-child),
	.big_news_centered .wrap > *:not(:last-child) {
		margin-bottom: 2%;
	}

	.big_news_centered.with_news .wrap .right_part > .block:first-child,
	.big_news_centered.with_news .wrap .left_part > .block:first-child,
	.big_news_centered .wrap .right_part > .block:first-child,
	.big_news_centered .wrap .left_part > .block:first-child {
	    margin-bottom: 0;
	}
	.two_columns {
		display: block;
	}
	.two_columns > .column {
	    max-width: 100%;
	}
	.two_columns > .column:not(:last-child) {
		margin-bottom: 20px;
	}
	.voting {
    	padding: 20px;
    }
    .voting h3 {
	    margin-top: 0;
	    margin-bottom: 0;
	}
	footer .top_line {
		height: auto;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	footer .top_line .left .logo {
		max-width: 50%;
	}
	footer .top_line .left .logo img {
		max-width: 100%;
		max-height: 100%;
	}
	footer .top_line .left {
		width: calc( 70% - 20px );
		max-width: calc( 70% - 20px );
	}
	footer .top_line .right {
		width: 30%;
		max-width: 30%;
	}
	footer .top_line .right a {
	    display: block;
	    margin-right: 0;
	}
	footer .top_line .right a:not(:last-child) {
		margin-bottom: 7px;
	}
	footer .middle_line .right,
	footer .middle_line .left {
		display: block;
	}
	footer .middle_line .name {
	    margin-bottom: 10px;
	}
	.right_column_category .wrap .block {
		margin-bottom: 5px;
	}
	.right_column_banner,
	.right_column_category {
	    margin-bottom: 20px;
	}
	.right_column_category .wrap .block a {
    	font-size: 0.9em;
    }
	.right_column_category .wrap .block p {
		font-size: .8em;
	}
	section.main .left {
	    max-width: 55%;
	    flex: 0 0 55%;
	    -webkit-flex: 0 0 55%;
	    -ms-flex: 0 0 55%;
	}
	section.main .right {
	    max-width: calc( 45% - 30px );
	    flex: 0 0 45%;
	    -webkit-flex: 0 0 45%;
	    -ms-flex: 0 0 45%;
	}
	.right_column_category.beige,
	.right_column_category.with_border {
		padding: 15px;
	}
	div.detail_news {
    	font-size: 1em;
    }
    .right_column_other h3,
    .right_column_category h3 {
    	margin-bottom: 15px;
    }
    .right_column_other {
	    margin-bottom: 20px;
	}
	section.main .right > *:last-child {
		margin-bottom: 0;
	}
	.news_big_photo .bottom {
		bottom: 20px;
		left: 20px;
		right: 20px;
	}
	.news_big_photo:before {
    	padding-top: 62%;
    }
	.news_big_photo h1 {
		font-size: 1.3em;
	}
	.chess .category {
	    max-width: 100%;
	    flex: 0 0 100%;
	    -webkit-flex: 0 0 100%;
	    -ms-flex: 0 0 100%;
	    margin: 0 0 1% 0;
	}

	.category_single .block {
		max-width: 49%;
		flex: 0 0 49%;
		-webkit-flex: 0 0 49%;
		-ms-flex: 0 0 49%;
		margin: 0 2% 2% 0;
	}	
	.category_single .block:nth-child(2n+2) {
		margin-right: 0;
	}
	.news_single:before {
    	padding-top: 54.43%;
    	    padding-top: 94.43%;
	}
	.banner_betweeen_rows img {
		height: auto !important;
	}
    .glavred {
        float: none;
        margin-right: 0;
        padding-right: 0;
        margin: 0 auto 1em auto;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;     
        border-right: none;   
    }	
    .big_news_centered .wrap .block:before {
    	padding-top: 90%;
    }
}

/* ipad Landscape*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : Landscape) {
	.chess .category {
	    max-width: 100%;
	    flex: 0 0 100%;
	    -webkit-flex: 0 0 100%;
	    -ms-flex: 0 0 100%;
	    margin: 0 0 1% 0;
	}
	/*html, body {
		min-width: 0px;
	}*/
	#main_menu {
	    padding: 330px 0px 0px;
	}
	section.index_slider .slider_container {
	    max-width: 74.54%;
	    flex: 0 0 74.54%;
	    -webkit-flex: 0 0 74.54%;
	    -ms-flex: 0 0 74.54%;
	}
	section.index_slider {
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-direction: row;
	    -ms-flex-direction: row;
	    flex-direction: row;
	    -webkit-flex-wrap: nowrap;
	    -ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	    -webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	    -webkit-align-content: stretch;
	    -ms-flex-line-pack: stretch;
	    align-content: stretch;
	    -webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	    align-items: stretch;
	}
	section.index_slider .important {
	    margin: 0;
	}
	.category_single .block {
		max-width: 49%;
		flex: 0 0 49%;
		-webkit-flex: 0 0 49%;
		-ms-flex: 0 0 49%;
		margin: 0 2% 2% 0;
	}	
	.category_single .block:nth-child(2n+2) {
		margin-right: 0;
	}
	.news_single:before {
    	padding-top: 54.43%;
	}

}

@media only screen and ( max-height: 699px ) and (min-width : 1025px) {
	.main-search-container {
		padding-top: 350px;
		padding-bottom: 100px;
	}
}


.swiper-slide img{
	width: auto;
	max-height: 100%;
}

.center-slide{
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	max-width: 100%;
}

@media only screen and (max-width : 520px) {
	.center-slide img{
		max-width: 100%;
		height: initial!important;
	}
}
/* End */


/* Start:/local/templates/newroom24_cur/plugins/swiper/swiper.min.css?173238364119789*/
/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-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-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-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-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-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-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-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-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-container-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-container-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-container-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-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.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-container-horizontal>.swiper-pagination-bullets,.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:8px;height:8px;display:inline-block;border-radius:100%;background:#000;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-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-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-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;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-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-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);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 steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-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-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-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-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
/* End */


/* Start:/local/templates/newroom24_cur/plugins/fancybox_3/jquery.fancybox.min.css?173238364112795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/newroom24_cur/plugins/air_datepicker/css/datepicker.min.css?173238364112257*/
.datepicker--cells{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.datepicker--cell{border-radius:4px;box-sizing:border-box;cursor:pointer;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:32px;z-index:1}.datepicker--cell.-focus-{background:#f0f0f0}.datepicker--cell.-current-{color:#4EB5E6}.datepicker--cell.-current-.-focus-{color:#4a4a4a}.datepicker--cell.-current-.-in-range-{color:#4EB5E6}.datepicker--cell.-in-range-{background:rgba(92,196,239,.1);color:#4a4a4a;border-radius:0}.datepicker--cell.-in-range-.-focus-{background-color:rgba(92,196,239,.2)}.datepicker--cell.-disabled-{cursor:default;color:#aeaeae}.datepicker--cell.-disabled-.-focus-{color:#aeaeae}.datepicker--cell.-disabled-.-in-range-{color:#a1a1a1}.datepicker--cell.-disabled-.-current-.-focus-{color:#aeaeae}.datepicker--cell.-range-from-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:4px 0 0 4px}.datepicker--cell.-range-to-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:0 4px 4px 0}.datepicker--cell.-selected-,.datepicker--cell.-selected-.-current-{color:#fff;background:#5cc4ef}.datepicker--cell.-range-from-.-range-to-{border-radius:4px}.datepicker--cell.-selected-{border:none}.datepicker--cell.-selected-.-focus-{background:#45bced}.datepicker--cell:empty{cursor:default}.datepicker--days-names{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:8px 0 3px}.datepicker--day-name{color:#FF9A19;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:1;-ms-flex:1;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.-only-timepicker- .datepicker--content,.datepicker--body,.datepicker-inline .datepicker--pointer{display:none}.datepicker--cell-day{width:14.28571%}.datepicker--cells-months{height:170px}.datepicker--cell-month{width:33.33%;height:25%}.datepicker--cells-years,.datepicker--years{height:170px}.datepicker--cell-year{width:25%;height:33.33%}.datepickers-container{position:absolute;left:0;top:0}@media print{.datepickers-container{display:none}}.datepicker{background:#fff;border:1px solid #dbdbdb;box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:4px;box-sizing:content-box;font-family:Tahoma,sans-serif;font-size:14px;color:#4a4a4a;width:250px;position:absolute;left:-100000px;opacity:0;transition:opacity .3s ease,left 0s .3s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s .3s;transition:opacity .3s ease,transform .3s ease,left 0s .3s,-webkit-transform .3s ease;z-index:100}.datepicker.-from-top-{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.datepicker.-from-right-{-webkit-transform:translateX(8px);transform:translateX(8px)}.datepicker.-from-bottom-{-webkit-transform:translateY(8px);transform:translateY(8px)}.datepicker.-from-left-{-webkit-transform:translateX(-8px);transform:translateX(-8px)}.datepicker.active{opacity:1;-webkit-transform:translate(0);transform:translate(0);transition:opacity .3s ease,left 0s 0s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s 0s;transition:opacity .3s ease,transform .3s ease,left 0s 0s,-webkit-transform .3s ease}.datepicker-inline .datepicker{border-color:#d7d7d7;box-shadow:none;position:static;left:auto;right:auto;opacity:1;-webkit-transform:none;transform:none}.datepicker--content{box-sizing:content-box;padding:4px}.datepicker--pointer{position:absolute;background:#fff;border-top:1px solid #dbdbdb;border-right:1px solid #dbdbdb;width:10px;height:10px;z-index:-1}.datepicker--nav-action:hover,.datepicker--nav-title:hover{background:#f0f0f0}.-top-center- .datepicker--pointer,.-top-left- .datepicker--pointer,.-top-right- .datepicker--pointer{top:calc(100% - 4px);-webkit-transform:rotate(135deg);transform:rotate(135deg)}.-right-bottom- .datepicker--pointer,.-right-center- .datepicker--pointer,.-right-top- .datepicker--pointer{right:calc(100% - 4px);-webkit-transform:rotate(225deg);transform:rotate(225deg)}.-bottom-center- .datepicker--pointer,.-bottom-left- .datepicker--pointer,.-bottom-right- .datepicker--pointer{bottom:calc(100% - 4px);-webkit-transform:rotate(315deg);transform:rotate(315deg)}.-left-bottom- .datepicker--pointer,.-left-center- .datepicker--pointer,.-left-top- .datepicker--pointer{left:calc(100% - 4px);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.-bottom-left- .datepicker--pointer,.-top-left- .datepicker--pointer{left:10px}.-bottom-right- .datepicker--pointer,.-top-right- .datepicker--pointer{right:10px}.-bottom-center- .datepicker--pointer,.-top-center- .datepicker--pointer{left:calc(50% - 10px / 2)}.-left-top- .datepicker--pointer,.-right-top- .datepicker--pointer{top:10px}.-left-bottom- .datepicker--pointer,.-right-bottom- .datepicker--pointer{bottom:10px}.-left-center- .datepicker--pointer,.-right-center- .datepicker--pointer{top:calc(50% - 10px / 2)}.datepicker--body.active{display:block}.datepicker--nav{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #efefef;min-height:32px;padding:4px}.-only-timepicker- .datepicker--nav{display:none}.datepicker--nav-action,.datepicker--nav-title{display:-webkit-flex;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.datepicker--nav-action{width:32px;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker--nav-action.-disabled-{visibility:hidden}.datepicker--nav-action svg{width:32px;height:32px}.datepicker--nav-action path{fill:none;stroke:#9c9c9c;stroke-width:2px}.datepicker--nav-title{border-radius:4px;padding:0 8px}.datepicker--buttons,.datepicker--time{border-top:1px solid #efefef;padding:4px}.datepicker--nav-title i{font-style:normal;color:#9c9c9c;margin-left:5px}.datepicker--nav-title.-disabled-{cursor:default;background:0 0}.datepicker--buttons{display:-webkit-flex;display:-ms-flexbox;display:flex}.datepicker--button{color:#4EB5E6;cursor:pointer;border-radius:4px;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:32px}.datepicker--button:hover{color:#4a4a4a;background:#f0f0f0}.datepicker--time{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}.datepicker--time.-am-pm- .datepicker--time-sliders{-webkit-flex:0 1 138px;-ms-flex:0 1 138px;flex:0 1 138px;max-width:138px}.-only-timepicker- .datepicker--time{border-top:none}.datepicker--time-sliders{-webkit-flex:0 1 153px;-ms-flex:0 1 153px;flex:0 1 153px;margin-right:10px;max-width:153px}.datepicker--time-label{display:none;font-size:12px}.datepicker--time-current{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex:1;-ms-flex:1;flex:1;font-size:14px;text-align:center;margin:0 0 0 10px}.datepicker--time-current-colon{margin:0 2px 3px;line-height:1}.datepicker--time-current-hours,.datepicker--time-current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.datepicker--time-current-hours:after,.datepicker--time-current-minutes:after{content:'';background:#f0f0f0;border-radius:4px;position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.datepicker--time-current-hours.-focus-:after,.datepicker--time-current-minutes.-focus-:after{opacity:1}.datepicker--time-current-ampm{text-transform:uppercase;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;color:#9c9c9c;margin-left:6px;font-size:11px;margin-bottom:1px}.datepicker--time-row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right,#dedede,#dedede) left 50%/100% 1px no-repeat}.datepicker--time-row:first-child{margin-bottom:4px}.datepicker--time-row input[type=range]{background:0 0;cursor:pointer;-webkit-flex:1;-ms-flex:1;flex:1;height:100%;padding:0;margin:0;-webkit-appearance:none}.datepicker--time-row input[type=range]::-ms-tooltip{display:none}.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-moz-range-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-ms-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:focus{outline:0}.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-moz-range-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-ms-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s;margin-top:-6px}.datepicker--time-row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-webkit-slider-runnable-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-moz-range-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-fill-lower{background:0 0}.datepicker--time-row input[type=range]::-ms-fill-upper{background:0 0}.datepicker--time-row span{padding:0 12px}.datepicker--time-icon{color:#9c9c9c;border:1px solid;border-radius:50%;font-size:16px;position:relative;margin:0 5px -1px 0;width:1em;height:1em}.datepicker--time-icon:after,.datepicker--time-icon:before{content:'';background:currentColor;position:absolute}.datepicker--time-icon:after{height:.4em;width:1px;left:calc(50% - 1px);top:calc(50% + 1px);-webkit-transform:translateY(-100%);transform:translateY(-100%)}.datepicker--time-icon:before{width:.4em;height:1px;top:calc(50% + 1px);left:calc(50% - 1px)}.datepicker--cell-day.-other-month-,.datepicker--cell-year.-other-decade-{color:#dedede}.datepicker--cell-day.-other-month-:hover,.datepicker--cell-year.-other-decade-:hover{color:#c5c5c5}.-disabled-.-focus-.datepicker--cell-day.-other-month-,.-disabled-.-focus-.datepicker--cell-year.-other-decade-{color:#dedede}.-selected-.datepicker--cell-day.-other-month-,.-selected-.datepicker--cell-year.-other-decade-{color:#fff;background:#a2ddf6}.-selected-.-focus-.datepicker--cell-day.-other-month-,.-selected-.-focus-.datepicker--cell-year.-other-decade-{background:#8ad5f4}.-in-range-.datepicker--cell-day.-other-month-,.-in-range-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.1);color:#ccc}.-in-range-.-focus-.datepicker--cell-day.-other-month-,.-in-range-.-focus-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.2)}.datepicker--cell-day.-other-month-:empty,.datepicker--cell-year.-other-decade-:empty{background:0 0;border:none}
/* End */
/* /local/templates/newroom24_cur/styles.css?1732383641148 */
/* /local/templates/newroom24_cur/main.css?173238364168168 */
/* /local/templates/newroom24_cur/mobile.css?173238364125726 */
/* /local/templates/newroom24_cur/plugins/swiper/swiper.min.css?173238364119789 */
/* /local/templates/newroom24_cur/plugins/fancybox_3/jquery.fancybox.min.css?173238364112795 */
/* /local/templates/newroom24_cur/plugins/air_datepicker/css/datepicker.min.css?173238364112257 */
