@font-face {
    font-family: 'HeinrichScript';
    src: url('HeinrichScript.eot?#iefix') format('embedded-opentype'), url('HeinrichScript.woff') format('woff'), url('HeinrichScript.ttf') format('truetype'), url('HeinrichScript.svg#HeinrichScript') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*BEGIN CSS RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

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

body {
    line-height: 1;
}


.menu_fix {
    position: fixed !important;
    top: 0;
    width: 100%;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

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

/*END CSS RESET*/
em {
    font-style: italic;
}

.clear {
    clear: both;
}

.clear5 {
    clear: both;
    height: 5px;
}

.clear10 {
    clear: both;
    height: 10px;
}

.clear15 {
    clear: both;
    height: 15px;
}

.clear20 {
    clear: both;
    height: 20px;
}

.clear25 {
    clear: both;
    height: 25px;
}

.clear30 {
    clear: both;
    height: 30px;
}

.clear35 {
    clear: both;
    height: 35px;
}

.clear40 {
    clear: both;
    height: 40px;
}

.clear45 {
    clear: both;
    height: 45px;
}

.clear50 {
    clear: both;
    height: 50px;
}

.clear60 {
    clear: both;
    height: 60px;
}

.clear70 {
    clear: both;
    height: 70px;
}

.clear80 {
    clear: both;
    height: 80px;
}

body {
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}

.section {
    width: 960px;
    margin: 0 auto;
    padding-bottom: 15px;
    position: relative;
}

div {
    box-sizing: border-box;
}

select.base {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>");
    background-color: #f4f4f4;
    background-repeat: no-repeat;
    background-position: right 15px top 15px;
    background-size: 16px 16px;
    padding: 12px 45px 12px 15px;
    font-size: 14px;
    color: #444;
    margin: 0 0 0px;
    display: block;
    max-width: 100%;
    text-align: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    outline: 0;
    box-shadow: 0 1px 2px 0 #b3b3b3;
    border-radius: 0;
}

select.base:disabled {
    background-color: #f4f4f4;
}

select.base:focus, select.base:active {
    border: 0;
    outline: 0;
}

input[type="text"].base, textarea.base, input[type="password"].base {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 0;
    box-shadow: inset 0 1px 2px #8c8c8c;
    border-radius: 2px;
    background: #fcfcfc;
    font-size: 14px;
    line-height: 37px;
    padding: 0 10px;
}

.uni-button {
    display: inline-block;
    box-sizing: border-box;
    border: 0;
    box-shadow: 0 1px 2px #8c8c8c;
    border-radius: 2px;
    background: #fcfcfc;
    font-size: 14px;
    line-height: 37px;
    padding: 0 10px;
    margin: 0 10px 0 0;
    cursor: pointer;
    text-decoration: none;
    color: #444;
}

h1 {
    font-size: 26px;
    text-align: left;
    padding: 30px 0 0 0;
}

b {
    font-weight: 600;
}

p {
    color: #484848;
    line-height: 160%;
    padding-bottom: 15px;
}

a {
    cursor: pointer;
    text-decoration: underline;
    color: #8e3a2b;
}

.hiden, .hidden {
    display: none;
}

.content p {
    text-indent: 20px;
}

.search {
    background: #5C0A0A;
    color: #fff;
    height: 200px;
    box-sizing: border-box;
    border-bottom: 1px solid #6c292f;
    margin-top: -200px;
    transition: margin-top 0.8s ease;
    position: relative;
    z-index: 1;
}

.search .name {
    padding: 40px 0 30px;
    font-size: 18px;
}

.search_open {
    margin-top: 0;
}

.search form label {
    font-size: 13px;
    display: block;
    padding: 0 0 9px;
    color: #aa7179;
}

.search form input {
    display: inline-block;
    vertical-align: top;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #E2E3E4;
    padding: 8px 9px;
    background: #FEFEFE;
    color: #020C22;
    font-size: 15px;
    line-height: 21px;
    width: 100%;
    margin: 0;
}

.search form input:before {
    content: "\f061";
    font: normal normal normal 14px/1 FontAwesome;
}

.search form button {
    display: inline-block;
    vertical-align: top;
    background: #992327;
    border: 1px solid #aa7179;
    box-sizing: border-box;
    height: 39px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: rgba(255, 255, 255, 0.43);
    font-size: 13px;
    padding: 0 40px;
    margin: 0 0 0 20px;
    cursor: pointer;
}

.top_line {
    height: 40px;
    line-height: 40px;
    background: #992327;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    z-index: 10;
}

.top_line a {
    color: #fff;
    text-decoration: none;
}

.top_line a:hover {
    text-decoration: underline;
}

.top_line .lang {
    position: absolute;
    top: 0;
    left: 30px;
    color: #fff;
    font-family: "Open Sans Condensed", sans-serif;
}

.top_line .lang a {
    margin: 0 2px;
    text-decoration: underline;
}

.top_line .lang a.active {
    text-decoration: none;
}

.top_line .lang i {
    margin-right: 6px;
}

header {
    background: #fff8e6;
    height: 205px;
    position: relative;
    z-index: 10;
}

header .logo {
    text-align: center;
    padding: 20px 0 0 0;
}

.nav {
    height: 60px;
    line-height: 52px;
    background: #fff8e6;
    text-align: center;
    border-top: 1px solid #e0dfcb;
    position: relative;
    z-index: 999;

}

ul.menu li {
    list-style: none;
    display: inline-block;
    padding: 0 25px;
    vertical-align: top;
    position: relative;
    z-index: 11;
    font-size: 14px;
    border-top: 4px solid #fff8e6;
}

ul.menu li:hover {
    border-top: 4px solid #720404;
}

ul.menu li a {
    color: #8e3a2b;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
}

ul.menu li ul {
    max-height: 0;
    transition: max-height 0.35s ease-out;
    overflow: hidden;
    position: absolute;
    top: 55px;
    left: 0;
    min-width: 250px;
    text-align: left;
    background: rgba(246, 236, 217, 0.71);
}

.nav.no_main ul li ul {
    background: rgba(246, 236, 217, 1);
}

ul.menu li:hover ul {
    max-height: 500px;
    transition: max-height 0.35s ease-in;
}

ul.menu li ul li {
    line-height: 25px;
    padding: 10px 20px;
    display: block;
    border: 0;
}

ul.menu li ul li:hover {
    border-top: 0;
    background: #720404;
}

ul.menu li ul li:hover a {
    color: #fff;

}

.home_big_slider {
    height: 455px;
    background: #f4f4f4;
    overflow: hidden;
    position: relative;
}

.home_big_slider .item {
    height: 455px;
    background-size: cover;
}

.home_big_slider .bx-pager {
    display: none;
}

.home_big_slider .bx-controls-direction {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 55;
}

.home_big_slider .bx-controls-direction a.bx-prev {
    width: 50%;
    display: block;
    float: left;
    height: 455px;
    font-size: 0;
    /*background: rgba(255, 255, 255, 0.31);*/
    transition: 0.5s;
    z-index: 55;
}

.home_big_slider .bx-controls-direction a.bx-next {
    width: 50%;
    display: block;
    float: right;
    height: 455px;
    font-size: 0;
    /*background: rgba(255, 255, 255, 0.31);*/
    transition: 0.5s;
    z-index: 55;
}

.home_big_slider .bx-controls-direction a.bx-prev:hover, .home_big_slider .bx-controls-direction a.bx-next:hover {
    background: none;
}

.home_order_exc {
    background: url("/img/home_slider_center_pic13.jpg") center center no-repeat;
    width: 750px;
    height: 455px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -375px;
    z-index: 60;
}

.home_order_exc a.panel {
    background-color: #720404;
    text-decoration: none;
    color: #fff;
    width: 310px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 10px 15px 15px;
}

.home_order_exc a.panel .h {
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 26px;
    margin: 0 0 10px 0;
}

.home_order_exc a.panel p {
    margin: 5px 0;
    line-height: 150%;
    font-size: 13px;
}

.home_order_exc a.panel p.underline {
    text-decoration: underline;
}

.home_order_exc a.panel p.italic {
    font-style: italic;
}

.object_map {
    margin: 20px 0 0 0;
    position: relative;
}

.object_map .h {
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 300;
    background: #d2b478;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.31);
}

.shadow {
    height: 637px;
    width: 100%;
    background: #000 none repeat scroll 0% 0%;
    position: absolute;
    opacity: 0.7;
    z-index: 4;
    display: none;
}

.object_map .temp_bg {
    background: #d2b478 url('/img/map.jpg') center center no-repeat;
    height: 637px;
    width: 100%;
}

.object_map .temp_bg i {
    display: block;
    background: rgba(255, 255, 255, 0.55);
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 29px;
    border-radius: 30px;
    border: 2px solid #fff;
    color: #9b5817;
    font-size: 16px;
    position: relative;
    box-shadow: 1px 1px 2px #272727;
    cursor: pointer;
    transition: 0.5s;
}

.object_map .temp_bg i.baloon:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}

/* Карта с объектами - начало */
.object_map .temp_bg i:hover {
    box-shadow: 1px 1px 10px #3e3e3e;
    cursor: pointer;
}

.object_map .temp_bg .binocul {
    position: absolute;
}

.object_map .temp_bg .desc_box .close {
    margin: 5px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.object_map .temp_bg .desc_box i {
    margin: -5px;
}

.object_map .temp_bg .desc_box {
    position: absolute;
    display: none;
    text-align: center;
    z-index: 10;
    color: #fff;
}

.object_map .temp_bg .desc_box img {
    border-radius: 150px;
    border: 3px #fff solid;
    margin-bottom: 10px;
}

/* Карта с объектами - конец */

#h2, #h3, #bg2, #bg3 {
    display: none;
}

#bg3 {
    background: #d2b478;
}

