@import url(bootstrap.css);
@import url(font-awesome.css);
@import url(jquery.fancybox.css);
@import url(settings.css);
/*
    font-family: 'Rubik', sans-serif;
    font-family: 'Roboto Slab', serif;
    colors:
        #BC761F  -бежевый
        #090000  -темный
*/
@font-face {
    font-family: 'Material Icons';
    src: url('../fonts/MaterialIcons-Regular.woff2') format('woff2'), 
         url('../fonts/MaterialIcons-Regular.woff') format('woff'), 
         url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

html, body {
    height: 100% !important;
    margin: 0;
    padding: 0;
}
.main-wrapper{
    min-height: 100%;
    margin: 0 0 -430px 0;
}
.footer-push{
    height: 430px;
}
.footer-wrapper{
    min-height: 430px;
    background-color: #0F0201;
    background-image: url(../images/dark-leather.png);
    color: #A7A6A6;
    font-size: 14px;
}
.footer-top{
    min-height: 365px;
    border-bottom: 1px solid #1D1A1A;
    padding: 70px 0 30px;
}
.footer-bottom{
    height: 65px;
    font-size: 14px;
}
.footer-wrapper .social a{
    border-color: #433D3D;
    margin-right: 10px;
}
.footer-block .title{
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 30px;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
}
.footer-tel a{
    color: #fff;
    font-weight: 500;
}
.footer-menu li{
    margin-bottom: 15px;
}
.footer-menu a{
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}
.footer-tel a:hover,
.footer-menu a:hover{
    color: #BC761F;
}

@media(min-width:1921px){
    .footer-wrapper{
        background-size: cover;
    }
}

@media(max-width:991px){
    .footer-top{
        padding: 50px 0 30px;
    }
}


body{
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #090000;
    overflow-x: hidden;
    background: #F5F3EA;
}
blockquote{
    border-left: 3px solid #BC761F;
    margin-bottom: 30px;
    padding-left: 20px;
}
.content ul,
.content ol{
    margin-bottom: 15px;
}
.content ul > li,
.content ol > li{
    margin-bottom: 10px;
    position: relative;
}
.content ul > li{
    padding-left: 25px;
}
.content ul > li:after{
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 10px;
    left: 10px;
    background: #BC761F;
    border-radius: 50%;
}
.content ul ul,
.content ol ul,
.content ol ol,
.content ul ol{
    padding-top: 10px;
    padding-left: 10px;
}
.content ul ul li,
.content ol ul li{
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
}
.content ul ul li:after,
.content ol ul li:after{
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: 9px;
    left: 0;
    border: 1px solid #999999;
    border-radius: 50%;
}
.content ul ol li,
.content ol ol li{
    list-style: decimal; 
    padding-left: 3px;
    margin-left: 12px;
    margin-bottom: 10px;
}
.content ol{ 
    counter-reset: item; 
}
.content ol li{
    display: block; 
}
.content ol li:before{ 
    content: counters(item, ".") ". "; 
    counter-increment: item;
    padding: 0 5px 0 10px;
    color: #999999;
}
.content ul ul ol li:after,
.content ol ul ol li:after{
    display: none;
}
.content table{
    width: 100%;
    margin-bottom: 30px;
}
.content table th{
    background: #000;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px;
    vertical-align: middle;
    border: 1px solid #000;
    border-right-color: #333333;
}
.content table td{
    border: 1px solid #E5E5E5;
    padding: 20px;
    vertical-align: middle;
    font-weight: 100;
    font-size: 15px;
}
.content table .separate td{
    background: #F7F7F7;
    font-size: 17px;
    font-weight: normal;
}
.clear-hr,
.cleaner-hr{
    height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
    border: none;
}
h1,
.title-h1{
    font-family: 'Roboto Slab', serif;
    font-size: 55px;
    line-height: 1.3;
    margin-bottom: 40px;
    position: relative;
}
h1.line,
.title-h1.line{
    padding-bottom: 40px;
}
h1.line:after,
.title-h1.line:after{
    content:"";
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #BC761F;
}
h2,
.title-h2{
    font-family: 'Roboto Slab', serif;
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 30px;
}
h3,
.title-h3{
    font-family: 'Roboto Slab', serif;
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 20px;
}
h4,
.title-h4{
    
}
@media (max-width: 1349px) {
    h1,
    .title-h1{
        font-size: 45px;
    }
    h2,
    .title-h2{
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    h1,
    .title-h1{
        font-size: 36px;
    }
    h2,
    .title-h2{
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    h1,
    .title-h1{
        font-size: 30px;
    }
}
.light{
    font-weight: 300;
}
.red{
    color: #FF4632;
}
.white{
    color: #fff;
}
.black{
    color: #000;
}
.gray{
    color: #676767;
}
p{
    margin-bottom: 20px;
}
a{
    color: #BC761F;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
a:hover{
    color: #000;
}
a:focus{
    outline: none;
}
.btn{
    display: inline-block;
    text-decoration: none;
    color: #BC761F;
    background: transparent;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 16px 35px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    border: 1px solid #BC761F;
}
.btn:hover{
    background: #BC761F;
    color: #090000;
    border-color: #BC761F;
}
.btn.block{
    display: block;
    width: 100%;
}
.form-group{
    position: relative;
}
.modal {
    display: none;
    width: 560px;
    max-width: 100%;
    background: #fff;
    padding: 35px 25px 25px;
}
#responseMessage .modal-content.error{
    color: #FF4632;
}
/**************************************/

/* ======= AGREEMENT ======= */
.agreement{
    position: relative;
    margin-bottom: 20px;
    color: #7C7F8C;
}
.agreement input{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.agreement input + label{
    padding-left: 30px;
    position: relative;
    font-size: 13px;
    display: inline-block;
}
.agreement i{
    position: absolute;
    top: -1px;
    left: 0;
}
.agreement input + label .checked{
    display: none;
}
.agreement input:checked + label .checked{
    display: inline-block;
    color: green;
}
.agreement input:checked + label .no-checked{
    display: none;
}
.agreement input.error + label{
    color: red;
}
/* ======= /. AGREEMENT ======= */


/* PAGINATION */
.pagination{
    margin: 30px 0;
    text-align: center;
}
.pagination li{
    display: inline-block;
    text-align: center;
}
.pagination a,
.pagination li > span{
    font-size: 16px;
    font-weight: bold;
    color: #2867B8;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-decoration: none;
}
.pagination a:hover{
    color: #FF982E;
}
.pagination .active a{
    background: #BC761F;
    color: #fff;
}
/* /. PAGINATION */


/* mob-menu-btn begin */
.menu-button{
    position: fixed;
    right: 15px;
    top: 38px;
    width: 30px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    z-index: 1010;
}
.icon-menu-burger {
    height: 2px;
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -15px;
    -webkit-transition: transform 0.2s ease 0s;
    -moz-transition: transform 0.2s ease 0s;
    -o-transition: transform 0.2s ease 0s;
    -ms-transition: transform 0.2s ease 0s;
    transition: transform 0.2s ease 0s;
    -webkit-transition: -webkit-transform 0.2s ease 0s;
}
.icon-menu-burger__line {
    background: #3c0406;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: transform 0.2s linear 0.2s;
    -moz-transition: transform 0.2s linear 0.2s;
    -o-transition: transform 0.2s linear 0.2s;
    -ms-transition: transform 0.2s linear 0.2s;
    transition: transform 0.2s linear 0.2s;
    -webkit-transition: -webkit-transform 0.2s linear 0.2s;
}
.icon-menu-burger:before, 
.icon-menu-burger:after {
    background: #3c0406;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}

.menu-button.active .icon-menu-burger__line,
.menu-button.active .icon-menu-burger:before, 
.menu-button.active .icon-menu-burger:after {
    background: #FF2C3E !important;
}
.icon-menu-burger:before {
    top: -9px;
    -webkit-transition: top 0.2s linear 0.4s;
    -moz-transition: top 0.2s linear 0.4s;
    -o-transition: top 0.2s linear 0.4s;
    -ms-transition: top 0.2s linear 0.4s;
    transition: top 0.2s linear 0.4s;
}
.icon-menu-burger:after {
    bottom: -9px;
    -webkit-transition: bottom 0.2s linear 0.4s;
    -moz-transition: bottom 0.2s linear 0.4s;
    -o-transition: bottom 0.2s linear 0.4s;
    -ms-transition: bottom 0.2s linear 0.4s;
    transition: bottom 0.2s linear 0.4s;
}
.menu-button.active .icon-menu-burger{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: transform 0.2s linear 0.4s;
    -moz-transition: transform 0.2s linear 0.4s;
    -o-transition: transform 0.2s linear 0.4s;
    -ms-transition: transform 0.2s linear 0.4s;
    transition: transform 0.2s linear 0.4s;
    -webkit-transition: -webkit-transform 0.2s linear 0.4s;
}
.menu-button.active .icon-menu-burger__line{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.menu-button.active .icon-menu-burger:before {
    -webkit-transition: top 0.2s linear;
    -moz-transition: top 0.2s linear;
    -o-transition: top 0.2s linear;
    -ms-transition: top 0.2s linear;
    transition: top 0.2s linear;
    top: 0;
}
.menu-button.active .icon-menu-burger:after {
    -webkit-transition: bottom 0.2s linear;
    -moz-transition: bottom 0.2s linear;
    -o-transition: bottom 0.2s linear;
    -ms-transition: bottom 0.2s linear;
    transition: bottom 0.2s linear;
    bottom: 0;
}
/* mob-menu-btn end */
.mobile-menu {
    position: fixed;
    top: 0;
    left: -470px;
    background: #0c0203;
    height: 100%;
    width: 370px;
    max-width: 100%;
    z-index: 1000;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: -100;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
}

.mobile-logo{
    padding: 20px 15px;
}

.mobile-menu li{
    position: relative;
}
.mobile-menu > div > ul > li {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.mobile-menu > div > ul > li:first-of-type{
    border-top: 1px solid rgba(255,255,255,0.1);
}
.mobile-menu > div > ul > li.down > a {
    padding-right: 60px;
}
.mobile-menu .dropdown-button{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 48px;
    z-index: 10;
}
.mobile-menu .dropdown-button:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 13px;
    left: 16px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.mobile-menu .dropdown-button.active:before{
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 19px;
}
.mobile-menu > div > ul > li > ul {
    position: static;
    width: 100%;
    display: none;
}
.mobile-menu > div > ul  > li > a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 13px 20px 10px;
    font-size: 16px;
    letter-spacing: 1px;
}
.mobile-menu > div > ul  > li.active > a,
.mobile-menu > div > ul > li > ul > li.active > a,
.mobile-menu > div ul ul ul .active a{
    color: #BC761F;
    background: #272727;
}
.mobile-menu > div > ul > li > ul > li > a,
.mobile-menu > div ul ul ul a{
    display: block;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    padding: 10px 10px 10px 30px;
    color: #FFFFFF;
    position: relative;
}
.mobile-menu > div > ul > li > ul > li > a:before,
.mobile-menu > div ul ul ul a:before {
    content: "";
    display: block;
    position: absolute;
    top: 17px;
    left: 20px;
    width: 5px;
    height: 3px;
    background: #EF2B32;
}
.mobile-menu > div ul ul ul a{
    padding: 6px 10px 6px 45px;
    font-size: 13px;
}
.mobile-menu > div ul ul ul a:before{
    left: 34px;
    top: 12px;
}
.mobile-menu .dropdown-button + ul {
    position: static;
    width: 100%;
    display: none;
    margin-bottom: 10px;
}
.mobile-menu ul ul .dropdown-button:before{
    width: 6px;
    height: 6px;
    content: "+";
    border: none;
    color: #fff;
    -moz-transform: rotate(0) !important;
    -webkit-transform: rotate(0) !important;
    -o-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    transform: rotate(0) !important;
    top: 8px !important;
    left: 17px;
    font-size: 16px;
}
.mobile-menu .menu-button{
    display: none;
}
@media (max-width: 1349px) {
    .mobile-menu.open {
        left: 0;
    }
    .mobile-menu.open + .overlay {
        z-index: 500;
        opacity: 1;
    }
}

@media (max-width: 991px){
   .mobile-menu {
        overflow-y: scroll;
    }
}

@media (max-width: 440px) {
    .mobile-menu{
        width: 100%;
    }
    .mobile-menu-close {
        top: 26px;
        right: 10px;
    }
    .mobile-menu .menu-button{
        display: block;
        position: absolute;
    }
}
/************* /. mobile-menu **************/


/* ======= HEADER ======= */

.header-wrapper{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    background: url(../images/snow.png) #5c4238;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.header{
    height: 94px;
    padding-left: 200px;
    padding-right: 300px;
    position: relative;
}
.header-push{
    height: 94px;
}
.logo{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.header-contacts{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 220px;
}
.header-contacts .inner{
    border-left: 2px solid #BC761F;
    padding-left: 10px;
    float: right;
}
.header-contacts a{
    color: #fff;
}
.header-contacts a:hover{
    color: #BC761F;
}
.header-tel{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
}
.header-address{
    font-size: 12px;
}
.base-template .header-push{
    height: 94px;
}
/* ======= TOP MENU ======= */
.top-menu{
    height: 100%;
    text-align: center;
}
.top-menu .table-cell > ul > li{
    display: inline-block;
    margin: 0 70px;
    position: relative;
}
.top-menu .table-cell > ul > li:first-of-type{
    margin-left: 0;
}
.top-menu .table-cell > ul > li:last-of-type{
    margin-right: 0;
}
.top-menu .table-cell > ul > li > a{
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.top-menu .table-cell > ul > li.active > a,
.top-menu .table-cell > ul > li > a:hover{
    color: #BC761F !important;
}
.top-menu .table-cell > ul > li:after{
    content:"";
    display: block;
    position: absolute;
    width: 16px;
    height: 1px;
    top: 50%;
    right: -83px;
    background: #BC761F;
}
.top-menu .table-cell > ul > li:last-of-type:after{
    display: none;
}
@media (max-width: 1349px) {
    .top-menu .table-cell > ul > li{
        display: inline-block;
        margin: 0 35px;
    }
    .top-menu .table-cell > ul > li:after{
        right: -43px;
    }
}
@media (max-width: 991px) {
    .header-contacts{
        right: 80px;
    }
}
/* ======= /. TOP MENU ======= */



/* ======= TOP SLIDER ======= */
.top-slider-wrapper{
    background: #090000;
}
.top-slider .item{
    height: 720px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    color: #fff;
    display: none;
}
.top-slider > div:first-of-type{
    display: block;
}
.top-slider.slick-slider .item{
    display: block;
}
.top-slider .title{
    font-size: 80px;
    font-family: 'Roboto Slab', serif;
    line-height: 1;
    position: relative;
    margin-bottom: 60px;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 0 0 5px rgba(0,0,0,0.7);
}
.top-slider .text{
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 300;
}
.top-slider .slider .btn{
    margin-bottom: 0;
    border-color: #fff;
    color: #fff;
}
.top-slider .slider .btn:hover{
    background: #fff;
    color: #090000;
}

.top-slider .slick-next{
    right: 50%;
    margin-right: -645px;
}
.top-slider .slick-prev{
    right: 50%;
    margin-right: -580px;
}
.top-slider .slick-dots {
    width: 30px;
    padding: 0;
    list-style: none;
    display: block;
    position: absolute;
    right: 50%;
    margin-right: -645px;
    bottom: 180px;
}

@media (max-width: 1349px) {
    .top-slider .title{
        font-size: 80px;
    }  
    .top-slider .item{
        height: 60vw;
        padding-top: 50px;
    }
    .top-slider .slick-next{
        right: 15px;
        margin-right: 0;
        bottom: 30px;
    }
    .top-slider .slick-prev{
        right: 80px;
        margin-right: 0;
        bottom: 30px;
    }
    .top-slider .slick-dots {
        right: 15px;
        margin-right: 0;
        bottom: 100px;
    }
}

@media (max-width: 991px) {
    .top-slider .title{
        font-size: 8vw;
        margin-bottom: 2vw;
    }
    .top-slider .item{
        height: 70vw;
        padding-top: 100px;
    }
}

@media (max-width: 767px) {
    .top-slider .text{
        font-size: 3vw;
    }
    .top-slider .btn{
        padding: 10px 20px;
        font-size: 3vw;
    }
    .top-slider .item{
        height: 80vw;
        padding: 15px;
    }
    .header-push{
        height: 94px;
    }
    .header-contacts-xs{
        padding: 15px;
        background: #3c0406;
    }
    .top-slider-wrapper .container{
        padding-left: 0;
        padding-right: 0;
    }
}

/* ======= /. HEADER ======= */

.about-section{
    padding: 140px 0 100px;
    background: url(../images/brick-wall.png) #fcead8;
}
.about-section .content{
    padding-right: 20px;
}
.about-gallery{
    width: 630px;
    max-width: 100%;
}
.about-gallery .element{
    margin-bottom: 30px;
}
.about-gallery a{
    display: inline-block;
}
.about-gallery a:hover{
    box-shadow: 0 0 15px rgba(0,0,0,1);
}
.social a{
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    border: 1px solid #BC761F;
    color: #BC761F;
    line-height: 50px;
    font-size: 18px;
}
.social a:hover{
    background: #BC761F;
    color: #090000;
}
.fixed-social a{
    display: block;
    margin: 0 0 8px 0;
}
.fixed-social{
    position: fixed;
    top: 50%;
    right: 15px;
    margin-top: -84px;
}
@media (max-width: 1460px) {
    .fixed-social{
        display: none;
    }
}
@media (max-width: 991px) {
    .about-section{
        padding: 80px 0;
    }
}
@media (max-width: 767px) {
    .about-section{
        padding: 60px 0 40px;
    }
}


.action-section {
    padding: 120px 0;
    color: #FFF;
    background-color: #0F0201;
    background-image: url("../images/dark-leather.png");
}
hr.short{
    width: 30px;
    border-top: 2px solid #BC761F;
}
.action-carousel .item{
    moz-transform: scale(0.8);
	ms-transform: scale(0.8);
	transform: scale(0.8);
	webkit-transform: scale(0.8);
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.action-carousel .item.slick-center{
    moz-transform: scale(1);
	ms-transform: scale(1);
	transform: scale(1);
	webkit-transform: scale(1);
    bottom: -35px;
    position: relative;
}
.action-carousel .slick-list{
    padding-bottom: 35px !important;
}
.action-carousel .slick-prev{
    right: auto;
    left: 50%;
    margin-left: -256px;
    bottom: 0;
}
.action-carousel .slick-next{
    right: 50%;
    margin-right: -256px;
    bottom: 0;
}
@media (max-width: 991px) {
    .action-carousel .item{
        moz-transform: scale(1);
    	ms-transform: scale(1);
    	transform: scale(1);
    	webkit-transform: scale(1);
        padding: 0 15px;
        text-align: center;
    }
    .action-section{
        padding: 60px 0;
    }
}

.gallery-section {
    padding: 100px 0;
    color: #fff;
    border-bottom: 1px solid #1F1818;
    background: #0c0203;
}
.gallery-section .text{
    font-size: 18px;
    line-height: 2;
}
.gallery{
    text-align: center;
}
.gallery-section .more:hover{
    color: #fff;
}
.gallery .gallery-item{
    width: 33.3333%;
}
@media (max-width: 800px) {
    .gallery .gallery-item{
        width: 50%;
    }
}
@media (max-width: 500px) {
    .gallery .gallery-item{
        width: 100%;
    }
}

a.fancybox{
    display: inline-block;
    position: relative;
}
a.fancybox:before{
    content:"";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
a.fancybox:after{
    content:"";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    margin-top: -45px;
    margin-left: -45px;
    background: url(../images/zoom-icon.png) 50% 50% no-repeat;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
}
a.fancybox:hover:before{
    opacity: 1;
}
a.fancybox:hover:after{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}


.gallery .gallery-item a{
    display: block;
    padding: 10px;
}
.gallery .gallery-item a:before{
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
}
@media (max-width: 991px) {
    .gallery-section{
        padding: 60px 0;
    }
}

.booking-section{
    padding: 120px 0;
    background: url(../images/bg2.jpg) right bottom no-repeat #090000;
    color: #fff;
}
.booking-section .element-phone a{
    font-weight: 500;
    font-size: 20px;
    color: #fff;
}


.menu-section{
    background-color: #0F0201;
    background-image: url(../images/dark-leather.png);
    padding: 100px 0;
    color: #fff;
}
.menu-section .text{
    line-height: 2;
}
@media (max-width: 991px) {
    .gallery-section{
        padding: 60px 0;
    }
}
.restaurant-menu-carousel-wrapper{
    margin: 0 -15px;
}
.restaurant-menu-carousel .element{
    padding: 0 15px;
}
.restaurant-menu-carousel .element a,
.restaurant-menu-carousel .element img{
    width: 100%;
}
.restaurant-menu-carousel .element-title{
    margin-bottom: 10px;
}

.restaurant-menu-carousel .slick-next{
    right: 15px;
    margin: 0;
    top: -70px;
}
.restaurant-menu-carousel .slick-prev{
    left: 15px;
    margin: 0;
    top: -70px;
}




.tea-section{
    padding: 100px 0;
}
.tea-section .content{
    padding-left: 60px;
    font-size: 18px;
    line-height: 2;
}
.tea-section .title{
    font-size: 30px;
    font-style: italic;
    margin-bottom: 30px;
    line-height: 1.4;
    position: relative;
}
.tea-section .title:before{
    content:"";
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    top: 20px;
    left: -60px;
    background: #BC761F;
}
@media (max-width: 1349px) {
    .tea-section .content{
        padding-left: 30px;
        font-size: 16px;
        line-height: 1.8;
    }
    .tea-section .title{
        font-size: 24px;
        margin-bottom: 25px;
        line-height: 1.3;
    }
    .tea-section .title:before{
        display: none;
    }
}
@media (max-width: 991px) {
    .tea-section{
        padding: 60px 0;
    }
    .tea-section .content{
        padding-left: 0;
    }
}

.middle-section{
    padding: 100px 0 80px;
}
@media (max-width: 991px) {
    .middle-section{
        padding: 60px 0 40px;
    }
}

.actions-list{
    margin: 0 -15px;
}
.actions-list .grid-sizer,
.actions-list .action-item{
    width: 25%;
}
.actions-list .action-item.action-item--width2 {
    width: 50%;
}
.actions-list .action-item{
    padding: 15px;
}
.actions-list .action-item a{
    display: inline-block;
}
.actions-list .action-item a:hover{
    box-shadow: 0 0 20px rgba(0,0,0,1);
}

.page-menu{
    text-align: center;
    margin-bottom: 20px;
}
.page-menu ul{
    display: inline-block;
    border: 2px solid #BC761F;
}
.page-menu li{
    display: inline-block;
}
.page-menu a{
    display: block;
    text-decoration: none;
    color: #090000;
    font-style: italic;
    padding: 12px 30px;
    margin-left: -2px;
    font-size: 18px;
}
.page-menu li:first-of-type a{
    margin-left:0;
}
.page-menu .active > a,
.page-menu a:hover{
    background: #BC761F;
    color: #fff;
}

.anchor-menu{
    background: #F5F3EA;
    padding: 10px 0 5px;
}
.anchor-menu li{
    display: inline-block;
    margin: 0 3px 5px;
}
.anchor-menu a{
    display: block;
    padding: 3px 9px;
    border: 2px solid #090000;
    color: #090000;
    text-decoration: none;
    font-size: 14px;
}
.anchor-menu a:hover{
    background: #090000;
    color: #fff;
}
.menu-list .element{
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    .anchor-menu{
        height: 47px;
        overflow: hidden;
    }
    .anchor-menu.fixed{
        position: fixed;
        top: 94px;
        z-index: 200;
        left: 0;
        right: 0;
        box-shadow: 0 2px 2px rgba(0,0,0,0.4);
    }
    .anchor-menu-push.active{
        height: 47px;
    }
    .anchor-menu a{
        padding: 1px 5px;
        font-size: 13px;
    }
}
@media (min-width: 992px){
    .anchor-menu{
        height: 52px;
    }
    .anchor-menu a{
        padding: 3px 9px;
        font-size: 14px;
    }
    .anchor-menu-push.active{
        height: 52px;
    }
}

.gallery-list.popular .block-title{
    font-weight: 500;
    font-size: 18px;
}
.gallery-list .element{
    height: 384px;
    width: 300px;
    margin: 0 auto 30px;
    background-repeat: no-repeat;
}
.gallery-list .element .element-content{
    position: absolute;
    left: 25px;
    bottom: 25px;
    right: 25px;
    color: #fff;
}
.gallery-list .element .title{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1.3;
}
.gallery-list .element .date{
    font-size: 12px;
    display: inline-block;
    padding: 2px 8px;
    border: 2px solid #fff;
}
.gallery-list .element .element-info{
    position: absolute;
    top: 20px;
    left: 0;
    background: #BC761F;
    color: #fff;
    padding: 6px 15px 4px;
    font-size: 12px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    opacity: 0;
}
.photo-count{
    margin-right: 10px;
}
.photo-count svg{
    margin: 0 3px -2px 0;
}
.view-count svg{
    margin: 0 3px -2px 0;
}
.gallery-list .element:hover .element-info{
    opacity: 1;
}
.gallery-list .element:before{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    opacity: 0;
}
.gallery-list .element:hover:before{
    opacity: 1;
}

@media (max-width: 1349px) {
    .gallery-list .element{
        height: 28vw;
        width: auto;
        background-size: cover;
    }
}
@media (max-width: 991px) {
    .gallery-list .element{
        height: 38vw;
    }
}
@media (max-width: 767px) {
    .gallery-list .col-sm-4{
        width: 50%;
        float: left;
    }
    .gallery-list .element{
        height: 60vw;
    }
}
@media (max-width: 560px) {
    .gallery-list .element .title{
        font-size: 14px;
    }
    .gallery-list .element .element-content {
        left: 15px;
        bottom: 15px;
        right: 15px;
    }
}
@media (max-width: 400px) {
    .gallery-list .element .title{
        font-size: 18px;
    }
    .gallery-list .element .element-content {
        left: 25px;
        bottom: 25px;
        right: 25px;
    }
    .gallery-list .element{
        height: 384px;
        width: 300px;
        max-width: 100%;
    }
    .gallery-list .col-sm-4{
        width: 100%;
        float: none;
    }
}

.date-filter-link svg{
    margin: 0 3px -3px 0;
}
/* ======= ASIDE MENU ======= */

.aside-menu{
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
}
.aside-menu a {
    display: block;
    text-decoration: none !important;
    color: #090000;
    padding: 13px 36px 13px 0;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    font-style: italic;
}
.aside-menu ul ul a{
    border-top: none;
}
.aside-menu li:hover > a,
.aside-menu .active > a{
    color: #FCB000 !important;
}
.aside-menu ul ul > li:hover > a:before,
.aside-menu ul ul > li.open > a:before,
.aside-menu ul ul > li.active > a:before{
    background: #FCB000;
}
.aside-menu > ul ul{
    display: none;
}
.aside-menu .active > ul{
    display: block;
}
.aside-menu > ul li{
    position: relative;
}
.aside-menu > ul .dropdown-button{
    height: 47px;
    width: 36px;
    display: block;
    z-index: 20;
    top: 0;
    right: 0;
    position: absolute;
    cursor: pointer;
}
.aside-menu > ul .dropdown-button:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 17px;
    left: 8px;
    border-bottom: 1px solid #1f1f1f;
    border-right: 1px solid #1f1f1f;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.aside-menu > ul .dropdown-button.active:after{
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 21px;
}
.aside-menu > ul ul .dropdown-button{
    height: 36px;
}
.aside-menu ul ul .dropdown-button:after{
    top: 10px;
}
.aside-menu ul ul .dropdown-button.active:after{
    top: 14px;
}

.aside-menu  ul ul a{
    padding-left: 15px;
    font-style: inherit;
    font-size: 16px;
    font-weight: normal;
}
.aside-menu  ul ul {
    padding-bottom: 5px;
}
@media(max-width:991px){
    .aside-menu > ul .dropdown-button:after{
        right: 5px;
    }
}
.aside-menu-title {
    padding: 15px 42px 12px 20px;
    background: #BC761F;
    position: relative;
    color: #090000;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}
.aside-menu-title span{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
}
@media(max-width: 991px){
    .aside-menu-title span{
        display: block;
    }
}
.aside-menu-title:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    right: 20px;
    border-right: 2px solid #090000;
    border-bottom: 2px solid #090000;
    margin-top: -8px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.active .aside-menu-title:after {
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: -3px;
}
@media (min-width: 992px) {
    .aside-menu-title{
        padding: 15px 0 0 10px;
        background: transparent;
        font-weight: 500;
        color: #0A0101;
        font-size: 14px;
        margin-bottom: 15px;
        position: relative;
    }
    .aside-menu-title:after{
        content: "";
        width: 3px;
        height: 23px;
        background: #BC761F;
        position: absolute;
        top: 20px;
        left: 0;
        border: none;
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@media (max-width: 991px) {
    .aside-menu > ul{
        display: none;
    }
    .aside-menu.active > ul{
        display: block;
    }
    .aside{
        border-right: none;
    }
    .aside-menu.active > ul{
        border: 1px solid #EDEDED;
        margin-bottom: 20px;
    }
    .aside-menu > ul > li > a{
        padding-left: 13px;
    }
    .aside-menu > ul > li:first-of-type > a{
        border-top: none;
    }
    .aside-menu > ul > li:last-of-type > a{
        border-bottom: none;
    }
}
@media only screen and (min-width: 992px) {
    .aside-menu > ul > li.active > a{
        color: #FCB000 !important;
    }
}
/* ======= /. ASIDE MENU ======= */

.base-gallery{
    margin: 0 -15px;
}
.base-gallery .grid-sizer,
.base-gallery .base-gallery-item{
    width: 16.66666%;
}
.base-gallery .base-gallery-item.base-gallery-item--width2 {
    width: 33.33333%;
}
.base-gallery .base-gallery-item{
    padding: 15px;
}
@media (max-width: 991px) {
    .base-gallery .grid-sizer,
    .base-gallery .base-gallery-item{
        width: 25%;
    }
    .base-gallery .base-gallery-item.base-gallery-item--width2 {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .base-gallery .grid-sizer,
    .base-gallery .base-gallery-item{
        width: 33.33333%;
    }
    .base-gallery .base-gallery-item.base-gallery-item--width2 {
        width: 66.66666%;
    }
}
@media (max-width: 400px) {
    .base-gallery .grid-sizer,
    .base-gallery .base-gallery-item{
        width: 50%;
    }
    .base-gallery .base-gallery-item.base-gallery-item--width2 {
        width: 100%;
    }
}

.page-title-block{
    padding-left: 100px;
}
.page-title-block .back-link{
    position: absolute;
    left: 0;
    top: 25px;
    text-transform: uppercase;
}
.page-title-block .back-link svg{
    margin: 0 5px -5px 0;
}
@media (max-width: 1349px) {
    .page-title-block .back-link{
        top: 20px;
    }
}
@media (max-width: 991px) {
    .page-title-block .back-link{
        top: 13px;
    }
}
@media (max-width: 767px) {
    .page-title-block .back-link{
        position: static;
        display: inline-block;
        margin-bottom: 20px;
    }
    .page-title-block{
        padding-left: 0;
    }
}

.video-item{
    position: relative;
}
.video-item:before{
    content:"";
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    background: rgba(0,0,0,0.5);
}
.video-link{
    display: block;
    position: absolute;
    right: 50%;
    top: 50%;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-right: -40px;
    z-index: 10;
    -webkit-transition: right 1ms ease-out;
	-moz-transition: right 1ms ease-out;
	-o-transition: right 1ms ease-out;
	transition: right 1ms ease-out;
}
.video-link span{
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 100%;
    background: rgba(255,255,255,0.2);
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.video-link span:after{
    content: "";
    display: inline-block;
    border-left: 26px solid rgba(255,255,255,0.5);
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -9px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.video-link:hover span{
    background: rgba(245,0,0, 0.4);
}
.video-link:hover span:after{
    border-left-color: #F50000;
}



.for-time-box{
    display: none;
    margin-top: -15px;
    margin-bottom: 20px;
}
.ui-datepicker{
    border-radius: 0 !important;
    font-size: 14px;
}
.ui-datepicker .ui-datepicker-header{
    border-radius: 0;
    border: none;
}
.ui-icon-circle-triangle-e {
  background-position: -34px 0;
}
.ui-icon-circle-triangle-w {
  background-position: -98px 0;
}
.ui-timepicker-standard{
    z-index: 10000 !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br{
    border-radius: 0;
}
.ui-timepicker-standard a{
    padding: 0px !important;
    font-size: 12px;
}
.ui-datepicker th {
    background: #fff;
    color: #000;
}
.popular-section{
    background: #fff;
    padding: 100px 0 80px;
}
@media (max-width: 991px){
    .popular-section {
        padding: 60px 0 40px;
    }
}






/*table*/
.events-calendar table{
    border-collapse: collapse;
    width: 100%;
    margin: 30px 0 50px;
    font-size: 14px;
    line-height: 20px;
}
.events-calendar th{
    border: 1px solid #BC761F;
    padding: 12px;
    background: #BC761F;
    color: #080000;
    border-bottom: 1px solid #fff;
    font-weight: bold;
    vertical-align: middle;
    padding: 5px 10px;
}
.events-calendar td{
    border: 1px solid #fff;
    vertical-align: middle;
}
.events-calendar th:first-child,
.events-calendar td:first-child{
    border-left: none;
}
.events-calendar th:last-child,
.events-calendar td:last-child{
    border-right: none;
}
.events-calendar tr:nth-child(odd) td{
    background: #F7F7F7;
}
/*end table*/

.events-calendar #Calendar .calendar{
    width: 100%;
    border-color: #C4C4C4;
}
.events-calendar #Calendar  td{
    border: 1px solid #C4C4C4;
    text-align: center;
    padding: 0;
}
.events-calendar #Calendar .date{
    border: none !important;
    padding: 5px;
    background: #F7F7F7;
    width: 100%;
    height: auto;
}
.events-calendar #Calendar .noevent .date{
    background: #F7F7F7;
}
.events-calendar #Calendar .noevent .date:hover{
    background: #DEDEDE;
}
.events-calendar #Calendar .cell.weekend.noevent .date{
    background: #F6E8E8;
}
.events-calendar #Calendar .cell.weekend.noevent .date:hover{
    background: #F6DCDC;
}
.notice{
    color: #404040;
}
.events-calendar #Calendar .event{
    border: none;
    border-radius: 0;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.6), -2px -2px 2px rgba(0,0,0,0.2);
}
.events-calendar #Calendar{
    margin-bottom: 50px;
}

.events-calendar #Calendar .isevent .date{
    background: #d6d6d6;
    border: none !important;
    color: #080000 !important;
    border-radius: 0 !important;
    text-shadow: none;
}

.events-calendar #Calendar .prev,
.events-calendar #Calendar .next{
    float: none;
    display: block;
    border: none;
}
.events-calendar #Calendar .prev a,
.events-calendar #Calendar .next a{
    display: block;
    border: none !important;
    padding: 12px 6px !important;
    text-decoration: none;
    height: 40px;
    border-radius: 0 !important;
}
.events-calendar #Calendar .prev a{
    border-right: 1px solid #f7f7f7 !important;
}
.events-calendar #Calendar .next a{
    border-left: 1px solid #f7f7f7 !important;
}
.events-calendar #Calendar .prev a:hover,
.events-calendar #Calendar .next a:hover{
    background: #EAEAEA;
}

