﻿@font-face {
    font-family: 'a_citynova';
    src: url('../fonts/citynova.eot');
    src: url('../fonts/citynova.eot?#iefix') format('embedded-opentype'),
         url('../fonts/citynova.woff2') format('woff2'),
         url('../fonts/citynova.woff') format('woff'),
         url('../fonts/citynova.ttf') format('truetype'),
         url('../fonts/citynova.svg#a_citynovaregular') format('svg');
    font-style: normal;

}
@font-face {
    font-family: 'a_citynovatt';
    src: url('../fonts/1973.eot');
    src: url('../fonts/1973.eot?#iefix') format('embedded-opentype'),
         url('../fonts/1973.woff2') format('woff2'),
         url('../fonts/1973.woff') format('woff'),
         url('../fonts/1973.ttf') format('truetype'),
         url('../fonts/1973.svg#a_citynovattd4strcmbregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'zapretka';
    src: url('../fonts/ZapretkaFont.eot');
    src: url('../fonts/ZapretkaFont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ZapretkaFont.woff2') format('woff2'),
    url('../fonts/ZapretkaFont.woff') format('woff'),
    url('../fonts/ZapretkaFont.ttf') format('truetype'),
    url('../fonts/ZapretkaFont.svg#ZapretkaFont') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, addres, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
di, dt, dd, ol, ul, li,
fieldset, form, label, legend,
tabel, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
}
html {height: 100%;}
body {
    height: 100%;
    background-color: #fff;
    font-family: Arial;
    font-size: 20px;
}

ol, ul {list-style: none;}

* {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
a, a:hover {text-decoration: none;}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {clear: both;}
.col-sm {width:33.333%}

.left {float: left;text-align: left;}
.right {float: right; text-align: right;}
.centr {text-align:center}
.container {
    width:95%;
    margin:0 auto;
    max-width: 1368px;
}
.error {border:2px solid red;}
.title {
    padding-bottom: 30px;
    font-family: 'a_citynovatt';
    font-size: 35px;
    font-weight: bold;
    color: #000;
    width: 100%;
}
@media (max-width:600px) {
    .title {
        font-size: 1.5em;
        padding: 10px;
    }
}
header {
    display: table;
    z-index: 555;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    background: none;
    transition:0.3s;
    text-align: center;
}
.sub-hdr {
    width: 100%;
    background-color: #fff;
    padding: 5px 0;
    display: table;
}
.sub-hdr .col-sm {
    float: left;
}
.sub-hdr a {
    font-family: 'a_citynova', sans-serif;
    font-size: 20px;
    color: #000;
}
.sub-hdr-hm  {
    width: 100%;
    background-color: #e8030a;
    padding: 5px 0;
}
.sub-hdr-hm  .col-sm {
    float: left;
}
.sub-hdr-hm  a {
    font-family: 'a_citynova', sans-serif;
    font-size: 20px;
    color: #fff;
}
.sub-hdr .social {
    float: right;
    text-align: left;
    width: 100%;
    height: auto;
    margin: 0!important;
}
.sub-hdr .social a {
    float: right;
    margin-left: 20px;
    transition: 0.4s;
    width: 20px;
    height: 20px;
}

.sub-hdr-hm .social {
    float: right;
    text-align: left;
    width: 100%;
    height: auto;
    margin: 0!important;
}
.sub-hdr-hm .social a {
    float: right;
    margin-left: 20px;
    transition: 0.4s;
    width: 20px;
    height: 20px;
}
header .logo {
    float: left;
    width: 35%;
    height: auto;
    vertical-align: middle;
}
header .logo img {
    float: left;
    width: 75%;
    height: auto;
    vertical-align: middle;
}
.room-page-hdr {
    background: #e8030a;
    z-index: none;
    position: inherit;
}
.tel {
    float: right;
    color: #fff;
}
#touch-menu {
    display:none;
    text-align: left;
    padding-left: 1%;
    padding-bottom: 2px;
    padding-top: 2px;
    width:100%;
    height: auto;
    text-transform:uppercase;
    font-size:40px;
    color:#fff;
}
#touch-menu a {
    width: 10%;
    margin-left: 5%;
}
#touch-menu .tmn {
    float: left;
    margin-top: 3px;
    width: 7%;
    height: auto;
    vertical-align: middle;
}
#touch-menu .tch-logo {
    width: 80%;
    vertical-align: middle;
}
.nav {
    float: right;
    vertical-align: middle;
}
.nav li {
    position:relative;
    float:left;
    max-height: 57px;
}
.nav li:hover > a {
    color: #e8030a;
    background: #fff;
}
.nav li:last-child {margin-right: 0;}
.nav a {
    float:left;
    font-family: 'a_citynovatt';
    font-size: 17px;
    color: #fff;
    padding:20px 15px!important;
    transition:0.2s;
}
@media (max-width:1190px) {
   .nav a {font-size: 0.7em;padding:10px 10px!important}
}
@media (max-width:940px) {
   .nav a {font-size: 0.55em;padding:7px 7px}
   header .logo{padding:0}
   
}
@media (max-width:840px) {
    header .logo {width:30%}
    header .logo img{width:95%}
}
@media (max-width:740px) {
    .nav {display: none;}
    #touch-menu {display: block;}
    .logo {display: none;}
    header.default {
        display: none;
    }
    header ul {
        top: -20px; 
        text-align:center;
        width: 100%;
        background: #e8030a;
    }
    .nav li {
        float:left;
        text-align:center;
        width:100%;
    }
    .nav li a {
        line-height: 2;
        width:100%;
        font-size:16px;
        background:none;
        padding:15px 30%;
        color: #fff
    }
    .nav li:hover > a {
        background: #fff;
        color: #e8030a;
    }
    .nav li:first-child a {
        border-top:none;
    }
    .nav a.active {
        color: #ffc732;
        background: #fff;
    }
}
#home {
    display: table;
    text-align: center;
    width: 100%;
    height: auto;
    padding: 150px 0 70px 0;
    background: url(../image/home-bg.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#home h1,h2,p {
    font-family: 'a_citynovatt';
    font-size: 40px;
    color: #fff;
    margin-bottom: 30px;
}

