@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* @font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url(../fonts/RobotoCondensed-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url(../fonts/RobotoCondensed-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url(../fonts/RobotoCondensed-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
} */




@font-face {
  font-family: 'fontello';
  src: url(../fonts/fontello.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  src: url(../fonts/fa-brands-400.ttf);
  font-weight: normal;
  font-style: normal;
}@font-face {
  font-family: 'Font Awesome';
  src: url(../fonts/fa-regular-400.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome Solid';
  src: url(../fonts/fa-solid-900.ttf);
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome light';
  src: url(../fonts/fa-light-300.ttf);
  font-weight: 300;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}
body {
  font-family: 'Montserrat', sans-serif;
  color: #111;
  font-size: 16px;
  line-height:1.5;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
:focus {
    outline: none;
}
a, a:focus, a:hover, a:active, a:visited {
    text-decoration: none;
  outline: none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}
button:focus, input:focus, textarea:focus, a:focus {
  outline:none!important;
}
input.form-control, textarea.form-control {
    -webkit-appearance: none;
}
select::-ms-expand {
    display: none;
}
ul, ol {
  list-style-position:inside;
}
table {
  width:100%;
  margin:10px 0;
}
table td,
table th {
  padding:5px;
  border:1px solid #ccc;
  vertical-align: top;
}
.popup_menu_btn {
    display: none;
}
.list-inline{
  margin: 0;
}
.list-inline>li {
    padding:0;
}
.place-card .place-card-medium{
    display: none;
}
.icon-search:before { content: '\e800'; } /* '' */
.icon-down-dir:before { content: '\e801'; } /* '' */
.icon-flash:before { content: '\e802'; } /* '' */
.icon-clock:before { content: '\e803'; } /* '' */
.icon-left-open:before { content: '\e804'; } /* '' */
.icon-up-open:before { content: '\e805'; } /* '' */
.icon-eye:before { content: '\e806'; } /* '' */
.icon-down-open:before { content: '\e807'; } /* '' */
.icon-location:before { content: '\e808'; } /* '' */
.icon-videocam:before { content: '\e809'; } /* '' */
.icon-music:before { content: '\e80a'; } /* '' */
.icon-cancel:before { content: '\e80b'; } /* '' */
.icon-wallet:before { content: '\e80d'; } /* '' */
.icon-star:before { content: '\e80e'; } /* '' */
.icon-basketball:before { content: '\e80f'; } /* '' */
.icon-planet-earth:before { content: '\e810'; } /* '' */
.icon-bank:before { content: '\e811'; } /* '' */
.icon-team:before { content: '\e812'; } /* '' */
.icon-first-aid-kit:before { content: '\e813'; } /* '' */
.icon-devices:before { content: '\e814'; } /* '' */
.icon-toast:before { content: '\e815'; } /* '' */
.icon-up-dir:before { content: '\e818'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.iconfa-telegram:before { content: '\f3fe'; } /* '' */
.icon-rss:before { content: '\f09e'; } /* '' */
.icon-gplus:before { content: '\f0d5'; } /* '' */
.icon-linkedin:before { content: '\f0e1'; } /* '' */
.icon-doc-text:before { content: '\f0f6'; } /* '' */
.icon-angle-double-left:before { content: '\f100'; } /* '' */
.icon-angle-double-right:before { content: '\f101'; } /* '' */
.icon-angle-double-up:before { content: '\f102'; } /* '' */
.icon-angle-double-down:before { content: '\f103'; } /* '' */
.icon-angle-left:before { content: '\f104'; } /* '' */
.icon-angle-right:before { content: '\f105'; } /* '' */
.icon-angle-up:before { content: '\f106'; } /* '' */
.icon-angle-down:before { content: '\f107'; } /* '' */
.icon-youtube-play:before { content: '\f16a'; } /* '' */
.icon-down:before { content: '\f175'; } /* '' */
.icon-up:before { content: '\f176'; } /* '' */
.icon-left:before { content: '\f177'; } /* '' */
.icon-right:before { content: '\f178'; } /* '' */
.icon-apple:before { content: '\f179'; } /* '' */
.icon-android:before { content: '\f17b'; } /* '' */
.icon-vkontakte:before { content: '\f189'; } /* '' */
.icon-behance:before { content: '\f1b4'; } /* '' */
.icon-binoculars:before { content: '\f1e5'; } /* '' */
.icon-commenting:before { content: '\f27a'; } /* '' */
.icon-right-open:before { content: '\e80c'; } /* '' */
.icon-ok:before { content: '\e816'; } /* '' */
.icon-cancel-circled:before { content: '\e817'; } /* '' */

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  padding-top:7px;
}
[class^="iconfa-"]:before, [class*=" iconfa-"]:before {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  padding-top:7px;
}
img.alignleft {
    float: left;
    margin-right: 20px;
}
img.alignright {
    float: right;
    margin-left: 20px;
}
img.aligncenter {
    margin: 0px auto;
    display: block;
}
.map-container {
  width: 100%;
}
.map-container iframe{
  width: 100%;
  display: block;
  pointer-events: none;
  position: relative;
}
.map-container iframe.clicked{
  pointer-events: auto;
}
.radio_btn, .checkbox_btn{
  display: none !important;
}
.radio_btn + label, .checkbox_btn + label {
    color: #282828;
    font-size: 14px;
    font-weight: 300;
    position: relative;
    padding-left: 26px;
    margin-bottom: 12px;
    cursor: pointer;
}
.radio_btn + label:before, .checkbox_btn + label:before {
    position: absolute;
    top: 1px;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 1px solid #c7cbcf;
    color: #fff;
    font-size: 8px;
    line-height: 14px;
    text-align: center;
    content: '';
}
.radio_btn:checked + label:before, .checkbox_btn:checked + label:before{
    content: '\e82d';
    font-family: 'fontello';
    color: #279fe3;
    font-size: 12px;
    padding-left: 1px;
}
.btn{
  font-family: 'Montserrat';
  font-size: 16px;
  padding: 4px 19px;
  border-radius: 50px;
}
a{
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -ms-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all;
}
a:hover{
  color:#ee2d28;
}
ul:not([class]){
  list-style:none;
  margin-bottom:30px;
}
ol:not([class]){
  margin-bottom:30px;
}
ul:not([class]) li{
    padding-left: 15px;
  position: relative;
}
ul:not([class]) li:before{
  position: absolute;
    width: 5px;
    height: 5px;
    background-color: #ffa619;
    border-radius: 50%;
    top: 9px;
    left: 0;
    content: "";
}
/* burger menu */
.open_main_menu {
    border: 0;
    text-align: center;
    width: 30px;
  height:20px;
    background:none;
  position:relative;
  z-index:105;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
  display: inline-block;
    vertical-align: top;
}
.header_collapsed .open_main_menu {
  margin-top: 11px;
}
.open_main_menu .lines {
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #888;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: relative;
    top: -4px;
}
.on_white_bg .open_main_menu .lines, .on_white_bg .open_main_menu .lines:before, .on_white_bg .open_main_menu .lines:after {
  background: #42484d;
}
.opened_menu .open_main_menu .lines {
    background: transparent;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.open_main_menu .lines:before, .open_main_menu .lines:after {
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #888;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    position: absolute;
    left: 0;
    content: '';
    -moz-transform-origin: 0.28571em center;
    -ms-transform-origin: 0.28571em center;
    -o-transform-origin: 0.28571em center;
    -webkit-transform-origin: 0.28571em center;
    transform-origin: 0.28571em center;
}
.opened_menu .open_main_menu .lines:before, .opened_menu .open_main_menu .lines:after {
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 30px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: #888;
}
.open_main_menu .lines:after {
    top: 9px;
}
.open_main_menu .lines:before {
    top: -9px;
}
.opened_menu .open_main_menu .lines:before {
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
.opened_menu .open_main_menu .lines:after {
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    -o-transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}
a{
  color: #555;
}
img{
  max-width:100%;
  height:auto;
}
/*header*/
.header_top{
  top: 0px;
  height: 60px;
  -webkit-box-shadow: 0 0 21px rgba(62, 83, 117, 0.25);
  -moz-box-shadow: 0 0 21px rgba(62, 83, 117, 0.25);
  box-shadow: 0 0 21px rgba(62, 83, 117, 0.25);
  position: fixed;
  width: 100%;
  z-index: 115;
    background-color: #fff;
}
.header_top:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.top_navigate{
  float:left;
  width: 88.8%;
}
.lang_block{
  float:right;
  width:11.2%;
}
.main_menu{
  list-style:none;
  display:inline-block;
  vertical-align:top;
  padding-top: 19px;
}
.main_menu>li{
  display:inline-block;
  font-weight: 700;
  text-transform: uppercase;
  color: #888;
  vertical-align:top;
  font-family: 'Montserrat';
  letter-spacing: -0.1px;
}
.main_menu>li+li{
  margin-left:25px;
}
.main_menu>li>a{
  color: #888;
}
.main_menu>li>a:hover{
  color: #ee2d28;
}
.top_navigate nav{
  display:inline-block;
  vertical-align:top;
}
.top_btn{
  display:inline-block;
  vertical-align:top;
  float:right;
  margin-top: 15px;
}
.main_lang{
  list-style: none;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    text-align: center;
    margin-left: 20px;
    padding: 19px 0 17px;
    margin-bottom: 0;
}
.main_lang>li{
  display:inline-block;
  font-weight: 700;
  text-transform: uppercase;
  color: #888;
  vertical-align:top;
}
.main_lang>li>a{
  color: #888;
}
.main_lang>li>a:hover{
  color: #ee2d28;
  text-decoration:underline;
}
.main_lang>li.current>a{
  color:#111;
  pointer-events:none;
}
.main_lang>li+li:before{
  padding: 0 5px;
    color: #888;
    content: "/\00a0";
}

/*header_body*/
.header_body{
  padding-top: 56px;
  padding-bottom: 25px;
}
.header_body:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.header_body .left_block{
  float:left;
}
.left_block_wrap{
  display:table;
  width:100%;
}
.left_block_wrap>div{
  display:table-cell;
  vertical-align:top;
}
.header_body .center_block{
  float:left;
  padding: 0 20px 0 40px;
}
.header_body .right_block{
  float:right;
}

.city_modal{
  color: #111 !important;
  font-family: 'Montserrat';
  font-size: 32px;
  font-weight: 700;
  position: relative;
  text-transform:uppercase;
  line-height: 1;
    display: inline-block;
  padding-right:20px;
}
.city_modal>span{
  line-height: 1;
    display: inline-block;
  border-bottom:1px dashed #111;
}
.city_modal:after{
  content: '\e801';
  font-family: "fontello";
  color: #cd1041;
  font-size:22px;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -ms-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all;
  position: absolute;
  right:0;
  top:50%;
  margin-top:-11px;
}
.city_modal:hover{
  color: #ee2d28 !important;
}
.city_modal:hover>span{
  border-bottom:1px dashed #ee2d28;
}
.city_modal:hover:after{
  color: #ee2d28 !important;
}
.header_body .logo_block, .header_body .main_city{
  display:inline-block;
  vertical-align:middle;
}
.header_body .logo_block{
  margin-top: 1px;
  margin-right:1px;
}
.main_city{
  padding-top: 9px;
}
.rates_val{
  text-transform: uppercase;
}
.rates_block {
    margin-bottom: 8px;
}
.rates_block [class^="icon-"]{
  color: #ffa619;
  display:inline-block;
}

.rates_double {
    display: inline-block;
    vertical-align: top;
    align-content: center;
}
.rates_val{
  display:inline-block;
  margin-right:25px;
    font-family: 'Montserrat';
}
.rates_block > .rates_val:last-child{
  margin-right:0;
}
.form-control{
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius:0;
  color: #111;
  font-size: 16px;
    padding: 6px 14px;
}
.form-control:focus{
  border-color: #ffa619;
}
.search_form{
  position: relative;
}
.search_form .form-control{
  padding-right:50px;
}
.search_btn{
  width: 44px;
  height: 34px;
  background-color: #cd1041;
  color: #fff !important;
  font-family: "Font Awesome";
  font-size: 18px;
  text-align:center;
  border-radius:0;
  border:none;
  position: absolute;
  top:0;
  right:0;
}
.search_btn:hover{
  background-color: #ee2d28;
}
.search_btn:before{
  font-family: "fontello";
  content: '\e800';
}
.form-control :-webkit-input-placeholder {
  color:#777;
}
.form-control :-moz-placeholder{
  color:#777;
}/* Firefox 19+ */
.form-control :-moz-placeholder{
  color:#777;
}/* Firefox 18- */
.form-control :-ms-input-placeholder{
  color:#777;
}
.site_name{
  color: #888 !important;
  font-weight: 500;
}
a.site_name:hover{
  color: #ee2d28 !important;
}
.shares_block{
  text-align:center;
}
.shares_list{
  list-style:none;
}
.shares_list>li{
  display:inline-block;
  vertical-align:middle;
}
.shares_link{
  width: 34px;
  height: 34px;
  background-color: #eee;
  color: #111;
  display:inline-block;
  vertical-align:top;
  margin:0 3px;
  font-size: 20px;
  line-height:33px;
  border-radius:50%;
  text-align: center;
}
.shares_block_text{
  margin-bottom:8px;
}
.shares_list>li:first-child>a{
  margin-left:0;
}
.shares_list>li:last-child>a{
  margin-right:0;
}
.shares_link:hover{
  background-color: #ee2d28;
  color:#fff !important;
}
.shares_link.icon-vkontakte{
  color: #4c75a3;
}
.shares_link.icon-gplus{
  color: #f55f31;
}
.shares_link.icon-facebook{
  color: #4d689e;
}
.shares_link.icon-twitter{
  color: #26b2e7;
}
.shares_link.iconfa-telegram{
  color: #0088cc;
}
.shares_link.icon-youtube-play{
  color: #bf2626;
}
.shares_link.icon-rss{
  color: #f8991d;
}
.shares_link.icon-apple{
  color: #545454;
}
.shares_link.icon-android{
  color: #7cb342;
}

/*main_category*/
#main_category{
  background-color: #4a4a4a;

  marging-left: 0%;
  padding-left: 0%;
  display: block;
}
#main_category .collapse {
    display: block;
}
.category_list_btn{
  background-color: #404040;
  text-align:center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Montserrat";
  display:none;
}
.close_news, .open_news{
  cursor:pointer;
  padding: 9px 0;
}
.open_news{
  display:block;
}
.category_list_btn.collapsed .close_news{
  display:block;
}
.category_list_btn.collapsed .open_news{
  display:none;
}
.category_list_btn .close_news{
  display:none;
}
.open_news:after{
  content: '\e818';
    font-family: "fontello";
  padding-left:5px;
}
.close_news:after {
    content: '\e801';
    font-family: "fontello";
  padding-left:5px;
}
.category_list{
  display:table;
  width:100%;
  list-style:none;
  margin-bottom:0;
}
.category_list>li{
  display:table-cell;
  vertical-align:middle;
  width:11%;
  color: #fff;
  font-family: 'Montserrat';
  font-size: 16px;
  text-transform: uppercase;
}
.category_list>li>a{
  display:block;
  padding: 15px 10px 8px;
  color: #fff;
  position: relative;
  text-align: center;
  border-left: 1px solid rgba(255,255,255,.1);
  white-space:nowrap;
}
.category_list>li:last-child>a{
  border-right: 1px solid rgba(255,255,255,.1);
}
.category_list>li>a>span{
  display:block;
  position: relative;
  margin-bottom: 10px;

}
.category_list>li>a>span:before{
  color: #ddd;
  font-size:40px;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -ms-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all;
}
.category_list>li>a:hover{
  background-color: #404040;
  color: #ee2d28;
}
.category_list>li>a:hover>span:before{
  color: #ee2d28;
}

/*top_banner*/
#top_banner{
    background-color: #cccccc;
    text-align: center;
    padding: 15px 0;
  margin-bottom: 50px;
}

/*main_news*/
#main_news{
  margin-bottom: 30px;
}
.news_section_head{
  border-bottom:1px solid #ddd;
  display:table;
  width: 100%;
}
.top_head{
  margin-bottom:35px;
}
.news_section_head>div{
  display:table-cell;
  vertical-align:middle;
}
.news_section_head>div:last-child{
  text-align:right;
}
.section_title{
  color: #111;
  font-family: 'Montserrat';
  font-size: 28px;
  font-weight: 400;
  margin:0;
}
.top_news{
  position: relative;
}
.top_news span.icon-flash{
  color: #ee2d28;
  font-weight: 700;
}
.top_news span.icon-flash:before{
  padding-right: 6px;
}
.section_title>span{
  position: relative;
  display:inline-block;
  padding-bottom: 11px;
}
.section_title>span:before{
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #ffa619;
  bottom:-1px;
  left:0;
  content:"";
}
.news_block{
  background:url(../images/news_bg_1.jpg) top left;
  background-origin: content-box;
  background-repeat: repeat;
  padding:25px 18px 18px 20px;
  margin-bottom: 25px;
  position: relative;
}
#main_news .news_block{
  margin-bottom: 60px;
}
.news_block.type_center .news_comment{
    top: 25px;
    right: 0;
}
.news_block.type_left{
  margin-left:30px;
  padding:25px 18px 25px 20px;
}
.news_block.type_center {
    margin-left: 30px;
    margin-right: 30px;
}
.news_block.type_left .news_img{
  /*margin-left:-50px;*/
  float:left;
  margin-right: 20px;
}
#main_news .news_block.type_left .news_img{
  width:67%;
}
.news_img{
  display:inline-block;
}
.news_img img{
  border-radius:6px;
}
#main_news .news_block.type_left .news_content{
  padding-top: 27px;
  max-height: 100%;
    overflow: inherit;
}
.news_block.type_left .news_content{
  padding: 51px 0 0 20px;
}
.news_content p{
    margin: 0 0 6px;
}
.news_like_social{
  list-style:none;
  margin-top: 27px;
    margin-bottom: 0;
}
.news_like_social>li{
  display:inline-block;
  margin-bottom: 8px;
    margin-right: 5px;
}
.news_like_social>li:last-child{
  margin-bottom:0;
}
.s_title{
  color: #555;
  display:inline-block;
  vertical-align:middle;
  margin-right: 9px;
}
.news_social{
  list-style:none;
  display:inline-block;
  vertical-align:middle;
  margin-bottom:0;
}
.news_social>li{
  display:inline-block;
  vertical-align:top;
}
.news_social_block {
    margin-top: 20px;
  padding-right:50px;
}
.news_social .shares_link{
  width: 30px;
    height: 30px;
    background-color: #fff;
    margin: 0 10px 0 0;
    font-size: 18px;
    line-height: 30px;
}
.news_social .shares_link:hover{
  background-color: #ee2d28;
}
.btn_link{
  display:inline-block;
  vertical-align:top;
  color: #888 !important;
  font-weight: 500;
}
.btn_link:hover{
  color: #ee2d28 !important;
}
.btn_link:after{
  font-family: 'fontello';
  content: '\f101';
  color: #cd1041;
  font-weight: 400;
}
.news_block.right_top .news_content, .news_block.bottom_left .news_content{
  max-height: 64px;
    overflow: hidden;
    padding-bottom: 1px !important;
}
.news_block.type_center .news_content {
    padding: 20px 55px 0 0;
}
.news_block:after{
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.news_comment{
  color: #555;
  font-size: 14px;
  background-color: #fff;
  text-align:center;
  position: absolute;
}
.news_block .news_comment{
  padding: 2px 15px 3px;
  border-radius: 13px 0 0 13px;
}
.news_comment .icon-commenting:before{
  padding-right: 3px;
}
.type_left .news_comment{
  right:0;
  top:25px;
}
.news_block.type_center .news_img{
  /*margin:0 -50px;*/
}
.news_title{
  font-size: 18px;
  font-weight: 500;
  margin:0;
  line-height: 1.2;
}
.news_title>a{
  color: #111 !important;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -ms-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all;
  border-bottom: 1px solid transparent;
}
.important_news .news_title>a{
  color: #cd1041 !important;
}
.news_title>a:hover, .important_news .news_title>a:hover{
  color: #ee2d28 !important;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -ms-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all;
  border-bottom-color: rgba(238,45,40,.3);
}
.large .news_title{
  font-size: 24px;
  margin:0 0 10px;
}
.news_updated{
  margin-bottom:0;
}
.news_section_head .icon-clock:before{
  padding-right:4px;
}
#main_news .row{
  display: table;
  box-sizing: border-box;
}
#main_news .row > div{
  display: table-cell;
  box-sizing: border-box;
  /*background: url(images/news_bg_1.jpg);*/
  /*background-origin: content-box;*/
  /*background-repeat: repeat;*/
}
.news_block.right_top {
    margin-right:30px;
    /*height: 200px;*/
  text-align:right;
}
.news_block.bottom_left {
    margin-left:30px;
    height: 200px;
  padding: 20px 18px 10px 20px;
}
.news_block.right_top .news_img{
    /*margin: -55px -48px 0 0;*/
}
.news_block.right_top  .news_content{
    margin-top: 18px;
    text-align: left;
}
.news_block.right_top  .news_comment{
    top: 25px;
    left: 0;
    border-radius: 0 13px 13px 0;
}
.news_block.bottom_left  .news_comment{
    bottom: 25px;
    right: 0;
}
.news_block.bottom_left  .news_content{
    margin-bottom: 12px;
}
.news_block.bottom_left .news_img{
  margin-left: -50px;
}

