/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

html {
    background-color: #030303;

}

body {
    padding-top: 10.0rem;
    background-color: #030303;
    background: url("../img/bg.png");
}

.container {
    margin: 0 auto;
    padding: 0 3rem;
}

.navbar-brand > img {
    display: block;
    margin-top: -2.4rem;
}

@font-face {
    font-family: 'Roboto';
    src: url(../fonts/roboto.ttf);
}

@font-face {
    font-family: 'Rulle';
    src: url(../fonts/acoppergothcpsexp.ttf);
}

@font-face {
    font-family: 'Parangon';
    src: url(../fonts/Parangon_330C.otf);
}

.logo {
    padding-top: 0.4rem;
    width: 20rem;
}

.navbar-nav-sobr {

    margin-left: 17rem;
}

.container {
    color: #f5f5f5;
}

.container {
    font-family: 'Roboto', arial, serif;
}

.social_btn {
    height: 3.1rem;
    width: 3.24rem;
    border: none;
    margin: 0.18rem;
    background-size: cover;
    border-radius: 8px;
}

.acs {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background: grey;
    opacity: 0.7;

    filter: blur(2rem);
    display: none;

/ / background: url("../img/grey.png") repeat;

}

.acs_logo {
    background-color: #414141;
    widows: 100;
    height: 8.5rem;
    margin-bottom: 1rem;
    padding-top: 1rem;

}

.event_big_baner {
    width: 100%;
}

.acs_bg {
    display: none;
    transform: scale(1.0);
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -15.65rem;
    font-size: 1.9rem;
    margin-left: -24rem;
    width: 48rem;
    height: 31.3rem;
    z-index: 2001;
    background-color: #FFF7E7;
    text-align: center;

}

.acs_bottom {
    background-color: #FFF7E7;
    width: 19.4rem;
    height: 4.8rem;
    border: 2px solid #dfc89a;

}

.acs_bottom:hover {
    background-color: #dfc89a;
}

.no_acs {
    position: relative;
    margin: 1.0rem 0 0 3rem;
    float: left;
}

.yes_acs {
    margin: 1.0rem 3rem 0 0;

    float: right;
    position: relative;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
}

.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-wrapper .navbar {
    width: auto;
}

.navbar a, form {
    font-family: 'Parangon', Arial, serif;
}

