@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=cyrillic');

/*
font-family: Georgia, Times, serif;
font-family: 'Open Sans', sans-serif;
*/

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    line-height: normal;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    background-color: #eaeaec;
}

.georgia {
    font-family: Georgia, Times, serif;
}

.font36 {
    font-size: 36px;
}

.font24 {
    font-size: 24px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

body {
    padding-top: 90px;
}

.clear {
    clear: both;
}

.bold {
    font-weight: bold;
}

.unbold {
    font-weight: normal;
}

img {
    max-width: 100%;
}

.underline {
    text-decoration: underline;
}

.exbold {
    font-weight: 800;
}

.black {
    color: #000;
}

.red, .red .fa {
    color: #eb1212;
}

.center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.transition {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.uppercase {
    text-transform: uppercase;
}

.nowrap {
    white-space: nowrap;
}

.small {
    font-size: 10px;
}

.smaller {
    font-size: 12px;
}

.grey {
    color: #8c8c8c;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    padding-right: 10px;
    padding-left: 10px;
}

.margin_40 {
    margin-bottom: 40px !important;
}

.margin_30 {
    margin-bottom: 30px !important;
}

.margin_20 {
    margin-bottom: 20px !important;
}

.margin_10 {
    margin-bottom: 10px !important;
}

.form-control::-webkit-input-placeholder, ::-webkit-input-placeholder {
    color: #969696;
}

.form-control:-moz-placeholder, :-moz-placeholder {
    color: #969696;
    opacity: 1;
}

.form-control::-moz-placeholder, ::-moz-placeholder {
    color: #969696;
    opacity: 1;
}

.form-control:-ms-input-placeholder, :-ms-input-placeholder {
    color: #969696;
}

.form-control {

}

.btn {
}

a:hover, a:focus {
    color: #008b3c;
    text-decoration: none;
}

a, a:visited, a:focus {
    color: #008b3c;
    outline: none;
    cursor: pointer;
}

input, textarea {
    border-radius: 0;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    font-weight: bold;
    color: #202020;
}

h1, .h1 {
    font-size: 2.75rem;
    margin-bottom: 30px;
}

h2, .h2 {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 2rem;
}

h3, .h3 {
    font-size: 16px;
}

h4, .h4 {
    font-size: 14px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, .h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child {
    margin-top: 0;
}

ul, ol {
    margin-top: 5px;
    padding: 0 0 0 18px;
}

li {
    margin-bottom: 3px;
}

label {
    font-weight: normal;
    margin: 0 5px 0 0;
}

input[type="radio"], input[type="checkbox"] {
    position: relative;
    top: 2px;
    margin: 0 3px 0 0;
}

.block {
    width: 100%;
    display: block !important;
}

.relative {
    position: relative;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    height: 90px;
    background-color: #fff;
    z-index: 100;
}

header .top-contacts {
    flex: 0 0 190px;
    text-align: right;
}

header .logo {
    display: block;
    flex: 0 0 240px;
}

header .menu a.active {
    color: #c7a146;
}

.menu .close {
    display: none;
}

header .menu a {
    display: inline-block;
    margin: 0 15px;
    color: #000;
}

header .menu {
    font-size: 17px;
}

footer {
    height: 70px;
    padding: 20px 0;
    background-color: #fff;
    font-size: 18px;
    font-family: Georgia, Times, serif;
}

footer .social a:hover {
    opacity: 0.7;
}

footer .copyright {
    float: left;
}

footer .social a {
    margin: 0 20px;
}

footer .footer-by {
    float: right;
}

footer .social {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}

.header-wrapper, .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-phone span {
    color: #c7a146;
}

.header-phone {
    font-size: 24px;
    font-family: Georgia, Times, serif;
    color: #000;
}

a.header-phone:hover, a.header-phone:visited, a.header-phone:focus {
    color: #c7a146;
}

#header-lang-select a {
    color: #c7a146;
    text-decoration: underline;
}

#header-lang-select {
    font-size: 17px;
}

.index-slider .item {
    height: calc(100vh - 90px);
    background-size: cover;
    background-position: center;
}

.index-slider .text .title {
    color: #582f19;
    font-size: 74px;
    line-height: 73px;
    margin-bottom: 20px;
    font-family: Georgia, Times, serif;
}

.index-slider .text {
    width: 80%;
    padding-left: 50%;
    padding-top: 20vh;
    font-size: 17px;
}

.index-slider-booking {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.index-slider-booking-form p {
    color: #fff;
    font-family: Georgia, Times, serif;
    font-size: 17px;
    font-style: italic;
    margin-bottom: 0;
}

.index-slider-booking-form {
    position: relative;
    width: 663px;
    padding: 30px;
    margin: 0 auto;
    background-color: #0099ab;
    z-index: 10;
    border-radius: 3px 3px 0 0;
}

.date-start, .date-end {
    padding: .75rem;
}

.index-slider-booking .date-start, .index-slider-booking .date-end {
    background-color: #333333;
    color: #aaa;
    border: none;
}

.blue {
    color: #0099ab;
}

.btn-blue, a.btn-blue, a.btn-blue:visited, a.btn-blue:focus {
    color: #fff !important;
}

.btn-blue {
    background-color: #0099ab;
    border-color: #0099ab;
}

.btn-blue:hover, a.btn-blue:hover {
    background-color: #03797c;
    border-color: #03797c;
}

.btn-yellow {
    color: #fff;
    background-color: #c7a146;
    border-color: #c7a146;
}

.btn-light-yellow, a.btn-light-yellow {
    color: #c7a146;
    background-color: #fff;
    border-color: #c7a146;
}

.btn-light-grey, a.btn-light-grey {
    color: #6b6b6b;
    background-color: #fff;
    border-color: #6b6b6b;
}

.btn-light-grey:hover, a.btn-light-grey:hover {
    color: #fff;
    background-color: #6b6b6b;
}

.btn-light-yellow:hover, a.btn-light-yellow:hover {
    color: #fff;
    background-color: #c7a146;
}

.btn-yellow, a.btn-yellow {
    color: #fff;
    background-color: #c7a146;
    border-color: #c7a146;
}

.btn-yellow:hover, a.btn-yellow:hover {
    background-color: #af8735;
    border-color: #af8735;
}

.index-rooms-count img {
    position: absolute;
    left: 0;
    top: 0;
}

.index-rooms-count {
    position: relative;
    width: 900px;
    height: 200px;
    margin: 40px auto;
    color: #481b1d;
    font-family: Georgia, Times, serif;
    font-size: 24px;
    padding: 50px 0 0 380px;
}

.rooms-index-list .gallery-wrapper {
    margin-bottom: 0;
}

.rooms-index-list .image {
    height: 210px;
    background-position: center;
    background-size: cover;
}

.rooms-index-list > div {
    display: flex;
    align-items: stretch;
}

.rooms-index-list > div > .item {
    margin-bottom: 20px;
    background-color: #fff;
}

.rooms-index-list .title {
    margin-bottom: 20px;
    font-size: 30px;
    color: #0099ab;
    font-family: Georgia, Times, serif;
}

.rooms-index-list .description {
    min-height: 133px;
    margin-bottom: 20px;
}

.rooms-index-list .content {
    padding: 10px 20px 20px;
    background-color: #fff;
}

.rooms-index-list .btn {
    margin: 0 4px;
}

.index-slide-2 {
    padding: 40px;
    background-position: center;
    background-size: cover;
    background-image: url("../images/main/main_back.jpg");
    color: #fff;
}

#google_map {
    height: 350px;
    border-radius: 3px;
    overflow: hidden;
}

.bg-block {
    position: relative;
    padding: 30px 0;
    min-height: calc(100vh - 160px);
    background-size: cover;
    background-position: center;
    color: #fff;
}

.gallery .item {
    display: block;
    position: relative;
    /*float: left;*/
    height: 300px;
    background-size: cover;
    background-position: center;
    z-index: 2;
}

.info-block {
    position: relative;
    max-width: 530px;
    color: #000000;
    z-index: 5;
}

.info-block .content {
    padding: 20px;
    background-color: #fff;
}

.info-block .title {
    padding: 20px;
    background-color: #0099ab;
    color: #fff;
    font-family: Georgia, Times, serif;
    font-size: 30px;
}

.gallery-pagin a.selected {
    background-color: #0099ab;
}

.gallery-pagin a {
    display: inline-block;
    margin: 0 10px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #828282;
}

.gallery-pagin {
    padding: 10px 0;
    text-align: center;
}

.gallery-wrapper {
    margin-bottom: 20px;
}

.bg-block h1 {
    /*font-size: 48px;*/
    font-weight: normal;
    font-family: Georgia, Times, serif;
    color: #fff;
}

.rooms-list .info-block {
    margin: 0 auto 50px auto;
    background-color: #fff;
}

.rooms-list > div {
    display: flex;
}

.rooms-detail {
    padding: 20px 0;
}

.rooms-detail .info-block {
    width: 100%;
}

.section-title {
    margin-bottom: 15px;
    font-family: Georgia, Times, serif;
    font-size: 24px;
    color: #0099ab;
}

.option-list .item {
    margin-bottom: 7px;
    display: flex;
    align-items: center;
}

.option-list img {
    margin-right: 15px;
}

.detail-gallery {
    margin-bottom: 20px;
}

.detail-gallery .item {
    display: block;
    height: 600px;
    background-size: cover;
    background-position: center;
}

.detail-gallery-pagin {
    margin: 0 -5px;
    height: 180px;
    overflow: hidden;
}

.detail-gallery-pagin .item img {
    height: 180px;
}

.detail-gallery-pagin .item.selected {
    opacity: 0.8;
}

.detail-gallery-pagin .item {
    display: block;
    position: relative;
    float: left;
    width: calc(25%);
    height: 180px;
    margin: 0 5px;
    background-size: cover;
    background-position: center;
}

.detail-gallery-pagin .item.last:before {
    position: absolute;
    content: 'Еще фотографии';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.66);
    z-index: 2;
    text-align: center;
    color: #fff;
    font-family: Georgia, Times, serif;
    padding-top: 76px;
    font-size: 18px;
}

#header-mobile-menu {
    display: none;
}

.index-slider:before, .gallery:before, .detail-gallery:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.menu-text {
    display: none;
    margin-top: 40px;
    font-size: 18px;
    color: #fff;
}

.booking-block .gallery-wrapper .gallery .item {
    height: 150px;
}

.booking-block .title {
    margin-bottom: 10px;
    font-size: 30px;
    font-family: Georgia, Times, serif;
}

.booking-block .flex {
    align-items: start;
}

.booking-block .gallery-wrapper {
    flex: 0 0 250px;
    margin-right: 20px;
}

.booking-block {
    background-color: #fff;
    max-width: 1000px;
    margin: 0 auto;
    color: #000000;
}

.booking-block .table th {
    color: #fff;
    background-color: #aaaaaa;
    font-family: Georgia, Times, serif;
    font-size: 18px;
    border-top: none;
    font-weight: normal;
    text-align: center;
}