#bg2 {
    background: #000;
    text-align: center;
}

#bg2 iframe {
    width: 960px;
    height: 597px;
}

.object_nav {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 5;
    font-size: 0;
    text-align: center;
}

.object_nav a {
    display: inline-block;
    vertical-align: top;
    width: 250px;
    background: rgba(255, 255, 255, 0.76);
    font-size: 13px;
    line-height: 40px;
    text-transform: uppercase;
    text-decoration: none;
    color: #b58a40;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    transition: 0.3s;
    cursor: pointer;
}

.object_nav a i {
    margin-right: 5px;
}

.object_nav a:hover {
    background: #fff;
}

.object_nav a.active {
    box-shadow: 0 0 5px #ababab inset;
}

.object_nav a.active:hover {
    background: rgba(255, 255, 255, 0.76);
}

.home_anounce {
    text-align: center;
    background: url("/img/zavitok1.png") bottom center no-repeat;
    padding: 0 0 90px 0;
    margin-bottom: 20px;
}

.home_anounce .title {
    font-size: 26px;
    text-align: left;
    padding: 30px 0 0 0;
}

.home_anounce .prev {
    margin: 30px 10px 0;
    vertical-align: top;
    font-size: 16px;
    cursor: pointer;
}

.home_anounce .prev img {
    border: 3px solid #F5E8D3;
    box-shadow: 1px 1px 3px #adadad;
}

.home_anounce .prev span {
    display: block;
    padding: 10px 0 0 0;
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
    font-size: 16px;
}

.home_anounce .anounce {
    display: none;
    overflow: hidden;
    text-align: left;
    margin: 20px 0 0;
}

.home_anounce .anounce a {
    color: #484848;
    text-decoration: none;
    font-weight: bold;
}

.home_anounce .anounce a:hover {
    text-decoration: underline;
}

.home_anounce .anounce:nth-child(3) {
    display: block;
}

.home_anounce .anounce img {
    background: #f4f4f4;
    width: 320px;
    height: 210px;
    float: left;
    margin: 3px 20px 0 0;
}

.home_anounce .anounce .name {
    font-size: 22px;
    margin-bottom: 20px;
    color: #000;
}

.home_anounce .anounce, .home_anounce .anounce p {
    line-height: 150%;
    color: #484848;
}

.home_anounce .anounce p {
    margin-bottom: 10px;
}

.home_anounce li {
    text-align: center;
}

.home_anounce div.bx-pager.bx-default-pager {
    display: none;
}

.home_anounce .bx-wrapper {
    position: relative;
}

.home_anounce a.bx-prev {
    position: absolute;
    top: 78px;
    left: 0;
    margin-left: -35px;
    z-index: 50;
    font-size: 30px;
    color: #d2b478;
    opacity: 0.5;
    transition: 0.5s;
}

.home_anounce a.bx-next {
    position: absolute;
    top: 78px;
    right: 0;
    margin-right: -40px;
    z-index: 50;
    font-size: 30px;
    color: #d2b478;
    opacity: 0.5;
    transition: 1s;
}

.home_anounce a.bx-prev:hover, .home_team a.bx-next:hover {
    opacity: 1;
}

.home_anounce div.bx-wrapper {
    margin: 0 auto;
}

.home_anounce div.bx-wrapper div.bx-viewport {
    height: 240px !important;
}

.home_icons {
    text-align: center;
    padding: 20px 0 50px;
}

.home_icons .item {
    display: inline-block;
    vertical-align: top;
    margin: 0 40px 0;
    position: relative;
}

.home_icons .item img {
    height: 60px;
    margin-top: 15px;
}

.home_icons .item:nth-child(1) img {
    height: 35px;
    margin-top: 27px;
}

.home_icons .item span {
    display: block;
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
}

.home_icons .item {
    position: relative;
    z-index: 0;
    display: inline-block;
    vertical-align: top;
    width: 175px;
    height: 155px;
    margin: 0 4px;
    top: 25px;
    padding-top: 15px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    -webkit-transition: all 0.7s linear;
    -moz-transition: all 0.7s linear;
    transition: all 0.7s linear;
}

