/* Main (basic design) CSS
-------------------------------------------------- */
@font-face {
    font-family: 'LucidaGrande';
    src: url('/css/fonts/lucida_grande.eot');
    src: url('/css/fonts/lucida_grande.eot') format('embedded-opentype'), url('/css/fonts/lucida_grande.woff') format('woff'), url('/css/fonts/lucida_grande.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

body {
    font-family: 'LucidaGrande';
    font-weight: 14px;
    line-height: 1.2;
    color: #0a0f14;
}
a {
    color: #ffcb08;
    cursor: pointer;
}

/* Header
-------------------------------------------------- */
.header__spacer {
    width: 100%;
    height: 135px;
    z-index: 1000;
}
.header {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 36px 0 0 0;
    height: 103px;
    font-size: 12px;
    z-index: 10;
}
.header__container {
    position: fixed;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 36px 0 0 0;
    min-height: 103px;
    top: 0;
    left: 0;
    right: 0;
}
.header__bottom {
    position: relative;
    min-height: 67px;
    background: #ffcb05 url("/images/header-menu.png") center top;
    z-index: 5;
}
.inner {
    position: relative;
    margin: 0 auto;
    width: 1024px;
}
.inner::after {
    display: block;
    content: '.';
    height: 0;
    overflow: hidden;
    clear: both;
}
.header__logo {
    float: left;
    padding: 10px 0 0 0;
    height: 46px;
    width: 142px;
}
.header__main-menu {
    display: block;
    padding: 0 180px;
    height: 66px;
    font-size: 13px;
}
.main-menu__list {
    padding-left: 7px;
    padding-right: 30px;
    display: flex;
    justify-content: space-between;
}
.main-menu__item {
    margin: 0;
    height: 66px;
    list-style: none;
    vertical-align: middle;
}
.main-menu__link {
    display: table-cell;
    height: 66px;
    color: #27252b;
    font-weight: bold;
    text-decoration: none;
    vertical-align: middle;
    letter-spacing: 0.3px;
}
.main-menu__link:hover {
    color: #fff;
    text-decoration: none;
}
.header__sub-menus {
    display: none;
    margin: 10px 165px 0 205px;
    padding: 20px 0 10px 0;
    border-top: 1px solid #ffdf66;
    clear: both;
}
.sub-menu__list {
    float: left;
    margin: 0 15px 0 0;
    width: 190px;
    padding-bottom: 10px;
}
.sub-menu__item {
    margin: 0 0 10px 0;
    list-style: none;
}
.sub-menu__link {
    color: #27252b;
    text-decoration: none;
}
.main-menu__item:hover + .header__sub-menus,
.header__sub-menus:hover {
    display: block;
}
.spacer {
    height: 1px;
    width: 100%;
}
.header-top {
    position: absolute;
    left: 0;
    top: 0;
    height: 36px;
    width: 100%;
    background: #fff;
    z-index: 10;
}
.header-top .lang {
    float: left;
    padding: 10px 20px 0 0;
    color: #2d2a35;
    font-size: 10px;
    text-transform: uppercase;
}
.header-top .lang .item.active {
    color: #ffcb05;
}
.header-top .lang .item {
    color: #2d2a35;
    text-decoration: none;
}
.header-top .lang + .header__top-menu {
    width: 615px;
}
.header__top-menu {
    float: left;
    padding: 9px 0 0 0
}
.top-menu__item {
    float: left;
    padding: 0 30px 0 0;
    background: url("/images/bullet2.png") right 4px no-repeat;
    list-style: none;
}
.top-menu__link {
    color: #2d2a35;
    text-decoration: none;
}
.header__phone {
    float: left;
    margin: 0 25px 0 0;
    padding: 9px 0 0 0;
    color: #2d2a35;
    text-decoration: none
}
.header__sticker {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    right: -45px;
    top: 0;
    padding: 15px 20px 0 20px;
    height: 240px;
    width: 225px;
    background: url("/images/sticker.png");
    text-align: center;
}
.sticker__headline {
    margin: 0 0 13px 0;
    color: #ffcb05;
    font-size: 24px;
    font-weight: bold;
}
.sticker__time {
    display: block;
    margin: 0 0 5px 0;
    color: #101010;
    font-size: 16px;
    font-weight: bold;
}
.sticker__text {
    display: block;
    color: #101010;
    font-size: 12px;
}
.sticker__buy-ticket {
    display: block;
    position: absolute;
    bottom: 92px;
    left: 46px;
    height: 32px;
    width: 135px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    padding-left: 50px;
    line-height: 1;
    box-sizing: border-box;
    font-size: 12px;
    padding-right: 20px;
    text-align: left;
    padding-top: 5px;
    border: 1px solid #000;
    letter-spacing: 0.3px;
}
.sticker__buy-ticket::after {
    content: "";
    display: block;
    position: absolute;
    background: url("/images/ticket_icon.png") center no-repeat;
    width: 22px;
    height: 22px;
    left: 15px;
    top: 5px;
}
.sticker__buy-ticket:hover {
    text-decoration: none;
}
.sticker__order-excursion {
    display: block;
    position: absolute;
    bottom: 52px;
    left: 46px;
    height: 32px;
    width: 135px;
    background: transparent;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    padding-left: 50px;
    line-height: 1;
    box-sizing: border-box;
    font-size: 12px;
    padding-right: 10px;
    text-align: left;
    padding-top: 5px;
    border: 1px solid #000;
    letter-spacing: 0.3px;
}
.sticker__order-excursion::after {
    content: "";
    display: block;
    position: absolute;
    background: url("/images/family_icon.png") center no-repeat;
    background-size: contain;
    width: 30px;
    height: 22px;
    left: 10px;
    top: 5px;
}
.sticker__order-excursion:hover {
    text-decoration: none;
}
.header__menu {
    position: absolute;
    left: 0;
    top: 103px;
    height: 32px;
    width: 100%;
    background: #fff;
    z-index: 0;
}
.menu__item:first-child {
    padding: 10px 16px 0 0;
    background: none;
}
.menu__item {
    float: left;
    padding: 10px 16px 0 21px;
    background: url("/images/bullet3.gif") left 12px no-repeat;
    color: #898988;
    font-size: 12px;
    list-style: none;
    line-height: 1;
}
.menu__link {
    color: #000;
    text-decoration: none;
}
.menu__link:hover {
    color: #000;
}
.menu__list {
    padding-left: 0;
}

/* Content
-------------------------------------------------- */
.container__content {
    width: 100%;
    background-image: url('/images/default-back.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 215px;
    padding-bottom: 80px;
}
.content-all {
    width: 1024px;
    margin: 0 auto;
}
.inner-map-circle {
    width: 168px;
    height: 168px;
    position: relative;
    background: url("/images/map-circle-inner.png") no-repeat left top transparent;
    display: block;
    text-decoration: none;
    right: -30px;
    top: -123px;
    z-index: 1;
    float: right;
}
.content {
    margin: 0 auto;
    width: 900px;
    box-shadow: 0 0 0 16px rgba(0, 0, 0, 0.2);
    z-index: 2;
}
.content__layout {
    background: #fff;
    width: 100%;
}
.wrap-events table {
    margin: 10px 30px;
}
.wrap-events {
    box-shadow: 0 0 14px #dedede;
}
.events__title {
    background-color: #fff;
    opacity: 0.8;
    font-size: 10pt;
    line-height: 14pt;
    padding: 8px 0 8px 30px;
}
.events__title h4 {
    font-weight: 600;
    font-size: 10pt;
    line-height: 14pt;
    text-transform: uppercase;
}
.events__table {
    background-color: #fff;
    width: 100%;
    margin-top: -10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.table-box {
    background-color: #fff;
    padding: 0 30px;
}

/* Footer
-------------------------------------------------- */
.footer {
    position: relative;
    padding: 55px 0 0 0;
    background: #fff url("/images/footer-bg.gif") left bottom repeat-x;
    border-top: 1px solid #b7b7b7;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    z-index: 10;
}
.footer-top {
    padding: 0 0 35px 0;
    border-bottom: 1px solid #ffcb05;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
.footer-column {
    float: left;
}
.column-1 {
    width: 265px;
}
.column-2 {
    width: 245px;
}
.column-3 {
    width: 335px;
}
.column-4 {
    width: 170px;
}
.footer-top h2 {
    margin: 0 0 30px 0;
    color: #1f1e22;
    font-size: 14px;
    font-weight: 600;
}
.column__list {
    margin-left: 0;
    padding-left: 0;
}
.partner {
    display: block;
    margin: 0 0 15px 0;
}
.column__item {
    margin: 0 0 5px 0;
    font-size: 13px;
    list-style: none;
}
.column__link {
    color: #1f1e22;
    text-decoration: none;
}
.column__link:hover {
    text-decoration: underline;
}
.footer .footer-top::after {
    display: block;
    content: '.';
    height: 0;
    overflow: hidden;
    clear: both;
}
.footer .footer-logo {
    padding: 25px 0;
    text-align: center;
}
.to_main,
.to_prof,
.to_shop {
    width: 229px;
    height: 47px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    text-decoration: none;
    font: bold 14px/47px 'LucidaGrande';
    color: #0a0f14;
    position: relative;
    vertical-align: top;
}
.to_main::after,
.to_prof::after {
    content: '';
    background: url("/images/bullet5.png");
    position: absolute;
    width: 6px;
    height: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 20px;
    right: 21px;
}
.to_prof {
    background: url("/images/prof_link.png") center no-repeat;
    margin-right: 61px;
}
.to_prof:hover {
    text-decoration: none;
}
.to_shop {
    background: url("/images/to_shop.png") center no-repeat;
    margin-left: 61px;
    color: #fff;
}
.to_shop:hover {
    color: #fff;
    text-decoration: none;
}
.footer .footer-bottom {
    position: relative;
    padding: 15px 0 0 0;
    height: 43px;
    font-size: 12px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    display: flex;
    justify-content: space-between;
}
.footer .footer-bottom .soc-icons {
    overflow: hidden;
    text-align: center;
    margin-top: -4px;
}
.footer .footer-bottom .soc-icons .icon {
    display: inline-block;
    zoom: 1;
    margin: 0 2px;
    height: 34px;
    width: 30px;
    background-image: url("/images/icons2.png");
}
.footer .footer-bottom .soc-icons .icon.icon-2 {
    background-position: 0 0;
}
.footer .footer-bottom .soc-icons .icon.icon-2:hover {
    background-position: 0 -30px;
}
.footer .footer-bottom .soc-icons .icon.icon-3 {
    background-position: -30px 0;
}
.footer .footer-bottom .soc-icons .icon.icon-3:hover {
    background-position: -30px -30px;
}
.footer .footer-bottom .soc-icons .icon.icon-4 {
    background-position: -60px 0;
}
.footer .footer-bottom .soc-icons .icon.icon-4:hover {
    background-position: -60px -30px;
}
.footer .footer-bottom .soc-icons .icon.icon-5 {
    background-position: -90px 0;
}
.footer .footer-bottom .soc-icons .icon.icon-5:hover {
    background-position: -90px -30px;
}
.footer .footer-bottom .soc-icons .icon.icon-6 {
    background-position: -120px 0;
}
.footer .footer-bottom .soc-icons .icon.icon-6:hover {
    background-position: -120px -30px;
}
.metrica {
    margin-top: 5px;
}
.footer__link {
    color: #14161b;
}