.dropdown-menu a {
    font-family: 'Roboto', Arial, serif;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {

}

/* Since positioning the image, we need to help out the caption */

/* Declare heights because of positioning of img element */
.carousel .item {

}

.carousel-inner > .item > img {
    width: 100%;
    background-color: #000000;

}

/* MIDDLE MENU
-------------------------------------------------- */

.middle-menu {
    font-family: 'Roboto', serif;
    background-color: #414141;

    line-height: 100%
}

.middle-menu .container {
    color: #9d9d9d;

}

.middle-menu a {
    color: #9d9d9d;
}

.middle-menu a:hover {
    color: #f5f5f5;
}

.middle-menu input {
    background-color: #383838;
    border: 1px solid #383838;

}

.middle-menu button {
    background-color: #505050;
    border: 1px solid #505050;
}

.subscription_form {
    padding: 3rem 3.3rem 3rem 0;
}

.middle-menu-item {
    height: 10rem;
}

.small-afisha div img {
    width: 100%;
}

.border_right {

    border-right: solid 3px #333333;
}

.border_left {
    border-left: solid 3px #333333;
}

.middle-menu_header {
    font-size: 2rem;
    padding-bottom: 0.5rem;

}

.subscription {
    padding: 2.0rem 0 0 2.6rem
}

.questions {
    padding: 2.5rem 0 0 0;
}

.social_icon {
    margin-top: 1rem;
    float: right;
}

.hot_line {

}

.social_icon_bottom {
    margin-top: 0.3rem;
}

.btn_vk {
    background: url("../img/icons.png?3") 0.08rem 0;
}

.btn_facebook {
    background: url("../img/icons.png?3") -4.32rem 0;
}

.btn_twitter {
    background: url("../img/icons.png?3") -8.5rem 0;
}

.btn_rutube {
    background: url("../img/icons.png?3") -28.85rem 0;
}

.btn_youtube {
    background: url("../img/icons.png?3") -12.64rem 0;
}

.btn_gplus {
    background: url("../img/icons.png?3") -16.9rem 0;
}

.btn_instagram {
    background: url("../img/icons.png?3") -21.13rem 0;
}

.btn_telegram {
    background: url("../img/icons.png?3") -25.25rem 0;
}

/* FUTER
-------------------------------------------------- */
.footer {
    background-color: #414141;
    padding-bottom: 3.4rem;

}

.footer div {

    color: #9d9d9d;

}

.footer a {
    color: #9d9d9d;
}

.footer a:hover {
    color: #f5f5f5
}

.legal {
    padding-top: 1.8rem;
    font-size: 1.2rem;
    font-family: 'Roboto', serif;
    padding-right: 3.2rem;
    text-align: justify;

}

.partners {
    font-family: 'Roboto', serif;

    border-left: 2px #9d9d9d solid;
    padding-left: 3.1rem;

}



.copyright {
    padding-top: 3.3rem;
    padding-left: 3.2rem;
}

.footer_menu {

    padding-top: 2.5rem;
    font-family: Tahoma, Arial, serif;
}

.by_solars {
    padding-top: 1.7rem;
}

.by_solars img {
    float: right;
}

.img_afisha {
    position: relative;
    padding: 0.3rem;
}

.item_afisha {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.img_afisha img {
    width: 100%;
    height: 100%;
    transform: scale(1.0);
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.item_afisha:hover img {
    transform: scale(1.2);

    -webkit-transition: all 2.2s ease;
    transition: all 2.2s ease;
}

.detail {
    position: absolute;
    width: 100%;
    padding: 5px;
    height: 100%;
    background-color: #3c3c3c;
    border: 8px solid white;
    opacity: 0.0;
    z-index: 100;
    top: 0;
    left: 0;
    background-size: cover;
    -webkit-transition: opacity 1.0s;
    transition: opacity 1.0s;
}

.item_afisha:hover .detail {
    opacity: 0.8;
    transition: opacity 1.0s;
}

.detail span {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid white;
    padding: 0.5rem;

}

.detail a {
    font-family: 'Parangon', serif;
    border: 1px solid white;
    background-color: inherit;
    width: 12rem;
    margin: -5rem auto auto auto;
    display: block;
    opacity: 1;
    color: white;
}

.arch_photo img {
    width: 100%;
    padding: 0.2rem;
}

.photo_item {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.footer_photo {
    margin: 3rem 0;
}

.photo_item img {
    transform: scale(1.0);
    transition: all 0.5s ease;
}

.photo_item:hover img {
    transform: scale(1.05);
    transition: all 0.5s ease;
}

.photo_item:hover .photo_item_bg {
    opacity: 0.8;
}

/* CONTACT
-------------------------------------------------- */
.contactForm {
    width: 90%;
    display: block;
    margin: 2rem auto;
}

#map {
    width: 100%;
    height: 100%;
}

.map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.contactPage {

    position: relative;

}

.formContact {
    position: relative;
    z-index: 1000;
    background-color: #414141;
    color: #9d9d9d;
    margin: 3rem 0;
    padding: 2rem 2rem;
    border-radius: 20px;
}

.error {
    color: #a94442;
}

.affix {
    padding: 0;
    -webkit-transition: padding 0.2s linear;
    -moz-transition: padding 0.2s linear;
    -o-transition: padding 0.2s linear;
    transition: padding 0.2s linear;
}

.affix-top {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: padding 0.3s linear;
    -moz-transition: padding 0.3s linear;
    -o-transition: padding 0.3s linear;
    transition: padding 0.3s linear;
}

ul.nav.navbar-nav .dropdown.open .dropdown-toggle {
    background-color: #222;
}

.open > .dropdown-menu {
    background-color: #222;
    top: 68%;
    left: -0.5rem;
}

.dropdown-menu > li > a {
    color: #9d9d9d;
}

.dropdown-menu .divider {
    background: #757373;
    margin: 0.4rem 2rem
}

.open > .dropdown-menu {
    animation-name: slidenavAnimation;
    animation-duration: .6s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;

    -webkit-animation-name: slidenavAnimation;
    -webkit-animation-duration: .6s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;

    -moz-animation-name: slidenavAnimation;
    -moz-animation-duration: .6s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;
}

hr {
    background-color: #c1b080;
    border: none; /* Убираем границу для браузера Firefox */
    color: #c1b080;; /* Цвет линии для остальных браузеров */
    height: 1px; /* Толщина линии */
}

#showAgreement {
    display: none;
    height: 10rem;
    overflow-y: scroll;
    font-size: 75%;

}

.showAgreement {
    color: #827f79;
}

#showAgreement::-webkit-scrollbar {
    width: 0.5rem;
}

#showAgreement::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#showAgreement::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

/* Текущие мероприятия
_______________________________________________________________*/

.descriptions_current {
    padding: 0 2rem;
    margin-top: -1.1rem;
}

.img_current {
    width: 100%;
    border-radius: 2rem;
    transform: scale(1.0);
    transition: all 1.0s ease;

}

.current_icon_group {
    width: 50%;
    margin: 2rem auto 4rem auto;
}

.current_icon {
    width: 8.6rem;
    height: 8.6rem;
    background: url("../img/current/round.png");
    display: block;
    text-align: center;
    color: #c1b080;
    margin: 0 auto;
}

.current_icon_group a {
    text-decoration: none;

}

.current_icon_group a:hover {
    color: #c1b080;
    text-decoration: none;
}

.current_icon:hover div {
    margin-top: 0;
    opacity: 1;
}

.show_title_show {
    margin-top: -1rem;
    opacity: 0;
    transition: all 0.5s ease;
}

.show_title_hide {
    margin-top: 0;
    opacity: 1;
}

.current_icon img {
    transform: scale(0.8);
    transition: all 0.1s ease;
}

.current_icon:hover img {
    transform: scale(1.0);
    transition: all 0.2s ease;
}

.item_current {

    border-radius: 2rem;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);

}