.home_icons .item:before {
    content: ' ';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: transparent;
    z-index: -1;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    visibility: hidden;
}

.home_icons .item:after {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
    content: ' ';
    position: absolute;
    z-index: -1;
    width: 175px;
    height: 175px;
    top: 100%;
    left: 100%;
    background-color: #fff8e6;
    transform: rotate(-45deg);
}

.home_icons .item:hover {
    border: 2px solid #d2b478;
}

.home_icons .item:hover:before {
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    box-shadow: 0 0 5px 95px #fff8e6;
    border-radius: 50%;
    visibility: visible;
}

.home_icons .item:hover:after {
    top: 0;
    left: 0;
    -webkit-transition: all 0.65s linear;
    -moz-transition: all 0.65s linear;
    transition: all 0.65s linear;
}

.static.guestbook {
    background: url("/img/guest_fon.jpg");
}

.content.guestbook {
    margin: 30px auto;
    padding: 0;
    height: 550px;
    overflow: hidden;
}

.guest_form {
    font-family: 'HeinrichScript';
    font-size: 20px;
    margin: 20px;
    color: #484848;
    text-align: left;
}

form#guest_form {
    margin-top: 20px;
}

.guest_form input, .guest_form textarea {
    width: 100%;
    margin: 3px 0 12px;
    font-size: 14px;
    padding: 6px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d2cfae;
    font-family: "Arial", sans-serif;
}

.guest_form textarea {
    height: 150px;
    resize: none;
    margin-bottom: 5px;
}

.button_guestbook {
    cursor: pointer;
    background: #ecdba9;
    border-bottom: 1px solid #d2b478;
    display: block;
    vertical-align: top;
    padding: 2px 15px 0;
    line-height: 40px;
    border-radius: 5px;
    margin: 20px auto 0;
    text-align: center;
    font-size: 22px;
    width: 110px;
}

.rec_item {
    font-family: 'HeinrichScript';
    float: left;
    display: block;
    width: 440px;
    height: 150px;
    margin: 20px 0 0 20px;
    overflow: hidden;
    font-size: 20px;
    color: #484848;
    text-align: left;
    cursor: pointer;
}

.rec {
    height: 70px;
    overflow: hidden;
}

.sign {
    text-align: right;
    margin-top: 10px;
    padding-left: 50px;
}

.pop_up_rec {
    font-family: 'HeinrichScript';
    font-size: 20px;
    line-height: 150%;
    overflow: auto;
    max-height: 330px;
}

.pop_up_rec .rec {
    height: auto;
    overflow: auto;
    margin: 10px;
}

.pop_up_rec .sign {
    margin: 10px;
}

.pop_up_rec .data {
    margin: 10px;
}

.black_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background: rgba(0, 0, 0, .6);
    display: none;
    left: 0;
    top: 0;
}

.flipbook {
    background-color: rgb(153, 35, 39);
}

.flipbook .page {
    background: url("/img/bg_page.jpg") bottom center no-repeat;
}

.page.guest_tit {
    background: url("/img/guest_title2.jpg") bottom center no-repeat;
}

.static h1 {
    background-color: rgb(153, 35, 39);
    color: #fff;
    margin: 0 0 0 80px;
    padding: 0 25px 0;
    display: block;
    line-height: 60px;
    box-sizing: border-box;
}

.static h1::before {
    content: '';
    background: url("/img/brands/h1_gerb.png") top 0px left 8px no-repeat;
    margin: 0 0 0 -100px;
    width: 55px;
    padding-right: 35px;
    height: 60px;
    display: inline-block;
    vertical-align: top;
}

.static_slider {
    overflow: hidden;
}

.content .static_slider ul li {
    position: relative;
    padding: 0;
}

.static_slider .item {
    display: block;
    height: 370px;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-size: cover !important;
}

.static_slider.hall .item {
    height: 430px;
}

.static_slider .item img {
    width: 100%;
}

.static_slider .item .pic_hover {
    position: absolute;
    bottom: 20px;
    left: 20px;
    max-width: 520px;
    background: #fff;
    padding: 10px 15px;
    font-size: 13px;
    display: none;
    color: rgba(82, 10, 10, 0.74);
    transition: 0.9s;
}

.static_slider:hover .item .pic_hover {
    display: block;
}

.static_slider:hover .item .pic_hover p {
    margin: 0;
    padding: 0;
    text-indent: 0;
}

.static_slider .item .pic_hover strong, .static_slider .item .pic_hover b {
    font-size: 16px;
    font-weight: 600;
}

.static_slider .bottom_text p {
    background-color: rgb(153, 35, 39);
    padding: 15px 20px;
    text-align: right;
    color: #fff;
    font-size: 18px;
}

.static_slider div.bx-viewport {
    height: 370px;
}

.static_slider.hall div.bx-viewport {
    height: 430px;
}

.static_slider div.bx-controls.bx-has-controls-direction {
    position: absolute;
    width: 100%;
    margin-top: -190px;
}

.static_slider.hall div.bx-controls.bx-has-controls-direction {
    margin-top: -220px;
}

.static_slider a.bx-next, .static_slider a.bx-prev {
    position: absolute;
    color: #fff;
    font-size: 26px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}

.static_slider a.bx-next {
    right: 15px;
}

.static_slider a.bx-prev {
    left: 15px;
}

.home_team {
    background-color: #fff8e6;
    padding: 30px 0 50px;
    text-align: center;
}

.home_team .title {
    font-size: 24px;
    text-align: left;
}

.home_team .item {
    margin: 30px 0 0;
    width: 230px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    cursor: pointer;
}

.home_team .item img {
    border-radius: 160px;
    border: 3px solid #fff8d7;
    box-shadow: 1px 1px 3px #adadad;
}

.home_team .item span {
    display: block;
    padding: 10px 0 0 0;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 16px;
    line-height: 140%;
    color: #000;
}

.home_team .gendir_text {
    text-align: left;
    margin: 40px 0 0;
    position: relative;
}

.home_team .gendir_text .h {
    font-size: 22px;
    margin-bottom: 15px;
}

.home_team .gendir_text p {
    line-height: 150%;
    font-size: 14px;
    color: #484848;
    font-style: italic;
}

.home_team .gendir_text img.podpis {
    position: absolute;
    left: 500px;
    bottom: -15px;
    display: block;
}

.home_team div.bx-pager.bx-default-pager {
    display: none;
}

.home_team .bx-wrapper {
    position: relative;
}

.home_team a.bx-prev {
    position: absolute;
    top: 95px;
    left: 0;
    margin-left: -40px;
    z-index: 50;
    font-size: 40px;
    color: #d2b478;
    opacity: 0.5;
    transition: 0.5s;
}

.home_team a.bx-next {
    position: absolute;
    top: 95px;
    right: 0;
    margin-right: -40px;
    z-index: 50;
    font-size: 40px;
    color: #d2b478;
    opacity: 0.5;
    transition: 1s;
}

