@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,500,700,900&subset=cyrillic");
@import url('https://fonts.googleapis.com/css?family=Philosopher:400,700');
@import url('elements.css');
body {
    font-family: 'Philosopher', sans-serif;
    background: url(../images/bb.png);
    padding:0 40px;
}
.container {
    display: flex;
    flex-direction:column;
}
.back_wrap {
    position: absolute;
    height:300px;
    width:100%;
    top:0;
    left:0;
    background: url(../images/bw.png);
    z-index: -1;
    display:flex;
    justify-content:center;
}
/*  ЛОГО */
.logo_wrap {
    display:flex;
    box-sizing:border-box;
    position: absolute;
    top:0;
    width:100%;
    left:0;
    padding:0 45px;
    justify-content:space-between;
}

.logo_wrap > div {
    flex-basis: 30%;
    justify-content:center;
    align-items:flex-start;
    display:flex;
    padding:15px 0;
    font-weight: 700;
    color:#545454;
}
.logo_wrap > div:first-child {
    font-size: 30px;
}
.logo_wrap > div:last-child {
    font-size: 30px;
}
.logo {
    background: url(../images/logo.png) no-repeat center center;
    background-size:contain;
    width:200px;
    height: 127px;
    top:0;
    z-index: 9999;
}
.mobile-logo {
    display: none;
}