/*all_news*/
#all_news{
  margin-bottom:30px;
}
.last_news{
  border: 4px solid #ffa619;
  padding:25px 0 14px;
  margin-bottom: 30px;
}
.widget{
  margin-bottom: 30px;
}
.widget_title{
  font-family: 'Montserrat';
  font-size: 24px;
  font-weight: 400;
  margin:0 0 6px;
  letter-spacing: -0.2px;
}
.widget_section_head{
  display:table;
  width:100%;
  margin-bottom:27px;
}
.last_news .widget_section_head{
  padding: 0 15px 0 25px;
}
.widget_section_head>div{
  display:table-cell;
  vertical-align:middle;
}
.widget_section_head>div:last-child{
  text-align:right;
}

.whiteb{
  padding-top: 60px;
}
.btn_primary{
  background-color: #cd1041;
  color: #fff !important;
  border:none;
}
.widget_block{
  position: relative;
}
.last_news .widget_block{
  border-top: 1px solid #eee;
  padding: 24px 26px 27px;
}
.last_news .news_comment{
  padding: 2px 16px 4px 27px;
  border-radius: 0 13px 13px 0;
  background-color: #eee;
  font-size: 14px;
  position: absolute;
  top:-14px;
  left:0;
}
.widget_img{
  text-align: center;
}
.last_news_wrap >p {
  margin-left: 20px;
}
.last_news .news_comment .icon-eye:before{
  padding-right:2px;
}
.last_news .widget_img{
  margin:0 0 10px;
}
.widget_img img{
  border-radius:6px;
}
.widget_block p a{
  border-bottom:1px solid #ccc;
  color: #555 !important;
}
.widget_block p a:hover{
  border-bottom-color: rgba(238,45,40,.3);
}
.widget_block p a:hover{
  color: #ee2d28 !important;
}
.last_news_wrap>.widget_block:last-child{
  padding-bottom:0;
}

/*wdgt_calendar*/
.wdgt_calendar {
    padding: 0 35px;
    position: relative;
    text-align: center;
}
.datepicker-days .prev, .datepicker-days .next{
  background-color: #4a4a4a;
  border: 1px solid #4a4a4a;
  color: #cd1041 !important;
    font-size: 35px;
    line-height: 1;
}
.datepicker-days .prev:hover, .datepicker-days .next:hover {
    color: #ee2d28 !important;
}
.datepicker-days .prev .icon-angle-left:before {
    position: absolute;
    top: 50%;
    left: 11px;
    margin-top: -22px;
  cursor:pointer;
}
.datepicker-days .next .icon-angle-right:before {
    position: absolute;
    top: 50%;
    margin-top: -22px;
  cursor:pointer;
    right: 11px;
}
.picker-switch{
  pointer-events:none;
  position: relative;
  font-size: 20px;
    font-weight: 700;
  font-family: 'Montserrat';
  background-color: #4a4a4a;
  color:#fff;
  border: 1px solid #4a4a4a;
}
.picker-switch:before{
  content:"Архив: ";
    font-weight: 300;
}
.bootstrap-datetimepicker-widget table td{
  border: 1px solid #ccc;
}
.day.old, .day.new{
  cursor:default;
}
.picker-switch.accordion-toggle{
  display:none;
}
.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0 auto 30px;
  text-align: center;
  font-size: 14px;
}
.bootstrap-datetimepicker-widget table tbody{
  border: 1px solid #ccc;
}
.datepicker-days table tbody tr:nth-child(odd) td {
    background-color: #eee;
}
.datepicker-days th {
    text-align: center;
}
.datepicker-days th.dow{
  text-transform: capitalize;
}
.datepicker-days tbody td {
    cursor: pointer;
    -webkit-transition: 300ms all;
    -moz-transition: 300ms all;
    -ms-transition: 300ms all;
    -o-transition: 300ms all;
    transition: 300ms all;
}
.datepicker-days th, .datepicker-days td{
  padding: 7px 2px 8px !important;
  width: 14%;
}
.datepicker-days tbody td:hover {
    color: #ee2d28;
}
.datepicker-days  .today{
  background-color: #ffa619 !important;
    color: #fff !important;
    font-weight: 700 !important;
}
.datepicker-days tbody .day.disabled, .day.old, .day.new{
  color: #ccc !important;
  cursor:default;
}
.mobile_calendar_wrap{
  margin-bottom:30px;
  display:none;
}


/*widget_calendar*/
.mobile_calendar_wrap .widget_title{
  font-size: 20px;
  font-weight: 300;
  margin:0 !important;
}
.widget_calendar{
  padding:0 35px;
  position: relative;
  text-align: center;
}
.mobile_calendar_wrap .head {
    font-family: 'Montserrat';
    color: #fff;
  font-weight: 300;
  background-color: #4a4a4a;
  padding: 8px 5px 10px;
  text-align: center;
}
.main_arrows{
  position: absolute;
  top:50%;
  left:11px;
  color: #cd1041 !important;
  font-size: 35px;
    line-height: 1;
    display: inline-block;
    margin-top: -22px;
}
.main_arrows:hover{
  color: #ee2d28 !important;
}
.right_arrows{
  left:auto !important;
  right:11px !important;
}
#wp-calendar {
    width: 100%;
    margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
  margin: 0 0 30px;
}
#wp-calendar th, #wp-calendar td {
    text-align: center;
  padding: 7px 2px 8px;
  width: 14%;
  border-color:#ccc;
}
#wp-calendar td{
  cursor:pointer;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -ms-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all;
}
#wp-calendar td:hover{
  color: #ee2d28;
}
#wp-calendar th{
  color: #111;
  font-weight: 700;
}
#wp-calendar #today{
  background-color: #ffa619;
  color: #fff;
  font-weight: 700;
}
#wp-calendar .disabled, #wp-calendar .other_month{
  color: #ccc !important;
  cursor:default;
}
#wp-calendar tbody tr:nth-child(odd) td{
  background-color:#eee;
}
#wp-calendar .last_month{
    border-right-color: transparent;
}
#wp-calendar tbody > tr > .last_month:last-child{
  border-right-color: #eee;
}
#wp-calendar .next_month {
    border-left-color: transparent;
}
#wp-calendar tr td .next_month:first-child{
  border-left-color: #eee;
}
.mobile_calendar{
  background-color: #eee;
  padding:10px;
  height: 55px;
  display:none;
}
.calendar_btn{
  padding: 3px 0;
  background-color: #cd1041;
  border:none;
  color: #fff !important;
  font-size: 18px;
  text-align:center;
  display:block;
}
.calendar_btn:before{
  font-family: 'fontello';
  content: '\f101';
}
.mobile_calendar>.btn-group{
  float:left;
}
.mobile_calendar>.btn-group+.btn-group{
  margin-left:-1px;
}
.mobile_calendar>.btn-group:last-child{
  margin-left:0;
}
.mobile_calendar .btn-default{
  background-color:#fff !important;
  border-radius:0;
  padding: 5px 15px;
}
.banner{
  text-align:center;
  margin-bottom: 30px;
}