.home_team a.bx-prev:hover, .home_team a.bx-next:hover {
    opacity: 1;
}

.home_team div.bx-wrapper {
    margin: 0 auto;
}

.home_team div.bx-wrapper div.bx-viewport {
    height: 285px !important;
}

.bottom_fixed {
    background: #fff8e6;
    line-height: 70px;
    width: 100%;
    position: fixed;
    bottom: 0;
    text-align: center;
    z-index: 15000;
}

.bottom_fixed a {
    display: inline-block;
    vertical-align: top;
    /*margin: 0 15px;*/
}

.bottom_fixed img {
    height: 35px;
}

div.content {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: justify;
    line-height: 150%;
    font-size: 16px;
}

div.content p {
    padding: 0;
}

div.content ul {
    list-style: disc inside;
    color: #484848;
    line-height: 160%;
}

div.content ol li ul li {
    text-align: left;
    padding: 5px 0;
    margin: 0 0 0 20px;
}

div.content ul.ul_static_slider {
    list-style: disc;
    list-style-position: inside;
}

div.content ul.ul_static_slider li {
    margin: 0;
}

div.content ol {
    list-style: decimal inside;
}

div.content ol li {
    margin: 0 0 20px 0;
}

.content h2 {
    font-size: 22px;
    text-align: center;
    padding: 20px 0 10px 0;
}

.curly {
    background: url("/img/curly_bg.png") top left no-repeat;
    position: fixed;
    top: 0;
    height: 1000px;
    width: 100%;
    z-index: 0;
}

.brands_container {
}

.brands_page {
    margin-top: 40px;
    background: url("/img/zavitok1.png") bottom center no-repeat;
    padding: 0 0 50px 0;
    margin-bottom: 20px;
    overflow: hidden;
}

.brands_page .item {
    display: inline-block;
    vertical-align: top;
    min-height: 220px;
}

.brands_page .item .pic {
    text-align: center;
}

.brands_page .item .pic img {
    max-width: 100%;
    margin-top: 10px;
}

.brands_page .item .desc {
    font-size: 13px;
    line-height: 140%;
    color: #484848;
    text-align: center;
}

.brands_page .item:nth-child(2n) .desc {
    margin-right: 0;
}

.brands_page .item a {
    display: block;
    color: #484848;
    font-size: 12px;
    border-radius: 3px;
}

.brands_page .item a:hover {
    text-decoration: none;
}

.brands_page .item a i {
    margin-right: 3px;
}

.single_brand {
}

.single_brand h1 {
    margin-bottom: 30px;
}

.single_brand .logo {
    text-align: center;
}

.single_brand .logo img,
.static .logo img {
    height: 100px;
    width: auto;
}

.single_brand .small_desc {
    width: 700px;
    margin: 20px auto 0;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    font-family: "Georgia", sans-serif;
    font-style: italic;
    color: #484848;
}

.content .small_desc {
    margin: 20px auto 10px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    font-family: "Georgia", sans-serif;
    font-style: italic;
    color: #484848;
}

.content .logo {
    text-align: center;
    margin-bottom: 20px;
}

.full_desc {
    border-top: 1px dashed #f4f4f4;
    margin: 20px 0 30px 0;
    padding: 20px 0 0 0;
    text-align: justify;
}

div.slider img {
    float: left;
    display: block;
    margin: 20px 20px;
}

/** START Страница результатов поиска **/
.search_result_page {
}

.search_result_page .tit_search {
    font-size: 20px;
}

.search_result_page .serp_list .page_name {
    display: block;
    margin: 0 0 10px 0;
    color: rgb(153, 35, 39);
    font-size: 18px;
}

.search_result_page .serp_list a {
    color: rgb(153, 35, 39);
}

.search_result_page .serp_list .anounce {
    font-size: 14px;
    line-height: 150%;
    color: #444;
    margin-bottom: 30px;
}

/** END Страница результатов поиска **/

/** START Продажа билетов **/
.static.tickets {
}

.static.tickets .content {
    font-size: 14px;
    color: #484848;
}

.static.tickets .content h3 {
    font-size: 21px;
    color: #313131;
}

.static.tickets .content ol {
    margin: 15px 0 10px 0;
}

.static.tickets .content #oferta {
    margin-bottom: 30px;
    font-weight: bold;
    text-decoration: underline;
}

.static.tickets .content ol li {
    margin: 0 0 7px 0;
}

.static.tickets .content ul.ticket_info_ul li {
    list-style: none;
    margin-bottom: 10px;
}

.static.tickets .content ul.ticket_info_ul li .name {
    text-decoration: underline;
    color: rgba(152, 5, 5, 0.8);
    cursor: pointer;

}

.static.tickets .content ul.ticket_info_ul li .name:hover {
    text-decoration: none;
}

.static.tickets .content ul.ticket_info_ul li i {
    margin-right: 8px;
}

.static.tickets .content ul.ticket_info_ul li .li_desc {
    height: 0;
    overflow: hidden;
    background: #fff8e6;
    box-sizing: border-box;
    padding: 0 15px;
}

.static.tickets .content ul.ticket_info_ul li .li_desc p {
    text-indent: 0;
}

.static.tickets .content ul.ticket_info_ul li .li_desc a {
    color: #313131;
}

.static.tickets .content ul.ticket_info_ul li .li_desc.show {
    height: auto;
    margin: 10px 0;

}

.static.tickets .content .tours_list {
    margin-bottom:220px;
}

.static.tickets .content .tours_list:after {
    content: '';
    display: table;
    clear: both;
}

.static.tickets .content .tours_list form {
    font-size: 15px;
    margin: 0 0 20px 0;
    box-sizing: border-box;
    box-shadow: 0 1px 2px 0 #b3b3b3;
    background: #fff;
    padding: 10px 15px 15px 15px;
    height: 140px;
    position: relative;
}

.static.tickets .content .tours_list form:nth-child(2n) {
    float: right;
}

.static.tickets .content .tours_list form .time {
    font-size: 14px;
}

.static.tickets .content .tours_list form .name {
    font-weight: bold;
    font-size: 17px;
    color: #3b3b3b;
    padding: 5px 0 15px 0;
}

.static.tickets .content .tours_list .btn {
    float: left;
    background-color: #fff;
    color: #bd904d;
    border: 1px solid #d2b478;
    margin: 0 10px 0 0;
    font-weight: 600;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 3px;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.2s all ease;
}

.static.tickets .content .tours_list .btn:hover {
    background-color: #d2b478;
    color: #fff;
}

.static.tickets .content .tours_list .btn.show {
    background-color: #d2b478;
    color: #fff;
}

.static.tickets .content .tours_list .exc_desc {
    height: 0;
    overflow: hidden;
    position: absolute;
    box-shadow: 0 1px 2px 0 #b3b3b3;
    background: #fff;
    top: 100%;
    left: 0;
    z-index: 99;
    padding: 0 15px 0;
    font-size: 14px;
}

.static.tickets .content .tours_list .exc_desc.show {
    height: auto;
}