.item_current:hover img {
    transform: scale(1.05);
    transition: all 1.0s ease;
}

.current_date {
    margin-left: 2rem;
}

.hide_current {
    opacity: 0;
    margin-top: 4rem;

}

.show_current {
    opacity: 1;
    margin-top: 0;
    transition: all 1s ease 0s;

}

.event-img {

    padding: 0 3rem 3rem 3rem;

}

/* Правила игр
_______________________________________________________________*/
h1 {
    font-family: 'Rulle', Arial, serif;
    color: #c1b080;
    margin: 3.5rem 0 2.3rem 0;
    text-align: center;
}

.container_rule h2 {
    color: #5c1600;
    font-family: 'Rulle', Arial, serif;

}

.container_rule h3 {
    color: #5c1600;
    font-family: 'Rulle', Arial, serif;
    margin-top: -1rem;

}

.page {
    background-color: #FFF7E7;
    color: #4a443e;
    margin: 3rem 0;
    padding: 2rem 2rem;
    border-radius: 20px;
    font-family: Tahoma, Arial, serif;
}

.page a {
    color: #4a443e;
}

.page table td {
    border: solid 1px;
    padding: 0.5rem;
    text-align: center;

}

.rule-text {

    font-family: Tahoma, Arial, serif;
    font-size: 1.5rem;
    /* float: left; */
    display: none;
}

.img-rule {
    cursor: pointer;
}

/* FLIPER
_______________________________________________________________*/
.flip-container {
    -webkit-perspective: 100rem;
    -moz-perspective: 100rem;
    -o-perspective: 100rem;
    perspective: 100rem;

}