/*select*/
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color:#111;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #ff0000 !important;
}
.has-success .bootstrap-select .dropdown-toggle,
.success .bootstrap-select .dropdown-toggle {
  border-color: #05901f !important;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 11%;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
/*widget_abous_city*/
.widget_abous_city{
  background-color: #eee;
    padding: 26px 35px 21px;
    margin-bottom: 30px;
}
.widget_abous_city .widget_block{
    background-color: #fff;
    padding: 20px 15px 4px 20px;
    border-left: 4px solid #ffa619;
    margin-bottom: 10px;
}
.widget_abous_city  .widget_section_head{
    margin-bottom: 4px;
}
.btn_all{
  color: #888 !important;
  font-family: 'Montserrat';
  font-weight: 500;
  position: relative;
  display:inline-block;
  vertical-align:top;
  padding-right:13px;
  white-space:nowrap;
}
.btn_all:hover, .btn_all:hover:after{
  color: #ee2d28 !important;
}
.btn_all:after{
  color: #cd1041;
  font-weight: 400;
  font-family: "fontello";
  content: '\f101';
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -ms-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all;
  position: absolute;
  top:0;
  right:0;
}
.widget_abous_city .widget_title {
    letter-spacing: -0.4px;
}
.widget_abous_city .widget_block a:hover{
  border-bottom-color: rgba(238,45,40,.3);
}
.widget_abous_city .widget_block a{
  border-bottom-color: #ccc;
}
.widget_category{
  position: relative;
  color: #888;
  font-size: 14px;
  text-transform: uppercase;
  font-weight:700;
  margin:0 0 12px;
  padding-right: 70px;
}
.widget_category:before{
  font-family: "fontello";
  content: '\f0f6';
  font-weight:400;
  padding-right:3px;
}
.widget_abous_city .news_date{
  border-radius: 13px 0 0 13px;
  background-color: #ddd;
  position: absolute;
  top:15px;
  right:0;
  text-align:center;
  color: #555;
  font-size: 14px;
  padding: 2px 15px 3px;
}

/*news_feed*/
.news_feed{
  margin-top: 10px;
}
.news_feed .section_title{
  letter-spacing: -0.4px;
}
.feed_block{
  border-bottom:1px solid #eee;
  padding: 15px 0;
}
.feed_block .news_comment .icon-commenting:before{
  padding: 0 4px;
}
.feed_block_head .news_date, .feed_block_head .news_comment{
  display:inline-block;
  font-size: 14px;
  color: #555;
  position: relative;
  vertical-align:top;
}
.feed_block_head .news_date span{
  color: #ee2d28;
}
.feed_block_head .news_date + .news_comment:before{
  content:"|";
  padding:0 13px;
}
.feed_block_head {
    margin-bottom: 5px;
}
.feed_block_body{
  position: relative;
}
.feed_block_body:after{
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.news_feed .banner{
  padding:35px 0;
  text-align:center;
  border-bottom:1px solid #eee;
  margin-bottom: 0;
}
.feed_block_body .feed_block_img{
  float: left;
    margin-top: 1px;
    margin-right: 19px;
  margin-bottom:5px;
}
.feed_block_img img{
  border-radius:6px;
}
.feed_block .news_title {
    margin-bottom: 6px;
}
.feed_block_wrap>.feed_block:last-child{
  border-bottom:0;
}
.feed_block p{
  margin-bottom: 0;
}

/*footer_navigate*/
#footer_navigate{
  background: url(/images/news_bg_1.jpg) top left;
  padding-top: 60px;
  padding-bottom: 46px;
}
.navigate_tabs .nav-tabs>li.active>a, .navigate_tabs .nav-tabs>li.active>a:focus, .navigate_tabs .nav-tabs>li.active>a:hover
.navigate_tabs .nav-tabs>li>a.btn_primary {
  border:none;
  border-top:4px solid transparent;
}
.navigate_tabs .nav-tabs-afisha>li.active>a, .navigate_tabs .nav-tabs-afisha>li.active>a:focus, .navigate_tabs .nav-tabs-afisha>li.active>a:hover
.navigate_tabs .nav-tabs-afisha>li>a.btn_primary {
  border:none;
  border-top:4px solid transparent;
}
.navigate_tabs_title{
  font-size: 24px;
  display:inline-block;
  vertical-align:middle;
  color: #111;
  font-family: 'Montserrat';
  font-weight: 400;
  padding-top: 3px;
}
.navigate_tabs_title:before{
  padding-right:5px;
  color: #ee2d28;
}
.navigate_tabs .nav-tabs{
    border-bottom: none;
    display: inline-block;
    vertical-align: middle;
  float: right;
}
.navigate_tabs .nav-tabs-afisha{
    border-bottom: none;
    display: inline-block;
    vertical-align: middle;
}
.navigate_tabs .nav-tabs>li>a {
    background-color: rgba(255,255,255,.5);
  border:none;
  border-top:4px solid #8f8f8f;
  color: #888;
  margin-right: 0;
  margin-left:3px;
  padding: 10px 20px;
    letter-spacing: -0.1px;
  max-width:165px;
}
.navigate_tabs .nav-tabs-afisha>li>a {
    background-color: rgba(255,255,255,.5);
  border:none;
  border-top:4px solid #8f8f8f;
  color: #888;
  margin-right: 0;
  margin-left:3px;
    letter-spacing: -0.1px;
  max-width:165px;
}
.navigate_tabs .nav-tabs>li{
  border:none !important;
  margin-bottom: 0;
}
.navigate_tabs .nav-tabs-afisha>li{
  border:none !important;
  margin-bottom: 0;
}
.navigate_tabs .nav-tabs>li>a:hover.btn_primary {
  background-color: #ee2d28 !important;
  border-top:4px solid #8c3e3c !important;
}
.navigate_tabs .nav-tabs-afisha>li>a:hover.btn_primary {
  background-color: #ee2d28 !important;
  border-top:4px solid #8c3e3c !important;
}
.navigate_tabs .nav-tabs>li{
  color: #888;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.navigate_tabs .nav-tabs-afisha>li{
  color: #888;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.navigate_tabs .nav-tabs>li>a:hover{
  border-top:4px solid #ee2d28 !important;
  color: #555;
}
.navigate_tabs .nav-tabs-afisha>li>a:hover{
  border-top:4px solid #ee2d28 !important;
  color: #555;
}
.navigate_tabs .nav-tabs>li.active>a{
  border-top:4px solid #ffa619 !important;
}
.navigate_tabs .nav-tabs-afisha>li.active>a{
  border-top:4px solid #ffa619 !important;
}
.nav-tabs>li>a {
    border-radius: 0;
}
.nav-tabs-afisha>li>a {
    border-radius: 0;
}
.navigate_tabs_list{
  list-style:none;
  margin-bottom: 0;
}
.navigate_tabs .tab-content {
    background-color: #fff;
    padding: 21px 20px 19px;
  margin-bottom: 30px;
}
.navigate_tabs_list>li{
  display:inline-block;
  vertical-align:top;
  position: relative;
  padding-left:15px;
  margin-bottom:10px;
  margin-right: 20px;
}
.navigate_tabs_list>li:last-child{
  margin-right:0;
}
.navigate_tabs_list>li>a{
  border-bottom: 1px solid #ccc;
  color: #555 !important;
}
.navigate_tabs_list>li>a:hover{
  color: #ee2d28 !important;
  border-bottom-color: rgba(238,45,40,.3);
}
.navigate_tabs_list>li:before{
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #ffa619;
  border-radius:50%;
  top:11px;
  left:0;
  content:"";
}
.navigate_tabs li>a.btn_primary, .navigate_tabs li.active>a.btn_primary{
  background-color:#cd1041 !important;
  border-top:4px solid #7e3346 !important;
  color: #fff !important;
}
.navigate_tabs li>a.btn_primary:hover, .navigate_tabs li.active>a.btn_primary{
  background-color:#ee2d28 !important;
  border-top:4px solid #8c3e3c !important;
}
.navigate_tabs_head{
  position: relative;
}
.navigate_tabs_head:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*poster_navigate*/
.poster_navigate {
    background-color: #eee;
    padding: 20px 20px 10px;
    margin-bottom: 30px;
}
.poster_navigate_head{
  display:table;
  width:100%;
  border-bottom:1px solid #ddd;
  padding-left: 20px;
  border-left: 4px solid #ffa619;
  margin-bottom: 23px;
}
.poster_navigate_head .navigate_tabs_title{
  padding:0;
}
.poster_navigate_head>div{
  display:table-cell;
  vertical-align:middle;
}
.poster_navigate_head .center_block{
  text-align:center;
  padding-left: 50px;
}
.poster_navigate_head>div:last-child{
  text-align:right;
}
.poster_navigate .nav-tabs {
    border-bottom: none;
  display: table;
  margin: 0 auto;
}
.poster_navigate  .nav-tabs>li>a {
    border: 1px solid #ddd;
    margin: 0;
  color: #555 !important;
  border-bottom:1px solid transparent !important;
  position: relative;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -ms-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all;
  padding: 8px 17px;
}
.poster_navigate  .nav-tabs>li+li>a{
  margin-left:-1px;
}
.poster_navigate  .nav-tabs>li>a:hover{
  border: 1px solid #ee2d28;
  z-index: 3;
  color: #111 !important;
}
.poster_navigate  .nav-tabs>li.active>a{
  border: 1px solid #ffa619;
  background-color:transparent;
    z-index: 2;
  color: #111 !important;
}
.poster_navigate .nav-tabs>li {
    margin-bottom: 0;
}
.poster_navigate  .nav-tabs>li>a:before{
  color: #555 !important;
  padding-right:3px;
}

/*poster_navigate tab-content*/
.poster_block{
  position: relative;
  margin-bottom:20px;
}
.poster_block:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.tab-pane>.poster_block:last-child{
  margin-right:0;
}
.poster_block [class^="icon-"]{
  border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 4px solid #ccc;
    background-color: #fff;
    text-align: center;
    line-height: 32px;
    color: #555;
    font-size: 16px;
  float:left;
    margin-right: 9px;
    margin-top: 5px;
}
.poster_info{
  float: left;
    width: calc(100% - 50px);
}
.poster_title{
  color: #555;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 10px;
}
.poster_title>a{
  color: #555 !important;
  border-bottom: 1px solid #ccc;
}
.poster_title>a:hover{
  border-bottom-color: rgba(238,45,40,.3);
  color: #ee2d28 !important;
}
.poster_date{
  padding: 0 10px;
  background-color: #ffa619;
  display:inline-block;
  vertical-align:middle;
  margin-right:7px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.poster_room{
  display:inline-block;
  vertical-align:middle;
  font-size: 14px;
}


/*footer_category*/
#footer_category{
  background-color: #404040;
}
#footer_category .category_list>li>a{
  padding: 10px 10px 8px;
}
#footer_category .collapse{
  display:block;
}

/*footer*/
#footer{
  background-color: #4a4a4a;
  padding-top: 40px;
  padding-bottom: 24px;
}
#footer .logo_block {
  margin-top:5px;
    text-align: center;
  margin-bottom: 17px;
}
.all_right{
  color: #777;
  font-size: 12px;
  font-weight: 300;
  margin-left: 24px;
}
.footer_content{
  color: #ddd;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 18px;
}
.desing_icon{
  color: #fff !important;
  font-size: 12px;
  font-weight: 400;
  border-bottom: 1px solid #818181;
}
.desing_icon:hover{
  color: #ee2d28 !important;
  border-bottom: 1px solid rgba(238,45,40,.3);
}
#footer .shares_link{
  background-color: #333;
}
#footer .shares_link:hover{
  background-color: #ee2d28;
}
.footer_counters{
    margin-top: 5px;
    text-align: center;
}
.footer_counters .all_right{
  display:none;
}
.footer_counters_btn {
  margin-bottom:50px;
}
#footer .shares_link {
    margin: 0 8px 20px;
}
#footer .shares_list {
    max-width: 220px;
    margin: 0 auto 20px;
    text-align: center;
}
.counters_list{
  list-style:none;
  text-align:center;
  margin-bottom:0;
}
.counters_list>li{
  margin-bottom:15px;
}

/*modal*/
.modal-dialog {
    margin: 10px auto;
    max-width: 370px;
}
.modal_content{
  max-width: 370px;
  margin:10px auto;
  background-color:white;
    padding: 22px 0 2px;
  position: relative;
  border-radius: 0;
}
.section_title .icon-ok:before{
  color: #ee2d28;
  padding-right: 6px;
}
.modal_content .section_title {
    font-size: 24px;
  padding-right: 30px;
}
.modal_head{
  border-bottom: 1px solid #ddd;
  margin:0 20px 28px;
}
.modal_body{
  padding:0 10px 0 20px;
}
.city_choise{
  list-style:none;
}
.city_choise>li{
  color: #555;
  font-family: 'Montserrat';
  display:inline-block;
  margin-right:15px;
  margin-bottom: 19px;
}
.city_choise>li>a{
  color: #555 !important;
  display:inline-block;
  vertical-align:top;
  padding:2px 19px;
  border-radius: 15px;
  border: 1px solid #ddd;
}
.city_choise>li>a:hover{
  border: 1px solid #ee2d28;
}
.city_choise>li.active>a{
  border: 1px solid #ffa619;
  color: #111 !important;
  cursor:default;
}
.modal_content .icon-cancel-circled{
  width: 21px;
  height: 24px;
  color: #888;
  font-size: 24px;
  position: absolute;
  top:25px;
  right:19px;
  line-height: 1;
    background-color: transparent;
    border: none;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -ms-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all;
  font-weight: 400;
}
.modal_content .icon-cancel-circled:hover{
  color: #ee2d28;
}
.widget_kinoafisha_wrap{
  position: relative;
}
.widget_kinoafisha{
  position: absolute;
  top:0;
  left:0;
  width:100%;
}
.event_form_s > .search_form{
  text-align: center;
}

/*breadcrumbs*/
.breadcrumbs{
  color: #ccc;
    border-bottom: 1px solid #ddd;
    padding-bottom: 9px;
    margin-bottom: 18px;
}
.breadcrumbs a{
  color: #888 !important;
  font-weight: 500;
  display: inline-block;
}
.breadcrumbs a:hover{
  color: #ee2d28 !important;
}
/*PAGE*/
.page_title{
  color: #111;
  font-size: 34px;
  font-weight: 500;
  line-height:1.2;
  margin: 18px 0 21px;
}
.news_time{
  background-color: #ffa619;
  color: #fff;
  font-size: 14px !important;
  font-weight: 300 !important;
  display: inline-block;
    vertical-align: middle;
    padding: 2px 10px;
    margin-right: 8px;
}
h1{
  font-size: 34px;
}
h4, h5, h6 {
    margin-bottom: 17px;
}
.page_content a{
  color: #555 !important;
  border-bottom: 1px solid #ccc;
}
.page_content a:hover{
  color: #ee2d28 !important;
  border-bottom-color: rgba(238,45,40,.3);
}
.tags_info{
  font-weight: 500;
  margin-top: 35px;
}
.tags_info a{
  color: #888 !important;
  border-bottom: none;
}
.tags_info a:hover{
  color: #ee2d28 !important;
}
.read_more_news{
    margin-bottom: 30px;
}
.read_more_news .feed_block{
  border:none;
}
.read_more_news .feed_block_body .feed_block_img {
    float: none;
    margin-top: 0;
    margin-right: 0;
  margin-bottom: 6px;
}
.left_border .section_title{
  font-size: 24px;
}
.left_border{
  border-left: 4px solid #ffa619;
    padding: 4px 0 8px 20px;
    margin-bottom: 5px;
}
.news_section_head.left_border>div {
    vertical-align: baseline;
}
.read_more_news .news_title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.read_more_news .news_title>a{
  color: #555 !important;
  border-bottom: 1px solid #ccc;
}
.read_more_news .news_title>a:hover{
  color: #ee2d28 !important;
  border-bottom-color: rgba(238,45,40,.3);
}
.page_widget_section{
    margin-top: 10px;
}

@media (max-width: 1229px) {
.last_news .widget_section_head>div {
    display: block;
  text-align:center !important;
}
}