.q-nav-wrap {
    float: left;
    width: 33.3%;
    height: auto;
    margin-top: 50px;
}
.q-nav-wrap h3 {
    width: 100%;
    font-family: 'a_citynova';
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
}
.q-nav-wrap p {
    width: 100%;
    font-family: 'a_citynova';
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
}

.q-nav {
    width: 95%;
    height: 100%;
    margin: 0 auto;
    margin-top: 15px;
}
.q-nav img {
    display: block;
    width: 90%;
    height: auto;
    margin-bottom: 15px;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
}
.q-nav-wrap:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.q-nav-wrap:hover .q-link {
    padding: 5px 20px;
    background: #F6494E;
}
.q-nav .q-link {
    padding: 8px 30px;
    font-family: 'a_citynova';
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    background: #e8030a;
    letter-spacing: 3px;
    border: 7px solid #fff;
    transition: 0.4s;
}
.q-nav .q-link:hover {
    padding: 5px 20px;
    background: #F6494E;
}
@media (max-width:780px) {
    .q-nav-wrap {width: 50%;height:395px;margin-top:30px}
}
@media (max-width:600px) {
    #home {padding-top: 90px}
    #home h1 {font-size: 30px}
    .q-nav-wrap {width: 50%;height:320px;margin-top:30px}
    .q-nav-wrap p {font-size: 25px}
    .q-nav .q-link {font-size: 0.9em;padding: 5px 15px}
}
@media (max-width:400px) {
    .q-nav-wrap {width: 100%;height:auto}
}
#about {
    text-align: center;
    width: 100%;
    height: 550px;
    padding: 70px;
    background: #fff;
}
#about-room {
    display: table;
    text-align: center;
    width: 100%;
    height: 100%;
    background: #fff;
    padding:30px 0 70px;
}
.room-photo {
    float: left;
    width: 45%;
    height: auto;
}
.room-photo img {
    width: 100%;
    height: auto;
}
.room-info {
    float: left;
    text-align: left;
    width: 55%;
    height: auto;
    padding-left: 10px;
    margin-bottom: 25px;
}
.room-info h2 {
    font-family: 'a_citynovatt';
    font-size: 35px;
    margin-bottom: 20px;
    color: #000;
}
.room-info p {
    width: 100%;
    font-family: 'a_citynova';
    font-size: 30px;
    color: #3C3C3C;
    border-bottom: 1px solid #e8030a;
    margin-bottom: 5px;
    padding: 5px;
}
.room-info span, .room-info span a {
    font-size: 35px;
    color: #000!important;
}
.serttif-info {
    float: left;
    text-align: left;
    width: 55%;
    height: auto;
    padding-left: 10px;
    margin-bottom: 25px;
}
.serttif-info p {
    width: 100%;
    font-family: 'a_citynova';
    font-size: 32px;
    color: #000;
    margin-top: 20px;
    margin-bottom: 5px;
    padding: 5px;
}
.serttif-info p a {
    color: #000!important;
}
.serttif-info h3 {
    font-family: 'a_citynovatt';
    font-size: 35px;
    margin-top: 30px;
}
.rb-btn {
    display: table;
    text-align: center;
    width: 100%;
    height: auto;
    margin-top: 25px;
    padding: 10px;
}
.rb-btn a {
    margin-top: 50px;
    padding: 8px 20px;
    color: #fff;
    background: #e8030a;
    font-family: 'a_citynovatt';
    font-size: 35px;
    transition:0.4s;
}
.serttif-info .rb-btn {
    display: table;
    margin-top: 0;
    text-align: center;
    width: 100%;
    height: auto;
    padding: 10px;
}
.serttif-info .rb-btn a {
    float: left;
    margin-top: 0;
    padding: 8px 20px;
    color: #fff;
    background: #e8030a;
    font-family: 'a_citynovatt';
    font-size: 35px;
    transition:0.4s;
}
.rb-btn a:hover {
    font-size: 30px;
    padding: 5px 17px;
    background: #D9080E;
}
.room-rules {
    text-align: center;
    width: 100%;
    height: auto;
}
.room-rules .title {
    margin-top: 20px;
    padding: 0;
    color: #e8030a;
}
.room-rules p {
    float: left;
    text-align: left;
    width: 100%;
    font-family: 'a_citynova';
    font-size: 30px;
    color: #000;
}
.room-rules ul {
    width: 90%;
    margin: 0 auto;
}
.room-rules li {
    float: left;
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
    font-family: 'a_citynova';
    font-size: 25px;
}
@media (max-width:1000px) {
    .room-info p, .room-info span, .rb-btn a, .room-rules li, .serttif-info p, .serttif-info h3, .room-rules p {
        font-size: 1.1em
    }
}
@media (max-width:650px) {
    .room-photo, .room-info, .serttif-info {
        width: 100%;
    }
    .room-rules li {font-size: 0.9em}
}
@media (max-width:550px) {
    .room-info p, .room-info span {
        padding: 0
    }
}
#room-booking {
    text-align: center;
    width: 100%;
	height: auto;
    padding-bottom: 50px;
}
#room-booking .container {
    width: 70%;
}
#room-booking .title {
    padding-bottom: 0;
}
@media (max-width:640px) {
    #room-booking .container {
        width: 95%;
    }
}
#contakt {
    display: table;
    width: 100%;
    height: 470px;
    text-align: center;
}
.cnt-page {
    padding-top: 30px;
}
#continfo {
    display: table;
    float: left;
    position: relative;
    width: 50%;
    height: 470px;
    text-align: center;
    padding-top: 50px;
    z-index: 1;
    color: #000;
}
#continfo .title {
    color: #000;
}
#continfo p {
    width: 100%;
    font-family: 'a_citynova';
    font-size: 27px;
    color: #000;
    text-align: left;
}
#continfo p a {
    color: #000!important;
}
.cont-rooms {display:table;width:100%}
#continfo .q-nav-wrap{height: auto;}

