@font-face {
    font-family: "Rubik Regular"; /* Имя шрифта */
    src: url(../fonts/Rubik/Rubik-Regular.ttf); /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: "Rubik Light"; /* Имя шрифта */
    src: url(../fonts/Rubik/Rubik-Light.ttf); /* Путь к файлу со шрифтом */
}

@font-face {
   font-family: "Philosopher Regular"; /* Имя шрифта */
    src: url(../fonts/Rubik/Philosopher-Regular.ttf); /* Путь к файлу со шрифтом */
}

@font-face {
   font-family: "Philosopher Bold"; /* Имя шрифта */
    src: url(../fonts/Philosopher/Philosopher-Bold.ttf); /* Путь к файлу со шрифтом */
}

@font-face {
   font-family: "Philosopher Regular"; /* Имя шрифта */
    src: url(../fonts/Philosopher/Philosopher-Regular.ttf); /* Путь к файлу со шрифтом */
}

body {
    font-family: "Rubik Regular", sans-serif; 
}

.header {
    position: relative;
    height: 100vh;
    background: url(../images/banner.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    overflow: hidden;
}

.logo-wrap {
    margin-top: 12vh;
}

.page .logo-wrap {
     margin-top: 30px;
     margin-bottom: 30px;
}

.logo-wrap,
h1 {
    text-align: center;
}

h1 {
    margin-top: 8vh;
    color: #fff;
    text-transform: uppercase;
    font-size: 48px;
    font-family: "Philosopher Regular";
    position: relative;
    z-index: 1;
}

.container.page {
    padding-bottom: 50px;
}

.page h1 {
    color: #000;
    text-align: center;
    margin-bottom: 20px;
    font-size: 26px;
}

.fotorama {
    margin-bottom: 30px;
}

.page h3 a {
    color: #000;
    font-family: "Philosopher Regular";
}

.blog-grid-info {
    list-style: none;
    padding-left: 0;
}

.content-block  {
    padding-bottom: 50px;
}
.hotel-block  {
    padding-bottom: 50px;
}
.restaurant-block  {
    padding-bottom: 50px;
}

.sidebar-menu {
    background: #271839;
    width: 165px;
    height: 100vh;
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: space-between;
    left: 0;
    top: 0;
    color: #fff;
    z-index: 1000;
    list-style: none;
    padding-left: 0;
    padding-top: 40px;
    padding-bottom: 40px;
}

.sidebar-menu li {
    /*padding-top: 60px;
    padding-bottom: 20px;*/
    width: 100%;
    flex: 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sidebar-menu li:hover,
.sidebar-menu a:hover {
    cursor: pointer;
}

.sidebar-menu li img {
    max-width: 50px;
    margin-bottom: 10px;
}

.sidebar-menu a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #b7a1c1;
    font-size: 100%;
    text-transform: uppercase;
    text-align: center;
}

.sidebar-menu li:hover a {
    color: #fff;
}

.sidebar-menu a:hover {
    text-decoration: none;
}

.sidebar-menu li:hover {
    background: #170b25;
}

/*.sidebar-menu .about-us:hover {
    background: url(../images/menu-item1-active.png) no-repeat center 0 #170b25;
}*/

/*.about-us {
    background: url(../images/menu-item1.png) no-repeat center 20px;
}*/

/*.pyvovarnya {
    background: url(../images/menu-item2.png) no-repeat center 20px;
}

.sidebar-menu .pyvovarnya:hover {
    background: url(../images/menu-item2-active.png) no-repeat center 20px #170b25;
}

.restoran {
    background: url(../images/menu-item3.png) no-repeat center 20px;
}

.sidebar-menu .restoran:hover {
    background: url(../images/menu-item3-active.png) no-repeat center 20px #170b25;
}

.hotel-item {
    background: url(../images/menu-item4.png) no-repeat center 20px;
}

.sidebar-menu .hotel-item:hover {
    background: url(../images/menu-item4-active.png) no-repeat center 20px #170b25;
}

.news-item {
    background: url(../images/menu-item5.png) no-repeat center 20px;
}

.sidebar-menu .news-item:hover {
    background: url(../images/menu-item5-active.png) no-repeat center 20px #170b25;
}

.contact-item {
    background: url(../images/menu-item6.png) no-repeat center 20px;
}

.sidebar-menu .contact-item:hover {
    background: url(../images/menu-item6-active.png) no-repeat center 20px #170b25;
}*/

.beer-block {
    position: relative;
    text-align: center;
    margin-top: -300px;
    min-height: 600px;
}

.beer-block p {
    max-width: 100px;
    margin: 15px auto 0;
    padding-top: 15px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Philosopher Regular";
    font-size: 18px;
     background: url(../images/title-line.png) no-repeat center 0;
}

/*.beer-block .images-container {
    position: static;
    left: 50%;
    margin-left: 0;
}*/

.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.images-container.fixed {
    padding-top: 100px;
}

.beer-container .images-container {
    padding-top: 0;
}

.beer-menu-block {
    min-height: 800px;
    background: url(../images/bg-1.png) no-repeat 0 0;
    background-size: cover;
}

.beer-menu-block  .col-md-6 {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.beer-menu-block  .col-md-6:first-of-type .menu-text,
.beer-menu-block  .col-md-6:first-of-type .menu-text {
    padding-left: 30px;
}

.title-header {
    margin-top: 50px;
    padding-bottom: 10px;
    text-align: center;
    font-family: "Philosopher Regular";
    text-transform: uppercase;
    background: url(../images/yellow-title-line.png) no-repeat center bottom;
}

.short-description {
    max-width: 760px;
    margin: 10px auto 30px;
    padding: 10px;
    background: rgba(255,255,255,.5);
    border-bottom: 2px solid #261738;
    font-family: "Philosopher Regular";
    font-size: 18px;
    line-height: 20px;
}

.beer-menu-block  h3,
.beer-menu-block  h4 {
    margin: 0;
    text-transform: uppercase;
    font-family: "Philosopher Regular";
}

.beer-menu-block  h3 {
     font-size: 20px;   
}

.beer-menu-block  h4 {
    font-size: 16px;
    padding-bottom: 10px;
}

.beer-menu-block  h4:after {
    content: '';
    display: block;
    width: 275px;
    height: 10px;
    position: relative;
    margin-top: 5px;
    z-index: 10;
    background: url(../images/menu-title-line.png) no-repeat center 100%;
}

.beer-menu-block  .col-md-6:first-of-type h4:after,
.beer-menu-block  .col-md-6:last-of-type h4:after {
    left: -30px;
    right: 0;
}

.beer-menu-block  .col-md-6:first-of-type .price-block,
.beer-menu-block  .col-md-6:last-of-type .price-block {
    padding-right: 30px;
}

.menu-img {
    max-height: 280px;
    overflow: hidden;
}

.menu-img img {
    max-width: 109px;
    height: auto;
}

.price-block {
    display: flex;
    justify-content: space-between;
    font-family: "Rubik Regular";
}

.price-block p {
    margin-bottom: 5px;
}

.price {
    position: relative;
    flex: 1;
    text-align: right;
}

.price:after {
    content: '';
    display: block;
    width: 63%;
    height: 2px;
    border-bottom: 1px dotted #000;
    position: absolute;
    bottom: 5px;
    right: 70px;
}

.menu-block {
    position: relative;
    min-height: 700px;
    background-image: url(../images/bg-2.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}

.menu-block .col-md-10 {
    margin: auto;
}

.menu-block:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 150px;
    display: block;
    width: 460px;
    height: 230px;
    background: url(../images/food.png) no-repeat 0 0;
}

.top-menu-block {
     position: relative;
     height: 200px;
}

.top-menu-block h2 {
    width: 80%;
    top: 40px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    color: #261738;
    font-size: 19px;
    text-align: center;
    padding: 15px 5px 15px 10px;
    background: #b6a0c0;
    font-family: "Philosopher Regular";
}

.top-image {
    position: absolute;
    max-width: 280px;
    height: auto;
    top: 30px;
    left: 0;
    z-index: 20;
}

.menu-content {
    color: #fff;
}

.menu-content h3 {
    text-align: right;
    padding-bottom: 13px;
    background: url(../images/white-title-line-right.png) no-repeat 100% 100%;
    font-family: "Philosopher Regular";
}

.menu-content .right-align {
    max-width: 315px;
    text-align: right;
    margin: 0 0 0 auto;
}

.menu-content .right-align h3 {
     margin: 0 auto 0 0;
}

.menu-content .menu-text {
    margin-top: 5px;
    font-family: "Rubik Regular";
    font-size: 16px;
    max-width: 470px;
}

.menu-content .left-block h3 {
    max-width: 470px;
    padding-bottom: 10px;
    background: url(../images/white-title-line.png) no-repeat 0 100%;
    text-align: left;
}

.right-block {
    padding-right: 80px;
    text-align: right;
}

.yellow-btn {
    text-align: center;
    padding: 5px !important;
    background: #fcc616;
    color: #271839;
    font-family: "Philosopher Regular";
    font-size: 20px;
}

.yellow-btn:hover {
    text-decoration: none;
}

.right-block .yellow-btn {
    display: block;
    text-align: center;
    margin: 50px 0 0 auto;
    max-width: 270px;
    padding: 10px;
    background: #fcc616;
    color: #271839;
}
input.yellow-btn {
    padding: 5px 30px !important;
    border-width: 0;
}
input.grey-btn {
    background: lightgray;
    color: black;
}

.gallery {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}

.gallery li {
    flex: 2 auto;
    max-width: 370px;
    min-height: 260px;
    max-height: 260px;
    overflow: hidden;
    margin-right: 5px;
    margin-bottom: 5px;
}

.gallery img {
    width: 100%;
    height: 100%;
}

.gallery li:first-child,
.gallery li:last-child {
    flex: 1 auto;
    max-width: 180px;
}

.btn-block {
    display: flex;
    justify-content: space-between;
}

.btn-block .yellow-btn {
    display: block;
    width: 265px;
    text-align: center;
    margin: 25px 0 0;
    padding: 10px;
    background: #fcc616;
    color: #271839;
}

.news {
    margin-top: 50px;
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news h5 {
     font-family: "Philosopher Regular";
     font-size: 18px;
}

.news a {
    color: #000;
}

.news li {
    width: 33%;
    margin-bottom: 20px;
}

.news li img {
    width: 100%;
    height: auto;
}

.news .img-wrap {
    max-height: 210px;
    overflow: hidden;
}

.map-container {
    margin: 20px 0;
    /*height: 400px;*/
    /*background: url(../images/map.jpg) no-repeat 0 0;*/
    /*background-size: cover;*/
}
#map_canvas1.scrolloff {
    pointer-events: none;
}

.map-title {
    text-align: center;
    color: #261738;
    margin-top: 30px;
}

.middle-contact-block {
    display: flex;
    justify-content: space-between;
}

.contact-container {
    padding: 30px 0;
}

.contact-container h5 {
    margin-top: 0;
    font-size: 20px;
    font-family: "Rubik Light"; 
}

.form-block {
    max-width: 370px;
    margin: 0 0 0 auto;
}

.form-block form,
.form-block input,
.form-block textarea {
    width: 100%;
}

.form-block textarea {
    border: 1px solid #b6a0c0;
    text-indent: 10px;
}

.form-block input[type="text"] {
    height: 35px;
    margin-bottom: 15px;
    border: 1px solid #b6a0c0;
    text-indent: 10px;
}

.form-block input[type="submit"] {
    float: right;
    max-width: 165px;
    border: 0;
    margin: 20px 0 0 auto;
}

.contact-info h4 {
    font-size: 24px;
    font-family: "Philosopher Regular";
    margin-bottom: 0;
}

.contact-info p {
    font-size: 20px;
    font-family: "Philosopher Regular";
}

.contact-container .title-header {
    margin-top: 0;
}

.footer {
    background: #261738;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}


.footer p {
    margin-bottom: 0;
    font-family: "Rubik Regular";
    font-size: 15px;
}

.footer p span {
     font-size: 14px;
}

.beer-menu-block .slideInLeft,
.beer-menu-block .slideInRight {
    animation-delay: 1s;
}

.menu-content .slideInUp {
    animation-delay: 2s;
}

.beer-img {
    position: absolute;
    bottom: 0;
    left: 5%;
    animation-delay: 0.2s;
    animation-duration: 3s;
    z-index: 0;
}

.contact-info h4 {
    color: #999;
}

.sidebar-menu li.active {
    background: #170b25;
}
.sidebar-menu li.active a {
    color: #fff;
}

.sidebar-menu li.about-us.active img {
    content: url('../images/menu-item1-active.png');
}
.sidebar-menu li.pyvovarnya.active img {
    content: url('../images/menu-item2-active.png');
}
.sidebar-menu li.restoran.active img {
    content: url('../images/menu-item3-active.png');
}
.sidebar-menu li.hotel-item.active img {
    content: url('../images/menu-item4-active.png');
}
.sidebar-menu li.news-item.active img {
    content: url('../images/menu-item5-active.png');
}
.sidebar-menu li.contact-item.active img {
    content: url('../images/menu-item6-active.png');
}
.sidebar-menu li.store-item.active img {
    content: url('../images/menu-item7-active.png');
}

.page {
    min-height: 750px;
}

.green-text {
    color: #009900;
    font-size: 14px !important;
    margin-top: 10px;
}

.restaurant-block h2 {
    font-size: 32px;
    font-family: "Philosopher Regular";
}
.restaurant-block table {
    font-size: 16px;
    font-family: "Philosopher Regular";
}

.borderless td, .borderless th {
    border-top-width: 0 !important;
}

.copyright a {
    color: #b7a1c1;
}

@media (min-width: 769px) {
    
    #fb-btn {
        position: absolute; right: 55px; top: 40px; width: 160px;
        z-index: 1000;
    }
    #fb-img {
        display: inline-block;
    }
    #fb-img-m {
        display: none;
    }
}
/*
.row {
    margin-right: 0px;
    margin-left: 0px;
}
*/
.hotel-container {
    margin-bottom: 40px;
}
.news-container h2 {
    margin-top: 30px;
}