@media (max-width: 1229px) and (min-width: 991px){
.widget_calendar {
    padding: 0;
}
.main_arrows {
    left: -15px;
}
.right_arrows {
    right: -15px !important;
}
body {
    font-size: 14px;
}
.main_menu {
    padding-top: 20px;
}
.flex-width{
  width: auto!important;
}
.main_lang {
    margin-left: 10px;
    padding: 21px 0 18px;
}
.header_body .center_block {
    padding: 0 10px;
}
.shares_block_text {
    margin-bottom: 14px;
    font-size: 13px;
}
.shares_link {
    width: 30px;
    height: 30px;
    margin: 0 2px 5px;
    font-size: 16px;
    line-height: 29px;
}
.header_body .logo_block {
    margin-top: 10px;
    margin-right: 1px;
    width: 140px;
}
.city_modal:after {
    font-size: 18px;
    margin-top: -8px;
}
.main_city {
    padding-top: 14px;
}
.city_modal {
    font-size: 28px;
    padding-right: 15px;
}
.rates_val {
    margin-right: 15px;
}
.main_menu>li+li {
    margin-left: 20px;
}
.news_title {
    font-size: 16px;
}
.news_block.right_top {
    margin-right: 10px;
    height: 180px;
    text-align: right;
}
.news_block.bottom_left {
    margin-left: 10px;
    height: 180px;
}
.news_block.bottom_left .news_img {
    margin-left: -35px;
}
#main_news .news_block {
    margin-bottom: 40px;
}
#main_news .news_block.type_left .news_img {
    width: 60%;
}
#main_news .news_block.type_left .news_content{
  padding:10px 0 0 0;
}
#main_news .news_block.type_left {
    padding: 35px 18px 35px 20px;
}
.type_left .news_comment {
    top: 15px;
}
.news_block.type_left .news_content {
    padding: 10px 0 0 20px;
    max-height: 200px;
}
.large .news_title {
    font-size: 21px;
}
.news_block.right_top .news_img {
    margin: -55px -28px 0 0;
    width: 170px;
}
.news_block.bottom_left .news_img {
    margin-left: -29px;
    width: 170px;
}
.news_block.type_center {
    margin-left: 15px;
    margin-right: 15px;
}
.news_block.type_center .news_img {
    margin: 0 -40px;
}
.feed_block_head .news_date + .news_comment:before {
    padding: 0 11px;
}
.category_list>li>a>span {
    height: 40px;
}
.category_list>li>a>span:before {
    font-size: 36px;
}
.category_list>li {
    font-size: 14px;
}
.last_news .widget_title {
    margin: 0 0 10px;
}
.navigate_tabs .nav-tabs>li>a {
    padding: 10px;
}
.navigate_tabs_list>li {
    padding-left: 10px;
    margin-right: 10px;
}
.navigate_tabs_list>li:before {
    top: 9px;
}
.poster_title {
    font-size: 14px;
}
.poster_date, .poster_room {
    font-size: 12px;
}
.news_block.type_left .news_img {
    width:60%;
}
.news_block.type_left .news_content {
    padding: 0px 40px 0 0;
}
.news_like_social {
    margin-top: 20px;
}
.read_more_news .news_title {
    font-size: 13px;
}
.wdgt_calendar {
    padding: 0;
}
.datepicker-days .prev .icon-angle-left:before {
    left: -15px;
}
.datepicker-days .next .icon-angle-right:before {
    right: -15px;
}
}
@media (max-width: 991px) {
#main_news .news_block {
    margin-bottom: 0;
}
#main_news .news_block.type_left{
  padding-bottom: 45px;
}
.news_block.type_left {
    margin: 0 auto 30px;
    max-width: 550px;
  border-radius: 6px 6px 0 0;
  height: auto;
  padding: 0;
  padding-bottom: 15px;
}
.news_block.type_left .news_img {
    margin: 0 !important;
    float: none !important;
    width: 100% !important;
}
.news_block.type_left .news_img img {
    border-radius: 6px 6px 0 0 !important;
}
.news_block.type_left .news_content {
    display: block;
    float: none;
    width: 100%;
  padding: 15px 20px 10px 20px !important;
    max-height: 100%;
    overflow: inherit;
}
#main_news {
    margin-bottom: 40px;
}
.news_feed {
    margin-bottom: 41px;
}
.last_news {
    padding: 22px 0 13px;
}
.widget_calendar {
    padding: 0 22px;
}
.main_arrows {
    left: 0;
}
.right_arrows {
    right: 0 !important;
}
.widget_abous_city .widget_section_head {
    margin-bottom: 0px;
}
.widget_title {
    margin: 0 0 10px;
}
.last_news .widget_block {
    padding: 34px 26px 26px;
}
.last_news .widget_img{
  display:block;
  margin-bottom: 11px;
}
.widget_kinoafisha {
    position: relative;
}
.poster_navigate .tab-content [class^="col-"]{
  padding-left:5px;
  padding-right:5px;
}
.poster_navigate .tab-content .row {
    margin-right: -5px;
    margin-left: -5px;
}
.category_list>li>a>span:before {
    font-size: 35px;
}
.category_list>li {
    font-size: 14px;
  vertical-align: top;
  line-height: 1.2;
}
.category_list>li>a {
    white-space: normal;
  height: 106px;
    padding: 14px 10px 12px;
}
.top_navigate{
  display:none;
  float: none;
    width: 100%;
    position: fixed;
    top: 60px;
    left: 0;
  -webkit-box-shadow: 0 12px 21px rgba(62, 83, 117, 0.25);
  -moz-box-shadow: 0 12px 21px rgba(62, 83, 117, 0.25);
  box-shadow: 0 12px 21px rgba(62, 83, 117, 0.25);
  background-color: #fff;
  z-index: 100;
  border-top: 1px solid #eee;
  padding-bottom: 25px;
}
.opened_menu{
  overflow:hidden;
}
.mobile_city{
  display: inline-block;
    vertical-align: top;
    margin: 0 15px;
    padding: 18px 15px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.city_modal {
    color: #888 !important;
    font-size: 16px;
    padding-right: 13px;
}
.shares_list {
    display: inline-block;
    vertical-align: top;
  margin-top: 15px;
    margin-left: 36px;
}
.lang_block {
    float: right;
    width: auto;
}
.main_lang {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 19px 12px 17px;
}
.open_main_menu {
    margin-left: 15px;
    margin-top: 17px;
}
.city_modal:after {
    font-size: 16px;
    margin-top: -11px;
}
#header .shares_link {
    width: 30px;
    height: 30px;
  font-size: 18px;
  line-height:30px;
}
.city_modal>span {
    padding-bottom: 2px;
}
.top_navigate nav {
    display: block;
  max-width: 500px;
    margin: 0 auto;
}
.main_menu>li+li {
    margin-left: 0;
}
.main_menu {
    display: block;
    padding-top: 19px;
    margin-left: 17%;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-bottom: 3px;
}
.main_menu>li {
    width: 100%;
    margin-bottom: 14px;
    white-space: nowrap;
}
.top_btn {
    display: block;
    float: none;
    margin-top: 0;
    text-align: center;
}
.header_body .logo_block {
    width: 126px;
    display: block;
}
.header_body .main_city{
  display:none;
}
.main_city .city_modal{
  color:#d00c40 !important;
  pointer-events:none;
  font-size: 51px;
    line-height: 1;
}
.main_city .city_modal:after{
  display:none;
}
.main_city  .city_modal>span {
    padding-bottom: 0;
  border:none;
}
.header_body .center_block {
    padding: 0 0 0 24px;
}
.search_block{
    margin-top: 12px;
}
.category_list_btn{
  display:block;
}
.header_body {
    padding-bottom: 22px;
}
.category_list>li>a>span {
    height: 35px;
  margin-bottom: 13px;
}
#footer_navigate {
    padding-top: 47px;
  padding-bottom: 28px;
}
.navigate_tabs_head {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.navigate_tabs_title {
    display: block;
  padding-top: 0;
    margin-bottom: 5px;
}
.poster_navigate_head .navigate_tabs_title{
  margin-bottom:0
}
.navigate_tabs .nav-tabs {
  display: inline-block;
    float: none;
    width: 100%;
}
.navigate_tabs .nav-tabs>li {
    float: none;
  margin-bottom:3px;
}
.navigate_tabs .tab-content {
  display: inline-block;
    width: 56%;
    margin-top: 41px;
    margin-left: -4px;
    padding: 17px 10px 3px 19px;
}
.vis{
  display: block;
}


.navigate_tabs .nav-tabs>li.active>a {
    border-left: 4px solid #ffa619 !important;
  border-top: none !important;
  background-color:#fff;
}
.navigate_tabs .nav-tabs>li>a {
    border-left: 4px solid #8f8f8f;
  border-top: none;
  padding: 10px 12px;
}
.navigate_tabs .nav-tabs>li>a:hover {
    border-top: none !important;
}
.navigate_tabs li>a.btn_primary, .navigate_tabs li.active>a.btn_primary {
    border-left: 4px solid #7e3346 !important;
    border-top:none !important;
}
.navigate_tabs .nav-tabs>li>a:hover.btn_primary {
    background-color: #cd1041!important;
    border-top: none !important;
}
.navigate_tabs_list>li {
    margin-bottom: 15px;
    margin-right: 0;
    display: block;
}
.widget_kinoafisha_wrap {
    margin-top: 12px;
}
.navigate_tabs{
    margin-bottom: 8px;
}
.navigate_tabs_afisha{
    margin-bottom: 0px!important;
}
.poster_navigate_head .center_block {
    padding-left: 30px;
}
#footer_category .collapse {
    display: none;
}
#footer_category .collapse.in {
    display: block;
}
#main_category .collapse {
    display: none;
}
#main_category .collapse.in {
    display: block;
}
#footer_category  .category_list>li>a {
    white-space: normal;
    height: 55px;
    padding: 14px 10px 12px;
}
#footer {
    padding-top: 38px;
    padding-bottom: 24px;
}
.read_more{
  color: #fff !important;
  font-weight: 400;
  border-bottom:1px dashed #fff;
  margin-left:5px;
  display:inline-block;
  cursor:pointer;
  position: relative;
}
.wdgt_calendar {
    padding: 0 22px;
}
.datepicker-days .prev .icon-angle-left:before {
    left: 0;
}
.datepicker-days .next .icon-angle-right:before {
    right: 0;
}
}
@media (max-width: 767px) {
#header .shares_list{
  display:none;
}
#header .top_navigate .shares_list{
  display:block;
  text-align:center;
  margin-left: 0;
}
.top_btn {
    margin-bottom: 25px;
}
.header_body .logo_block {
    margin: 0 auto 24px;
}
.header_body .left_block {
    float: left;
    text-align: center;
  margin-bottom: 17px;
}
.header_body .center_block {
    padding: 0;
    float: right;
}
.category_list {
    display: block;
}
.category_list>li {
    display: block;
    width: 33%;
    float:left;
  margin-left: -1px;
}
.category_list>li>a {
    height: 90px;
    border-right: 1px solid rgba(255,255,255,.1);
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.header_body {
    padding-bottom: 30px;
}
.news_feed .banner {
    padding: 21px 0;
}
.last_news {
    max-width: 430px;
    margin: 0 auto 30px;
}
.widget_calendar {
    width: 344px;
    margin: 0 auto 30px;
}
.widget_kinoafisha_wrap {
    margin-top: 0;
    margin-bottom: 30px;
}
.poster_navigate_head .center_block {
    padding-left: 0;
    position: absolute;
    top: 100%;
    display: block;
    width: 100%;
    left: 0;
}
.poster_navigate_head {
    position: relative;
}
.poster_navigate_head {
    margin-bottom: 63px;
}
.poster_navigate .nav-tabs>li>a {
    border-bottom: 1px solid #ddd !important;
}
.poster_navigate .nav-tabs>li.active>a {
    border-bottom: 1px solid #ffa619 !important;
}
.poster_navigate .nav-tabs>li>a:hover {
    border: 1px solid #ffa619 !important;
}
.poster_block {
    width: 220px;
    margin: 0 auto 23px;
}
#footer_category .category_list {
    border-top: 1px solid rgba(255,255,255,.1);
}
#footer {
    padding-top: 27px;
}
.footer_content_block{
  margin-bottom:30px;
}
.main_lang {
    margin-left: 0;
    margin-right: 15px;
}
.navigate_tabs {
    margin-bottom: 30px;
}
.widget_kinoafisha_wrap {
    margin-bottom: 53px;
}
.page_title, h1 {
    font-size: 28px;
}
.feed_block_wrap .feed_block_img img {
  width:100%;
}
.feed_block_wrap>div:nth-child(2n+1){
  clear:both;
}
#page {
    margin-bottom: 30px;
}
.wdgt_calendar {
    width: 344px;
    margin: 0 auto 30px;
}
}
@media (orientation: landscape) and (max-width: 767px){

}
@media (max-width: 767px) and (min-width: 467px) {
  .col-sx-6 {
    width: 50%;
    float: left;
  }
  .col-sx-7 {
    width: 58.33333333%;
    float: left;
  }
  .col-sx-5 {
    width: 41.66666667%;
    float: left;
  }
  .col-sx-4 {
    width: 33.33333333%;
    float: left;
  }
  .col-sx-3 {
    width: 25%;
    float: left;
  }
}
@media (max-width: 467px) {

.footer_counters .all_right{
  display:block;
  text-align:left;
  margin-left: 0;
}
.fotter_logo_social .all_right{
  display:none;
}
.news_updated {
    display: none;
}
#footer .shares_list {
    margin: 0 auto 8px;
}
.footer_counters_btn {
    margin-bottom: 34px;
}
.counters_list>li {
    display: inline-block;
    margin: 0 4px 7px;
}
.counters_list {
    margin-bottom: 20px;
}
#footer {
    padding-bottom: 10px;
}
.main_menu {
    margin-left: 10%;
}
}
@media (max-width: 467px) and (min-width: 430px) {
  .col-ss-6 {
    width: 50%;
    float: left;
  }

    .rates_double {
        width: 100% !important;
        display: block;
    }

}
@media (max-width: 430px) {
    .rates_double {
        width: 100% !important;
        display: block;
    }

.category_list>li {
    width: 50%;
}
.large .news_title {
    font-size: 18px;
    margin: 3px 0 5px;
}
.news_title {
    line-height: 1.25;
}
.feed_block_head {
    max-width: 190px;
    margin: 0 auto 7px;
    padding-left: 10px;
}
.feed_block_body {
    text-align: center;
}
.feed_block {
    padding: 13px 0 15px;
}
.feed_block_body .feed_block_img {
    float: none;
    margin: 0 auto 13px;
}
.feed_block_text{
    text-align: left;
}
.widget_calendar {
    width: 100%;
    padding: 0;
}
.calendar_arrows, .calendar_wrap{
  display:none;
}
.mobile_calendar{
  display:block;
}
.widget_abous_city {
    padding: 26px 15px 21px;
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
}
#all_news {
    margin-bottom: 0;
}
.navigate_tabs .tab-content {
    width: 47%;
}
.poster_navigate {
    padding: 20px 15px 10px;
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
}
.poster_navigate .nav-tabs>li>a {
    padding: 8px 16px;
}
#footer_navigate {
    padding-bottom: 0;
}
#footer_category .category_list>li>a {
    height: auto;
    padding: 14px 10px 12px;
}
.counters_list>li {
    margin: 0 2px 7px;
}
.main_menu {
    margin-left: 15%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.shares_link {
    margin: 0 6px 14px;
}
.shares_list>li:first-child>a {
    margin-left: 5px;
}
.shares_list>li:last-child>a {
    margin-right: 5px;
}
#header .top_navigate .shares_list {
    width: 200px;
    margin: 0 auto;
}
.top_navigate {
    padding-bottom: 12px;
}
.mobile_city {
    margin-right: 0;
}
.mobile_calendar{
  display:block;
}
.modal-dialog {
    padding:0 10px;
}
.wdgt_calendar {
  /* display:none; */
}
.mobile_calendar_wrap{
  display:block;
}
}


/** XomiaK Styles Adding **/
.show-more-button{
    width: 100%;
    text-align: center;
}

/** Aleksey Chudak Styles Adding **/

#kriptovaluta .kursInformer.pink .head .border {
    background-color: #eec8c8;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#kriptovaluta .kursInformer .head .left,
#kriptovaluta .kursInformer .foot .left {
    padding: 0;
}

#kriptovaluta .kursInformer.pink .body {
    border-left: 3px solid #eec8c8;
    border-right: 3px solid #eec8c8;
    border-bottom: 2px solid #eec8c8;
}

#kriptovaluta .kursInformer .body .table,
#kriptovaluta table {
    margin: 0;
}

#kriptovaluta table td,
#kriptovaluta table th {
    padding: 0;
}

#kriptovaluta .kursInformer .body .table table tbody td.first {
    padding: 0 5px;
}

html, body {
    background: transparent;
}

.clear {
    clear: both;
}

.kursInformer {
}

.kursInformer a {
    text-decoration: none;
    color: #025a7b;
}

.kursInformer a:hover {
    text-decoration: underline;
}

.kursInformer .head .left, .kursInformer .foot .left {
    padding: 0 6px;
}

.kursInformer .kursInformer .head .kursInformer .head .border {
    height: 32px;
}

.kursInformer .head .border .content {
    padding: 4px 4% 0 2%;
}

.kursInformer .head .border .content .text, .kursInformer .head .border .content a.right {
    float: right;
    font-size: 14px;
    font-weight: bold;
    margin-top: 4px;
    text-transform: uppercase;
}

.kursInformer .head .border .content .logo {
    float: left;
}

.kursInformer .head .border .content .logo:hover {
    text-decoration: none;
}

.kursInformer .kursInformer .foot .kursInformer .foot .border {
    background-color: white;
    border-bottom: 1px solid #025a7b;
    height: 17px;
}

.kursInformer .foot .border .content {
    padding: 0 0 0 14px;
}

.kursInformer .foot .border .content #ref {
    float: right;
    font-size: 14px;
}

.kursInformer .foot .border .content #ref a {
    text-transform: uppercase;
    font-size: 10px;
}

.kursInformer .time {
    font-size: 10px;
    text-transform: uppercase;
}

.kursInformer .head .time {
    float: left;
    margin-left: 3px;
    line-height: 29px;
}

.kursInformer .foot .time {
    float: left;
}

.kursInformer .body {
    border-left: 1px solid #025a7b;
    border-right: 1px solid #025a7b;
}

.kursInformer .body .table {
}

.kursInformer .body .table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.kursInformer .body .table table thead th {
    border-top: 1px solid #bdbdbd;
    height: 15px;
    text-transform: uppercase;
    font-size: 10px;
    color: #9c9c9c;
}

.kursInformer .body .table table thead th a {
    color: white;
    text-decoration: underline;
}