#z_loc {
    float: right;
    width: 50%;
    height: 470px;
}
#continfo #z_loc {width:100%}
.social {
    float: left;
    text-align: left;
    width: 100%;
    height: 30px;
    margin: 15px auto 5px auto;
}
.social a {
    float: left;
    margin-left: 20px;
    transition: 0.4s;
    width: 30px;
    height: 30px;
}
.social .insta {
    background: url(../image/instagram.png) center no-repeat;
    background-size: contain;
}
.social .telega {
    background: url(../image/telegram.png) center no-repeat;
    background-size: contain;
}
.social .facebook {
    background: url(../image/facebook.png) center no-repeat;
    background-size: contain;
}
.social .insta:hover {
    background: url(../image/instagram-h.png) center no-repeat;
    background-size: contain;
}
.social .telega:hover {
    background: url(../image/telegram-h.png) center no-repeat;
    background-size: contain;
}
.social .facebook:hover {
    background: url(../image/facebook-h.png) center no-repeat;
    background-size: contain;
}
.sub-hdr-hm .social .insta {
    background: url(../image/instagram-w.png) center no-repeat;
    background-size: contain;
}
.sub-hdr-hm .social .telega {
    background: url(../image/telegram-w.png) center no-repeat;
    background-size: contain;
}
.sub-hdr-hm .social .facebook {
    background: url(../image/facebook-w.png) center no-repeat;
    background-size: contain;
}
.sub-hdr-hm .social .insta:hover {
    background: url(../image/instagram.png) center no-repeat;
    background-size: contain;
}
.sub-hdr-hm .social .telega:hover {
    background: url(../image/telegram.png) center no-repeat;
    background-size: contain;
}
.sub-hdr-hm .social .facebook:hover {
    background: url(../image/facebook.png) center no-repeat;
    background-size: contain;
}
@media (max-width:643px) {
    #continfo p {
       font-size: 1em;
    }
}
@media (max-width:550px) {
    #z_loc, #continfo {
        width: 100%;
        height: 200px;
    }
    #continfo .left, #continfo p {
        width: 100%;
        text-align: center!important;
    }
    #continfo .social {float:none!important;margin:0 auto!important;width:130px;padding-top:15px}
    #continfo .social .insta{margin-left:0!important}
}
footer {
    clear: both;
    width: 100%;
    height: auto;
    background: #000;
    display: table;
}
footer p {
    float:left;
    padding:20px 0;
    font-family:'a_citynova', sans-serif;
    font-size:20px;
    color:#fff;
}
footer p a {color:#fff!important}
footer span {
    font-size: 15px;
    margin-left: 10px;
}
footer .social {
    float: right;
    text-align: left;
    width: 100%;
    height: auto;
    margin: 0!important;
    padding: 20px 0;
}
footer .social a {
    float: right;
    margin-left: 20px;
    transition: 0.4s;
    width: 20px;
    height: 20px;
}
footer .social .insta {
    background: url(../image/instagram-w.png) center no-repeat;
    background-size: contain;
}
footer .social .telega {
    background: url(../image/telegram-w.png) center no-repeat;
    background-size: contain;
}
footer .social .facebook {
    background: url(../image/facebook-w.png) center no-repeat;
    background-size: contain;
}
footer .social .insta:hover {
    background: url(../image/instagram-h.png) center no-repeat;
    background-size: contain;
}
footer .social .telega:hover {
    background: url(../image/telegram-h.png) center no-repeat;
    background-size: contain;
}
footer .social .facebook:hover {
    background: url(../image/facebook-h.png) center no-repeat;
    background-size: contain;
}

.sub-footer {
    display: table;
    text-align: center;
    background-color: #444;
    width: 100%;
}
.sub-footer p {font-size:15px!important;float:none!important;padding:5px 0}
@media (max-width:974px) {
    .q-nav-wrap{height:360px}
}
@media (max-width:870px) {
    #home {padding-top:250px}
    .col-sm {width:100%!important;margin:8px 0}
    .left {text-align:center!important}
    #continfo .left {text-align:left!important;}
    .right {text-align:center!important}
    .sub-hdr-hm .social {float:none!important;margin:0 auto!important;width:120px}
    .sub-hdr-hm .social .insta{margin-left:0!important}
    .sub-hdr .social {float:none!important;margin:0 auto!important;width:120px}
    .sub-hdr .social .insta{margin-left:0!important}
    footer .social {float:none!important;margin:0 auto!important;width:120px;padding:0}
    footer .social .insta{margin-left:0!important}
    footer p{padding:5px 0}
    .sub-footer {margin-top:5px}
}

#room-booking .price-descr { 
	width: 80%; 
	height: 50px; 
	margin: 0 auto; 
	text-align: center; 
} 
.p-d { 
	float: left; 
	width: 33.3%; 
} 
.p-d img, .p-d p { 
	margin: 0 auto; 
}
@media (max-width:850px) {
    #room-booking .price-descr {width: 100% !important;}
}
@media (max-width:400px) {
    .p-d img{width: 90% !important;height: auto;}
    .p-d p {font-size: 18px !important;}
}
/** ÌÎäàëüíîå îêíî **/