.static.tickets .content .tours_list .exc_desc p {
    text-indent: 0;
}

.static.tickets .content .tours_list .exc_desc .exc_desc_name {
    font-weight: bold;
    padding-bottom: 5px;
}

.static.tickets .step2 {
    text-align: center;
}

.static.tickets .step2:after {
    content: '';
    display: table;
    clear: both;
}

.static.tickets .step2 .step2_exc_name {
    font-style: italic;
    font-family: arial;
    font-size: 16px;
    color: #666;
}

.static.tickets .step2 .step2_exc_name span {
    display: block;
    font-size: 38px;
    font-weight: 400;
    padding: 30px 0 40px;
    border-bottom: 1px dashed #f4f4f4;
    color: #d2b478;
    font-style: normal;
    font-family: 'Open Sans Condensed', sans-serif;
    line-height: 110%;
}

.static.tickets .step2 .select_cover {
    position: relative;
    z-index: 80;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 1px 2px 0 #b3b3b3;
    margin: 5px auto 10px;

}

.static.tickets .step2 .select_cover i {
    position: absolute;
    top: 18px;
    right: 20px;
}

.static.tickets .step2 select {
    font-size: 16px;
    color: #484848;
    border: 0;
    background: transparent;
    height: 50px;
    width: 110%;
    display: block;
    margin: 0;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: '';
    border-radius: 0;
    padding: 0 15px 0 25px;
    position: relative;
    z-index: 99;
}

.static.tickets .step2 select::-ms-expand {
    display: none;
}

.static.tickets .step2 .next {
    display: inline-block;
    vertical-align: top;
    background-color: #d2b478;
    color: #fff;
    border: 1px solid #d2b478;
    margin: 0 20px 0 0;
    font-weight: 600;
    padding: 10px 25px;
    font-size: 12px;
    border-radius: 3px;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.2s all ease;
}

.static.tickets .step2 a.prev, .static.tickets .step3 button {
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    color: #ae9563;
    border: 1px solid #d2b478;
    margin: 0 20px 0 0;
    font-weight: 600;
    padding: 10px 20px;
    font-size: 12px;
    border-radius: 3px;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.2s all ease;
    text-decoration: none;
}

.static.tickets .step2 .stepper {
    text-align: left;
    font-weight: 600;
    font-size: 17px;
    margin: 10px 0 5px;
}

.static.tickets .step2 form {
    display: block;
    box-sizing: border-box;
}

.static.tickets .step2 .tick_block {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    margin: 5px 0 20px 0;
    box-sizing: border-box;
    box-shadow: 0 1px 2px 0 #b3b3b3;
    background: #fff;
    padding: 10px 15px 20px 15px;
    position: relative;
    text-align: center;
}

.static.tickets .step2 .tick_block_name {
    font-size: 14px;
    color: #3b3b3b;
    padding: 5px 0 15px 0;
    font-weight: 400;
}

.static.tickets .step2 .tick_block input {
    font-size: 16px;
    width: 50px;
    padding: 5px 10px;
    margin: 0 0 0 5px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    text-align: center
}

.static.tickets .step3 .tick_block {
    font-size: 15px;
    width: 100%;
    margin: 0 0 20px 0;
    box-sizing: border-box;
    box-shadow: 0 1px 2px 0 #b3b3b3;
    background: #fff;
    padding: 15px 20px 20px;
    position: relative;
}

.static.tickets .step3 .tick_block .name {
    font-weight: bold;
    font-size: 17px;
    color: #3b3b3b;
    padding: 5px 0 15px 0;
}

.static.tickets .step3 .tick_block table {
    width: 100%;
}

.static.tickets .step3 .tick_block table tr td {
    padding: 5px 0;
    vertical-align: middle;
}

.static.tickets .step3 .tick_block table tr td:nth-child(1) {
    padding: 0 20px 0 0;
}

.static.tickets .step3 .tick_block table tr td input {
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    padding: 7px 10px;
    margin: 0 5px;
    border-radius: 3px;
    border: 1px solid #dddddd;
}

.static.tickets .step3 .tick_block .comment {
    padding-top: 40px;
}

.static.tickets .step3 .tick_block .comment input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 140px;
    margin: 5px 0 0 0;
    padding: 3px 10px;
    font-size: 16px;
    border-radius: 3px;
    border: 1px solid #dddddd;
}

.static.tickets .step3 .current_info p.name {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 32px;
}

/** END Продажа билетов **/

/** START Футер **/
.footer {
    padding: 10px 0 80px;
    border-top: 1px solid #f4f4f4;
    background: #fff;
    position: relative;
    z-index: 10;
    margin-bottom: -10px;
}

.footer_text {
}

.footer_text p {
    margin: 5px 0 10px;
    padding: 0;
    font-size: 13px;
    color: #484848;
}

.footer_text .phones {
    margin: 10px 0 10px;
    font-size: 14px;
    color: #484848;
    line-height: 20px;
}

.footer_text .phones .item {
    display: inline-block;
    vertical-align: top;
}

.footer_text .phones .item i {
    margin-right: 3px;
    border: 1px solid #d2b478;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 18px;
    color: #d2b478;
}

.footer_text p.site_name {
    font-size: 16px;
    margin-bottom: 10px;
}

.footer_social {
    text-align: right;
}

.footer_social a {
    color: #d2b478;
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    margin: 0 5px;
    font-size: 18px;
    border-radius: 35px;
    border: 1px solid #d2b478;
    transition: 0.5s;
}

.footer_social_2 {
    float: left;
}

@media (max-width: 576px) {
    .footer_social_2 {
        float: none;
        height: 34px;
        display: block;
    }
}

.footer_social_2 a {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    margin: 16px 5px;
    font-size: 18px;
    border-radius: 35px;
    border: 1px solid;
    transition: 0.5s;
}

@media (max-width: 576px) {
    .footer_social_2 a {
        height: 24px;
        width: 24px;
        line-height: 24px;
        margin: 5px 5px;
        border-radius: 12px;
        font-size: 14px;
    }
}

.bottom_win {
    display: inline-block;
    padding-left: 15px;
    font-weight: bold;
    float: right;
    width: 42%;
    text-align: right;
}

.bottom_win.pravo {
    width: 16%;
}

@media (max-width: 576px) {
    .bottom_win {
        line-height: 1.5;
        font-size: 14px;
    }
    .bottom_win.pravo {
        width: 58%;
        text-align: left;
        padding-left: 5px;
    }
}

.footer_social a.vk:hover {
    color: #4d7198;
    border-color: #4d7198;
}

.footer_social a.fb:hover {
    color: #3b5998;
    border-color: #3b5998;
}

.footer_social a.twi:hover {
    color: #3cf;
    border-color: #3cf;
}

.footer_social a.youtube:hover {
    color: #f00;
    border-color: #f00;
}

/** END Футер **/