.kursInformer .body .table table th, .kursInformer .body .table table td {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #bdbdbd;
    background: #ececec;
}

.kursInformer .body .table table tbody td {
    color: black;
    font-size: 13px;
}

.kursInformer .body .table table tbody td div.td {
    text-align: center;
    height: 20px;
    line-height: 20px;
    border-top: 1px solid #f2f2f2;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    text-overflow: ellipsis;
}

.kursInformer .body .table table tbody td.first {
    padding: 0 5px;
}

.kursInformer .body .table table tbody td.first div.td {
    padding-left: 30%;
    font-weight: bold;
    text-transform: uppercase;
}

.kursInformer .body .table table tbody td a {
    color: #363636;
}

.paddinghelper {
    padding: 0px;
}

.kursInformer {
    font-family: 'Trebuchet MS', Arial, sans-serif;
    min-width: 200px;
    font-size: 13px;
    color: #025a7b;
    max-width: auto;
}

.kursInformer .head .border .content .text, .kursInformer .head .border .content a.right {
    float: left;
    font-size: 14px;
    margin: 0 0 0 3px;
    line-height: 29px;
    font-weight: normal;
}

.kursInformer .head .border .content a.right:link, .kursInformer .head .border .content a.right:visited, .kursRegional .body .table table thead th .options a.active {
    color: #394d28;
    text-decoration: none;
}

.kursInformer .head .border .content .text, .kursInformer .head .border .content a.right:hover, .kursInformer .head .border .content a.right:active {
    color: #394d28;
    text-decoration: underline;
}

.kursInformer .head .left, .kursInformer .foot .left {
    padding: 0 5px;
}

.kursInformer .head .border {
    border: none;
    height: 29px;
}

.kursInformer .head .border .content {
    padding: 0;
}

.kursInformer .head .border .content .logo {
    display: block;
    position: relative;
    z-index: 10;
    width: 30px;
    height: 37px;
    margin-bottom: -8px;
    margin-left: 5px;
}

.kursInformer .body {
    border-left: 3px solid #bcd5b3;
    border-right: 3px solid #bcd5b3;
}

.kursInformer .body .table table thead th {
    border: none;
    background: #f3f3f3;
    color: #666;
    width: auto !important;
    text-align: center;
    height: 17px;
    vertical-align: middle;
}

.kursInformer .body .table table tbody td {
    text-align: left;
    background: #fff;
    border: none;
    font-size: 12px;
}

.kursInformer .body .table table tbody td.first {
}

.kursInformer .body .table table tbody td div.td {
    border: none;
}

.kursInformer .body .table table tbody td.first div.td {
    padding-left: 0;
}

.kursInformer .foot .border {
    height: 24px;
    border: none;
}

.kursInformer .foot .time {
    font-size: 12px;
    color: #394d28;
    text-transform: none;
}

.kursInformer .foot .border .content {
    padding: 3px 3px 3px 5px;
}

.kursInformer .foot .border .content #ref a {
    text-transform: none;
    font-size: 13px;
}

.kursInformer .foot .border .content #ref a:link, .kursInformer .foot .border .content #ref a:visited {
    color: #0087dc;
    text-decoration: none;
}

.kursInformer .foot .border .content #ref a:hover, .kursInformer .foot .border .content #ref a:active {
    color: #0087dc;
    text-decoration: underline;
}

.kursInformer .body .table table tbody td div.with-arrows {
    padding-right: 10px;
    background-position: 90% center;
    background-repeat: no-repeat;
}

.kursInformer .body .table table tbody td div.arrow_up {
}

.kursInformer .body .table table tbody td div.arrow_down {
}

.kursRegional .body .table table thead th #s_currency {
    float: left;
    text-align: left;
}

.kursRegional .body .table table thead th .options {
    float: right;
    margin: 0 5px 0 0;
}

.kursRegional .body .table table thead th .options a {
    color: #9C9C9C;
    border-bottom: 1px dashed #9C9C9C;
    text-decoration: none;
}

.kursRegional .body .table table tbody td, .kursRegional .body .table table tbody td.first, .kursRegional .body .table table tbody td.last {
    width: auto;
}

.kursRegional .body .table table tbody td.first div.td {
    font-weight: normal;
    text-transform: none;
}

.kursRegional .body .table table tbody td div.td {
    text-align: left;
}

.kursRegional .body .table table tbody td div.with-arrows {
    text-align: right;
    background-position: right center;
}

.kursRegional .body .table table tbody tr.old > td {
    background-color: #FFD8D6;
}

.kursMini {
    min-width: 100px;
}

.kursMini .foot .border {
    height: 2px;
}

.kursMini .head .border {
    height: 18px;
}

.kursMini .head .border .content .logo {
    margin-left: 0;
    height: 23px;
    width: 18px;
}

.kursMini .body .table table tbody td, .kursMini .body .table table tbody td.first, .kursMini .body .table table tbody td.last {
    width: auto;
}

.kursMini .body .table table tbody td.first div.td {
    font-weight: normal;
}

.kursMini .body .table table tbody td.last div.td {
    padding-right: 2px;
    text-align: right;
}

.kursMini .body {
    border-left-width: 2px !important;
    border-right-width: 2px !important;
}

.kursMini .head .time {
    line-height: 18px;
    font-size: 9px;
}

.kursMini .body .table table tbody td div.td {
    text-align: left;
    font-size: 11px;
    padding-top: 0;
    height: 20px;
    line-height: 20px;
}

.kursValyuta {
    min-width: 250px;
}

.kursValyuta .body .table table tbody td.first {
    width: 100px;
}

.kursKonverter .head .border {
    height: 36px;
}

.kursKonverter .body .table table thead th, .kursKonverter .body .table table tbody td {
    padding: 0 5px;
}

.kursKonverter .body .table table tbody td div.td {
    text-align: left;
}

.kursInformer.blue .head .border .content a.right:link, .kursInformer.blue .head .border .content a.right:visited, .kursRegional.blue .body .table table thead th .options a.active {
    color: #025a7b;
    text-decoration: none;
}

.kursInformer.blue .head .border .content .text, .kursInformer.blue .head .border .content a.right:hover, .kursInformer.blue .head .border .content a.right:active {
    color: #025a7b;
    text-decoration: underline;
}

.kursInformer.blue .head {
}

.kursInformer.blue .head .left {
}

.kursInformer.blue .head .border {
}

.kursInformer.blue .head .border .content .logo {
    display: block;
}

.kursInformer.blue .body {
    border-left: 3px solid #dae1e4;
    border-right: 3px solid #dae1e4;
}

.kursInformer.blue .foot {
}

.kursInformer.blue .foot .left {
}

.kursInformer.blue .foot .border {
}

.kursInformer.blue .foot .time {
    color: #025a7b;
}

.kursMini.blue .head .border .content .logo {
    display: block;
}

.kursInformer.orange .head .border .content a.right:link, .kursInformer.orange .head .border .content a.right:visited, .kursRegional.orange .body .table table thead th .options a.active {
    color: #767254;
    text-decoration: none;
}

.kursInformer.orange .head .border .content .text, .kursInformer.orange .head .border .content a.right:hover, .kursInformer.orange .head .border .content a.right:active {
    color: #767254;
    text-decoration: underline;
}

.kursInformer.orange .head {
}

.kursInformer.orange .head .left {
}

.kursInformer.orange .head .border {
}

.kursInformer.orange .head .border .content .logo {
    display: block;
}

.kursInformer.orange .body {
    border-left: 3px solid #f2edcb;
    border-right: 3px solid #f2edcb;
}

.kursInformer.orange .foot {
}

.kursInformer.orange .foot .left {
}

.kursInformer.orange .foot .border {
}

.kursInformer.orange .foot .time {
    color: #797558;
}

.kursMini.orange .head .border .content .logo {
    display: block;
}

.kursInformer.pink .head .border .content a.right:link, .kursInformer.pink .head .border .content a.right:visited, .kursRegional.pink .body .table table thead th .options a.active {
    color: #6c4040;
    text-decoration: none;
}

.kursInformer.pink .head .border .content .text, .kursInformer.pink .head .border .content a.right:hover, .kursInformer.pink .head .border .content a.right:active {
    color: #6c4040;
    text-decoration: underline;
}

.kursInformer.pink .head {
}

.kursInformer.pink .head .left {
}

.kursInformer.pink .head .border {
}

.kursInformer.pink .head .border .content .logo {
    display: block;
}

.kursInformer.pink .body {
    border-left: 3px solid #eec8c8;
    border-right: 3px solid #eec8c8;
}

.kursInformer.pink .foot {
}

.kursInformer.pink .foot .left {
}

.kursInformer.pink .foot .border {
}

.kursInformer.pink .foot .time {
    color: #7d5252;
}

