.cusel, .cuselFrameRight, .jScrollPaneDrag, .jScrollArrowUp, .jScrollArrowDown {
    background: url("../img/selects-2.png") no-repeat scroll 0 0 transparent;
}
.cusel {
    background-position: left top;
    color: #666666;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 29px;
    position: relative;
    z-index: 1;
    width: 190px !important;
    font-style: italic;
    font-family: 'open_sansitalic', Arial, Helvetica, sans-serif;
    outline: none !important;
}
.cuselFrameRight {
    background-position: right top;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
    z-index: 2;
}
.cuselText {
    color: #8f8f8f;
    cursor: pointer;
    height: 29px;
    line-height: 29px;
    font-size: 13px;
    left: 0;
    overflow: hidden;
    padding: 0 0 0 12px;
    position: absolute;
    top: 0;
    z-index: 1;
}

.cusel span {
    cursor: pointer;
    display: block;
    padding: 0 10px 0 12px;
    white-space: nowrap;
    font-size: 13px;
    line-height: 27px;
}
.cusel span:hover, .cusel .cuselOptHover {
    background: none repeat scroll 0 0 #E0E0E0;
    color: #222222;
}
.cusel .cuselActive {
    background: none repeat scroll 0 0 #555555;
    color: #FFFFFF;
    cursor: default;
}
.cusel:hover, .cusel:hover .cuselFrameRight, .cusel:focus, .cusel:focus .cuselFrameRight, .cuselFocus, .cuselFocus .cuselFrameRight {
    background-image: url("../img/selects-2.png");
}
.cuselOpen {
    z-index: 999;
}
.classDisCusel, .classDisCusel .cuselFrameRight {
    background-image: url("../img/selects-2.png") !important;
    color: #CCCCCC;
    cursor: default;
}
.classDisCusel .cuselText {
    cursor: default;
}
.cusel .cusel-scroll-wrap {
    background: none repeat scroll 0 0 #ededed;
    display: block;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: auto;
    outline: none !important;
}
.cusel .jScrollPaneContainer {
    overflow: hidden;
    position: relative;
    z-index: 5;
    outline: none !important;
}
.cusel .jScrollPaneTrack {
    background: none repeat scroll 0 0 #CCCCCC;
    height: 100%;
    position: absolute;
    right: 4px;
    top: 0;
    width: 7px !important;
}
.cusel .jScrollPaneDrag {
    background-position: -40px -29px;
    cursor: pointer;
    height: 27px !important;
    position: absolute;
    right: -4px;
    width: 15px !important;
}
.cusel .jScrollPaneDragTop {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
}
.cusel .jScrollPaneDragBottom {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
}
.cusel .jScrollArrowUp {
    background-position: -2px -29px;
    cursor: pointer;
    height: 12px;
    overflow: hidden;
    position: absolute;
    right: 2px;
    top: 0;
    width: 26px;
}
.cusel .jScrollArrowDown {
    background-position: -21px -29px;
    bottom: 0;
    cursor: pointer;
    height: 12px;
    overflow: hidden;
    position: absolute;
    right: 3px;
    top: auto;
    width: 25px;
}
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

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

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */




/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
    font-family: "open_sansbold", Arial, Helvetica, sans-sefir;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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




/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/*@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/OpenSans-Light-webfont.woff') format('woff'),
    url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),
    url('fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sans_regular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/Regular-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
    url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
    url('fonts/OpenSans-Regular-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansitalic';
    src: url('fonts/OpenSans-Italic-webfont.eot');
    src: url('fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/OpenSans-Italic-webfont.woff') format('woff'),
    url('fonts/OpenSans-Italic-webfont.ttf') format('truetype'),
    url('fonts/OpenSans-Italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('fonts/OpenSans-Semibold-webfont.eot');
    src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/OpenSans-Semibold-webfont.woff') format('woff'),
    url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
    url('fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold_italic';
    src: url('fonts/OpenSans-SemiboldItalic-webfont.eot');
    src: url('fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff'),
    url('fonts/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'),
    url('fonts/OpenSans-SemiboldItalic-webfont.svg#open_sanssemibold_italic') format('svg');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
    url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
    url('fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;
}*/


.hr{
    border: 0;
    border-top: 1px solid #dedede;
    margin: 50px 0;
    height: 0;
}

.header_container{
    padding-bottom: 25px;
}
.site_description{
    float: left;
    margin: 28px 0 0;
    color: #b8b8b8;
    font-size: 15px;
    line-height: 1.45em;
    font-weight: normal;
    position: relative;
}
.site_description_top{
    display: block;
    font-weight: bold;
    font-family: "open_sansbold", Arial, Helvetica, sans-serif;
}

.header_wrapper {
    float: right;
    position: absolute;
    top: 28px;
    right: 20px;
}
.search_form{
    width: 100%;
    box-sizing: border-box;
    position: relative;
    font-size: 13px;
    margin-bottom: 1em;
}
.search_form_input{
    width: 100%;
    background-color: #444;
    padding: 0 2.7em 0 17px;
    box-sizing: border-box;
    border: 0;
    height: 2.2em;
    color: #959595;
    font-style: italic;
    border-radius: 4px;
    line-height: 2.2em;
    font-family: 'open_sansitalic', Arial, Helvetica, sans-serif;
}
.header_tools_tel{
    display: block;
    cursor: default;
    width: 100%;
    font-size: 21px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 2em;
    text-decoration: none;
    text-align: center;
    margin-bottom: 0.7em;
    box-sizing: border-box;
}

.page_title_wrapper{margin-bottom: 12px; position: relative; z-index: 100}