.events-calendar .title{
    font-weight: 500;
    color: #0A0101;
    font-size: 14px;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
    padding-left: 10px;
}
.events-calendar .title:after{
    content: "";
    width: 3px;
    height: 20px;
    background: #BC761F;
    position: absolute;
    top: 0;
    left: 0;
}
@media (min-width: 992px){
    .events-calendar{
        padding-right: 18px;
    }
}

.events-calendar #Calendar .event div .num,
.events-calendar #Calendar .event div .eventdate{
    display: none;
}
.events-calendar #Calendar .event div .link{
    margin-bottom: 10px;
    display: block;
}
.events-calendar #Calendar .event div .link a{
    color: #000;
    text-decoration: underline;
}
.events-calendar #Calendar .event div .link a:hover{
    text-decoration: none;
}

@media (min-width: 992px){
    .action-details-content .content-wrapper{
        padding-left: 20px;
        font-size: 14px;
    }
}








/*
    font-family: 'Roboto Slab', serif;
    font-family: 'Rubik', sans-serif;
    colors:
        #BC761F  -бежевый
        #090000  -темный
*/

/**************************************************   MEDIA QUERIS   *****************************************************/

@media (max-width: 1349px) {
    
}
@media (max-width: 991px) {

}
@media (max-width: 767px) {

}



@media (min-width: 768px) {

}
@media (min-width: 992px){

}
@media (min-width: 1350px) {

}