.kursMini.pink .head .border .content .logo {
    display: block;
}
.full-width{
  width: 100%;
}
.main_content{
  padding-top: 46px;
  background: url(../images/news_bg_1.jpg) top left;
}
.youtube-frame{
  margin-bottom: 30px;
}
.image-block{
  padding-left: 0px;
  padding-right: 0px;
  max-width: 270px;
  grid-area: im;
}
.up-text-block{
  height: 303px;
  background-color: #fff;
  grid-area: upt;
  padding-left: 30px;
}
.down-text-block{
  background-color: #eeeeee;
  height: 169px;
  grid-area: downt;
  padding-left: 30px;
  padding-top: 20px;
  display: flex;
  align-items: center;
}
.film-info{
  height: auto;
  display: grid;
  grid-template-columns: 22% 26% 26% 26%;
  grid-auto-rows: minmax(100px, auto);
  grid-template-areas:
  "im upt upt upt "
  "im downt downt downt ";

}
.poster{
  height: auto;
  width: auto;
}
.poster img{
  height: 100%;
  width: auto;
}
.rating{
  height: 90px;
  background-color: #4a4a4a;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.right_block_short{
  margin-top: 20px;
  margin-right: 20px;
}
.right_block_short > .shares_block{
  text-align: end;
}
.shares_block > ul > li > .shares_block_text{
  margin-bottom: 0px;
}
.film-info p{
  font-size: 14px
}
.film-text-block > p {
  font-size: 16px;
  margin:0 25px 20px 0;
}
.film-info p > a{
   color: #888888;
}
.film-info p > a:hover {
 color: #ee2d28;
}
.film-category-block{
  width: auto;
}
.film-category-block > p{
  margin-bottom: 3px;
}
.rating{
  padding: 20px;
  display: flex;
  justify-content: center;
}
.rating > p{
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.rating-category-block{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
}
.rating-category-block > p {
  color: #888888;
}
.shedule_tabs{
  margin-bottom: 40px;
}
.shedule_tabs_title{
    display: inline-flex;
    flex-direction: column;
  }
.shedule_tabs_title > p {
    font-size: 24px;
    vertical-align: middle;
    color: #111;
    font-family: 'Montserrat';
    font-weight: 400;
    padding-top: 10px;
    margin-bottom: 5px;
}
.shedule_tabs_title > iframe{
  width: 670px;

}
.shed-tabs{
  display: inline-block;
  flex-direction: column;
  list-style: none;
}
.shed-tabs > li{
  position: relative;
  display: block;
  color: #888;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  height: 40px;
  width: 120px;
  margin-bottom: 3px;
}
.shed-tabs > li > a {
  display: block;
  background-color: rgba(255,255,255,.5);
  border: none;
  border-left: 4px solid #8f8f8f;
  color: #888;
  letter-spacing: -0.1px;
  height: 100%;
  padding-left: 15px;
  vertical-align: middle;
  padding-top: 10px;
}
.shed-tabs > li > a:hover{
  border-left: 4px solid #ee2d28 !important;

  color: #555!important;
}
.shed-tabs > li.active{
 background-color: #fff!important;
 color: #555;
}
.shed-tabs >li.active > a{
  border-left:4px solid #ffa619 !important;
}
.shed-tabs >li >a.btn_primary{
  background-color: #cd1041;
  border-left: 4px solid #7e3346 !important;
  color: #fff !important;
}
.shed-tabs >li.active >a.btn_primary{
  background-color: #ee2d28!important;
}
.btn_primary:hover{
  background-color: #ee2d28!important;
}
.tab-content{
  background-color:#fff;
    width: 345px;
    padding: 30px;
    max-height: 265px;
}
.shedule{
  display: flex;
}
.shedule_tabs_list{
  list-style: none;
}
.shedule-film{
  display: flex;
}
.time{
  display: inline-block;
  margin-right: 10px;
}
.time >p{
  color: #fff;
  background-color: #ffa619;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  margin: 0 0 5px;
  line-height: 1.2;
}
.cinema > a{
  position: relative;
  bottom: 4px;
  border-bottom: 1px solid #d0d0d0;
  color: #555;
}
.cinema > a:hover{
  color: #ee2d28;
}
.cinema > p{
  color: #888;
  margin: 0px;
  position: relative;
  bottom:  8px;
}
.shedule_tabs_list > li{
margin-bottom: 25px;
}
.contact_tabs_title{
  margin-left: 30px;
}
.contact_tabs_title >iframe{
  border: 1px solid #fff;
}
.whiteb{
  background-color: #fff;
}
.tabs_title{
  border-left: 4px solid #ffa619;
  border-bottom: 1px solid #d0d0d0;
  padding-left: 20px;
  margin-bottom: 20px;
}
.tabs_title > p{
    font-size: 24px;
    vertical-align: middle;
    color: #111;
    font-family: 'Montserrat';
    font-weight: 400;
    margin-bottom: 0px;
}
.film-text-block > p > a::after{
  color: #cd1041;
  font-weight: 400;
  font-family: "fontello";
  content: '\f101';
  transition: 300ms all;
  position: relative;
  top: 0;
  right: 0;
}
.all-films::after{
  color: #cd1041;
  font-weight: 400;
  font-family: "fontello";
  content: '\f101';
  transition: 300ms all;
  position: relative;
  top: 1px;
  left: 3px;
}
.space-bet{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.space-bet a:hover {
color: #cd1041;
}

.affiche_block {
    background: url(../images/news_bg_1.jpg) top left;
    background-origin: content-box;
    background-repeat: repeat;
    margin-bottom: 30px;
    position: relative;
  border-radius: 6px 6px 0 0;
}

.affiche_img img{
  border-radius: 6px 6px 0 0;
  width: 100%;
}
.affiche_desc{
  padding: 13px 20px;
  height: 173px;
    position: relative;
}
.affiche_title{
  color: #111;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 8px;
    line-height: 1.2;
  padding-bottom: 5px;
}
.affiche_block .affiche_title{
  max-height: 60px;
    overflow: hidden;
}
.affiche_block .genre{
  max-height: 51px;
    overflow: hidden;
}
.affiche_block .event_rating {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 15px;
    z-index: 2;
}
.event_rating{
  font-size: 14px;
    color: #777;
}
.affiche_title>a, .affiche_title>a:focus, .affiche_title>a:visited, .affiche_title>a:active{
  color: #111;
  text-decoration: none;
  border-bottom:1px solid transparent;
}
.affiche_title>a:hover {
    color: #ee2d28;
    border-bottom-color: rgba(238,45,40,.3);
}
a{
  -webkit-transition: 300ms all;
    -moz-transition: 300ms all;
    -ms-transition: 300ms all;
    -o-transition: 300ms all;
    transition: 300ms all;
}
.stars_block {
    white-space: nowrap;
  margin-right: 3px;
}
.stars_block .star {
    color: #555;
    display: inline-block;
    font-size: 14px;
    float: left;
}
.stars_block .star:before {
    content: '\e819';
    font-family: "fontello";
}
.stars_block .star.rated {
    color: #ffa619;
}
.st_label{
  font-size: 16px;
  font-weight: 700;
}
.banner + .news_section_head{
  margin-top: 60px;
}
.grey_col{
  color: #777;
}
.genre{
  color: #777;
  font-size: 14px;
  line-height: 1.25;
}
.affiche_left {
    background: url(..images/news_bg_1.jpg) top left;
    background-origin: content-box;
    background-repeat: repeat;
    margin-bottom: 30px;
    position: relative;
  margin-top: 30px;
    margin-left: 30px;
  height: 252px;
  padding: 67px 45px 80px 160px;
}
.affiche_left .affiche_img{
  position: absolute;
  top: 0px;
  left: -30px;
  z-index: 2;
}
.affiche_time {
    color: #555;
    font-size: 14px;
    background-color: #fff;
    text-align: center;
    position: absolute;
  font-weight: 300;
  padding: 2px 15px 3px;
    border-radius: 13px 0 0 13px;
  top: 25px;
  right: 0;
  z-index: 2;
}
.affiche_left .news_title {
    margin: 0 0 5px;
    line-height: 1.25;
    padding-bottom: 5px;
  max-height: 71px;
    overflow: hidden;
}
.affiche_left .affiche_img img{
  border-radius: 6px;
}
.affiche_left .genre{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.affiche_left .affiche_location{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.affiche_left .alink {
    font-size: 14px;
}
.affiche_location{
  font-size: 14px;
  margin-bottom: 8px;
}
.affiche_left .affiche_footer{
  position: absolute;
    left: 160px;
    right: 45px;
    bottom: 25px;
    font-size: 14px;
}
.alink{
    border-bottom: 1px solid #ccc;
    color: #555;
}
.alink:visited, .alink:active, .alink:focus{
  color: #555;
}
.alink:hover{
  border-bottom-color: rgba(238,45,40,.3);
  color: #ee2d28;
}
.affiche_location:before{
  content: '\e808';
  font-family: "fontello";
  color: #555;
  margin-right: 3px;
}


.flex-content{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}






.affiche_desc>p>a {
  font-size: 12px;
  margin-right: 2px;
}
.affiche_desc > p {
  display: flex;
  flex-wrap: wrap;
}
.all-affiche{
  margin-bottom: 30px;
}
.val{
  list-style: none;
  display: flex;
}
.val> li{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
.valut::after{
font-family: "Font Awesome";
font-style: normal;
font-weight: normal;
content: '\f30c';
speak: none;
display: inline-block;
text-decoration: inherit;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 1;
color:#ffa619;
margin-right: 2px;
margin-left: 2px;
}
.valut-rev::after{
font-family: "Font Awesome";
font-style: normal;
font-weight: normal;
content: '\f309';
speak: none;
display: inline-block;
text-decoration: inherit;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 1;
color:#ffa619;
margin-right: 2px;
margin-left: 2px;
}

.header-wrap{
  margin-top: 20px;
}

.event_block > a::before{
font-family: "Font Awesome";
font-style: normal;
font-weight: normal;
content: '\f067';
speak: none;
display: inline-block;
text-decoration: inherit;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 1;
color:#fff;
margin-right: 8px;
}

.company{
  display: flex;
  align-items: center;
  background-color: #fff;
  height: 90px;
  width: 370px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 30px;
}
.company >img{
  max-width: 40%;
  max-height: 50%;
  margin-right: 20px;
}
.company-category{
  color: #555;
  border-bottom: 1px solid #999;
}
.company > .menu-bar:after{
font-family: "Font Awesome Solid";
font-style: normal;
font-weight: normal;
content: '\f078';
speak: none;
display: inline-block;
text-decoration: inherit;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 1;
color: #555;
margin-right: 8px;
}
.navigator-content >.container{
  display: grid;
  grid-template-columns: 32% 68%;
  grid-template-areas:
  "ln rn"
  "ln rn"
  "ln ci"
  "add1 ci"
  "add1 ci"
  "add1 ci"
  "add1 ci";
  grid-template-rows: auto auto auto auto;
}
.company >span{
  margin-left: auto;
}
.all-companies{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-company{
  width:370px;
  margin: 0 auto 30px;
}

.left-navigator{
  width: 370px;
  height: 100%;
  grid-area: ln;
}
.right-navigator{
  padding-left: 30px;
  height: 100%;
  grid-area: rn;
}
.right-navigator > .tabs_title{
  border-left: none;
  padding-left: 0px;
}
.right-navigator > .tabs_title > p {
  border-bottom:4px solid #ffa619;
}
.place{
  width: 45%;
  background: url(../images/news_bg_1.jpg) top left;
  padding: 20px;
  position: relative;
  margin-bottom: 60px;
  min-width: 185px;
}
.theatre{
  width: 45%;
  background: url(../images/news_bg_1.jpg) top left;
  padding: 0px 20px 0px 0px;
  position: relative;
  margin-bottom: 60px;
  min-width: 185px;
  display: flex;
}
.coordinate-point{
  margin-top: 30px;
}
.coordinate-point >a{
  border-bottom: 1px solid #888;
}
.coordinate-point::before{
  font-family: "Font Awesome Solid";
font-style: normal;
font-weight: normal;
content: '\f3c5';
speak: none;
display: inline-block;
text-decoration: inherit;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 1;
color: #555;
margin-right: 8px;
}
.place > .event_rating{
  text-align: left;
  position: relative;
  background-color: #fff0;
}.theatre > .event_rating{
  text-align: left;
  position: relative;
  background-color: #fff0;
}
.place > .news_comment{
  background-color: #fff;
  border-radius: 13px 0 0 13px;
  padding: 2px 15px 3px;
  position: absolute;
  right: 0;
  top: 25px;
}
.theatre > .news_comment{
  background-color: #fff;
  border-radius: 13px 0 0 13px;
  padding: 2px 15px 3px;
  position: absolute;
  right: 0;
  top: 25px;
}
.place > p{
  position: relative;
  bottom:20px;
}
.theatre-info{
  padding-top: 60px;
  margin-left: -30px;
  margin-right: 30px;
}
.theatre-title{
  margin: 0;
}
.theatre-category{
color: #555;
}
.place > img{
  position: relative;
  right: 50px;
  bottom: 50px;
}
.theatre > img{
  position: relative;
  right: 50px;
  bottom: 30px;
}
.all-places{
  padding-top: 40px;
  margin-left: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.all-theatre{
  padding-top: 40px;
  margin-left: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.add{
  width: 100%;
  height: 70px;
  border:4px solid #888;
  margin-bottom: 30px;
}
.add1{
  width: 100%;
  height: 70px;
  border:4px solid #888;
  margin-bottom: 30px;
  padding-left: 30px;
}
.company-info{
  padding-left: 30px;
  margin-bottom: 40px;
  grid-area: ci;
}
.info-title{
  width: 100%;
}
@media (max-width: 1200px){
  .all-companies{
    justify-content: space-around;
  }
  .left-navigator{
    width: 100%;
  }

}
.rating-category-block > .event_rating{
  position: static;
  margin-top: 0px;
  width: auto;
  margin-left: 0px;
}
@media (max-width: 1000px){
    .company{
      width: 45%;
    }
      .film-info{
    display: grid;
    grid-template-columns: 24% 25% 25% 25%;
    grid-template-areas: "im upt upt upt"
    "downt downt downt downt";
  }
  .up-text-block{
    height: 347px;
  }
        .theatre{
      width:100%;
    }
    .all-theatre{
      padding-left:20px;
    }
  }
@media (max-width: 800px){
    .company{
      width: 45%;
    }
  }
@media (max-width: 600px){
.theatre{
  height: 300px;
  min-width: 320px;
  }
  .theatre>img{
    max-height: 270px;
  }
  .theatre-info{
    margin-right: 0px;
  }

    .navigator-content >.container{
      grid-template-areas:
      "rn rn"
      "ln add1"
      "ln add1"
      "ln ci"
      "ln ci"
      "ln ci"
      "ln ci"
      "ln ci"
      "ln ci";
      }
}

  @media (max-width: 600px){
    .company{
      width: 95%;
    }
        .navigator-content >.container{
          grid-template-columns: 100%;
      grid-template-areas:
      "rn "
      "ln "
      "add1 "
      "add1"
      "ci ";
}
  }
  @media (max-width: 600px){
    .place{
      width: 95%;
    }
    .right-navigator{
      padding-left: 0;
    }
  }
  .navigator_content > .container::before{
    display: none;
  }


  .film-title{
    font-size: 16px!important;
  }

.nav-tabs-afisha{
  display: flex!important;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 380px) and (max-width: 430px) {
  .theatre{
    height: 350px;
    min-width:100%;
  }
  .theatre-info{
    position: relative;
  }
  .coordinate-point {
    margin-top: 100px;
    width: 300px;
  position: absolute;
  margin-left: -120px;
  }
}

@media(max-width: 379px){
  .theatre{
    display: flex;
    flex-direction: column;
    padding: 0px;
    height: 700px;
    min-width: 100%;
    margin-bottom: 20px;
  }
  .theatre-info{
    margin-left: 0px;
    padding: 0px 10px 10px 10px;
  }
  .theatre >img{
    width: 100%;
    height: auto;
    max-height: 100%;
    position: block;
    right:0px;
    bottom: 0px;
    margin-bottom: 15px;
  }
  .all-theatre{
    padding-left: 0px;
    margin-left: 0px;
  }
  .coordinate-point{
    margin-top: 0px;
  }
  .theatre > .news_comment{
    position: absolute;
    top:auto;
    bottom: 20px;
  }

}
@media(max-width: 340px){
    .theatre{
    display: flex;
    flex-direction: column;
    padding: 0px;
    height: 660px;
    min-width: 100%;
    margin-bottom: 20px;
  }

    .theatre > .news_comment{
    position: absolute;
    top:auto;
    bottom: 20px;
  }

}
@media(max-width: 320px){
    .theatre{
    display: flex;
    flex-direction: column;
    padding: 0px;
    height: 630px;
    min-width: 100%;
    margin-bottom: 20px;
  }
    .theatre > .news_comment{
    position: absolute;
    top:auto;
    bottom: 20px;
  }

}















@media (max-width: 767px) {
  #header .shares_list{
    display:none;
  }
  #header .top_navigate .shares_list{
    display:block;
    text-align:center;
    margin-left: 0;
  }
  .top_btn {
    margin-bottom: 25px;
  }
  .header_body .logo_block {
    margin: 0 auto 24px;
  }
  .category_list {
    display: block;
  }
  .category_list>li {
    display: block;
    width: 33%;
    float:left;
    margin-left: -1px;
  }
  .category_list>li>a {
    height: 90px;
    border-right: 1px solid rgba(255,255,255,.1);
    border-bottom: 1px solid rgba(255,255,255,.1);
  }
  .header_body {
    padding-bottom: 30px;
  }
  .news_feed .banner {
    padding: 21px 0;
  }
  .last_news {
    max-width: 430px;
    margin: 0 auto 30px;
  }
  .widget_calendar {
    width: 344px;
    margin: 0 auto 30px;
  }
  .widget_kinoafisha_wrap {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .poster_navigate_head .center_block {
    padding-left: 0;
    position: absolute;
    top: 100%;
    display: block;
    width: 100%;
    left: 0;
  }
  .poster_navigate_head {
    position: relative;
  }
  .poster_navigate_head {
    margin-bottom: 63px;
  }
  .poster_navigate .nav-tabs>li>a {
    border-bottom: 1px solid #ddd !important;
  }
  .poster_navigate .nav-tabs-afisha>li>a {
    border-top: 1px solid #ddd !important;
  }
  .poster_navigate .nav-tabs>li.active>a {
    border-bottom: 1px solid #ffa619 !important;
  }
  .poster_navigate .nav-tabs-afisha>li.active>a {
    border-top: 1px solid #ffa619 !important;
  }
  .poster_navigate .nav-tabs>li>a:hover {
    border: 1px solid #ffa619 !important;
  }
   .poster_navigate .nav-tabs-afisha>li>a:hover {
    border: 1px solid #ffa619 !important;
  }
  .poster_block {
    width: 220px;
    margin: 0 auto 23px;
  }
  #footer_category .category_list {
    border-top: 1px solid rgba(255,255,255,.1);
  }
  #footer {
    padding-top: 27px;
  }
  .footer_content_block{
    margin-bottom:30px;
  }
  .main_lang {
    margin-left: 0;
  }
  .navigate_tabs {
    margin-bottom: 30px;
  }
  .widget_kinoafisha_wrap {
    margin-bottom: 53px;
  }
  .page_title, h1 {
    font-size: 28px;
  }
  .feed_block_wrap .feed_block_img img {
    width:100%;
  }
  .feed_block_wrap>div:nth-child(2n+1){
    clear:both;
  }
  #page {
    margin-bottom: 30px;
  }
  .wdgt_calendar {
    width: 344px;
    margin: 0 auto 30px;
  }
  .affiche_block {
    max-width: 300px;
}
.event_block {
    text-align: center;
}
.event_search_block {
  display: block;
    margin: 0 auto 20px;
}
}
.affiche_left .affiche_location {
    text-overflow: initial;
    white-space: normal;
    max-height: 43px;
}
.affiche_left {
    padding-right: 20px;
}
.affiche_left .news_title {
    max-height: 49px;
}
.event_form {
    width: calc(100% - 210px);
}
.modal_content .form-group {
    margin-bottom: 20px;
}
.poster_full_img, .poster_full_img iframe {
    height: 200px;
}
.poster_full_left {
    width: 100%;
    float: none;
}
.poster_full_left img {
    width: 100%;
}
.poster_full_right {
    width: 100%;
    float: none;
}
.poster_full_body {
    min-height: auto;
    padding-bottom: 32px;
}
.poster_full_footer .pf_left {
    width: 100%;
    float: none;
}
.poster_full_footer .pf_right {
    width: 100%;
    padding-left: 0;
}
.poster_full_footer {
    padding: 30px 30px 35px;
}
.vertical_tab_content_wrap {
    max-height: 208px;
    padding-right: 0;
}
.event_contacts .map-container iframe {
    height: 450px;
}
.map-container .addr_block {
    top: auto;
    right: 50%;
    width: 310px;
    padding: 18px 23px;
    bottom: 30px;
    margin-right: -155px;
}
}
@media (orientation: landscape) and (max-width: 767px){

}
@media (max-width: 767px) and (min-width: 467px) {
  .col-sx-6 {
    width: 50%;
    float: left;
  }
  .col-sx-7 {
    width: 58.33333333%;
    float: left;
  }
  .col-sx-5 {
    width: 41.66666667%;
    float: left;
  }
  .col-sx-4 {
    width: 33.33333333%;
    float: left;
  }
  .col-sx-3 {
    width: 25%;
    float: left;
  }
}
@media (max-width: 467px) and (min-width: 414px) {
  .col-sxx-6 {
    width: 50%;
    float: left;
  }
}
@media (max-width: 467px) {
  .footer_counters .all_right{
    display:block;
    text-align:left;
    margin-left: 0;
  }
  .fotter_logo_social .all_right{
    display:none;
  }
  .news_updated {
    display: none;
  }
  #footer .shares_list {
    margin: 0 auto 8px;
  }
  .footer_counters_btn {
    margin-bottom: 34px;
  }
  .counters_list>li {
    display: inline-block;
    margin: 0 4px 7px;
  }
  .counters_list {
    margin-bottom: 20px;
  }
  #footer {
    padding-bottom: 10px;
  }
  .main_menu {
    margin-left: 10%;
  }
  .event_search_block .event_count, .event_search_block .event_text{
    display: none;
  }
  .event_form {
    width: 100%;
}
.event_search_block {
    padding-left: 10px;
}
.affiche_left .news_title {
    max-height: 120px;
}
.affiche_left {
    height: auto;
    padding-bottom: 25px;
  padding-left: 20px;
}
.affiche_left_desc {
    height: 170px;
    overflow: hidden;
  padding-left: 140px;
}
.affiche_left .affiche_footer {
    position: relative;
    left: 0;
    right: 20px;
    bottom: 0;
}
.added_photos {
    display: block;
    margin-top: 5px;
}
.added_photos .add_foto_block{
  margin-left: 0;
  margin-right: 17px;
}
.added_photos .add_foto_block:last-child{
  margin: 0;
}
.poster_full_img, .poster_full_img iframe {
    height: 170px;
}
}
@media (max-width: 467px) and (min-width: 430px) {
  .col-ss-6 {
    width: 50%;
    float: left;
  }

  .rates_double {
    width: 100% !important;
    display: block;
  }

}
@media (max-width: 430px) {
  .rates_double {
    width: 100% !important;
    display: block;
  }

  .category_list>li {
    width: 50%;
  }
  .large .news_title {
    font-size: 18px;
    margin: 3px 0 5px;
  }
  .news_title {
    line-height: 1.25;
  }
  .feed_block_head {
    max-width: 190px;
    margin: 0 auto 7px;
    padding-left: 10px;
  }
  .feed_block_body {
    text-align: center;
  }
  .feed_block {
    padding: 13px 0 15px;
  }
  .feed_block_body .feed_block_img {
    float: none;
    margin: 0 auto 13px;
  }
  .feed_block_text{
    text-align: left;
  }
  .widget_calendar {
    width: 100%;
    padding: 0;
  }
  .calendar_arrows, .calendar_wrap{
    display:none;
  }
  .mobile_calendar{
    display:block;
  }
  .widget_abous_city {
    padding: 26px 15px 21px;
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  #all_news {
    margin-bottom: 0;
  }
  .navigate_tabs .tab-content {
    width: 47%;
  }
  .poster_navigate {
    padding: 20px 15px 10px;
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .poster_navigate .nav-tabs>li>a {
    padding: 8px 16px;
  }
  #footer_navigate {
    padding-bottom: 0;
  }
  #footer_category .category_list>li>a {
    height: auto;
    padding: 14px 10px 12px;
  }
  .counters_list>li {
    margin: 0 2px 7px;
  }
  .main_menu {
    margin-left: 15%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .shares_link {
    margin: 0 6px 14px;
  }
  .shares_list>li:first-child>a {
    margin-left: 5px;
  }
  .shares_list>li:last-child>a {
    margin-right: 5px;
  }
  #header .top_navigate .shares_list {
    width: 200px;
    margin: 0 auto;
  }
  .top_navigate {
    padding-bottom: 12px;
  }
  .mobile_city {
    margin-right: 0;
  }
  .mobile_calendar{
    display:block;
  }
  .modal-dialog {
    padding:0 10px;
  }
  .wdgt_calendar {
    /* display:none; */
  }
  .mobile_calendar_wrap{
    display:block;
  }
  .hidden-xxs{
    display: none !important;
  }
  .affiche_left {
    margin-top: 0;
    margin-left: 0;
    padding: 0;
  border-radius: 6px 6px 0 0;
}
.affiche_left .affiche_img {
    position: relative;
    top: 0;
    left: 0;
}
.affiche_left .affiche_img img{
  width: 100%;
}
.affiche_left_desc {
    height: auto;
    padding: 13px 20px 0;
}
.affiche_left .affiche_footer {
    left: 0;
    right: 0;
    padding: 0 20px 28px;
}
.affiche_location {
    margin-bottom: 25px;
}
.affiche_time {
    top: auto;
    bottom: 25px;
}
.poster_content_wrap  .news_section_head>div {
    display: block;
}
.poster_content_wrap  .news_section_head>div:last-child {
    display: none;
}
.add_foto_block {
    height: 48px;
    line-height: 48px;
}
.g-recaptcha {
    margin-left: -20px;
    margin-right: -20px;
}
.add_foto_block.inline {
    height: 74px;
    line-height: 74px;
}
.poster_full_img, .poster_full_img iframe {
    height: 135px;
}
.poster_date_adrress .poster_date_wrap {
    float: none;
  width: 100%;
    margin: 0;
}
.poster_date_wrap .poster_date {
    margin-right: 2px;
    display: inline-block;
}
.vertical_tab_content {
    padding: 30px 5px 28px 15px;
}
.poster_date_adrress .poster_room {
    float: none;
    width: 100%;
}
.vertical_tab_content_wrap {
    max-height: 100%;
}
.event_contacts .map-container iframe {
    height: 400px;
}
.map-container .addr_block {
    width: 290px;
    bottom: 0;
    margin-right: -145px;
    max-width: 100%;
}
.news_block.top_left {
    height: auto;
    margin: 0 0 30px;
    padding: 25px 18px 18px 20px;
  border-radius: 6px 6px 0 0;
}
.news_block.top_left .news_img {
    position: relative;
    top: 0;
    left: 0;
}
.news_block.top_left .news_img{
  display: block;
  margin-bottom: 20px;
}
.news_block.top_left .news_img a{
  display: block;
  width: 100%;
  height: 100%;
}
.news_block.top_left .news_img img{
  width: 100%;
  border-radius: 6px 6px 0 0;
}
.news_block.top_left .news_content {
    top: 0;
  height: 107px;
  max-height: 100%;
}
.news_block.top_left .news_comment {
    top: auto;
    bottom: 14px;
}
.news_block.top_left .news_content .news_title{
    max-height: 68px;
    overflow: hidden;
    padding-bottom: 2px;
}
}