#modal-window {
    background-color: #202020;
    border: 1px solid black;
    padding: 20px 0;
    color: #fff;
    border: 1px solid #0a0a0a;
    font-family: 'Arial';
    position: fixed;
    z-index: 5;
    display: none;
    opacity: 0;
}
    #modal-window input[type="text"], #modal-window input[type="email"], #modal-window select{
        color: #000 !important;
        width: 60%;
        height: 26px;
        border:1px solid #000;
        position: absolute;
        left: 30%;

    }
    .inscr{
        width: 40%;
        text-align: left;
        font-family: 'Arial';
        padding-left: 5%;
    }

    .inscr strong{
        color: red;
    }

    #modal-window h4 {
        text-align: center;
        padding: 20px 0;
    }

    #modal-window .sub{
     background: #6f83cc;
     color: #fff;
    padding: 12px 15px;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    text-shadow: none;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    float: right;
    }

     #modal-window .sub:hover{
        background: #00a651;

    }
     #modal-window .clos{
        background: #384267;
    }

     #modal-window .clos:hover{
        background: #944248;
    }

    #sub {
        margin: 25px 35px 5px 5px;
    }

    #clos {
        margin: 25px 2px 15px 5px;
    }

    #overplay{
        z-index: 3;
        position: fixed;
        background-color: #000;
        opacity: 0.7;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: none;
    }