.flip {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

/*.flip-container:hover .flipper,
.flip-container.hover .flipper {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}*/

.flip-container {
    display: block;
    max-width: 100%;
    height: auto;
}

.flipper {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -o-transition: 0.8s;
    -o-transform-style: preserve-3d;

    transition: 0.8s;
    transform-style: preserve-3d;
    position: relative;
}

.front, .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.back {
    position: relative;
}

.front {

    z-index: 2;
}

.back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);

}

.front .name {

    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

.lang {

    background-color: #414141;
    border-color: #414141;
    color: #9d9d9d;

}

.phone_number {
    margin: 0 0 0 1rem;
    float: right;
}

.social {
    padding: 1.9rem 0 0 0;
}



#subscription {

    float: right;

}

.iads {
    padding: 0 0 0 3rem;
}

.vk_baner {

}



.radisson {
  margin: 0.7rem 0 0 0;
}

.grand-palace {

    margin-bottom: 1.4rem;
    margin-right: 0.5rem;
}

.kaiserhof {

    margin: 1.8rem 0.5rem 0 0;

}
.partner {

  padding: 1rem;

}


/*_______________________________________________________________*/

@keyframes slidenavAnimation {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes slidenavAnimation {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (max-width: 767px) {

    .iads {
        padding: 3rem 0;

    }

    .legal {
        padding-right: 0;
    }

    .partners {
        margin-top: 1rem;
    }

    .partners a {}

    .vk_baner {
        margin: 0 auto;
    }

    #subscription {

        float: none;

    }

    .questions {
        padding: 0.5rem 0 0 0;
    }

    .social {
        padding: 0;
    }

    .social_icon {
        float: none;
    }

    .phone_number {
        float: none;
        margin: 0;
    }

    .subscription_form {
        padding: 2rem 0 3rem 0;
    }

    .subscription {
        padding: 2.0rem 0 0 0;
        border: none;
        margin: 0;
    }

    .current_icon_group {
        width: 80%;
        margin: 2rem auto 4rem auto;
    }

    .acs_bg {
        transform: scale(0.7);
        margin-top: -7.8rem;
        margin-left: -24rem;
        top: 10rem
    }

    .map {
        position: relative;
        height: 50rem;
    }

    .social {
        margin-bottom: 1rem;

    }

    .border_right {
        border-right: none;
    }

    .middle-menu-item {
        height: 6rem;
    }

    .navbar-nav-sobr {
        margin-left: 0;
    }

    .rule-text h2 {
        font-size: 100%;
    }

    .copyright {
        padding: 2rem 0 0 0;
    }

    .social_icon_bottom {
        text-align: center;
    }

    .social_icon {

        text-align: center;
    }

    .descriptions_current h4 {
        padding-top: 1rem;
    }
}

.img-rule {
    margin: 0 auto;
}

.modal-content {
    background-color: #FFF7E7
}

@media (min-width: 768px) and (max-width: 991px) {
    .border_right {

        border-right: none;
    }

    .border_left {
        border-left: none;
    }

    .partners {
        border: none;
    }

    .subscription_form {
        border: none;
    }

    .navbar-nav-sobr {
        margin-left: 0
    }

    .subscription_form {
        padding: 3.2rem 0.5rem 3rem 0;
    }

    .logo {

        width: 13rem;
        margin-top: 2rem;
        padding-top: 1.5rem;
        transition: all 0.2s;
    }

    .subscription {
        padding: 2.0rem 0 0 0;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    .social_icon button {

    }

    .social {
        padding: 1.1rem 0 0 0;
    }

    .social_btn {
        margin: 0;
    }

    .navbar-nav-sobr {
        margin-left: 13rem; /* 6rem */
    }

    .subscription {
        padding: 1.3rem 0 0 2.6rem;
    }

    .partners {
        border-left: none;
    }

}

@media (min-width: 1200px) {

}