/** XomiaK Styles Adding **/
.show-more-button{
  width: 100%;
  text-align: center;
}

/** Aleksey Chudak Styles Adding **/

#kriptovaluta .kursInformer.pink .head .border {
  background-color: #eec8c8;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#kriptovaluta .kursInformer .head .left,
#kriptovaluta .kursInformer .foot .left {
  padding: 0;
}

#kriptovaluta .kursInformer.pink .body {
  border-left: 3px solid #eec8c8;
  border-right: 3px solid #eec8c8;
  border-bottom: 2px solid #eec8c8;
}

#kriptovaluta .kursInformer .body .table,
#kriptovaluta table {
  margin: 0;
}

#kriptovaluta table td,
#kriptovaluta table th {
  padding: 0;
}

#kriptovaluta .kursInformer .body .table table tbody td.first {
  padding: 0 5px;
}

html, body {
  background: transparent;
}

.clear {
  clear: both;
}

.kursInformer {
}

.kursInformer a {
  text-decoration: none;
  color: #025a7b;
}

.kursInformer a:hover {
  text-decoration: underline;
}

.kursInformer .head .left, .kursInformer .foot .left {
  padding: 0 6px;
}

.kursInformer .kursInformer .head .kursInformer .head .border {
  height: 32px;
}

.kursInformer .head .border .content {
  padding: 4px 4% 0 2%;
}

.kursInformer .head .border .content .text, .kursInformer .head .border .content a.right {
  float: right;
  font-size: 14px;
  font-weight: bold;
  margin-top: 4px;
  text-transform: uppercase;
}
.youtube-frame >iframe{
  width: 100%;
}
.gm-style .place-card-medium{
  display: none!important;
}

.kursInformer .head .border .content .logo {
  float: left;
}

.kursInformer .head .border .content .logo:hover {
  text-decoration: none;
}

.kursInformer .kursInformer .foot .kursInformer .foot .border {
  background-color: white;
  border-bottom: 1px solid #025a7b;
  height: 17px;
}

.kursInformer .foot .border .content {
  padding: 0 0 0 14px;
}

.kursInformer .foot .border .content #ref {
  float: right;
  font-size: 14px;
}

.kursInformer .foot .border .content #ref a {
  text-transform: uppercase;
  font-size: 10px;
}

.kursInformer .time {
  font-size: 10px;
  text-transform: uppercase;
}

.kursInformer .head .time {
  float: left;
  margin-left: 3px;
  line-height: 29px;
}

.kursInformer .foot .time {
  float: left;
}

.kursInformer .body {
  border-left: 1px solid #025a7b;
  border-right: 1px solid #025a7b;
}

.kursInformer .body .table {
}

.kursInformer .body .table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.kursInformer .body .table table thead th {
  border-top: 1px solid #bdbdbd;
  height: 15px;
  text-transform: uppercase;
  font-size: 10px;
  color: #9c9c9c;
}

.kursInformer .body .table table thead th a {
  color: white;
  text-decoration: underline;
}

.kursInformer .body .table table th, .kursInformer .body .table table td {
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #bdbdbd;
  background: #ececec;
}

.kursInformer .body .table table tbody td {
  color: black;
  font-size: 13px;
}

.kursInformer .body .table table tbody td div.td {
  text-align: center;
  height: 20px;
  line-height: 20px;
  border-top: 1px solid #f2f2f2;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
  text-overflow: ellipsis;
}

.kursInformer .body .table table tbody td.first {
  padding: 0 5px;
}

.kursInformer .body .table table tbody td.first div.td {
  padding-left: 30%;
  font-weight: bold;
  text-transform: uppercase;
}

.kursInformer .body .table table tbody td a {
  color: #363636;
}

.paddinghelper {
  padding: 0px;
}

.kursInformer {
  font-family: 'Trebuchet MS', Arial, sans-serif;
  min-width: 200px;
  font-size: 13px;
  color: #025a7b;
  max-width: auto;
}

.kursInformer .head .border .content .text, .kursInformer .head .border .content a.right {
  float: left;
  font-size: 14px;
  margin: 0 0 0 3px;
  line-height: 29px;
  font-weight: normal;
}

.kursInformer .head .border .content a.right:link, .kursInformer .head .border .content a.right:visited, .kursRegional .body .table table thead th .options a.active {
  color: #394d28;
  text-decoration: none;
}

.kursInformer .head .border .content .text, .kursInformer .head .border .content a.right:hover, .kursInformer .head .border .content a.right:active {
  color: #394d28;
  text-decoration: underline;
}

.kursInformer .head .left, .kursInformer .foot .left {
  padding: 0 5px;
}

.kursInformer .head .border {
  border: none;
  height: 29px;
}

.kursInformer .head .border .content {
  padding: 0;
}

.kursInformer .head .border .content .logo {
  display: block;
  position: relative;
  z-index: 10;
  width: 30px;
  height: 37px;
  margin-bottom: -8px;
  margin-left: 5px;
}

.kursInformer .body {
  border-left: 3px solid #bcd5b3;
  border-right: 3px solid #bcd5b3;
}

.kursInformer .body .table table thead th {
  border: none;
  background: #f3f3f3;
  color: #666;
  width: auto !important;
  text-align: center;
  height: 17px;
  vertical-align: middle;
}

.kursInformer .body .table table tbody td {
  text-align: left;
  background: #fff;
  border: none;
  font-size: 12px;
}

.kursInformer .body .table table tbody td.first {
}

.kursInformer .body .table table tbody td div.td {
  border: none;
}

.kursInformer .body .table table tbody td.first div.td {
  padding-left: 0;
}

.kursInformer .foot .border {
  height: 24px;
  border: none;
}

.kursInformer .foot .time {
  font-size: 12px;
  color: #394d28;
  text-transform: none;
}

.kursInformer .foot .border .content {
  padding: 3px 3px 3px 5px;
}

.kursInformer .foot .border .content #ref a {
  text-transform: none;
  font-size: 13px;
}

.kursInformer .foot .border .content #ref a:link, .kursInformer .foot .border .content #ref a:visited {
  color: #0087dc;
  text-decoration: none;
}

.kursInformer .foot .border .content #ref a:hover, .kursInformer .foot .border .content #ref a:active {
  color: #0087dc;
  text-decoration: underline;
}

.kursInformer .body .table table tbody td div.with-arrows {
  padding-right: 10px;
  background-position: 90% center;
  background-repeat: no-repeat;
}

.kursInformer .body .table table tbody td div.arrow_up {
}

.kursInformer .body .table table tbody td div.arrow_down {
}

.kursRegional .body .table table thead th #s_currency {
  float: left;
  text-align: left;
}

.kursRegional .body .table table thead th .options {
  float: right;
  margin: 0 5px 0 0;
}

.kursRegional .body .table table thead th .options a {
  color: #9C9C9C;
  border-bottom: 1px dashed #9C9C9C;
  text-decoration: none;
}

.kursRegional .body .table table tbody td, .kursRegional .body .table table tbody td.first, .kursRegional .body .table table tbody td.last {
  width: auto;
}

.kursRegional .body .table table tbody td.first div.td {
  font-weight: normal;
  text-transform: none;
}

.kursRegional .body .table table tbody td div.td {
  text-align: left;
}

.kursRegional .body .table table tbody td div.with-arrows {
  text-align: right;
  background-position: right center;
}

.kursRegional .body .table table tbody tr.old > td {
  background-color: #FFD8D6;
}

.kursMini {
  min-width: 100px;
}

.kursMini .foot .border {
  height: 2px;
}

.kursMini .head .border {
  height: 18px;
}

.kursMini .head .border .content .logo {
  margin-left: 0;
  height: 23px;
  width: 18px;
}

.kursMini .body .table table tbody td, .kursMini .body .table table tbody td.first, .kursMini .body .table table tbody td.last {
  width: auto;
}

.kursMini .body .table table tbody td.first div.td {
  font-weight: normal;
}

.kursMini .body .table table tbody td.last div.td {
  padding-right: 2px;
  text-align: right;
}

.kursMini .body {
  border-left-width: 2px !important;
  border-right-width: 2px !important;
}

.kursMini .head .time {
  line-height: 18px;
  font-size: 9px;
}

.kursMini .body .table table tbody td div.td {
  text-align: left;
  font-size: 11px;
  padding-top: 0;
  height: 20px;
  line-height: 20px;
}

.kursValyuta {
  min-width: 250px;
}

.kursValyuta .body .table table tbody td.first {
  width: 100px;
}

.kursKonverter .head .border {
  height: 36px;
}

.kursKonverter .body .table table thead th, .kursKonverter .body .table table tbody td {
  padding: 0 5px;
}

.kursKonverter .body .table table tbody td div.td {
  text-align: left;
}

.kursInformer.blue .head .border .content a.right:link, .kursInformer.blue .head .border .content a.right:visited, .kursRegional.blue .body .table table thead th .options a.active {
  color: #025a7b;
  text-decoration: none;
}

.kursInformer.blue .head .border .content .text, .kursInformer.blue .head .border .content a.right:hover, .kursInformer.blue .head .border .content a.right:active {
  color: #025a7b;
  text-decoration: underline;
}

.kursInformer.blue .head {
}

.kursInformer.blue .head .left {
}

.kursInformer.blue .head .border {
}

.kursInformer.blue .head .border .content .logo {
  display: block;
}

.kursInformer.blue .body {
  border-left: 3px solid #dae1e4;
  border-right: 3px solid #dae1e4;
}

.kursInformer.blue .foot {
}

.kursInformer.blue .foot .left {
}

.kursInformer.blue .foot .border {
}

.kursInformer.blue .foot .time {
  color: #025a7b;
}

.kursMini.blue .head .border .content .logo {
  display: block;
}

.kursInformer.orange .head .border .content a.right:link, .kursInformer.orange .head .border .content a.right:visited, .kursRegional.orange .body .table table thead th .options a.active {
  color: #767254;
  text-decoration: none;
}

.kursInformer.orange .head .border .content .text, .kursInformer.orange .head .border .content a.right:hover, .kursInformer.orange .head .border .content a.right:active {
  color: #767254;
  text-decoration: underline;
}

.kursInformer.orange .head {
}

.kursInformer.orange .head .left {
}

.kursInformer.orange .head .border {
}

.kursInformer.orange .head .border .content .logo {
  display: block;
}

.kursInformer.orange .body {
  border-left: 3px solid #f2edcb;
  border-right: 3px solid #f2edcb;
}

.kursInformer.orange .foot {
}

.kursInformer.orange .foot .left {
}

.kursInformer.orange .foot .border {
}

.kursInformer.orange .foot .time {
  color: #797558;
}

.kursMini.orange .head .border .content .logo {
  display: block;
}

.kursInformer.pink .head .border .content a.right:link, .kursInformer.pink .head .border .content a.right:visited, .kursRegional.pink .body .table table thead th .options a.active {
  color: #6c4040;
  text-decoration: none;
}