/** START Лайтбокс для повсеместного использования **/
body:after {
    content: url(/img/close.png) url(/img/loading.gif) url(/img/prev.png) url(/img/next.png);
    display: none
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: .8;
    display: none
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: 400
}

.lightbox .lb-image {
    display: block;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    background-color: #fff;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-container {
    padding: 4px
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(/img/loading.gif) no-repeat
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container > .nav {
    left: 0
}

.lb-nav a {
    outline: none
}

.lb-prev, .lb-next {
    width: 49%;
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-prev {
    left: 0;
    float: left
}

.lb-prev:hover {
    background: url(/img/prev.png) left 48% no-repeat
}

.lb-next {
    right: 0;
    float: right
}

.lb-next:hover {
    background: url(/img/next.png) right 48% no-repeat
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-data {
    padding: 0 4px;
    color: #bbb
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(/img/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: .7
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

/** END Лайтбокс для повсеместного использования **/

.b-icon:before {
    vertical-align: top;
    font-family: 'balticstaricon';
    font-weight: 400 !important;
    text-transform: none !important;
    font-style: normal !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    text-align: center;
    float: left
}

.b-icon.type-hall {
    background: url(/img/halls.png) no-repeat;
    display: block;
    width: 70px;
    height: 60px;
    margin: 0 auto
}

.b-icon.type-hall.icon-class {
    background-position: 0 0;
    width: 50px
}

.b-icon.type-hall.icon-theatre {
    background-position: -65px 0;
    width: 50px
}

.b-icon.type-hall.icon-p {
    background-position: -130px 0;
    width: 52px
}

.b-icon.type-hall.icon-hall {
    background-position: -196px 0;
    width: 52px
}

.b-icon.type-hall.icon-hall-1 {
    background-position: -257px 0;
    width: 52px
}

.b-icon.type-hall.icon-banquet {
    background-position: -318px 0;
    width: 52px
}

.b-icon.type-hall.icon-diner {
    background-position: -380px 0;
    width: 52px
}

.b-icon.type-hall.icon-redstar {
    background-position: -450px -17px;
    width: 22px;
    height: 25px
}

.b-icon.hall-feature {
    min-width: 100px
}

.b-icon.hall-feature:before {
    content: ' ';
    background: url(/upload/ui/halls-features.png) no-repeat;
    display: inline-block;
    width: 70px;
    height: 70px;
    margin: 0 auto
}

.b-icon.hall-feature.icon-mic:before {
    content: ' ';
    width: 50px
}

.b-icon.hall-feature.icon-note:before {
    content: ' ';
    background: url(/upload/ui/halls-features.png) -55px 0 no-repeat
}

.b-icon.hall-feature.icon-headphones:before {
    content: ' ';
    background: url(/upload/ui/halls-features.png) -125px 0 no-repeat
}

.b-icon.hall-feature.icon-cam:before {
    content: ' ';
    background: url(/upload/ui/halls-features.png) -196px 0 no-repeat;
    width: 55px
}

.b-icon.hall-feature.icon-screen:before {
    content: ' ';
    background: url(/upload/ui/halls-features.png) -260px 0 no-repeat;
    width: 65px
}

.b-icon.hall-feature.icon-computer:before {
    content: ' ';
    background: url(/upload/ui/halls-features.png) -335px 0 no-repeat;
    width: 65px
}

.b-icon.hall-feature.icon-music:before {
    content: ' ';
    background: url(/upload/ui/halls-features.png) -412px 0 no-repeat
}

.b-icon.type-reviews:before {
    content: ' ';
    background: url(/upload/ui/reviews-sprite.jpg) no-repeat;
    display: inline-block;
    width: 100px;
    height: 100px
}

.b-icon.type-reviews.icon-man:before {
    content: ' ';
    width: 106px;
    height: 100px;
    background-position: -106px 0
}

.b-icon.type-reviews.icon-woman:before {
    content: ' ';
    width: 106px;
    height: 100px;
    background-position: -215px 1px
}

.b-icon.type-reviews.icon-group:before {
    content: ' ';
    width: 106px;
    height: 100px;
    background-position: 0 0
}

.b-icon.type-social {
    content: ' ';
    background: url(/upload/ui/icons.png) no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px
}

.b-icon.type-social.icon-vk {
    background-position: -162px -4px
}

.b-icon.type-social.icon-tw {
    background-position: -192px -4px
}

.b-icon.type-social.icon-yt {
    background-image: url(/upload/ui/youtube.png)
}

.b-icon.type-social.icon-fb {
    background-position: -222px -4px
}

.b-icon.type-social.icon-in {
    background-position: -252px -4px
}

.b-icon.type-social.icon-ta {
    background-position: 0 -112px
}

.b-icon.type-social.icon-visa {
    height: 28px;
    width: 130px;
    padding-left: 30px;
    background-position: -193px -36px
}

.b-icon.type-social.icon-question {
    height: 50px;
    width: 50px;
    padding-top: 60px;
    background-position: -32px -100px
}

.b-table {
    margin: 20px 0;
    border-collapse: collapse;
    width: 100%
}

.b-table tr td {
    padding: 3px 8px;
    border: 1px solid #ccc
}

.b-table tr th:first-of-type, .b-table tr td:first-of-type {
    border-left: 0
}

.b-table tr th:last-of-type, .b-table tr td:last-of-type {
    border-right: 0
}

#popup_youtube {
    display: none;
    position: fixed;
    background: #fff;
    left: 50%;
    top: 40%;
    z-index: 500;
    width: 700px;
    padding: 10px 10px;
    -moz-transform: translate(-340px, -200px);
    -o-transform: translate(-340px, -200px);
    -ms-transform: translate(-340px, -200px);
    -webkit-transform: translate(-340px, -200px);
    transform: translate(-340px, -200px);
    z-index: 1000;
    border: 1px solid #F5E8D3;
    height: 530px;
}

#popup_youtube .close {
    height: 40px;
    line-height: 45px;
    background: #ffffff;
    position: absolute;
    top: -39px;
    right: -1px;
    width: 100px;
    color: #373637;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    border-left: 1px solid #F5E8D3;
    border-top: 1px solid #F5E8D3;
    border-right: 1px solid #F5E8D3;
}

.video_list .mov_item {
    margin: 20px 0;
    font-size: 16px;
    line-height: 140%;
}

.video_list .mov_item img {
    float: left;
    cursor: pointer;
}

.video_list .name,
.video_list .descr {
    float: left;
    width: 580px;
    margin: 0 0 10px 30px;
    text-align: justify;
}

.video_list .name {
    font-weight: bold;
    font-style: italic;
}

.tours_company {
}

.tours_company .sidebar {
    float: right;
    width: 300px;
}

.tours_company .sidebar .auth {
    font-size: 15px;
    margin: 10px 0 10px 0;
    box-sizing: border-box;
    box-shadow: 0 1px 2px 0 #b3b3b3;
    background: #fff8e6;
    padding: 10px 15px 15px 15px;
    position: relative;
}

.tours_company .sidebar .auth .name {
    text-align: center;
    margin: 5px 0 10px;
    font-size: 20px;
}

.tours_company .sidebar .auth a.link {
    display: block;
    font-size: 14px;
}

.tours_company .sidebar .auth a.link i {
    margin-right: 5px;
}

.tours_wrap {
    display: inline-block;
    vertical-align: top;
    width: 620px;
}

.tours_wrap h2 {
    font-size: 24px;
    padding: 20px 0 15px;
    text-align: left;
}

#tours_order label {
    display: block;
    font-size: 14px;
    color: #313131;
    margin: 10px 0 2px;
}

#tours_order p {
    text-indent: 0;
    margin: 10px 0;
    color: #313131;
    font-size: 14px;
}

#tours_order textarea {
    height: 150px;
}

