

/* Start:/local/templates/main/components/bitrix/menu/mini-guide/style.css?149234293111184*/
.dropdown .dropdown-menu { border-top: none !important; }

.scrolling-content { max-height: 360px; overflow-y: scroll; }

.guide-menu { background-color: #595555; margin-top: 36px; }

.caret { position: absolute; top: 20px; right: 20px; }

.interest-button { padding: 11px 30px; border: 3px solid white; cursor: pointer; color: white; text-decoration: none; }
.interest-button:hover { border: 3px solid #ed1c24; text-decoration: none; color: white; }
.interest-button:visited { color: #fff; }

.guide-menu-ul { margin: 0; background-color: #595555; list-style: none; padding-left: 0; }
.guide-menu-ul .dropdown .dropdown-menu { top: 100%; }
.guide-menu-ul li > .dropdown > a { position: relative; display: block; padding: 8px 0px 8px 18px; color: black; font-family: 'bebasneueregular', 'Helvetica Neue', Verdana, Arial; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; font-size: 20px; text-decoration: none; margin-top: 20px; margin-bottom: 20px; background: white; }
.guide-menu-ul li > .dropdown > a:after { content: ""; position: absolute; bottom: -14px; left: 50%; margin-left: -6px; height: 0; width: 0; border: 6px solid transparent; pointer-events: none; z-index: 1; }
.guide-menu-ul li.selected .dropdown > a { color: white; border-top: 3px solid #ed1c24; border-bottom: 3px solid #ed1c24; }
.guide-menu-ul li.selected .dropdown > a:after { border-top: 6px solid #ed1c24; }
.guide-menu-ul li.inactive .dropdown > a { color: #9a9898; cursor: default; }
.guide-menu-ul li.inactive .dropdown > a:hover { color: #9a9898; border-top: 3px solid transparent; border-bottom: 3px solid transparent; }
.guide-menu-ul li.inactive .dropdown > a:hover:after { border-top: 6px solid transparent; }
.guide-menu-ul .dropdown.open:after, .guide-menu-ul .dropdown:hover:after { display: none; }

#country-dropdown { color: black; min-width: 110px; left: 0px; width: 100%; background: white; }
#country-dropdown a { font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 12px; display: block; }
#country-dropdown ul { list-style: none; font-size: 12px; border-top: 1px solid #d6d6d6; padding-left: 0px; }
#country-dropdown ul li { color: #4f4f4f; cursor: pointer; padding-left: 20px; }
#country-dropdown ul li:hover { background: #F2F2F2; }
#country-dropdown ul li a { color: #000000; text-decoration: none; font-weight: normal; padding-bottom: 12px; padding-top: 12px; }
#country-dropdown ul li a:hover { background: none; }
#country-dropdown ul .country { text-transform: uppercase; font-weight: bold; padding-bottom: 6px; padding-top: 9px; color: #000000; }
#country-dropdown ul .country:hover { background: transparent; }
#country-dropdown .dropdown-toggle { padding: 4px 20px 3px 17px; color: white; background-color: #ed1c24; text-align: left; min-width: 160px; }
#country-dropdown .dropdown-toggle:after { content: ''; position: absolute; top: 10px; right: 9px; left: auto; display: block; border-top: 5px solid white; border-bottom: 5px solid transparent; border-left: 5px solid transparent; border-right: 5px solid transparent; }
#country-dropdown > a { border: 1px solid #ed1c24; border-bottom: none; }
#country-dropdown:hover > a, #country-dropdown.open > a { color: #302a2a; background: white; }
#country-dropdown:hover > a:after, #country-dropdown.open > a:after { border-top: 5px solid #595555; }
#country-dropdown .dropdown-menu { top: 37px; left: 0; right: 10px; padding-bottom: 0; min-width: 110px; text-align: left; background: white; border: 1px solid #ed1c24; border-top: none; }
#country-dropdown .dropdown-menu .selected { display: none; }
#country-dropdown .dropdown-menu a { font-weight: normal; color: #302a2a; border: none; padding: 7px 7px 2px 17px; }
#country-dropdown .dropdown-menu a:hover { background: white; color: #ed1c24; }
#country-dropdown .scroll-wrapper.scrollbar-rail { margin-bottom: 7px; max-height: 300px; overflow-y: scroll; }

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper { overflow: hidden !important; padding: 0 !important; position: relative; }

.scroll-wrapper > .scroll-content { border: none !important; box-sizing: content-box !important; height: auto; left: 0; margin: 0; max-height: none !important; max-width: none !important; overflow: scroll !important; padding: 0; position: relative !important; top: 0; width: auto !important; }

.scroll-wrapper > .scroll-content::-webkit-scrollbar { height: 0; width: 0; }

.scroll-element { display: none; }

.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible { display: block; }

.scroll-element .scroll-bar, .scroll-element .scroll-arrow { cursor: default; }

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element, .scrollbar-rail > .scroll-element div { border: none; margin: 0; overflow: hidden; padding: 0; position: absolute; z-index: 10; }
.scrollbar-rail > .scroll-element { background-color: #ffffff; }
.scrollbar-rail > .scroll-element div { display: block; height: 100%; left: 0; top: 0; width: 100%; }
.scrollbar-rail > .scroll-element .scroll-element_size { background-color: #f0f0f0; border: 1px solid #dedede; }
.scrollbar-rail > .scroll-element.scroll-x { bottom: 0; height: 12px; left: 0; min-width: 100%; padding: 3px 0 2px; width: 100%; }
.scrollbar-rail > .scroll-element.scroll-y { height: 100%; min-height: 100%; padding: 0 2px 0 3px; right: 8px; top: 0; width: 20px; }
.scrollbar-rail > .scroll-element .scroll-bar { width: 25px; height: 17px; background: #ffbd0f; /* Old browsers */ background: -moz-linear-gradient(top, #ffbd0f 0%, #f1901b 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffbd0f), color-stop(100%, #f1901b)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #ffbd0f 0%, #f1901b 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #ffbd0f 0%, #f1901b 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #ffbd0f 0%, #f1901b 100%); /* IE10+ */ background: linear-gradient(to bottom, #ffbd0f 0%, #f1901b 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbd0f', endColorstr='#f1901b',GradientType=0 ); /* IE6-9 */ border: 1px solid #fca517; box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.3); }
.scrollbar-rail > .scroll-element .scroll-bar:after { content: ''; position: absolute; top: 0; bottom: 0; right: 0; left: 0; display: block; background: url("/img/main/scrollbar-bg.png") center center no-repeat; }

/* scrollbar height/width & offset from container borders */
.scrollbar-rail { /* update scrollbar offset if both scrolls are visible */ }
.scrollbar-rail > .scroll-content.scroll-scrolly_visible { left: 0px; margin-left: 0px; padding-right: 22px; }
.scrollbar-rail > .scroll-content.scroll-scrollx_visible { margin-top: 17px; top: -17px; }
.scrollbar-rail > .scroll-element.scroll-x .scroll-bar { height: 10px; min-width: 10px; top: 1px; }
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar { left: 1px; min-height: 25px; width: 10px; }
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer { height: 15px; left: 5px; }
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size { height: 2px; left: -10px; top: 5px; }
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer { top: 5px; width: 15px; }
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size { left: 3px; top: -10px; width: 7px; }
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -25px; }
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -25px; }
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -25px; }
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -25px; }

@media (min-width: 992px) { .scrollbar-rail > .scroll-element.scroll-y { right: 0px; } }
#year-dropdown, #month-dropdown { padding-left: 8px; border-left: 1px solid #9a9898; }
#year-dropdown .dropdown-toggle, #month-dropdown .dropdown-toggle { position: relative; padding-right: 20px; color: white; font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 14px; padding-top: 12px; padding-bottom: 12px; }
#year-dropdown .dropdown-toggle:after, #month-dropdown .dropdown-toggle:after { content: ''; position: absolute; top: 21px; right: 9px; left: auto; display: block; border-top: 5px solid white; border-bottom: 5px solid transparent; border-left: 5px solid transparent; border-right: 5px solid transparent; }
#year-dropdown .dropdown-menu, #month-dropdown .dropdown-menu { padding-bottom: 0; width: 100%; min-width: 0; font-family: Verdana, Arial, Helvetica, Sans-Serif; text-align: center; left: 0; border-top: none; }
#year-dropdown .dropdown-menu li.selected, #month-dropdown .dropdown-menu li.selected { background: #ed1c24; }
#year-dropdown .dropdown-menu li.selected a:after, #month-dropdown .dropdown-menu li.selected a:after { display: none; }
#year-dropdown .dropdown-toggle:hover, #month-dropdown .dropdown-toggle:hover { border-top: 3px solid transparent; border-bottom: 3px solid transparent; }

li.year-li { padding-right: 8px; }

.year-page .year-li a { color: white; border-top: 3px solid #ed1c24; border-bottom: 3px solid #ed1c24; }
.year-page .year-li a:after { border-top: 6px solid #ed1c24; }

@media (max-width: 767px) { .guide-menu-ul.nav-justified > li { float: left; width: 100%; margin-top: 10px; }
  .guide-menu-ul.nav-justified > li:first-child { width: 100%; float: none; }
  #branch-dropdown .dropdown-toggle { padding-top: 16px; padding-bottom: 16px; text-align: center; font-size: 14px; }
  #branch-dropdown .dropdown-toggle:after { top: 23px; right: 17px; }
  #branch-dropdown .dropdown-menu { top: -1px; }
  #year-dropdown, #month-dropdown { clear: left; width: 100%; border-left: none; border-top: 1px solid #9a9898; }
  #year-dropdown .dropdown-toggle, #month-dropdown .dropdown-toggle { padding-left: 20px; }
  #year-dropdown .dropdown-toggle:after, #month-dropdown .dropdown-toggle:after { top: 22px; right: 17px; }
  #year-dropdown .dropdown-menu, #month-dropdown .dropdown-menu { margin-bottom: 10px; } }
@media (min-width: 768px) and (max-width: 991px) { .guide-menu-ul.nav-justified > li { display: block; float: left; width: 8.2%; margin-top: 10px; }
  .guide-menu-ul.nav-justified > li.year-li, .guide-menu-ul.nav-justified > li#year-dropdown, .guide-menu-ul.nav-justified > li#month-dropdown { width: 50%; }
  .guide-menu-ul.nav-justified > li:first-child { display: block; clear: both; width: 100%; float: none; }
  #branch-dropdown .dropdown-toggle { padding-top: 16px; padding-bottom: 16px; }
  #branch-dropdown .dropdown-toggle:after { top: 23px; right: 17px; } }
@media (min-width: 992px) and (max-width: 1199px) { .guide-menu-ul .hidden-xs { display: table-cell !important; } }
@media (min-width: 1200px) { .guide-menu-ul .hidden-xs { display: table-cell !important; } }
#month-dropdown .dropdown-toggle { border: none !important; background: transparent; }

.filter-wrapper { position: relative; padding: 20px; }
.filter-wrapper span { position: absolute; right: 36px; top: 29px; color: #d6d6d6; }

/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?149234169751*/
font.errortext{color:red}font.notetext{color:green}
/* End */
/* /local/templates/main/components/bitrix/menu/mini-guide/style.css?149234293111184 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?149234169751 */