.page_title_img{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.page_title_img.about{
    top:3px;
}
.header_subscribe{
display: inline-block;
position: relative;
font-size: 0.8em;
margin-bottom: 10px;
width: 400px
}
.header_subscribe_wrapper{display: inline-block;}
.header_subscribe input[type="email"], .header_subscribe input[type="text"]{
	border: 1px solid #b8b8b8;
    border-radius: 4px;
    box-sizing: border-box;
    color: #444;
    font-family: "open_sansitalic",Arial,Helvetica,sans-serif;
    font-style: italic;
    height: 1.9em;
    line-height: 1.3em;
padding: 4px 117px 4px 7px;
width: 100%;
outline: none
}
.header_subscribe input[type="email"]:focus,  .header_subscribe input[type="text"]:focus{border: 1px solid #5c5c5c;}
.header_subscribe input[type="submit"]{
	border: 1px solid #b15564;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    height: 1.9em;
line-height: 1.3em;
position: absolute;
background: #b15564;
width: 112px;
text-align: center;
right: 0;
top: 0;
padding: 4px 0 4px;
}
.header_subscribe{
display: inline-block;
width: 300px;
position: relative
margin-bottom: 10px;
font-size: 15px;
    line-height: 1.1em;
vertical-align: top
}
.page_subtitle{
    padding-left: 40px;
    position: relative;
    margin: 0 0 22px;
    font-weight: normal;
    font-size: 25px;
    line-height: 1.1em;
    font-family: 'open_sanslight', Arial, Helvetica, sans-sefir;
}
.page_subtitle_img{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.footer_subscribe{
    width: 230px;
    float: left;
    margin-left: -100%;
    padding-top: 50px;
    text-align: center;
}
.footer_logo{
    display: inline-block;
    margin-bottom: 22px;
}
.footer_subscribe_form{
    width: 100%;
    box-sizing: border-box;
    position: relative;
    font-size: 13px;
    margin-bottom: 1em;
}
.footer_subscribe_form input[type='text'],
.footer_subscribe_form input[type='email']{
    width: 100%;
    background-color: #444;
    padding: 0 1.7em 0 1.7em;
    box-sizing: border-box;
    border: 0;
    height: 2.6em;
    color: #fff;
    font-style: italic;
    border-radius: 4px;
    line-height: 2.6em;
    font-family: 'open_sansitalic', Arial, Helvetica, sans-serif;
    margin-bottom: 1em;
}
.footer_subscribe_form input[type='submit']{
    padding: 0 1.4em;
    font-size: 1em;
    line-height: 2.5em;
    height: 2.5em;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    display: inline-block;
    background-color: #99bbc7;
    border-radius: 3em;
    margin: 0.9em 0;
    font-family: 'open_sanssemibold', Arial, Helvetica, sans-sefir;
    font-weight: bold;
}
.footer_contacts{
    width: 270px;
    float: left;
    margin-left: -270px;
    margin-top: 50px;
    padding-left: 60px;
    box-sizing: border-box;
    border-left: 1px solid #4c4c4c;
    position: relative;
}
.footer_contacts_title{
    margin: 0;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.2em;
    text-transform: uppercase;
    padding-bottom: 0.5em;
    min-height: 2.6em;
}
.footer_contacts_text{
    font-size: 14px;
    line-height: 1.1em;
    color: #8e8e8e;
    font-family: "Times New Roman", Georgia, Serif;
    padding-bottom: 35px;
}
.footer_tel{
    color: #8e8e8e;
    text-decoration: none
}
.footer_email{
    color: #99bbc7;
}
.footer_contacts_text p{
    margin: 0 0 0.6em;
}
.copy{
    font-size: 1.1em;
    color: #a6a6a6;
    line-height: 1.2em;
}
.copy a{
    color: #a6a6a6;
    text-decoration: none;
}
.footer_site_map_wrapper{
    width: 100%;
    float: left;
}
.footer_site_map{
    padding: 50px 300px 0 270px;
    margin: 0;
    list-style: none;
    float: right;
}
.footer_site_map > li{
    float: left;
    width: 33%;
    padding-left: 5%;
    box-sizing: border-box;
    max-width: 250px;
}
.footer_site_map > li > h5.footer_site_map_title{
    margin: 0;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.2em;
    text-transform: uppercase;
    padding-bottom: 0.5em;
    min-height: 2.6em;
}
.footer_site_map > li > h5.footer_site_map_title a.footer_site_map_title_link{
    color: #fff;
    text-decoration: none;
}
.footer_site_map > li > ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer_site_map > li > ul > li{
    font-size: 14px;
    line-height: 1.1em;
    padding-bottom: 0.85em;
}
.footer_site_map > li > ul > li > a{
    color: #8e8e8e;
    font-family: "Times New Roman", Georgia, Serif;
    text-decoration: none;
}




.slide_nav{
    position: relative;
    z-index: 100;
    display: none;
}
.slide_nav h4.slide_nav_title{
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    line-height: 70px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-family: Arial, 'Helvetica', sans-sefir;
    cursor: pointer;
    background:  #602d36 url("../img/menu.png") right center no-repeat;
}
.hidden_nav .slide_nav_list{
    display: none;
}
ul.slide_nav_list{
    padding: 0;
    background-color: #88404c;
    margin: 0;
}
ul.slide_nav_list > li{
    border-top: 1px solid #482228;
    position: relative;
    padding: 0;
    list-style: none;
}
ul.slide_nav_list > li:first-child{
    border-top: 1px solid #482228;
}
ul.slide_nav_list > li > a{
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 19px;
    padding: 20px 10px 20px 50px;
    position: relative;
    text-decoration: none;
    display: block;
}

ul.slide_nav_list > li > a:hover{
    background-color: #b75969;
}
ul.slide_nav_list > li > a:hover:before{
    background-position: -8px 0;
}
ul.slide_nav_list > li ul{
    position: absolute;
    left: 100%;
    top: -1px;
    background-color: #9b4b59;
    padding: 0;
    margin: 0;
    border: 1px solid #26180e;
    display: none;
    min-width: 220px;
}
.drop_btn{
    display: none;
}
.slide_nav .drop_btn{
    display: block;
    width: 59px;
    min-height: 59px;
    height: 59px;
    background: #602d36 url("../img/drop_btn.png") 0 center no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    cursor: pointer;
}
.slide_nav li.dropped > .drop_btn{
    background: #b75969 url("../img/drop_btn.png") -59px center no-repeat;
}
.slide_nav li.current > .drop_btn{
    display: none;
}
.slide_nav ul.slide_nav_list > li  ul,
ul.slide_nav_list li.current > ul{
    min-width: 0;
    display: block;
    position: relative;
    left: 0;
    top: 0;
    border: 0;
    border-top: 1px solid #26180e;
}
.slide_nav ul.slide_nav_list li > ul,
.slide_nav ul.slide_nav_list li:hover > ul{
    display: none;
}
.slide_nav ul.slide_nav_list li.dropped > ul,
.slide_nav ul.slide_nav_list li:hover.dropped > ul{
    display: block;
}
.slide_nav ul.slide_nav_list li.current > ul{
    display: block;
}
ul.slide_nav_list > li.current > a{
    background-color: #b75969;
}
ul.slide_nav_list > li.current > a:before{
    background-position: -8px 0;
}
.slide_nav ul.slide_nav_list > li > ul > li > a,
ul.slide_nav_list li.current > ul > li > a{
    padding-left: 70px;
}
ul.slide_nav_list > li > ul > li > a:hover{
    background-color: #b75969;
}
ul.slide_nav_list > li.current > ul > li.current > a{
    background-color: #b75969;
}

ul.slide_nav_list li > ul > li.current > ul{
    padding-left: 53px;
}
.slide_nav ul.slide_nav_list li > ul > li > ul{
    padding-left: 38px;
    background: #73492a;
}
.slide_nav ul.slide_nav_list > li > ul > li > ul > li,
ul.slide_nav_list li > ul > li > ul > li{
    border-top-style: dashed;
    padding: 0;
    list-style: none;
}
ul.slide_nav_list li > ul > li.current > ul > li > a{
    padding-left: 0;
}
ul.slide_nav_list li > ul > li > ul > li.current > a,
ul.slide_nav_list li > ul > li > ul > li > a:hover{
    text-decoration: underline;
}
ul.slide_nav_list li:hover > ul{
    display: block;
}
ul.slide_nav_list > li ul > li{
    border-top: 1px solid #26180e;
    position: relative;
    padding: 0;
    list-style: none;
}
ul.slide_nav_list > li ul > li:first-child{
    border-top: 0;
}
ul.slide_nav_list > li ul > li > a{
    color: #fff;
    font-size: 17px;
    line-height: 19px;
    padding: 20px 10px 20px 23px;
    position: relative;
    text-decoration: none;
    display: block;
}
.slide_nav ul.slide_nav_list > li ul > li > a{
    padding-right: 70px;
}
.slide_nav ul.slide_nav_list > li ul > li > ul li a{
    padding-left: 50px;
}



.list_page_list, .list_page_list_smi {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0;
}
.list_page_list > li{
    margin-bottom: 35px;
    display: block;
    width: 33%;
    padding-left: 40px;
    box-sizing: border-box;
    float: left;
}
.list_page_text{
    font-size: 14px;
    line-height: 1.15em;
    color: #6b6b6b;
    padding-top: 10px;
}
.list_page_title{
    margin: 0;
    font-weight: normal;
}
.list_page_list_inner{
    max-width: 390px;
}
.list_page_link{
    font-size: 15px;
    line-height: 1.15em;
    display: inline-block;
    margin-bottom: 8px;
    font-family: 'open_sanssemibold', Arial, Helvetica, sans-sefir;
}
.list_page_link-festival {
    height: 42px;
}
.list_page_img_link{
    display: block;
    max-width: 390px;
}
.list_page_img_link img{
    width: 100%;
    height: auto;
}

.library_list_page_list{
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0;
}
.library_list_page_list > li{
    margin-bottom: 35px;
    display: block;
    width: 50%;
    padding-left: 40px;
    box-sizing: border-box;
    float: left;
}

.library_list_page_style_1 .library_list_page_list > li{
    margin-bottom: 5px;
}
.library_list_page_text{
    font-size: 14px;
    line-height: 1.15em;
    color: #6b6b6b;
    padding-top: 10px;
}
.library_list_page_title{
    margin: 0;
    font-weight: normal;
    position: relative;
}

.library_list_page_list_inner{
    max-width: 390px;
}
.library_list_page_link{
    font-size: 15px;
    line-height: 1.15em;
    display: inline-block;
    margin-bottom: 8px;
    font-family: 'open_sanssemibold', Arial, Helvetica, sans-sefir;
}
.library_list_page_style_1 .library_list_page_link, h4.library_list_page_title a{
    font-style: italic;
    font-family: "Times new roman", Georgia, serif;
    font-size: 17px;
}
.library_list_page_img_link{
    display: block;
    max-width: 390px;
}
.library_list_page_img_link img{
    width: 100%;
    height: auto;
}

.text_wrapper{
    font-size: 15px;
    line-height: 1.3em;
    margin-top: 10px;
    margin-bottom: 10px;
}
.text_wrapper img{
    max-width: 100%;
    height: auto;
}
.action-cover {
    width: 100%;
}
.text_wrapper .left{
    float: left;
    margin: 3px 20px 5px 0;
}

.page_img_wrapper{
    float: left;
    width: 40%;
    margin-right: 4%;
}
.page_info_wrapper{
    float: left;
    width: 56%;
}
.page_info{

}
.page_info_props_wrapper{width: 100%; position: relative; min-height: 10px}
.page_info_props{
    padding: 0 150px 0 0;
    margin: 0;
    list-style: none;
    position: relative;
}
.page_info_props a{
    color: #6b6b6b;
    font-size: 13px;
}
.page_info_props > li{
    padding-bottom: 17px;
   
}

.page_info_prop_title{
    display: inline-block;
    color: #87404c;
    font-size: 14px;
    margin: 0 5px 0 0;
    font-family: 'open_sanssemibold', Arial, Helvetica, sans-sefir;
    font-weight: bold;
    vertical-align: top;
}
.page_info_prop_inner_list{
    padding: 0;
    margin: 0;
    list-style: none;
    vertical-align: top;
}
.page_info_buy_block{
    position: relative;
    z-index: 100;
    top: -80px;
    margin-bottom: -90px;
width: 140px;
float: left;
margin-left: -140px
}


.page_info_buy_block_text{
    text-align: center;
    font-size: 16px;
    color: #87404c;
    margin-bottom: 15px;
}
.page_info_buy_block_title{
    text-align: center;
    width: 100%;
    font-size: 20px;
    margin: 30px 0 20px 0;
    color: #87404c;
}
.page_info_buy_block_links{
text-align:center;
padding: 15px 0 10px;
width: 140px
}
.page_info_buy_block_links a{display: block}
.page_info_buy_block_links img{display: block; max-width: 100%; margin: 0 0 5px}
.page_info_buy_block .buy{
    margin-bottom: 15px;
    margin-left: 0;
}
.buy_row{
    text-align: right;
    margin-top: 2em;
}
.buy_row_text{
    display: inline-block;
    padding-bottom: 15px;
    position: relative;
    top: 4px;
}
.buy_row_price{
    font-size: 24px;
    font-weight: bold;
    font-family: "open_sansbold", Arial, Helvetica, sans-sefir;
}
a.buy{
    background-color: #b15564;
    color: #fff;
    font-size: 15px;
    height: 36px;
    line-height: 34px;
    position: relative;
    text-decoration: none;
    padding-left: 38px;
    padding-right: 22px;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 20px;
    margin-left: 20px;
    text-align: left;
}
.buy:after{
    width: 14px;
    height: 14px;
    display: block;
    content: '';
    background: transparent url("../img/sprite.png") 0 0 no-repeat;
    position: absolute;
    left: 14px;
    top: 50%;
    margin-top: -7px;
}

.events_table .buy_ticket{
    width: 153px;
    background-color: #b15564;
    color: #fff;
    font-size: 15px;
    height: 36px;
    line-height: 34px;
    position: relative;
    text-decoration: none;
    padding-left: 38px;
    display: block;
    box-sizing: border-box;
    border-radius: 20px;
    margin-left: 20px;
}
.events_table .old{ 
    background-color: #d3d3d3;    
}

.buy_ticket:after{
    width: 14px;
    height: 14px;
    display: block;
    content: '';
    background: transparent url("../img/sprite.png") 0 0 no-repeat;
    position: absolute;
    left: 14px;
    top: 50%;
    margin-top: -7px;
}
.events_table_wrapper{
    position: relative;
}
.view_options_calendar{
    position: absolute;
    top:  -51px;
    right: 0;
    padding-right: 0;
	z-index:110;
}
.events_table{
    font-size: 15px;
    line-height: 1.2em;
    color: #6b6b6b;
    margin-top: 50px;
}
.events_table a{
    color: #6b6b6b;
}
.events_table td{
    vertical-align: top;
    padding: 0 0 50px;
}
.event_img_link_wrapper{
    display: table-cell;
}
.event_img_link{
    display: inline-block;
    position: relative;
    margin: 0 30px;
    top: -5px;
    width: 150px;
}
.event_img{
    position: relative;
    border-radius: 4px;
    display: block;
    width: 150px;
    height: auto;
}
.event_performers{
    display: table;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
}
.event_performers_title{
    padding: 0 20px;
    margin: 0 0 10px;
    font-size: 13px;
    font-family: 'open_sanssemibold', Arial, Helvetica, sans-sefir;
    font-weight: bold;
}
.event_performers_list{
    padding: 0 20px;
    margin: 0;
    list-style: none;
    font-size: 13px;
}
.event_performers_list> li{
    padding-bottom: 5px;
	/*white-space: nowrap;*/
}
.event_info{
    padding-right: 20px;
    display: table-cell;
    vertical-align: top;
}
a.event_info_title{
    color: #984d5a;
    font-family: 'open_sanssemibold', Arial, Helvetica, sans-sefir;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 0.5em;
}
.event_info_desrc{
    margin-bottom: 0.5em;
}
.event_info_author{
    font-family: 'open_sanssemibold', Arial, Helvetica, sans-sefir;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 0.5em;
}
.event_date{
    text-align: center;
    font-size: 17px;
}
.event_place{
    position: relative;
    top: 15px;
}
.event_date_list{
    padding: 0;
    margin: 0 0 12px;
    list-style: none;
    display: table;
    width: 100%;
    border-bottom: 1px solid #d3d3d3;
    font-size: 25px;
    font-family: "Times New Roman", Georgia, Serif;
    position: relative;
    top: 15px;
}
.event_date_list > li{
    display: table-cell;
    padding-bottom: 15px;
    padding-right: 14px;
    border-right: 1px solid #d3d3d3;
}
.event_date_list > li:first-child{
    font-size: 1.65em;
}
.event_date_list > li + li{
    padding-left: 14px;
}
.event_date_list > li + li + li{
    padding-right: 0;
    border-right: none;
    color: #8eafba;
}
.event_date_list .event_date_weekend{
    color: #984d5a;
}

.event_date_list_library{
    padding: 0 0 15px;
    margin: 0;
    list-style: none;
    width: 100%;
    font-size: 25px;
    font-family: "Times New Roman", Georgia, Serif;
    position: relative;
    top: 15px;
}
.event_date_list_library > li{
    padding-right: 14px;
    display: inline-block;
}
.event_date_list_library > li:first-child{
    font-size: 1.65em;
}
.event_date_list_library > li + li + li{
    border-right: none;
    color: #8eafba;
}
.event_date_list_library .event_date_weekend{
    color: #984d5a;
}


.event_carousel_date_list{
    padding: 0;
    margin: 25px 0 0;
    list-style: none;
    display: table;
    border-bottom: 1px solid #d3d3d3;
    font-size: 18px;
    font-family: "Times New Roman", Georgia, Serif;
    position: relative;
    line-height: 0.4em;
}
.event_carousel_date_list > li{
    display: table-cell;
    padding-bottom: 15px;
    padding-right: 14px;
    border-right: 1px solid #d3d3d3;
}
.event_carousel_date_list > li:first-child{
    font-size: 1.65em;
}
.event_carousel_date_list > li + li{
    padding-left: 14px;
}
.event_carousel_date_list > li + li + li{
    padding-right: 0;
    border-right: none;
    color: #8eafba;
}
.event_carousel_date_list .event_date_weekend{
    color: #984d5a;
}


.filters_list{
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 15px;
    display: table;
    width: 100%;
    position: relative;
}
.filters_list > li{
    padding-right: 20px;
    float: left;
}
.filters_list > li.filters_list_view_options{
    float: right;
    position: absolute;
    top:  -51px;
    right: 0;
    padding-right: 0;
}
.view_options{
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
    font-size: 0;
    white-space: nowrap;
}
.view_options > li{
    display: inline-block;
}
.view_options > li > a{
    background: #ededed;
    text-decoration: none;
    font-size: 13px;
    color: #828282;
    display: block;
    line-height: 31px;
    padding: 0 15px 0 36px;
    border-radius: 0 20px 20px 0;
    position: relative;
}
.view_options > li.current > a{
    color: #fff;
    background-color: #a9ccd8;
}
.view_options > li:first-child > a{
    padding: 0 21px 0 43px;
    border-radius: 20px 0 0 20px;
}
.view_options > li > a:before{
    position: absolute;
    display: block;
    content: '';
    width: 15px;
    height: 12px;
    background: transparent url("../img/sprite.png") -15px -20px no-repeat;
    top: 10px;
    left: 10px;
}
.view_options > li.current > a:before{
    background-position: -15px -32px;
}
.view_options > li:first-child > a:before{
    background-position: 0 -20px;
    left: 20px;
}
.view_options > li.current:first-child > a:before{
    background-position: 0 -32px;
}
.filters_list .custom-checkbox,
.filters_list .custom-radio{
    display: inline-block;
    margin-right: 10px;
}

.filters_list_checkboxes{
    white-space: nowrap;
    margin-bottom: 20px;
    padding-top: 3px;
}
.custom-checkbox, .custom-radio {
    position: relative;
}
.custom-checkbox input, .custom-radio input {
    position: absolute;
    left: 2px;
    top: 2px;
    margin: 0;

}
.custom-checkbox label, .custom-radio label {
    display: block;
    position: relative;
    font-size: 13px;
    line-height: 23px;
    padding: 0 0 0 30px;
    cursor: pointer;
    outline: none !important;
}
.custom-checkbox label {
    background: url(../img/checkbox.gif) no-repeat;
}
.custom-radio label {
    background: url(../img/radiobutton.gif) no-repeat;
}
.custom-checkbox label, .custom-radio label {
    background-position: -10px -14px;
}
.custom-checkbox label.hover, .custom-checkbox label.focus, .custom-radio label.hover, .custom-radio label.focus {
    background-position: -10px -114px;
}
.custom-checkbox label.checked, .custom-radio label.checked {
    background-position: -10px -214px;
}
.custom-checkbox label.checkedHover, .custom-checkbox label.checkedFocus {
    background-position: -10px -314px;
}
.custom-checkbox label.focus, .custom-radio label.focus {
    outline: 1px dotted #ccc;
}
input.datepicker{
    width: 132px;
    text-align: center;
    border: 0;
    border-bottom: 1px solid #5c5c5c;
}
input.datepicker:focus{
    outline: none;
}

.hall_text_wrapper{
    float: left;
    width: 100%;
}
.hall_text{
    padding-right: 380px;
    float: left;
}
.hall_img_wrapper{
    float: left;
    width: 350px;
    margin-left: -350px;
}
.hall_img{
    display: block;
    max-width: 350px;
    height: auto;
}
.hall_map{
    width: 100%;
}


.left_col_wrapper{
    float: left;
    width: 100%;
}
.left_col{
    padding-right: 390px;
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.right_col{
    float: left;
    width: 360px;
    margin-left: -360px;
}

.banner{
    display: block;
    margin: 0 10px 40px;
    width: 100%;
}
.banner img{
    max-width: 100%;
    display: block;
}
.main_articles{
    width: 50%;
    float: right;
    padding-left: 30px;
    box-sizing: border-box;
    padding-bottom: 40px;
}
.articles_inner{
    background-color: #c0c0c0;
    position: relative;
    border-radius: 4px;
    float: right;
    max-width: 570px;
}
.articles_title{
    height: 146px;
    padding-top: 15px;
    box-sizing: border-box;
    background: transparent url("../img/articles.jpg") center center no-repeat;
    margin: 0;
    text-align: center;
    position: relative;
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-size: 41px;
    line-height: 1em;
}
.articles_title a{
    color: #fff;
    text-decoration: none;
}
.articles_title span{
    display: block;
}
.articles_title span:first-child{
    font-family: "open_sansbold", Arial, Helvetica, sans-sefir;
}
.articles_title span + span{
    font-size: 31px;
    font-weight: normal;
}
.articles_title span + span + span{
    font-size: 21px;
    font-style: italic;
    font-family: "Times New Roman", Georgia, Serif;
    padding-top: 5px;
    position: relative;
}
.articles_title span + span + span:before{
    content: '';
    display: block;
    position: absolute;
    width: 46px;
    left: 50%;
    margin-left: -23px;
    top: 7px;
    border-top: 1px solid #fff;
}
.articles_list{
    padding: 0 25px;
    margin: 0;
    list-style: none;
}
.articles_list > li{
    padding-left: 95px;
    position: relative;
    min-height: 112px;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
    border-top: 1px solid #ababab;
    font-size: 13px;
    line-height: 1.2em;
    color: #555;
}
.articles_list > li:first-child{
    border-top: none;
}
.articles_list_item_more{
    display: inline-block;
    float: right;
    font-size: 14px;
    font-style: italic;
    font-family: "Times New Roman", Georgia, Serif;
    color: #555;
    margin-top: 5px;
}
.articles_list_item_title{
    font-family: "Times New Roman", Georgia, Serif;
    font-size: 18px;
    color: #4b4b4b;
    display: inline-block;
    margin-bottom: 10px;
    text-decoration: none;
}
.articles_list_item_img{
    position: absolute;
    top: 20px;
    left: 0;
    text-decoration: none;
}
.articles_list_item_img img{
    display: block;
    border-radius: 50px;
}



.main_page_news_block{
    width: 50%;
    float: left;
}
.news_list{
    padding: 5px 0 40px;
    margin: 0;
    list-style: none;
}
.news_list > li{
    position: relative;
    min-height: 100px;
    margin-bottom: 22px;
    padding-left: 165px;
    padding-top: 22px;
    border-top: 1px solid #dcdcdc;
    font-size: 13px;
    line-height: 1.3em;
    color: #686868;
}
.news_list > li:first-child{
    border-top: 0;
    padding-top: 0;
}
.news_list_img_link{
    position: absolute;
    left: 0;
    top: 22px;
}
.news_list_img_link img{
    position: relative;
    border-radius: 4px;
    max-width: 150px;
}
.news_list > li:first-child .news_list_img_link{
    top: 0;
}
.news_list_date{
    font-style: italic;
    font-family: "Times New Roman", Georgia, Serif;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    top: -3px;
}
.news_list_text{
    padding-bottom: 5px;
}
.news_list_more{
    color: #686868;
    display: inline-block;
    font-family: "Times New Roman", Georgia, Serif;
    font-size: 14px;
}
.right_col .calendar{
    position: relative;
    top: -50px;
	margin-bottom: -10px;
}
.calendar{
    margin: 0 10px;
}
.calendar_img_wrapper{
    background: #fcfcfc;
    padding-top: 12px;
    text-align: center;
    border-radius: 4px 4px 0 0;
    margin-bottom: -10px;
}
.calendar .calendar_img_wrapper{
    margin-bottom: 0;
}
.calendar .calendar_img_wrapper{
    border-radius: 0;
    padding-top: 17px;
}
.calendar_img{
    display: inline-block;
}
.selected_date{
    display: inline-block;
    font-size: 13px;
    color: #4c4c4c;
    font-weight: bold;
    font-family: "open_sansbold", Arial, Helvetica, sans-sefir;
    position: relative;
    top: 13px;
}
.calendar .selected_date{
    top: 23px;
}
.library_authors_list{
    padding: 0 0 0 40px;
    margin: 0;
    list-style: none;
}
.library_authors_list > li{
    padding-bottom: 20px;
}
.library_authors_letter{
    margin: 0;
    padding: 0 0 5px;
    color: #87404c;
    font-family: 'open_sanssemibold', Arial, Helvetica, sans-sefir;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2em;
}
.library_authors_list > li > ul{
    padding: 0 0 0 15px;
    margin: 0;
    list-style: none;
}
.library_authors_list > li > ul > li{
    padding-bottom: 4px;
}
.library_authors_list li ul li a{
    font-size: 14px;
    line-height: 1.2em;
    color: #6b6b6b;
}

.events_calendar{
    width: 100%;
    background: #fcfcfc;
    margin-bottom: 40px;
    border-collapse: collapse;
}
.events_calendar_select{
    float: left;
    margin: 3px 30px 3px 20px;
}
.events_calendar .cusel, .events_calendar .cuselFrameRight{
    background-image: url("../img/selects-2-dark.png");
}
.events_calendar_months{
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 16px;
}
.events_calendar_months > li{
    margin-right: 22px;
    float: left;
    padding-top: 6px;
}
.events_calendar_months > li > a{
    color: #363636;
}
.events_calendar_months > li.current > a{
    color: #fff;
    text-decoration: none;
}
.events_calendar tbody{
    border: 2px solid #b5b5b5;
}
.events_calendar thead{
    background-color: #6b6b6b;
    border: 2px solid #6b6b6b;
}
.events_calendar tbody td{
    border: 1px solid #e9e9e9;
    width: 14.25%;
    height: 173px;
    vertical-align: top;
}
.events_calendar tbody td span{
    font-family: "Times New Roman", Georgia, Serif;
    font-size: 26px;
    line-height: 1em;
    color: #ededed;
    display: block;
    padding-left: 5px;
    position: relative;
}
.events_calendar tbody td span b{
    font-size: 25px;
    color: #98bcc8;
    font-family: "Times New Roman", Georgia, Serif;
    position: absolute;
    top: 3px;
    right: 10px;
    font-weight: normal;
}
.events_calendar tbody td.event_calendar_active{
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.16);
    background-color: #f5f5f5;
}
.events_calendar tbody td.event_calendar_active span{
    color: #6b6b6b;
}
.events_calendar tbody td.event_calendar_active.weekend span,
.events_calendar tbody td.weekend span b{
    color: #984d5a;
}
.event_calendar_active_list{
    padding: 10px 0 10px 6px;
    margin: 0;
    list-style: none;
}
.event_calendar_active_list > li{
    padding-bottom: 10px;
}
.event_calendar_time{
    font-size: 12px;
    color: #686868;
    font-family: "open_sansbold", Arial, Helvetica, sans-sefir;
    font-weight: bold;
    padding-bottom: 5px;
}
.event_calendar_link{
    font-size: 10px;
    line-height: 1em;
    color: #686868;
}


.partners_carousel_wrapper {
    padding: 0;
    position: relative;
    margin: 0 auto 40px;
    top: -15px;
}
.partners_carousel_wrapper_inner{
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding: 0 25px;
}
.partners_carousel{
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
.partners_carousel li{
    padding: 0;
    display: block;
    float: left;
    margin: 0 15px;
}
.partners_item{
    width: 220px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    overflow: hidden;
}
.partners_item_img{
    max-width: 100%;
    display: inline-block;
}
.partners_carousel_prev, .partners_carousel_next {
    background: transparent url("../img/partners_prev_next.png") 0 0 no-repeat;
    width: 24px;
    height:24px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 0;
}
.partners_carousel_next{
    left: auto;
    right: 0;
    background-position: right 0;
}
.partners_carousel_prev:hover{
    background-position: 0 bottom;
}
.partners_carousel_next:hover{
    background-position: right bottom;
}
.partners_carousel_prev:active{
    left: -3px;
}
.partners_carousel_next:active{
    right: -3px;
}


.events_carousel_container{
    padding-top: 20px;
    border-top: 1px solid #dedede;
}
.events_carousel_wrapper {
    padding: 0;
    position: relative;
    margin: 0 auto 40px;
}
.events_carousel_wrapper_inner{
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding: 0 25px;
}
.events_carousel{
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
.events_carousel > li{
    padding: 0;
    display: block;
    float: left;
    margin: 0 12px;
}
.partners_carousel_inner{
    width: 320px;
}
.partners_carousel_img{
    display: block;
    margin-bottom: 12px;
}
.partners_carousel_text{
    font-size: 12px;
    color: #737373;
}
.partners_carousel_title{
    font-size: 1.45em;
    line-height: 1.2em;
    color: #88404c;
    font-style: italic;
    font-family: "Times New Roman", Georgia, Serif;
    display: inline-block;
    margin-bottom: 7px;
	text-decoration: none;
}
.partners_carousel_title:HOVER {text-decoration: underline;}

.events_carousel_prev, .events_carousel_next {
    background: transparent url("../img/events_prev_next.png") 0 0 no-repeat;
    width: 21px;
    height:40px;
    display: block;
    position: absolute;
    top: 80px;
    left: 0;
}
.events_carousel_next{
    left: auto;
    right: 0;
    background-position: right 0;
}
.events_carousel_prev:hover{
    background-position: 0 bottom;
}
.events_carousel_next:hover{
    background-position: right bottom;
}
.events_carousel_prev:active{
    left: -3px;
}
.events_carousel_next:active{
    right: -3px;
}



.header_carousel_wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 22px;
    height: 0;
}
.header_carousel_wrapper .header_carousel_wrapper_container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.header_carousel_wrapper_container .container{
/*    position: relative;*/
    height: 100%;
}
.header_carousel_wrapper_inner{
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.header_carousel{
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
.header_carousel li{
    padding: 0;
    display: block;
    float: left;
}
.header_carousel li img{
    display: block;
    width: 100%;
height: auto
}

.prev, .next {
    background: transparent url("../img/prev_next.png") 0 0 no-repeat;
    width: 69px;
    height:69px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    left: 17px;
    z-index: 10000;
}
.next{
    left: auto;
    right: 17px;
    background-position: right 0;
}
.prev:hover{
    background-position: 0 bottom;
}
.next:hover{
    background-position: right bottom;
}
.prev:active{
    left: 14px;
}
.next:active{
    right: 14px;
}
.pagination{
    display: inline-block;
    position: absolute;
    width: 100%;
    bottom: 12px;
    left: 0;
    text-align: center;
}
.pagination a{
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0 9px;
    text-decoration: none;
    font-size: 0;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 22px;
    position: relative;
}
.pagination a span{
    display: none;
}
.pagination a.selected{
    border-color: #a23548;
    background-color: #a23548;
    font-size: 0;
}
.pagination a.selected:hover,
.pagination a:hover{
    background-color: #fff;
    border-color: #fff;
}
.tabs_list{
    padding: 0;
    margin: 0;
    list-style: none;
}
.tabs_list > li{
    float: left;
    margin-right: 15px;
    cursor: pointer;
    font-size: 12px;
    color: #3a3a3a;
    border: 1px solid transparent;
    position: relative;
    line-height: 18px;
    padding: 0 10px;
    margin-bottom: 12px;
}
.tabs_list > li.current{
    font-size: 12px;
    background-color: #e4e4e4;
    color: #636363;
    border-radius: 20px;
    padding: 2px 11px;
}
.tabs_list_boxes{
    clear: both;
    padding: 10px 0 0;
    margin: 0;
    list-style: none;
}
.tabs_list_box {
    display: none;
}
.tabs_list_box.visible {
    display: block;
}
.tabs_list_box_level_2 {
    display: none;
}
.tabs_list_box_level_2.visible {
    display: block;
}
.tabs_list_level_2{
    padding: 0;
    margin: 0;
    list-style: none;
    display: table;
    width: 100%;
}
.tabs_list_level_2 > li{
    display: table-cell;
    margin-right: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.tabs_list_level_2 > li > span{
    display: block;
    padding: 0 9px;
    display: block;
    border-radius: 20px;
    font-size: 12px;
    line-height: 25px;
    cursor: pointer;
    position: relative;
}
.tabs_list_level_2 > li.current > span{
    background-color: #828282;
    color: #fff;
}
.tabs_list_boxes_level_2{
    clear: both;
    padding: 0;
    margin: 0;
    list-style: none;
}
.tabs_list_box_level_2 > ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: table;
    width: 100%;
}
.tabs_list_box_level_2 > ul > li{
    display: table-cell;
    margin-bottom: 4px;
}
.tabs_list_box_level_2 > ul > li > span,
.tabs_list_box_level_2 > ul > li > a{
    width: 25px;
    text-align: center;
    display: block;
    border-radius: 20px;
    font-size: 12px;
    position: relative;
    text-decoration: none;
}
.tabs_list_box_level_2 > ul > li.weekend > span{
    color: #942f40;
    font-weight: bold;
    font-family: 'open_sanssemibold', Arial, Helvetica, sans-sefir;
}
.tabs_list_box_level_2 > ul > li > a{
    background-color: #828282;
    color: #fff;
}
.tabs_level_2{
    padding-bottom: 20px;
}
.tabs_list_box_level_2 > ul > li.prev_month_day{
    display: none;
}


@media (min-width: 1252px) {
    a.buy_ticket{
        margin-left: 30px;
    }
    .filters_list > li.filters_list_view_options{
        position: relative;
        top: 0;
    }
}
@media (min-width: 1200px) {
.page_info_prop_inner_list{
padding-left: 100px
}
}
@media (max-width: 1023px) {

    .header_wrapper { float: right; width: 300px; top: 15px;}

    .site_description{
        clear: left;
        margin-top: 0;
    }

    .footer_site_map{
        padding-left: 40px;
        padding-right: 0;
        float: none;
        margin: 0 auto;
    }
    .footer_site_map > li{
        max-width: 9999px;
        padding-left: 0;
        padding-right: 5%;
    }
    .footer_subscribe{
        margin-left: 40px;
    }
    .footer_contacts{
        float: right;
        margin-left: 0;
        border-left: 0;
        padding-left: 0;
        width: 33%;
        box-sizing: border-box;
    }

    .event_img_link{
        margin:  0 20px 0 20px;
    }
    .event_date{
        text-align: left;
    }
    .event_date_list{
        margin-bottom: 0;
        top: 0;
    }
    .event_date_list > li{
        display: block;
        border-right: 0;
        padding-right: 0;
    }
    .event_date_list > li:first-child{
        line-height: 0.6em;
        font-size: 1.2em;
    }
    .event_date_list > li + li{
        padding-left: 0;
        padding-bottom: 0.4em;
    }
    .page_img_wrapper{
        width: 45%;
        float: left;
        margin-right: 0;
    }
    .page_info_wrapper{
        float: right;
        width: 55%;
    }
    .page_info{
        padding-left: 30px;
    }
    .filters_list > li.filters_list_datapickers{
        float: none;
        padding-right: 0;
        margin-bottom: 20px;
    }
	
	

}
.width_under_1024 .text_wrapper{
    padding-left: 0;
}
.width_under_1024 .library_list_page_style_1 .page_subtitle{
    padding-left: 0;
}
.width_under_1024 .library_list_page_list > li{
    width: auto;
    padding-left: 0;
    float: none;
}

.width_under_880 .list_page_list > li{
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
}
.width_under_880 .list_page_list_inner{
    margin: 0 auto;
}
.width_under_880 .library_list_page_list > li{
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
.width_under_880 .library_list_page_list_inner{
    margin: 0 auto;
}

.width_under_880 .left_col_wrapper_wide{
    float: none;
}
.width_under_880 .left_col_wide{
    padding-right: 0;
    float: none;
}
.width_under_880 .right_col_wide{
    margin-left: auto;
    margin-right: auto;
    float: none;
    clear: both;
    width: 360px;
    max-width: 100%
}
.width_under_880 .right_col_wide .calendar{
    margin-bottom: 40px;
    top: 0;
}

@media (max-width: 799px) {
    .text_wrapper .left{
        margin-left: auto;
        margin-right: auto;
        float: none;
        display: block;
    }
    .event_img_link_wrapper{
        display: block;
    }
    .event_info{
        display: block;
        padding-right: 10px;
        padding-left: 20px;
    }
    .event_performers{
        border-right: 0;
        border-left: 0;
    }
    .event_performers_title{
        padding: 0 10px;
    }
    .event_performers_list{
        padding: 0 10px;
    }
    .event_img_link{
        margin-right: 15px;
    }
    a.buy_ticket{
        margin-left: 10px;
        padding: 0 15px;
        text-align: center;
        width: auto;
        white-space: nowrap;
        font-size: 12px;
    }
    a.buy_ticket:after{
        display: none;
    }
    .event_date_list{
        font-size: 21px;
    }
    .event_img_info{
        width: 35%;
    }
.page_info_prop_inner_list {padding: 0px;}

}
.width_under_800 .tabs_list_level_2{
    display: block;
}
.width_under_800 .tabs_list_level_2 > li{
    display: block;
    margin-right: 10px;
    float: left;
    padding-bottom: 10px;
}
.width_under_800 .tabs_list_box_level_2 > ul{
    display: block;
}
.width_under_800 .tabs_list_box_level_2 > ul > li{
    display: block;
    margin-right: 10px;
    float: left;
    padding-bottom: 5px;
}
.width_under_800 .tabs_list_box_level_2 > ul > li.prev_month_day{
    display: none;
}



@media (max-width: 767px) {
    .page_subtitle{
        padding-left: 0;
    }
    .page_subtitle_with_img{
        padding-left: 40px;
    }
    .events_table td{
        display: block;
        padding-bottom: 30px;
        background-color: #ebebeb;
        padding-left: 30px;
        padding-right: 20px;
    }
    .events_table td:first-child{
        padding-top: 30px;
    }
    .events_table td:last-child{
        border-bottom: 1px solid #d3d3d3;
        padding-bottom: 30px;
        margin-bottom: 50px;
    }
    .event_place{
        top: 5px;
    }
    .event_date_list{
        display: table-cell;
        margin: 0 0 12px;
        border-bottom: 1px solid #d3d3d3;
        font-size: 25px;
    }
    .event_date_list > li{
        display: table-cell;
        padding-bottom: 15px;
        padding-right: 14px;
        border-right: 1px solid #d3d3d3;
    }
    .event_date_list > li:first-child{
        font-size: 1.65em;
    }
    .event_date_list > li + li{
        padding-left: 14px;
    }
    .event_date_list > li + li + li{
        padding-right: 0;
        border-right: none;
    }
    .event_img_link_wrapper{
        display: table-cell;
    }
    .event_info{
        display: table-cell;
        padding-right: 0;
        padding-left: 0;
    }
    .event_img_link{
        margin-right: 20px;
        margin-left: 0;
    }
    .event_performers{
        border-left: 0;
        border-right: 0;

    }
    a.buy_ticket{
        margin-left: 0;
        text-align: left;
        width: 153px;
        font-size: 15px;
        padding-left: 38px;
    }
    a.buy_ticket:after{
        display: block;
    }
    .event_img_info{
        width: auto;
    }

    .page_img_wrapper{
        width: auto;
        float: none;
        padding-bottom: 20px;
    }
    .page_info_wrapper{
        float: none;
        width: auto;
    }
    .page_info{
        padding-left: 0;
    }
    .page_info_buy_block{
        position: relative;
        padding-bottom: 15px;
		top: 0px;
margin-bottom:-30px
    }
    .page_info_buy_block_text{
        text-align: left;
    }
	.page_info_buy_block img {
  display: inline-block;
}
    .page_info_props > li{
        padding-right: 0;
    }
    .filters_list > li.filters_list_select{
        float: none;
        margin-bottom: 20px;
    }
    .filters_list > li.filters_list_checkboxes{
        margin-bottom: -20px;
        float: none;
    }
    .hall_text_wrapper{
        float: none;
        width: 100%;
    }
    .hall_text{
        padding-right: 0;
        float: left;
    }
    .hall_img_wrapper{
        float: none;
        width: auto;
        margin-left: 0;
        clear: both;
    }
    .hall_img{
        margin-bottom: 15px;
    }
}

.width_under_768 .left_col_wrapper_narrow{
    float: none;
}
.width_under_768 .left_col_narrow{
    padding-right: 0;
    float: none;
}
.width_under_768 .right_col_narrow{
    margin-left: auto;
    margin-right: auto;
    float: none;
    clear: both;
    width: 360px;
    max-width: 100%
}
.width_under_768 .right_col_narrow .calendar{
    margin-bottom: 40px;
    top: 0;
}
.width_under_768 .filters_list > li.filters_list_view_options{
    position: relative;
    clear: both;
    top: 0;
    margin-bottom: -20px;
    display: none;
}
.width_under_768 .view_options{
    display: none;
}
.width_under_768 .main_page_news_block{
    float: none;
    width: auto;
}
.width_under_768 .main_articles{
    float: none;
    width: auto;
    padding-left: 0;
}
.width_under_768 .main_articles .articles_inner{
    margin-left: auto;
    margin-right: auto;
    float: none;
}

@media (max-width: 679px) {
.top_hr{display:none}
.events_table{margin-top: 0}
.tabs{visibility: hidden; height: 1px; overflow: hidden; margin: 0}

.events_carousel_container{visibility: hidden; height: 1px; overflow: hidden; margin: 0}
.search_form{display:none}
    .site_description{
        font-size: 14px;
    }
}
@media (max-width: 639px) {
    .site_description{
        font-size: 14px;
    }
    .tabs_list_box_level_2 > ul > li.weekend + li.weekend + li{
        clear: both;
    }
    .width_under_800 .tabs_list_box_level_2 > ul > li.prev_month_day{
        display: block;
    }
}

@media (max-width: 720px) {

    .header{ text-align: center; }
    .site_description{ font-size: 15px; float: none; margin: 0 0 25px; }
    .header_wrapper { margin: 0 auto; float: none; position: relative; right: 0;}
    .search_form { display: none; }
}


@media (max-width: 599px) {

    

    .header{
        text-align: center;
    }

    .site_description{
        font-size: 15px;
        float: none;
        margin: 0 0 25px;
    }

    .footer_subscribe{
        float: none;
        margin: 0 auto;
    }
    .footer_contacts{
        margin: 30px auto 0;
        width: auto;
        float: none;
        text-align: center;
    }
    .footer_contacts_title{
        font-size: 19px;
        margin-bottom: 0.3em;
        min-height: 0;
    }
    .footer_contacts_text{
        font-size: 17px;
    }
   
    .pagination{
        display: none !important;
    }
}


.width_under_600 .site_description_top{
    display: inline;
}
.width_under_600 .list_page_list > li{
    width: 100%;
    padding-left: 0;
    text-align: center;
}
.width_under_600 .list_page_link{
    font-size: 19px;
}
.width_under_600 .list_page_text{
    font-size: 17px;
}

.width_under_600 .library_list_page_list > li{
    width: auto;
    float: none;
    text-align: center;
}
.width_under_600 .library_list_page_link{
    font-size: 19px;
}
.width_under_600 .library_list_page_text{
    font-size: 17px;
}

@media (max-width: 479px) {
.header_subscribe{width: 280px}
    .site_description_top{
        display: inline;
    }
    .events_table td{
        padding-left: 20px;
    }
    .event_img_link_wrapper{
        display: block;
        margin-bottom: 10px;
    }
    .event_info{
        display: block;
    }
    .events_table td.event_img_info{
        padding-bottom: 10px;
    }
    .filters_list > li.filters_list_select{
        margin-bottom: 5px;
    }
    .cusel{
        margin-bottom: 5px;
    }
    .news_list > li{
        padding-left: 0;
        text-align: center;
    }
    .news_list_more{
        float: none;
    }
    .news_list_img_link{
        position: relative;
        margin-bottom: 20px;
        display: inline-block;
        top: 0;
    }

    .articles_list > li{
        padding-left: 0;
        text-align: center;
    }
    .articles_list_item_more{
        float: none;
        margin-top: 10px;
    }
    .articles_list_item_img{
        position: relative;
        margin-bottom: 20px;
        display: inline-block;
        top: 0;
    }
    .articles_list_item_title{
        display: block;
    }
    .events_carousel_wrapper_inner{
        padding-left: 0;
        padding-right: 0;
    }
    .container.events_carousel_container{
        padding-left: 0;
        padding-right: 0;
    }
    .events_carousel_next,
    .events_carousel_prev{
        display: none !important;
    }
    .partners_carousel_text,
    .partners_carousel_title{
        padding-left: 10px;
        padding-right: 10px;
    }
    .event_carousel_date_list{
        margin-left: 10px;
    }

}
.library_authors_letter_full {  margin-bottom: 20px;
  font-size: 18px;}

.social-tabs {margin:0 10px 40px 10px; border:1px solid #eee; border-radius:10px; box-shadow:0 0 3px rgba(0, 0, 0, .1); background:#fff}
.social-tabs-menu {margin:0; padding:0; list-style:none; width:100%; border-bottom:1px solid #eee}
.social-tabs-menu:after {content:"."; display:block; clear:both; visibility:hidden; height:0}
.social-tabs-menu li {float:left; width:168px; margin:0; padding:0; border-left:1px solid #eee; position:relative}
.social-tabs-menu li:first-child {border-left:none; width:169px}
.social-tabs-menu li.active:after {content:""; display:block; width:12px; height:7px; position:absolute; left:50%; bottom:-7px; margin-left:-6px; background:url(/bitrix/templates/belcanto/images/social-tabs.png)}
.social-tabs-menu li a {display:block; text-decoration:none; text-align:center; color:#9a918b; padding:5px 0}
.social-tabs-menu li a:hover,
.social-tabs-menu li.active a {color:#910000}
.social-tabs-container {padding:20px}
.social-tabs-content {position:absolute; left:-9999px; top:-9999px; width:300px}
.social-tabs-content.active {position:relative; left:auto; top:auto}

.banner-link {overflow: hidden; display: block; position: relative; cursor: pointer; z-index: 9999;}

.price_and_buy {
    background-color: #313236;
    padding: 10px 0 15px 0;
    text-align: center;
    margin: 20px 0;
}
.qtickets-button {margin: 0 auto !important; display: block !important; margin-bottom: 30px !important;}