.kursInformer.pink .head .border .content .text, .kursInformer.pink .head .border .content a.right:hover, .kursInformer.pink .head .border .content a.right:active {
  color: #6c4040;
  text-decoration: underline;
}

.kursInformer.pink .head {
}

.kursInformer.pink .head .left {
}

.kursInformer.pink .head .border {
}

.kursInformer.pink .head .border .content .logo {
  display: block;
}

.kursInformer.pink .body {
  border-left: 3px solid #eec8c8;
  border-right: 3px solid #eec8c8;
}

.kursInformer.pink .foot {
}

.kursInformer.pink .foot .left {
}

.kursInformer.pink .foot .border {
}

.kursInformer.pink .foot .time {
  color: #7d5252;
}

.kursMini.pink .head .border .content .logo {
  display: block;
}
.event_block {
    text-align: right;
  position: relative;
  padding-right: 10px;
    padding-top: 20px;
}
.event_search_block{
  padding: 10px 10px;
  background-color: #eee;
  display: inline-block;
  text-align: left;
  position: absolute;
    top: -54px;
    right: 0;
    padding-left: 23px;
  z-index: 2;
}

.event_search_block:before{
  position: absolute;
  z-index: 2;
  background: url(../images/arrow.png) top center no-repeat;
  width: 154px;
  height: 54px;
    top: 87%;
    left: 61px;
  content: "";
}
.full-display-none{
  display: none;
}
.event_search_block:after{
  display: table;
  clear: both;
  content:"";
}
.event_count{
  font-size: 28px;
  font-weight: 700;
  float: left;
  white-space: nowrap;
  margin-right: 9px;
  line-height: 1.2;
}
.event_text{
  color: #777;
  font-size: 11px;
  float: left;
  margin-right: 18px;
    max-width: 100px;
    line-height: 1.2;
    margin-top: 3px;
}
.event_form{
  float: left;
  width: 230px;
}
.event_form .search_btn {
    background-color: transparent !important;
    color: #555 !important;
}
.event_form .search_btn:hover {
    color: #ee2d28 !important;
}
.event_wrap{
  border-bottom: 1px solid #ddd;
  padding-bottom: 9px;
}
.event_wrap .breadcrumbs{
  border: 0;
  padding: 0;
  margin: 0;
}
.affiche_block .event_rating {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 15px;
    z-index: 2;
}
.event_rating{
  font-size: 14px;
    color: #777;
}
.event_rating .stars_block{
  display: inline-block;
    vertical-align: middle;
}
.event_rating  .rating_total{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
.pf_rating  .event_rating{
    margin-bottom: 15px;
}
.event_block > a{
background-color:#ffa619!important;
}
.m-width-visible{
  display: none;
}
.flex-row{
  display: flex;
  justify-content: space-between;
}
.flex-row > .row{
  width: 70%;
}
.footer_content_block{
  width: 90%;
    margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .full-width-visible{
    display: none!important;
  }
  .m-width-visible{
    display: block!important;
  }
  .rates_block{
    margin-bottom: 0px;
  }
  .val{
    margin-bottom: 0px;
  }
  .center_block{
    width: 81%;
  }
  .event_search_block{
    position: static;
  }
  .event_block > a{
  position: relative;
  bottom: 23px;
  margin-left: 10px;
  }
  .event_search_block::before{
    display: none;
  }
  .youtube-frame{
    height: 335px;
  }
  .youtube-frame >iframe{
    width: 100%;
    height: 100%;
  }
  .search_wrap{
    width: 95%;
    margin-left: auto;
   margin-right: auto;
  }
  .up-text-block{
    height: auto;
  }
  .down-text-block{
    height: auto;
    padding-bottom: 20px;
  }
  .rating{
    height: auto;
  }

  .rating-category-block{
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-content{
    width: 100%;
  }
  .shedule_tabs_title{
    display: block;
  }
  .footer_content_block{
  width: 90%;
  padding-left: 15px;
  padding-right: 15px;
    margin-right: auto;
  margin-left: auto;
}
.flex-row > .row{
  width: 50%;
}
  .contact_tabs_title{
    margin-left: 0px;
  }
  .shedule_tabs_title > iframe{
    width: 100%;
  }
  .flex-content{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flex-content>div{
    width: 33%;
  }




}
@media (max-width: 700px) {
.header_body .center_block{
  width: 75%;
}
  }

@media (max-width: 500px){
  .full-display-none{
    display: block;
  }
  .header_body .left_block{
    float: none;
  }
  .header_body .center_block{
    width: 100%;
  }
  .left_block >.logo_block{
    margin: 0 auto -20px;
  }
  .breadcrumbs{
    width:100%;
  }
  .rating-category-block{
    padding-left: 0px;
  }
  h1{
    margin-bottom: 0px!important;
  }
  .event_block{
    padding-right: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .event_block >a {
    bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .event_text{
    margin-right: 0px;
  }
  .event_search_block{
    width: 100%;
  }
  .youtube-frame{
    height: 240px;
  }
  .poster img{
    width: 100%;
    height: auto;
  }
  .image-block{
    max-width: 100%;
  }
  .film-info{
    display: grid;
    grid-template-areas: "im im im im"
    "upt upt upt upt"
    "downt downt downt downt";
  }
  .down-text-block{
    display: flex;
    flex-direction: column;
  }
  .shedule_tabs_title > iframe{
    height: 400px;
  }
  .flex-content > div{
    width: 50%;
  }
  .mobile-non-display{
    display: none!important;
  }
  .footer_content > p > a{
    color: #fff;
    border-bottom: 1px dashed #fff;
  }
  .all_right{
    margin-left: 0px;
  }
  .event_form{
    margin-left: 20px;
    width: calc(100% - 210px);
  }
}
@media (max-width: 468px){
 .event_form{
  margin-left: 0px;
  width: 100%;
 }
 .event_search_block{
  padding-left: 10px;
 }
 .flex-row{
  flex-direction: column;
 }
 .logo_block{
  margin-right: 20px;
 }
.shares_list{
    display: flex;
    flex-wrap: wrap;
 }
 .shares_link{
  position: relative;
  bottom: 5px;
 }
 .tab-content{
  padding: 30px 10px 20px 10px;
  max-height: 100%;
 }


  }
   @media (max-width: 380px){
    .shedule-film {
      display: flex;
      flex-direction: column;
    }
    .time{
      display: flex;
    }
    .time > p {
    margin-right: 5px;
    }
   }
  @media (max-width: 340px){
    .shares_list{
      margin-left: 0px;
    }
    .flex-content >div {
      width: 100%;
    }
  }
  .navigate_tabs_afisha li>a.btn_primary, .navigate_tabs_afisha li.active>a.btn_primary{
  background-color:#cd1041 !important;
  border-top:4px solid #7e3346 !important;
  color: #fff !important;
  border-left: none!important;
}
.nav-tabs-afisha>li>a{
  padding: 10px 10px;
}
  @media (max-width: 1200px){
    .hidden-780{
      display: none!important;
    }
}
 @media (max-width: 620px){
    .hidden-600{
      display: none!important;
    }
}
@media (max-width: 520px){
      .hidden-520{
      display: none!important;
    }
    .nav>li>a{
  padding: 10px 15px;
}
}
@media (max-width: 500px){
      .hidden-500{
      display: none!important;
    }
}
@media (max-width: 408px){
      .hidden-408{
      display: none!important;
    }
        .nav>li>a{
  padding: 10px 15px;
}

}
.tab-pane{
  display: none!important;
}
.tab-contenta > .active {
    display: block!important;
}
.tab-content > .active {
    display: block !important;
}
.other-date > .active {
    display: block !important;
}
.shed-tabs > .active {
    display: block !important;
}
.other-date{
  position: relative;
}
.other-date-block{
  position: absolute;
  height: 95px;
  width: 290px;
  background-color: #eeeeee;
  top: 65px;

right: -90px;
}
.up-date-block{
  background-color: #4a4a4a;
  height: 40px;
   display: flex;
  align-items: center;
  justify-content:center;
}
.up-date-block p{
  font-family: 'Montserrat';
  font-weight: 100;
  color: #fff;
  text-transform: none;
  font-size: 20px;
  vertical-align: middle;

  margin: 0 0 0 0;
}
.down-date-block{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;

}
.down-date-block select{
  height: 34px;
}
.down-date-block > .btn_primary{
padding: 6px 18px;
}
.down-date-block > .btn_primary::after{
  color: #fff;
font-weight: 300;
font-family: "Font Awesome light";
content: '\f101';
transition: 300ms all;
position: relative;
top: 0;
right: 0;
}
@media (max-width: 800px){
  .other-date-block{
    position: absolute;
  }
  }
  .val {
    margin-bottom: 0px;
  }
  .val >li >p{
    margin-bottom: 0px;
  }

@media (max-width: 991px) and (min-width: 700px){
  .center_block{
    width: 81%;
  }
  }
@media (max-width: 531px) and (min-width: 500px){
  .center_block{
    width: 73%!important;
  }

}
@media (max-width: 1200px) and (min-width: 991px){
  .event_form {
    width: calc(100% - 210px);
  }
  }
  @media (max-width: 991px) and (min-width: 768px){
  .event_block {
    margin-top: 50px;
    margin-bottom: 10px;
  }
  .event_block > .btn{
    margin-right: 18px;
  }
  }

  @media (max-width: 767px) and (min-width: 749px){
    .event_search_block {

    margin: 0;
      }

  }
  @media (max-width: 750px){
    .page_title{
      margin :18px 0 0px;
    }
  }
  .affiche_block > .event_rating {
    margin-left: 0px;
  }
  @media (max-width: 540px) {
    .affiche_desc{
      height: 193px;
    }
  }
.b-popup{
    width:100%;
    min-height:100%;
    background-color: rgba(0,0,0,0.5);
    overflow:hidden;
    position:fixed;
    top:0px;
    z-index: 201;


}
.b-popup .b-popup-content{
    margin:40px auto 0px auto;
    max-width: 770px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    border-radius:5px;
    box-shadow: 0px 0px 10px #000;
    z-index: 202;
    height: auto;
}
.popup-title{
  color: #111;
  font-family: 'Montserrat';
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}
.popup-title >span{
  position: relative;
  display: inline-block;
  padding-bottom: 11px;
  border-bottom: 4px solid #ffa619;
}
.popup-title >span::before {
    font-family: "Font Awesome Solid";
    font-style: normal;
    font-weight: 900;
    content: '\f067';
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #ee2d28;
    margin-right: 5px;
}
.popup-close::before {
    font-family: "Font Awesome Solid";
    font-style: normal;
    font-weight: 900;
    content: '\f057';
    speak: none;
    font-size: 18px;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #888;
    margin-right: 5px;
    cursor: pointer;
}
  .popup-section{
    padding: 0px 20px;
    margin-bottom: 10px;
  }
.popup-text{
  font-size: 14px;
}
.popup-category{
  padding-top: 10px;
  width: 100%;
  background-color: #eee;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
.popup-subcategory{
  width: 32%;
  display: flex;
  flex-direction: column;
}

.popup-subcategory > select{
  padding: 5px 10px 5px 10px;
  background-color: #fff;
  border: 1px solid #999;
 }
 .popup-subcategory > span{
   font-size: 14px;
 }
 .red-text{
  font-size: 18px;
  color: #ee2d28
 }
  .popup-section > .news_section_head{
  margin-bottom: 10px;
 }
 .popup-section-up{
  display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   margin-top: 10px;
   margin-bottom: 10px;
 }
 .popup-subcategory-up {
  width: 48%;
  display: flex;
  flex-direction: column;
 }
 .popup-subcategory-up > input{
 border: 1px solid #999;
 padding: 0px 0px 0px 10px;
 }
 .popup-subcategory-center{
     width: 32%;
    display: flex;
    flex-direction: column;
}
 .popup-section-center{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
 }
.popup-subcategory > input{
  border: 1px solid #999;
  padding: 0px 0px 0px 10px;
  }
 .popup-section-down{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
 }
 .down-block{
  width: 48%;
  display: flex;
  flex-direction: column;
 }
 .popup-add-image{
  display: flex;
  justify-content: space-between;
  }
  .span-font-size > span {
    font-size: 14px;
  }
  .image-upload{
    width: 73px;
    height: 73px;
 }
  .image-upload > label{
  cursor: pointer;
  width: 73px;
  height: 73px;
  margin-bottom: 0px;
  border: 1px dashed #999;
   }
  .down-block > textarea{
    border: 1px solid #ffa619;
    height: 73px;
  }
  .image-upload > label:hover{
    border: 1px dashed #ee2d28;
  }
  .image-upload > label{
    position: relative;
  }
  .image-upload > label > input{
    display: none;
  }
  .plus-image{
    position: absolute;
    display: block;
    top:25%;
    left: 25%;
    width: 35px;
    height: 35px;
    background-color:#ffa619;
    border-radius: 35px;
    }
  .plus-image::before{
    content: '';
    border-radius:50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    display: block;
    width: 16px;
    height: 2px;
    margin-top: -1px;
    background-color: #fff;
  }
  .plus-image::after{
  content: '';
  border-radius:50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  transform: rotate(-90deg);
  display: block;
  width: 16px;
  height: 2px;
  margin-top: -1px;
  background-color: #fff;
  }
  .hover-eff-plus{
  background-color: #ee2d28!important;
  }
  .popup-rules{
    display: flex;
    color: #555;
    margin-top: 15px;
  }
  .popup-rules > input{
    background-color: #fff;
    border : 1px solid #ee2d28!important;
    margin: 0px 10px 0px 0px;
  }
  .down-block > .btn {
    width: 60%;
  }
  .center-align{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .popup-subcategory-center > input{
    border: 1px solid #999;
  }

.minus-image::before{
    position: absolute;
    right: -9px;
    top: -4px;
    font-family: "Font Awesome Solid";
    font-style: normal;
    font-weight: 900;
    content: '\f056';
    speak: none;
    font-size: 16px;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #888;
    margin-right: 5px;
    cursor: pointer;
}

@media (max-width: 1000px) {
  .b-popup-content{
    width: 95%;
  }
}
@media (max-width: 700px) {
    .down-block{
    width: 100%;
  }
    .popup-subcategory-center{
    width: 100%;
  }
  .popup-add-image{
    justify-content: center;
  }
  .image-upload{
    margin-right: 5%;
    margin-left: 5%;
  }

  }
@media (max-width: 500px) {

  .popup-subcategory-up{
    width: 100%;
  }


  }
@media (max-width: 450px) {
  .popup-subcategory{
    width: 100%;
  }
  .popup-title{
    font-size: 18px;
  }
}

/*navigator*/

.company p{
  margin-bottom: 0px;
}
.company-category{
  border-bottom: 1px solid #ccc;
}
.company{
  position: relative;
  cursor: pointer;
}
.company.hover-on-menu{
  background-color: #ffa619;
}
.company.hover-on-menu p{
  color:#fff;
  border:none;
  }
  .company.hover-on-menu span::after{
    color: #fff;
  }
  .company-sub-menu{
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 20;
    background-color: #fff;
    width: 100%;
    border:4px solid #ffa619;
    padding-left: 20px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .company-sub-menu ul{
    margin-bottom: 0px;
  }
  .company.hover-on-menu .company-sub-menu{
    display: block;
  }
  .company-sub-menu a{
    border-bottom: 1px solid #ccc;
  }
  .company-sub-menu a:hover{
    border-bottom: 1px solid #ee2d28;
  }
  .company:focus .company-sub-menu{
    display: block;
  }
  .place a{
    color:#000;
  }
  .place a:hover{
    color:#ee2d28;
  }
  .place img{
  position: relative;
  right: 50px;
  bottom: 50px;
}
@media(max-width: 500px){
  .page_title{
    text-align: center;
  }
}
.modal-dialog {
  pointer-events: auto !important;
}