#tours_order h3 {
    font-size: 24px;
    padding: 20px 0 5px;
}

.list_excursions .item {
    font-size: 14px;
    margin: 10px 0 10px 0;
    box-sizing: border-box;
    background: #fff8e6;
    padding: 10px 15px 10px 15px;
    position: relative;
}

.list_excursions .item input[type="checkbox"] {
    margin: 6px 8px 0 0;
    display: inline-block;
    vertical-align: top;
}

.list_excursions .item .name {
    font-weight: bold;
}

#tours_order .list_excursions .item .time {
    text-align: center;
    margin: 15px 0 10px 0;
}

#tours_order .list_excursions .item .time .time_name {
    font-weight: bold;
    margin: 0 0 10px;
}

#tours_order .list_excursions .item .time select {
    display: inline-block;
    vertical-align: top;
}

.tours_logo_partners {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 50px 0 10px;
}

.tours_logo_partners img {
    height: 30px;
}

button#tourButton {
    background: #992327;
    color: #fff;
    border: 0;
    margin: 20px 0 0 0;
    font-size: 16px;
    padding: 0 20px;
    line-height: 38px;
    border-radius: 3px;
    border-bottom: 2px solid #7f1d21;
    cursor: pointer;
}

#tours_order table {
    border-collapse: collapse;
    margin: 20px 0;
}

#tours_order table td {
    padding: 10px 10px;
    text-align: left;
    font-size: 14px;
    border: 1px solid #dcdcdc;
    line-height: 130%;
}

#tours_order table tr:first-of-type td {
    font-weight: bold;
}

.tours_company .sidebar .orders {
    font-size: 15px;
    margin: 10px 0 10px 0;
    box-sizing: border-box;
    box-shadow: 0 1px 2px 0 #b3b3b3;
    background: #fff8e6;
    padding: 15px 15px 15px 15px;
    position: relative;
}

.tours_company .sidebar .orders > .name {
    text-align: center;
    margin: 5px 0 15px;
    font-size: 17px;
}

.tours_company .sidebar .orders .uni-button {
    margin: 0 auto;
    display: block;
    width: 150px;
    text-align: center;
}

.tours_company .sidebar .orders .my_order_list .name {
    text-align: left;
    margin: 5px 0 0;
    font-size: 17px;
}

.tours_company .sidebar .orders .my_order_list ul {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #ebe6c4;
    border-top: 1px solid #fffcfc;
}

.tours_company .sidebar .orders .my_order_list ul:first-of-type {
    border-top: 0;
}

.tours_company .sidebar .orders .my_order_list ul:last-of-type {
    border-bottom: 0;
}

.tours_company .sidebar .orders .my_order_list ul li {
    list-style: none;
    font-size: 14px;
    color: #313131;
}

@font-face {
    font-family: "Open Sans Condensed";
    src: url("../fonts/OpenSansCondensedLight.eot");
    src: url("../fonts/OpenSansCondensedLight.eot?#iefix") format("embedded-opentype"),
    url("../fonts/OpenSansCondensedLight.woff") format("woff"),
    url("../fonts/OpenSansCondensedLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTXdckgy16U_L-eNUgMz0EAk.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/RjgO7rYTmqiVp7vzi-Q5USZ2oysoEQEeKwjgmXLRnTc.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSndckgy16U_L-eNUgMz0EAk.ttf) format('truetype');
}

.hall-name a {
    color: #484848;
}

.subscribe.btn {
    background-color: #FFF;
    color: #BD904D;
    border: 1px solid #D2B478;
    font-weight: 600;
    padding: 0 10px;
    font-size: 12px;
    border-radius: 3px;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
    line-height: 34px;
    height: 34px;
    width: 200px;
    display: block;
    position: relative;
    top: 15px;
    margin: 10px auto 20px;
}

.subscribe.btn:hover {
    background-color: #D2B478;
    color: #FFF;
}

div.subscribe_forma {
    text-align: center;
    padding: 20px 0px 30px;
}

div.subscribe_forma form {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

div.subscribe_forma form input {
    margin-left: 15px;
    font-size: 14px;
    width: 200px;
}

/* start magnific popup core styles*/
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.10s ease-out;
    -moz-transition: all 0.10s ease-out;
    transition: all 0.10s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.10s ease-out;
    -moz-transition: all 0.10s ease-out;
    transition: all 0.10s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/* end magnific popup core styles*/

/* start magnific popup custom styles*/
.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px 40px;
    width: auto;
    max-width: 550px;
    margin: 20px auto;
    text-align: left;
}

.white-popup__title {
    font-weight: 500;
    color: #444;
    display: block;
    padding: 10px 0 30px;
    font-size: 28px;
}

.white-popup__title small {
    font-size: 18px;
    margin: 5px 0 0 0;
    display: block;
}

.white-popup p {
    font-size: 14px;
    line-height: 140%;
}

.white-popup h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 140%;
    margin: 5px 0 15px;
    color: #313131;
}

.white-popup p.left {
    text-align: left;
}

.white-popup p i {
    margin-right: 7px;
}

.white-popup__buttons {
    padding: 20px 0 10px;
}

.white-popup__buttons a {
    display: inline-block;
    vertical-align: top;
    background: #999;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 3px;
    margin: 0 10px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
}

.white-popup__buttons a.red {
    background: #eb4221;
}

.white-popup__buttons a.blue {
    background: #2994ca;
}

.white-popup input, .white-popup textarea {
    display: block;
    width: 80%;
    margin: 0 auto 20px;
    padding: 7px 12px;
    font-size: 14px;
    box-sizing: border-box;
    border: 1px solid;
    border-color: #a3a3a3 #c6c6c6 #e5e5e5;
    -webkit-box-shadow: inset 0 1px 1px #cfcfcf;
    -moz-box-shadow: inset 0 1px 1px #cfcfcf;
    box-shadow: inset 0 1px 1px #cfcfcf;
    border-radius: 2px;
}

.white-popup textarea {
    height: 100px;
    resize: none;
}

/* end magnific popup custom styles*/

div.team_page div.item {
    margin-top: 30px;
    margin-bottom: 30px;
}

div.team_page h2 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 30px;
    margin: 30px 0 0;
    color: #720404;
    text-align: center;
}