/* Шапка - баннер и меню верхнее */
header {
    1border-radius:15px 15px 25px 25px;
    1border-radius:5px;
    1background: linear-gradient(to top, #912400, #501301 10%);
    background: #352a26;
    1box-shadow: 0 2px 6px rgba(0,0,0,0.5);
    margin-top:60px;
    border:2px solid #fff;
}
/* Баннер */
header .img_wrap {
    height:300px;
    background-repeat: no-repeat!important;
    background-position: center 60%!important;
    background-size:cover!important;
    1border:5px solid transparent;
    1border-style: solid;
    1border-image-width: 25px;
    1border-image-source: url(../images/border.png);
    1border-image-slice: 26;
    1border-image-repeat: round;
    1border-radius:25px;
}
/* Меню верхнее */
#menu_toggle {
    display: none;
}
header nav {
    padding:3px 0;
}
header nav ul {
    display: flex;
    margin:0;
}
header nav ul li {
    list-style-type: none;
}
header nav ul li a {
    padding:7px 20px;
    display: inline-block;
    text-decoration: none;
    color:#fff;
    font-size: 16px;
    font-weight: 500;
    border:2px solid transparent;
}
header nav a:hover, .active {
    background: linear-gradient(to top, #8e120d, #B71B15);
    border-radius:4px;
    border:2px groove #861e01;
}
/* Блок с контентом */
.content {
    background: #f0eade;
    margin-top:30px;
    display: flex;
    flex-basis:100%;
    justify-content:space-between;
    align-items:flex-start;
    padding:15px;
}
.content > h3 {
    border-bottom:2px solid;
    color:#a2242c;
    position: relative;
    padding:4px 0;
    margin-top:0;
}


/* Блок с контентом - все блоки - отступ и верхняя граница */
.content > div > div {
    border-top:5px solid #9c1f19;
    padding:10px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
/* Заголовки блоков с фоном */
.title {
    position: relative;
    display: block;
    font-size: 20px;
    padding:15px 0;
    margin:0 auto;
    text-align: center;
    color:#fff;
    font-weight: 300;
    border:2px groove #d27a4a;
    border-radius:5px;
    background: radial-gradient(50% 170%, #f02e24, #561310);
    1box-shadow: inset 0 0 6px 1px rgba(0,0,0,0.4), 0 2px 2px rgba(0,0,0,0.3);
}

.title:before, .title:after {
    content:"\2606\2606\2606\2606\2606";
    margin:0 5px;
    color:#fff9b6;
}
/* КОНТЕНТ - ВЕРХНИЙ БЛОК */
.content_top {
  display:flex;
  flex-basis:67%;
  flex-direction:column;
}
.content_top a {
    text-decoration: none;
}
/* Контент - верхний блок - все блоки */
.content_top > div {
    background: #fef7da;
    border-radius:4px;
    margin-bottom:15px;
}
/* ЛЮКС */
.content_top_left {
    flex-basis: 60%;
}
/* ЛЮКС и ПОЛУЛЮКС - блок с фото*/
.content_top_left .numbers,
.content_top_center .numbers {
    background-position: center center!important;
    background-size:cover!important;
    height:340px;
    margin-top:5px;
    position: relative;
    border:2px groove #9c1f19;
}
/* ЛЮКС и ПОЛУЛЮКС  - описание на фото*/
.amount {
    display:flex;
    color:#000;
    align-items:center;
    justify-content:center;
    line-height: 20px;
    text-align: center;
    position: absolute;
    bottom:0;
    width:100%;
    height:50px;
    background: rgba(255,255,255,0.5);
    font-weight: 700;
    font-size: 18px;
}
/* БРОНИРОВАНИЕ */
.content_top_right {
    flex-basis: 35%;
    background: radial-gradient(at top left, #C31F16, #561310)!important;
    border:none!important;
    position: relative;
}
/* Бронирование - заголовок */
.content_top_right h3 {
    color:#fff9b6;
    font-weight: 300;
    position: relative;
    padding-left:45px;
}
/* Бронирование - заголовок значок */
.content_top_right h3:before {
    content:"";
    background: url(../images/res_icon.png) no-repeat center center;
    background-size:cover;
    width:40px;
    height:40px;
    display: inline-block;
    position: absolute;
    top:-10px;
    left:0;
}
/* Бронирование - оффер на скидку */
.offer_form {
  text-align: center;
  position: relative;
  width:100.5%;
  margin-top:74px;
  bottom:20px;
  margin-left: -16px; /* 15px padding + 7px border ribbon shadow*/
  margin-right: -20px;
  padding: 15px;
  color:#fff9b6;
  font-size: 20px;
  font-weight: 900;
  background: #d3af7b;
  border-radius:5px 5px 0 0;
  background: -moz-radial-gradient(50% 170%, #f02e24, #561310);
  background: -webkit-radial-gradient(linear, left top, left bottom, from(#d3af7b), to(#AF8853));
  background: -webkit-radial-gradient(50% 170%, #f02e24, #561310);
  background: -o-radial-gradient(50% 170%, #f02e24, #561310);
  background: -ms-radial-gradient(50% 170%, #f02e24, #561310);
  background: radial-gradient(50% 170%, #f02e24, #561310);
  -webkit-box-shadow: 0 0 2px rgba(255,249,182,.8) inset;
  -moz-box-shadow: 0 0 2px rgba(255,249,182,.8) inset;
  box-shadow: 0 0 2px rgba(255,249,182,.8) inset;
}
.offer_form:before, .offer_form:after{
  position: absolute;
  left: 0;
  bottom: -6px;
  content:'';
  border-top: 6px solid #561310;
  border-left: 6px solid transparent;
}

.offer_form:before{
  border-top: 6px solid #561310;
  border-right: 6px solid transparent;
  border-left: none;
  left: auto;
  right: 0;
  bottom: -6px;
}
/* Бронирование - форма */
.content_top_right form {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-around;
}
/* Бронирование - блоки с полями */
.content_top_right form > div {
    flex-basis:45%;
    padding:10px 0;
    position: relative;
}
.content_top_right form > div:nth-child(n+3):nth-child(-n+4):after {
    content:"\efa1";
    font-family:'IcoFont';
    display: inline-block;
    color:#D9D8D8;
    position: absolute;
    right:10px;
    bottom:17px;
    font-size: 20px;
}
/* Бронирование - метки полей */
.content_top_right form label {
    display: block;
    font-size: 14px;
    margin-bottom: 3px;
    color:#fff9b6;
}
/* Бронирование - звездочка */
.content_top_right form label:after {
    content:"*";
    color:red;
}
/* Бронирование - поля ввода */
.content_top_right input,
.content_top_right textarea {
    padding:10px 5px;
    box-sizing: border-box;
    border-radius:2px;
    width:100%;
    border:1px solid #fff;
    outline: none;
    box-shadow:inset 0 0 2px rgba(91,20,0,0.5);
}
/* Бронирование - кнопка */
.content_top_right button {
    font-family: 'Philosopher', sans-serif;
    background: #d3af7b;
    flex-basis:50%;
    border: 2px ridge #8f2100;
    padding:10px 0;
    border-radius:4px;
    cursor:pointer;
    font-size: 16px;
    transition:0.3s;
    outline: none;
    margin-top:15px;
}
/* Бронирование - кнопка (наведение) */
.content_top_right button:hover {
    background:#C31F16;
    color:#fff;
    transition:0.3s;
}


/* КОНТЕНТ - НИЖНИЙ БЛОК */
.content_bottom {
  display:flex;
  flex-basis:31%;
  flex-direction:column;
}
/* Контент - нижний блок - все блоки */
.content_bottom > div {
    padding:0 10px;
    background: #fef7da;
    border-radius:4px;
    margin-bottom:15px;
}
/* БЛОК - бассейн, сауна, хамам */
.content_bottom_left {
    display:flex;
    flex-wrap:wrap;
    flex-basis: 70%;
    justify-content:space-around;
    padding:15px 0 30px!important;
}

/* БЛОК - бассейн, сауна, хамам - все блоки */
.content_bottom_left > div {
    /*border:1px solid;*/
}
/* Бассейн */
.content_bottom_left > div {
    flex-basis: 40%;
}

/* БЛОК - бассейн, сауна, хамам - все блоки - заголовки */
.content_bottom_left > div h3 {
    overflow: hidden;
    text-align: center;
}
/* БЛОК - бассейн, сауна, хамам - все блоки - заголовки - линии */
.content_bottom_left > div h3:before,
.content_bottom_left > div h3:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    border-top: 1px solid #C6907F;
    border-bottom: 1px solid #fff;
    box-shadow:inset 0 0 1px rgba(0,0,0,1);
    position: relative;
}
.content_bottom_left > div h3:before {
    margin-left: -100%;
    left: -14px;
}
.content_bottom_left > div h3:after {
    margin-right: -100%;
    right: -14px;
}
.content_bottom_left > div > div {
    position: relative;
}
/* Кнопка "Подробнее" */
.content_bottom_left > div a {
    display: inline-block;
    color:#000;
    text-decoration: none;
    text-align: center;
    background: #d3af7b;
    padding:5px 10px;
    border-radius:2px;
    cursor:pointer;
    font-size: 16px;
    transition:0.3s;
    outline: none;
    margin-top:15px;
}
.content_bottom_left > div a:hover {
    background:#C31F16;
    color:#fff;
    transition:0.3s;
}

/* БЛОК - бассейн, сауна, хамам - все блоки с фото */
.content_bottom_left > div div {
    background-position: center center!important;
    background-size:cover!important;
    height:223px;
    border-left:2px solid #fff;
    border-top:2px solid #fff;
}
/* БЛОК - КОНТАКТЫ */
.content_bottom_right {
    1flex-basis: 40%;
    flex-basis:25%;
}
/* Контакты - заголовок */
.content_bottom_right h3 {
    font-weight: 700;
    padding-left:45px;
    position: relative;
}
/* Контакты - заголовок значок */
.content_bottom_right h3:before {
    content:"";
    background: url(../images/address_icon.png) no-repeat center center;
    background-size:cover;
    width:40px;
    height:40px;
    display: inline-block;
    position: absolute;
    top:-14px;
    left:0;
}
/* Контакты - адрес */
.content_bottom_right p {
    text-align: center;
    margin:5px 0;
}
footer {
    display:flex;
    justify-content:space-around;
    width:100%;
    background: #352a26;
    color:#fff;
    padding:15px 0;
    margin-top:40px;
}
footer > div {
    flex-basis: 40%;
}
footer .copy {
    font-size: 14px;
}
footer span {
    font-size: 25px;
    font-weight: 700;
}

/* НОМЕРА */
.rooms .content_top_left {
    padding-bottom:15px;
}
.rooms .rooms_type {
    flex-basis:100%;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-around;
}
.rooms .rooms_type:after {
    content:"";
    display: block;
    width:100%;
    border-top: 1px solid #C6907F;
    border-bottom: 1px solid #fff;
    margin-top:15px;
}
.rooms .rooms_type:last-child:after {
    display: none;
}
.rooms_type_info {
    flex-basis: 70%;
}
.rooms_type_info p {
    margin:6px 0;
}
.rooms_type_info a {
    display: inline-block;
    color:#000;
    text-decoration: none;
    text-align: center;
    background: #d3af7b;
    padding:5px 10px;
    border-radius:2px;
    cursor:pointer;
    font-size: 16px;
    transition:0.3s;
    outline: none;
    margin-top:15px;
}
.rooms_type_info a:hover {
    background:#C31F16;
    color:#fff;
    transition:0.3s;
}
.rooms_type_img {
    flex-basis:25%;
    justify-content:center;
    align-items:center;
    display:flex;
}
.rooms_type_img > div {
    background-position: center center!important;
    background-size:cover!important;
    width:100px;
    height:100px;
    position: relative;
    border-right:2px solid #fff;
    border-top:2px solid #fff;
}
.rooms_type_img > div:before {
    content:"";
    width:1%;
    height:100%;
    background: #b01d15;
    position: absolute;
    display: block;
    left:-7px;
    top:8px;  
}
.rooms_type_img > div:after {
    content:"";
    width:100%;
    height:1%;
    background: #b01d15;
    position: absolute;
    display: block;
    bottom:-6px;
    left:-10px; 
}

/* Блок с фото номеров */
.rooms_gallery {
    display: flex;
    flex-wrap:wrap;
    flex-basis:100%;
    margin-top:15px;
}
/* Фото номеров */
.rooms_gallery a {
    width:100px;
    height:100px;
    display: block;
    background-position: center center!important;
    background-size:cover!important;
    border:3px solid #fff;
    margin:3px;
    outline:1px solid #9c1f19;  
}
.rooms .content_top_right {
    flex-basis: 25%;
}
.rooms .content_top_right form div {
    flex-basis:100%;
}
/*  ИНФОРМАЦИЯ ПО НОМЕРАМ */
.rooms-info h2{
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
}
.rooms-info h2:after {
    display: block;
    content:"";
    height: 1px;
    background: #000;
    width:10%;
    margin:10px auto;
}
.rooms-info .content_top_left {
    flex-basis: 70%;
    display:flex;
    justify-content:space-between;
    padding-bottom:25px;
}
.rooms-info .content_top_left > div:first-child {
    flex-basis:70%;
    padding: 0 5px;
}
.rooms_facility {
    flex-basis:30%;
    border-left:1px solid #d3af7b;
    padding-left:20px;
    font-size: 20px;
}
.rooms_facility h3 {
    font-weight: 300;
}
.rooms_facility span {
    font-family: 'Philosopher', sans-serif;
    padding-left:4px;
    font-size: 18px;
    font-weight: 700;
}
.rooms-info .content_top_right {
    flex-basis: 25%;
}
.rooms-info .content_top_right form div {
    flex-basis:100%;
}

/* КОНТАКТЫ */
.contacts {
    flex-direction:row;
    flex-basis:100%;
    justify-content:space-between;
    align-items:flex-start;
}
.contacts h2{
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
}
.contacts h2:after {
    display: block;
    content:"";
    height: 1px;
    background: #000;
    width:10%;
    margin:10px auto;
}
.contacts .content_top_left {
    flex-basis: 65%;
}
.contacts .content_top_left p:before {
    font-family:'IcoFont';
    margin-right:4px;
}
.contacts .content_top_left p:nth-of-type(2):before {
    content:"\f01f";
}
.contacts .content_top_left p:nth-of-type(3):before {
    content:"\f09c";
}
.contacts .content_top_left p:nth-of-type(4):before {
    content:"\efe5";
}

.contacts .content_top_right {
    flex-basis: 30%;
}
.contacts .content_top_right h3:before {
    content:"";
    background: url(../images/contacts_icon.png) no-repeat center center;
    background-size:cover;
    width:40px;
    height:40px;
    display: inline-block;
    position: absolute;
    top:-8px;
    left:0;
}
.contacts .content_top_right form > div {
    flex-basis:100%;
}
.contacts .content_top_right form > div:after {
    display: none!important;
}
.contacts .content_top_right form textarea {
    width:100%;
    box-sizing:border-box;
    height:150px;
    resize:none; 
}
/* ГАЛЕРЕЯ */
.gallery h2{
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    margin:10px 0 0 0;
}
.gallery .subtitle {
    text-align: center;
    margin:8px 0;
}
.gallery .subtitle:after {
    display: block;
    content:"";
    height: 1px;
    background: #000;
    width:10%;
    margin:10px auto;
}
.gg_title {
    margin: 30px 0 0 0;
}
.gg_subtitle {
    margin: 7px 0;
}
.gallery .content_top_left {
    flex-basis: 70%;
    padding-bottom:25px;
}
.gallery .content_top_right {
    flex-basis: 25%;
    align-items: flex-start; 
}
.gallery .content_top_right form div {
    flex-basis:100%;
}
.gallery .gallery_img {
    display: flex;
    flex-wrap:wrap;
}
.gallery .gallery_img a {
    width:100px;
    height:100px;
    display: block;
    background-position: center center!important;
    background-size:cover!important;
    border-left:2px solid #fff;
    border-top:2px solid #fff;
    margin:3px;  
}

/* БАССЕЙН */
.pool h2{
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    margin:10px 0 0 0;
}
.pool .subtitle {
    text-align: center;
    margin:8px 0;
}
.pool .subtitle:after {
    display: block;
    content:"";
    height: 1px;
    background: #000;
    width:10%;
    margin:10px auto;
}
.pool p {
    text-align: center;
}
.pool .content_top_left {
    padding-bottom:25px;
}
/*.pool .content_top_right {
    flex-basis: 25%;
    align-items: flex-start; 
}*/
.pool .content_top_right form div {
    1flex-basis:100%;
}
.pool .gallery_img {
    display: flex;
    flex-wrap:wrap;
}
.pool .gallery_img a {
    width:100px;
    height:100px;
    display: block;
    background-position: center center!important;
    background-size:cover!important;
    border-left:2px solid #fff;
    border-top:2px solid #fff;
    margin:3px;  
}


.load {
    position: relative;
    overflow: hidden;
}
.load:after,
.load:before {
  content: '';
  position: absolute;
  height:200px;
  width:10%;
  top:-45px;
  left:-70px;
  transform: rotate(45deg);
  background: #fff;
  -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: sheen;
    animation-name: sheen;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


@-webkit-keyframes sheen {
    0% {left:-70px;}
    40% { left: 100%;}
    100% { left: 100%;}
}

.page404 {
    text-align: center;
}