#price {
	text-align: center;
    margin: 15px 0;
    margin-top: 20px;
    color: #C24C48;
    font-size: 20px;
}

@media (max-width:900px) { 
	#modal-window { 
	width: 90%; 
	left: 5%;
	top: 15%;
	} 
}

@media (min-width:901px) { 
	#modal-window { 
	width: 40%; 
	left: 30%;
	top: 15%;
	} 
}

/** ÌÎäàëüíîå îêíî **/

#modal-window1 {
    background-color: #202020;
    border: 1px solid black;
    padding: 20px 0;
    color: #fff;
    border: 1px solid #0a0a0a;
    font-family: 'Arial';
    position: fixed;
    z-index: 5;
    display: none;
    opacity: 0;
}
    #modal-window1 input[type="text"], #modal-window1 input[type="email"], #modal-window1 select{
        color: #000 !important;
        width: 60%;
        height: 26px;
        border:1px solid #000;
        position: absolute;
        left: 30%;

    }
    .inscr{
        width: 40%;
        text-align: left;
        font-family: 'Arial';
        padding-left: 5%;
    }

    .inscr strong{
        color: red;
    }

    #modal-window1 h4 {
        text-align: center;
        padding: 20px 0;
    }

    #modal-window1 .sub{
     background: #6f83cc;
     color: #fff;
    padding: 12px 15px;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    text-shadow: none;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    float: right;
    }

     #modal-window1 .sub:hover{
        background: #00a651;

    }
     #modal-window1 .clos{
        background: #384267;
    }

     #modal-window1 .clos:hover{
        background: #944248;
    }

    #sub {
        margin: 25px 35px 5px 5px;
    }

    #clos {
        margin: 25px 2px 15px 5px;
    }

    #overplay{
        z-index: 3;
        position: fixed;
        background-color: #000;
        opacity: 0.7;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: none;
    }