div.team_page div.item div.pic {
    width: 166px;
    margin-right: 15px;
    height: 166px;
    float: left;
}

div.team_page div.item:last-of-type {
    margin-bottom: 30px;
}

div.team_page div.item div.pic img {
    border-radius: 160px;
    border: 3px solid #fff8d7;
    box-shadow: 1px 1px 3px #adadad;
}

div.team_page div.item div.desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
}

div.team_page div.item div.desc div.post {
    margin-bottom: 20px;
}

div.team_page div.item div.desc div.name,
div.team_page div.item div.desc div.post {
    font-weight: bold;
    font-size: 15px;
}

div.news table {
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0;
}

div.news table tr td {
    border: 1px solid #484848;
    color: #484848;
    padding: 3px 6px;
}

.brands_slider {
    float: right;
    overflow: hidden;
    padding: 0;
}

.content .brands_slider ul li {
    position: relative;
    padding: 0;
}

.brands_slider .item {
    display: block;
    height: 370px;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-size: cover !important;
}

.brands_slider .item img {
    width: 100%;
}

.brands_slider .item .pic_hover {
    position: absolute;
    bottom: 20px;
    left: 20px;
    max-width: 520px;
    background: #fff;
    padding: 10px 15px;
    font-size: 13px;
    display: none;
    color: rgba(82, 10, 10, 0.74);
    transition: 0.9s;
}

.brands_slider:hover .item .pic_hover {
    display: block;
}

.brands_slider:hover .item .pic_hover p {
    margin: 0;
    padding: 0;
    text-indent: 0;
}

.brands_slider .item .pic_hover strong, .brands_slider .item .pic_hover b {
    font-size: 16px;
    font-weight: 600;
}

.brands_slider .bottom_text p {
    background-color: rgb(153, 35, 39);
    padding: 15px 20px;
    text-align: right;
    color: #fff;
    font-size: 18px;
}

.brands_slider div.bx-viewport {
    height: 370px;
    position: relative;
}

.brands_slider div.bx-controls.bx-has-controls-direction {
    position: absolute;
    width: 100%;
    top: 43%;
}

.brands_slider a.bx-next, .brands_slider a.bx-prev {
    position: absolute;
    color: #fff;
    font-size: 26px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}

.brands_slider a.bx-next {
    right: 15px;
}

.brands_slider a.bx-prev {
    left: 15px;
}

/* Партнеры */
.p_item {
    display: flex;
    flex-direction: column;
    width: 250px;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 41px;
    margin-right: 41px;
}

.p_item .desc {
    text-align: center;
    height: 45px;
}

.p_item .pic {
    display: flex;
    align-items: center;
    width: 250px;
    height: 250px;
}

.p_item .pic img {

    width: 100%;
    max-height: 250px;
}

/*div.partner_list .p_item:nth-child(4),*/
/*div.partner_list .p_item:nth-child(6) {*/
/*margin-left: 150px;*/
/*margin-right: 100px;*/
/*}*/

/*div.partner_list .p_item:nth-child(5),*/
/*div.partner_list .p_item:nth-child(7) {*/
/*margin-left: 100px;*/
/*margin-right: 150px;*/
/*}*/

div.partner_list .p_item:nth-child(7) {
    margin-left: 170px;
    margin-right: 80px;
}

div.partner_list .p_item:nth-child(8) {
    margin-left: 80px;
    margin-right: 170px;
}

/* Конференции */
.conf_list {
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 10px;
}

.conf_item {
    display: flex;
    flex-direction: column;
    width: 25%;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.conf_item .desc {
    text-align: center;
    line-height: 1.3;
}

.conf_item .desc a {
    margin: 5px 0;
    display: block;
    font-size: 16px;
}

.conf_item .pic {
    background: no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 200px;
}

.conf_single {
    padding-top: 15px;
}

.conf_single .pic {
    width: 600px;
    display: inline-block;
    float: left;
}

.conf_single .content {
    padding-top: 0;
}

.conf_single .content ul {
    padding-bottom: 15px;
}

.conf_single .content .booking {
    background-color: rgb(153, 35, 39);
    color: #fff;
    display: block;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 15px;
}



a {
    outline: none !important;
}

.sale_page_item {
    font-size: 15px;
    margin: 0 0 5px 0;
    box-sizing: border-box;
    box-shadow: 0 1px 2px 0 #b3b3b3;
    background: #fff;
    padding: 10px 15px 15px 15px;
    position: relative;
}

.sale_page_item .name {
    font-weight: bold;
    font-size: 17px;
    color: #3b3b3b;
    padding: 5px 0 15px 0;
}

.sale_page_item .price {
    font-weight: bold;
    font-size: 17px;
    color: #3b3b3b;
    line-height: 30px;
}

.sale_page_item .bootstrap-touchspin {
    width: 120px;
}

.sale_page_item label {
    font-size: 14px;
}

.sale_page_item .name_data {
    font-weight: bold;
    font-size: 20px;
    color: #3b3b3b;
    padding: 20px 0 5px 0;
}

.btn-send {
    background-color: #fff;
    color: #bd904d;
    border: 1px solid #d2b478;
    margin: 0 10px 0 0;
    font-weight: 600;
    padding: 6px 16px;
    font-size: 12px;
    border-radius: 3px;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.2s all ease;
}

.btn-send:hover {
    background-color: #d2b478;
    color: #fff;
}

.sale_page_item p {
    text-indent: 0;
}

.btn.sale_page {
    background-color: #FFF;
    color: #BD904D;
    border: 1px solid #D2B478;
    font-weight: 600;;
    font-size: 12px;
    border-radius: 3px;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
    display: block;
    position: relative;
}

.star {
    background: url('/img/halls.png') no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: -450px -17px;
    width: 22px;
    height: 25px;
    display: block;
    margin: 0 auto;
}

.table-bordered tbody tr td,
.table-bordered tbody tr th {
    border: 1px solid #ddd;
    padding: 5px 7px;
    vertical-align: middle;
}

.table-bordered tbody tr th {
    font-weight: bold;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: collapse;
    text-align: left;
}

.btn-18 {
    display: inline-block;
    vertical-align: top;
    background: #992327;
    border: 1px solid #aa7179;
    box-sizing: border-box;
    height: 39px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: rgba(255, 255, 255, 0.43);
    font-size: 13px;
    padding: 0 40px;
    margin: 0 0 0 20px;
    cursor: pointer;
}

#sale_page_link {
    display: inline-block;
    color: #fff;
    float: right;
    border: 2px solid #fff;
    margin: 10px;
    height: 36px;
    font-size: 18px;
    line-height: 36px;
    padding: 0 30px;
    text-decoration: none;
    font-weight: bold;
}

/* Информационный блок в продажах билетов */
.info-block {
    text-align: center;
    border: 3px solid rgba(152, 5, 5, 0.8);
    padding: 30px 0;
    margin: 30px 0 30px 0;
    font-size: 16px;
    font-weight: bold;
}