@media (max-width:900px) { 
	#modal-window1 { 
	width: 90%; 
	left: 5%;
	top: 15%;
	} 
}

@media (min-width:901px) { 
	#modal-window1 { 
	width: 40%; 
	left: 30%;
	top: 15%;
	} 
}
#smm-overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}
#vk-group {width: 70%;height: auto; margin: 0 auto}
#vk_groups iframe {
    width: 100% !important;
}
/* модальный блок */
.smm-popup {
    top: 25%;
    left: 0;
    right: 0;       
    font-size: 25px;
    text-align: center;
    margin: auto;
    width: 600px;
    height: auto;
    min-width: 320px;
    position: absolute;
    padding: 15px 20px;
    border: 1px solid #383838;
    background: #fefefe;
    z-index: 1000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'a_citynova', Arial, sans-serif;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}
@media (max-width:900px) {
    .smm-popup {width: 99%}
}
/* заголовки в модальном блоке */
.smm-popup h2, .smm-popup h3 {
    margin: 0 0 1rem 0;
    font-size: 27px;
    font-weight: 800;
    line-height: 1.3;
    color: #00b2da;
    text-shadow: 1px 2px 4px #ddd;
}
.smm-popup a {
    font-size: 15px;
}
@media (max-width:820px) {
    #fb-group, #vk-group {float: left;width: 100%;height: auto;text-align: center;}
    #vk_groups {margin: 0 auto}
    .smm-popup {top:5%;}
    .smm-popup h2, .smm-popup h3 {font-size: 20px;}
}
@media (max-width:500px) {
    #smm-overlay, .smm-popup {display: none !important;}
}
/* кнопка закрытия */
.close {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    position: absolute;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(0, 131, 119, 0.9);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    outline: none;

}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/* кнопка закрытия при наведении */
.close:hover {
    background-color: rgba(252, 20, 0, 0.8);
}

/* анимация при появлении блоков с содержанием */
@-moz-keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 }
}
@-webkit-keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 } 
}
@keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 }
}

@media(max-width: 550px) {
			.form-result{
				width: 90%;
			}
		}
		@media(min-width: 551px){
			.form-result{
				width: 50%;
			}
		}

        .form-result{
        	background-color: #202020;
        	position: fixed;
        	top: 40%;
        	left: 25%;
        	color: #fff;
        	display: none;
		opacity: 0;
		z-index: 120;
        }
        .form-content{
        	margin: 30px;
        }
		.clos-result{
			background: #384267;
		    color: #fff;
		    padding: 12px 15px;
		    font-size: 14px;
		    text-transform: uppercase;
		    -webkit-border-radius: 0;
		    -moz-border-radius: 0;
		    border-radius: 0;
		    border: 0;
		    box-shadow: none;
		    text-shadow: none;
		    -webkit-transition: 400ms;
		    -moz-transition: 400ms;
		    -o-transition: 400ms;
		    transition: 400ms;
		    float: right;
		}
		.clos-result:hover {
		    background-color: red;
		}



        @media (min-width: 1024px) {
            .logo-ru img {
                width: 95% !important;
            }
            .short_description { 
                min-height: 180px; 
            }
        } 



#room-booking .price-descr {
    width: 80%;
}
#room-booking .price-descr > .p-d {
	    flex: 0 0 33%;
	    display: flex;
    flex-direction: column;
    justify-content: center;
}
#room-booking .price-descr > .p-d .dop {
	    font-size:14px;
}

