@import url('/fonts/fonts.css'); 
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");

html {
    font-size: 13px;
	font-family: sans-serif;
}

.background-cover {
    background-size: cover !important;
    background-position: center !important;
}

.text-column-2 {
    -webkit-columns: 15em 2;
    -moz-columns: 15em 2;
    columns: 15em 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-rule: none;
    -moz-column-rule: 1px solid #ccc;
    column-rule: none;
}

.carousel {
    position: relative;
    height: inherit;
}

.w-30 {
    width: 30% !important;
}

.w-50 {
    width: 50% !important;
}

.font-size-80 {
    font-size: 80%;
}

.font-size-60 {
    font-size: 60%;
}

.text-color1 {
    color: #b58a61 !important;
}

.text-color2 {
    color: #3d6d74 !important;
}

.text-color3 {
    color: #3d3935 !important;
}

.text-color4 {
    color: #ef7f1a !important;
}

.text-color5 {
    color: #e7b88b !important;
}

.bg-color1 {
    background-color: #f4f4f4 !important;
}

.bg-color2 {
    background-color: #d6d6d680 !important;
}

.bg-color3 {
    background-color: #3d3935 !important;
}

.bg-color4 {
    background-color: #ed7b00 !important;
}

.bg-color5 {
    background-color: #e7b88b !important;
}

form#bookingform {
    margin-top: -3em;
    margin-bottom: -2em;
}

div#bookingformrow input {
    text-align: center;
    padding: 0.3em 1em;
    text-transform: uppercase;
    border: 1px #fff solid;
    width: 90%;
    margin-top: 0.5em;
    cursor: pointer;
    background: #efefef;
}

div#bookingformrow input:hover {
    background: #fff;
    border: 1px #aaa solid;
}

div#bookingformrow label {
    position: absolute;
    left: 2em;
    top: 0.75em;
    text-transform: lowercase;
    color: #f59707;
    font-size: 80%;
}

div#bookingformrow input[type=date] {
}

div#bookingformrow button {
    text-align: center;
    padding: 0.3em 1em;
    text-transform: uppercase;
    margin: 0.5em 1em;
    font-weight: bold;
    border: none;
}

div#bookingformrow span.oi.oi-calendar {
    position: absolute;
    right: 2.5em;
    top: 1.5em;
}

.index .room {
    font-size: 120%;
    width: 33.3333333%;
    border-color: #ef7f1a;
    border-radius: unset;
}
.roomlist.d-flex {
    /* border: 1px solid #ef7f1ac4; */
}

.hidden.button {
    background: unset !important;
    border: unset;
}

.hidden.button:hover {
    transition: 3s;
    transition: 15s;
    background-color: #f39200 !important;
    border: none;
    color: #fff;
}

.form-question p,.form-question input {
    width: 100% !important;
    background: #fff;
    color: #030303 !important;
    font-size: 1.2rem;
    height: 100%;
    padding: 0.5em;
    border: none;
    border-radius: 0;
    text-align: -webkit-center;
    margin: 0;
}

.form-question button {
    position: absolute;
    top: 0;
    right: -1em;
    border-radius: 0;
    height: 3em;
    width: 3em;
}

.form-question button:hover, .form-question button:focus {
    border: none;
}

.text-size-80 {
    font-size: 80% !important;
}

.filter-brightness-10 {
    filter: brightness(10%);
}

.filter-brightness-30 {
    filter: brightness(30%);
}

.filter-brightness-50 {
    filter: brightness(50%);
}

.filter-brightness-70 {
    filter: brightness(70%);
}

.filter-brightness-80 {
    filter: brightness(80%);
}

.filter-brightness-90 {
    filter: brightness(90%);
}

pre {
    text-align: left;
}

a {
    color: inherit !important;
}

a:hover, a:active {
    color: red;
    text-decoration: none  !important;
}

.button {
    padding: 0.65em 2.5em;
    cursor: pointer;
}

footer a.tel {
    font-size: 2em;
}
.button:hover {
    background: #fff;
    color: #cca901;
    padding: 0.65em 2.5em;
    border: 1px solid #cca901;
    text-decoration: none;
    transition: 0.25s;
}

header .button:hover {
    background: #fff !important;
    color: #cca901 !important;
    padding: 0.65em 2.5em;
    border: 1px solid #cca901;
    text-decoration: none;
    transition: 0.25s;
}

header {
    padding: 0;
    color: #dfdfdf !important;
    font-size: 100%;
    position: absolute;
    top: 0;
    margin: 0;
    z-index: 100;
}

header > .container-fluid {
}

header div.bookingdiv {
    background: #f1b529;
    font-weight: bold;
    text-transform: uppercase;
}

header a.booking {
    padding: 0.75em;
    color: #ffffff !important;
    font-size: 90%;
    margin: 0;
    z-index: 100;
    display: block;
}

header a:hover {
    text-decoration: none;
}

body.index header.onTop div#crumbs {
    display: none;
}

header.onTop div#crumbs {
    display: block;
}

header div#crumbs {
    display: none;
    color: #ffffff !important;
    padding: 0;
    background: #ef7f1a;
    width: 100%;
    font-size: 1.2rem;
}
header div#crumbs i {
    position:relative;
    margin: 0.2em 0.5em 0 0.5em;    
}
ol.breadcrumb {
    margin: 0;
    border: none;
    padding: 0.3em 1em;
    border-radius: unset;
}

header div#crumbs .active {
    color: #fff !important;
    font-weight: bold !important;
}

div#p1 {
    font-weight: bold;
    text-transform: uppercase;
}

#spa_list .card-body {
    min-height: 15em;
}

header div.d-inline-block {
    margin-left: 1.5em;
}

address {
    margin: 0 !important;
    padding: 0 !important;
}

nav {
    z-index: 100;
}

div#content {
    min-height: 50vh;
}

.roomoption label {
    font-weight: bold;
    margin: 1em 0.5em 0.2em 0;
}

.roomoption .galka label {
    font-weight: bold;
    margin: 0.5em 0.2em 0;
    width: 50%;
}

.roomoption .galka b {
    font-weight: bold;
    font-size: 1.4em;
    text-align: right;
    width: 30%;
    display: inline-block;
    margin: 0;
}

.aboutanapa {
    font-size: 125%;
    line-height: 1.75;
}

.roomoption {
    text-align: left;
}

.galka {
    margin: 1em;
    padding: 1em;
    background-image: url(/mashuk/galka.jpg);
}

#slider img.d-block.w-100 {
    filter: brightness(30%);
}

#slider .caption {
    position: absolute;
    bottom: 5em;
    text-align: center;
    color: #fff;
    width: 100%;
    margin: 1em auto;
}

.breadcrumb {
}

a.button1 {
    padding: 0.5em 1em;
    border: 1px solid;
    margin: 1em;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 5em;
    display: inline-block;
    width: max-content;
    text-align: center;
    cursor: pointer;
}

a.button1:hover {
    background: #cba47a;
    text-decoration: none;
    color: #fff !important;
    border: none;
}

a.button2 {
    text-align: center;
    background: #f59707;
    padding: 0.3em 1em;
    color: #ffffff !important;
    margin: 1em auto;
    display: block;
    width: max-content;
    width: -moz-max-content;
    text-decoration: none;
}

a.button3 {
    text-align: center;
    padding: 0.3em 1em;
    border: 1px solid;
    margin: 1em auto;
    display: block;
    font-size: 70%;
    width: max-content;
    width: -moz-max-content;
}

a.button4 {
    text-align: center;
    background: #2e3192;
    padding: 0.3em 1em;
    color: #ffffff !important;
    margin: 1em auto;
    display: block;
    width: max-content;
    width: -moz-max-content;
    text-decoration: none;
}

a.button2:hover {
    background: #97accd;
    /* color: #d8bb20 !important; */
}

.message {
    background-size: contain;
    width: 120px;
    background-image: url(/mashuk/load.gif);
    height: 120px;
    margin: 0 auto;
    background-repeat: no-repeat;
    z-index: 10;
    display: none;
}

nav .item {
    margin-right: 2em;
    text-transform: uppercase;
    position: relative;
    padding: 2em 0 2em 0;
    font-weight: 400;
    font-size: 15px;
}

li.item.menulevel-1.parent >a:after {
    display: inline-block;
    content: "";
    vertical-align: -.2em;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23eee' class='bi bi-arrow-down-square-fill' viewBox='0 0 16 16'><path d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v5.793l2.146-2.147a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 1 1 .708-.708L7.5 10.293V4.5a.5.5 0 0 1 1 0z'/></svg>");
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    width: 1em;
    height:1em;
}

nav .item a:hover {
    text-decoration: none;
}

nav.onTop .item {
}

nav.onTop .submenu .item {
    margin-right: 2em;
    text-transform: lowercase;
    font-family: Garamond;
    color: #795548 !important;
    display: inline-table;
    font-family: Officina, serif;
}

nav.onTop .submenu .item:hover {
    background: #795548 !important;
    color: #fcfbfa !important;
}

nav.onTop .submenu .item a {
    padding: 1em;
}

nav .item.active, nav .item:hover {
    text-decoration: none !important;
    color: #ef7f1a !important;
}

footer .about {
    min-height: 22em;
}

div#firstslide.carousel {
    height: 98vh;
}

div#roomSlide.carousel {
    height: 100%;
    min-height: 55vh;
}

.carousel-inner {
    height: inherit;
}

.carousel-item {
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: center left !important;
    height: inherit;
}

.index .carousel-item .container {
    width: inherit;
    height: 80vh;
    display: block;
    max-width: unset;
    background-image: url(/mashuk/fon-bok-600x600.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 63vw 0;
}

.index .carousel-caption {
    position: relative;
    z-index: 10;
    margin: 15% auto;
    width: 60%;
    left: unset;
    right: unset;
    bottom: unset;
}

.room:nth-child(2n) .col {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -webkit-flex-direction: row-reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}

.row.room:nth-child(2n) {
    flex-direction: row-reverse;
    text-align: right;
}

.room .roomimagegallery {
    width: 100%;
    min-height: 40vh;
    height: 100%;
}

.room .roomdesc {
    width: 45%;
}

.room .roomdesc p.price {
    font-size: 2em;
    padding-top: 0.5em;
    color: #544b0f;
    font-variant: small-caps;
    display: block;
}

#myCarouse2 .carousel-item .container {
    height: 25em;
}

.container-fluid.rheader {
    background-image: url(/mashuk/fon-more.jpg);
    height: 21em;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(85%) saturate(80%);
    -webkit-filter: brightness(65%) saturate(80%);
    -webkit-transition: all 3s ease;
    -moz-transition: all 3s ease;
    -o-transition: all 3s ease;
    -ms-transition: all 3s ease;
    transition: all 3s ease;
    background-position: center;
}

.carousel .carousel-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

div#privet {
    background: #70ecf9 ;
    background: -moz-linear-gradient(left, #70ecf9 1%, #f0fbf7 51%, #70ecf9 100%);
    background: -webkit-linear-gradient(left, #70ecf9 1%,#f0fbf7 51%,#70ecf9 100%);
    background: linear-gradient(to right, #70ecf9 1%,#f0fbf7 51%,#70ecf9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6c4a8', endColorstr='#d6c4a8',GradientType=1 );
    padding: 0;
    /* height: 16em; */
    margin: 0;
    overflow: hidden;
    /* display: none; */
}

#privet >div {
    height: inherit;
    background-image: url(/images/strelka_temnaya.svg), url(/images/strelka_svetlaya.svg), url(/images/yzormini4.png);
    background-repeat: no-repeat, no-repeat, repeat;
    background-position: center top, center 100%, center top;
    background-size: 5em, 12em, 4em;
    z-index: 2;
    padding: 3em 0;
}

div#strelka2 {
    background: #70ecf9 ;
    background: -moz-linear-gradient(left, #70ecf9 1%, #f0fbf7 51%, #70ecf9 100%);
    background: -webkit-linear-gradient(left, #70ecf9 1%,#f0fbf7 51%,#70ecf9 100%);
    background: linear-gradient(to right, #70ecf9 1%,#f0fbf7 51%,#70ecf9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6c4a8', endColorstr='#d6c4a8',GradientType=1 );
    padding: 0;
    min-height: 12em;
}

#strelka2 >div {
    height: inherit;
    background-image: url(/images/yzormini4.png);
    background-repeat: repeat;
    background-position: center top;
    background-size: 4em;
    z-index: 2;
    padding: 3em 0;
}

#strelka2 h2.fontGaramond {
    margin: -0.4em;
    font-size: 200%;
}

#strelka2 h3 {
    color: #057b8e;
    font-size: 260%;
}

#action_list h3 {
    color: #f79806;
    font-size: 240%;
}

footer {
    background-color: #3d3935;
    color: #ffffff;
}


footer .pay  {text-align: center;}

footer .title {
    font-size: 18px;
    margin: 0 0 20px;
    color: #fff;
    text-align: center;
}
footer .pay img {
    width: 8em;
    /* display: block; */
    padding: 0.5em;
    margin: 0 auto;
}

footer div.container-fluid:first-child {
    background-color: #3d3935;
    color: #fff;
}

footer div.container:first-child {
}

footer img {
    padding: 3em;
    width: 100%;
}

.content {
    position: relative;
    width: inherit;
    padding: 0;
    margin: 0;
}

.bground {
    position: absolute;
    width: inherit;
    padding: 0;
    margin: 0;
    min-height: 18em;
}

footer .bground {
    background: #2b55a2;
    background: -moz-linear-gradient(top, #564848 21%, #000000 99%);
    background: -webkit-linear-gradient(top, rgba(86, 72, 72, 0.8) 21%,#000000 99%);
    background: linear-gradient(to bottom, rgba(43, 85, 162, 0.7) 21%,#000000 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#564848', endColorstr='#000000',GradientType=0 );
    /* opacity: 0; */
    min-height: 20em;
}

img.cvt {
    width: 3rem;
    margin: 1rem;
}

.container-fluid.aboutanapa p {
    font-size: 1.5rem;
    font-family: 'Proxima Nova Rg', serif !important;
    transition: 5s;
}

.container-fluid.aboutanapa h5:hover ~ p {
    display: none;
    transition: 5s;
}

.container-fluid.aboutanapa h5:hover ~ div {
    filter: brightness(100%);
}

.container-fluid.aboutanapa h5 {
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 4rem;
    text-shadow: 0px 0px 5px #000;
}

footer .content {
    padding: 3em 0 0 0;
}

h1,h2,h3,h4 {
    font-family: 'Proxima Nova Lt', serif !important;
}

p {
}

div#ptext {
    padding: 1.5em;
    color: #564848;
    /* background: #f7f3e8; */
}

div#ptext1 {
    padding: 4.5em 1.5em;
    color: #564848;
    /* background: #f7f3e8; */
}

#ptext .hr {
    height: 1em;
    width: 80%;
    background-image: url(/images/logo_small.svg), url(/images/pix_aebfda.gif);
    background-repeat: no-repeat,repeat-x;
    background-position: center;
    background-size: 3em, 1px;
    padding: 1.5em;
    margin: 0em auto 1em;
}

.photoLincbox {
    text-align: center;
}

div#mp_3 {
    margin: 2em auto;
}

.photoLincbox img {
    width: 100%;
}

.photoLincbox div {
    /* width: 75%; */
    text-align: right;
}

.photoLincbox p {
    font-size: 120%;
    padding: 0;
    margin: 0 0 -1.5em 0;
    line-height: 1em;
}

.photoLincbox label {
    font-size: 200%;
    line-height: 0.5em;
    margin-top: 0.7em;
    color: #c69b6e;
}

::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

::-webkit-scrollbar-button {
    width: 2px;
    height: 2px;
}

.container h3 {
    color: #deb666;
    width: max-content;
    text-align: center;
    margin: auto;
    font-weight: 400;
    margin-top: 1em;
    text-transform: uppercase;
    font-size: 1.25em;
}

.index .carousel-inner .container h3 {
    font-size: 2em;
}

.index .carousel-inner .container h2 {
    font-size: 3em;
}

.container h3>span {
    color: rgba(1, 173, 249, 1) !important;
}

.index .room .card {
    /* box-shadow: 0em 0em 2em #999; */
}

.card-body {
    align-content: center;
    align-items: center;
}

.card.flex-column >div {
    height: 23em;
}
.card.flex-column div.card-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-bottom: 1px solid #ef7f1ac4;
}

#roomlist .room:nth-child(even) {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important;
    border-left: unset;
    border-right: unset;
}
#roomlist .room:nth-child(even) .card-image {border-top: 1px solid #ef7f1ac4;border-bottom: 0px solid #ef7f1ac4;}

.rooms .room.card >div.card-body {
   padding-top: 35%;
   background-color: #1f333699 !important;
}

.index .room .card-body h4 {
    /* min-height: 3em; */
    font-weight: bold;
}

.index .room .card-body .card-text {
    min-height: 8em;
}

.index div.roomOption {
    font-size: 90%;
}

#about li {
    width: 49%;
    padding: 2% 2% 2% 4em;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 3em, 70% 1px;
    background-position: center left, bottom;
    font-size: 0.7em;
}

#about li img {
    width: 3em;
    display: inline-block;
    position: absolute;
    margin: 1em 0;
}

.index div.roomOption label {
    /* font-size: 110%; */
    color: #FFF;
    margin: 0;
}
.rooms .room {
    height: 20rem;
    width: 20rem;
}
.rooms .room.card {
    box-shadow: 0em 0em 1em #999;
    color: #fff;
    cursor: pointer;
    margin: 0 auto;
}
.rooms .card.flex-column >div.card-body {
   padding-top: unset;
   background-color: #000000b5;
   position: relative;
}

.rooms .room .card-body h4 {
    min-height: 3em;
    height: 2em;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.rooms .roomdesc .carusel {
    height: 50vh;
}

.rooms .room .card-body .card-text {
    min-height: 8em;
}

.rooms div.roomOption {
}

.rooms div.roomOption label {text-align: right;padding-right: 5px;}


.roomOption li {
    list-style-type: none;
}
.roomOption li:before {
    content: "\f158";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    padding-right: 0.5em;
}
div {
    box-sizing: border-box;
}

.my-lg-7 {
    margin-top: 7em!important;
    margin-bottom: 7em!important;
}
ul.no-list li {
    list-style: none;
    margin-left: 0;
}
.index #actionlist img{
    width: 80%;
    box-shadow: 0px 0px 25px #555;
}

div#_bn_widget_ {
    position: absolute;
    top: -3em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}

.listservicer ul {
}

.listservicer ul li {
    display: inline-block;
    margin-left: 2em;
}

div#about {
    margin: 3em auto;
}

.col.a11 {
    background-image: url(/mashuk/fon.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 20px #666;
}

.col.a11 p {
    background: rgba(255, 255, 255, 0.85);
    margin: 4em 18em;
}

#action .col-md-6 {
    min-height: 30rem;
}

#uslugi .col-6 >div {
    background-color: #b58a61;
    text-transform: uppercase;
    margin: 0.5em;
    height: 100%;
    min-height: 6rem;
    position: relative;
    padding: 1.5em 0;
    font-size: 120%;
    font-weight: bold;
    text-align: left;
    padding-left: 9em;
    background-position: 2em center;
    background-size: 9rem;
    background-repeat: no-repeat;
}

#uslugi .col-6 img {
    position: absolute;
    left: 2em;
    top: 1em;
    z-index: 1;
}

#uslugi .col-6 p {
    z-index: 100;
}

.b11 p {
    margin-top: 8em;
}

.b11 .col {
    background-repeat: no-repeat;
    background-position: center 2em;
    background-size: 6em;
}

.b11 .col.b1 {
    background-image: url(/mashuk/pics/zont.svg);
}

.b11 .col.b2 {
    background-image: url(/mashuk/pics/children.svg);
}

.b11 .col.b3 {
    background-image: url(/mashuk/pics/aqva.svg);
}

.b11 .col.b4 {
    background-image: url(/mashuk/pics/wifi.svg);
}

.b11 .col.b5 {
    background-image: url(/mashuk/pics/eda.svg);
}

.b11 .col.b6 {
    background-image: url(/mashuk/pics/krovatka.svg);
}

.roomamainimage {
    height: 37em;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.index #action .row.c0 {
}

.index #action .row.c0 h5 {
    color: #deb666;
    font-size: 1em;
    width: 100%;
    background: url(/mashuk/polosochka.png) no-repeat;
    background-size: 70% 1px;
    background-position: bottom;
    padding-bottom: 0.75em;
}

.row.c0 .col {
    /* box-shadow: 0 0 5px #333; */
}

.row.c0 .col >h5 {
    text-align: left;
    margin-top: 1em;
}

.row.c0 .col >p {
    text-align: left;
}

.row.c0 .col >img {
    height: 60%;
}

.row.c0 .col:nth-child(2) {
    box-shadow: 0 0 15px #333;
    color: #fff !important;
    background: #cca901;
}

.row.c0 .col:nth-child(2) h5 {
    color: #fff !important;
}

.c0 {
    margin: 1em 0 5em 0;
}

.photok img {
    width: 100%;
    margin: 0.5em 0;
}

div#mp_4 {
    background-image: url(/mashuk/fon1.jpg);
    color: #FFF;
    padding: 3em;
}

div#mp_4 h4 {
    float: right;
    text-transform: uppercase;
    margin-top: 1%;
    margin-right: 9%;
    text-align: left;
    font-size: 210%;
    font-weight: 400;
}

div#mp_4 ul {
    text-transform: lowercase;
    margin-left: 10%;
    width: 14em;
}

.container.text-center.photok {
    margin: 2em auto;
}

#photoLib {
    position: relative;
    height: 150px;
    padding: 0;
}

.mapcaption {
    position: absolute;
    z-index: 3;
    font-size: 0.7em;
    margin: 4em;
    padding: 2em;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 3px;
    box-shadow: 0 0 5px #ccc;
    right: 0;
    text-align: center;
}

div#uslugilist .card-img-top {
    width: 1px;
    height: 1px;
}

div#uslugilist .cbody {
    height: auto;
    background-color: #ffffffb5;
    margin: 5%;
    position: absolute;
    width: 90%;
    padding: 2.5%;
}

div#uslugilist .cbody h5 {
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

div#uslugilist .cbody p {
    height: min-content;
    display: none;
}

div#uslugilist .card {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-height: 29vw;
    min-height: 24em;
    background-color: #eee;
    color: #fff;
    /* padding: 1em; */
    transition: 0.5s;
}

#actionlist .img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    min-height: 25em;
}

div#actionlist .col {
    padding: 0;
    display: flex;
    border: 1px solid rgba(204, 204, 204, 0.5);
    justify-content: space-between;
    align-items: center;
}

div#actionlist .rov:nth-child(even) .col {
}

div#actionlist .card-body {
    padding: 0;
    width: 60%;
    padding: 3%;
}

div#uslugilist .card:hover, div#actionlist .col:hover {
    transition: 0.25s;
    margin-top: -5px;
}

.back-img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

#uslugilist .back-img {
    filter: brightness(85%) saturate(80%);
    -webkit-filter: brightness(65%) saturate(80%);
    -webkit-transition: all 3s ease;
    -moz-transition: all 3s ease;
    -o-transition: all 3s ease;
    -ms-transition: all 3s ease;
    transition: all 3s ease;
}

#uslugilist .back-img:hover {
    -webkit-filter: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 0.5s ease;
}

div#uslugilist .card .head {
    background-color: rgba(255, 255, 255, 0.9);
    color: #212529;
    padding: 0.5em;
    z-index: 1;
    margin: 1em;
    font-size: 1.2rem;
}

div#uslugilist .card .head h5 {
    margin: 0;
    background-image: url(/mashuk/strelkapravo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
}

div#uslugilist .card .head p {
    display: none;
    margin-top: 1em;
}

div#uslugilist .card .head:hover p {
    display: block;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 0.5s ease;
}

.mapcaption h4 {
    font-family: sans-serif;
    font-size: 1.5em;
    margin: 1em 0.5em;
}

.mapcaption p {
    margin: 0.2em;
    font-size: 1.2em;
}

.index div#maps {
    height: 24em;
}

div#maps {
    height: 20em;
}

.h-inherit {
    height: inherit !important;
}
#actionlist .row {
    min-height: 30em;
    /* border: 1px solid #ccc; */
}

#actionlist .row:nth-child(2n) {
    flex-direction: row-reverse;
    text-align: right;
}

#actionlist .col:nth-child {
    background-size: cover;
    background-repeat: no-repeat;
}

#actionlist .row:even .col:nth-child {
    background: red;
}

.horizontal-scroll-wrapper {
    position: absolute;
    top: -2px;
    left: -150px;
    width: 150px;
    max-height: 100vw;
    margin: 0;
    overflow-y: auto;
    overflow-x: hidden;
    transform: rotate(-90deg);
    transform-origin: right top;
}

.horizontal-scroll-wrapper > div {
    display: block;
    padding: 0;
    background: #cab;
    transform: rotate(90deg) translateX(150px);
    transform-origin: right top;
    background-size: cover;
    height: 150px;
    margin: 0px;
    width: 150px;
}

a#allPhotos {
    margin: 0.5em;
    padding: 1em;
    display: block;
    position: relative;
    font-family: Officina, serif;
}

a#allPhotos:before {
    content: "";
    position: absolute;
    width: 210%;
    height: 200%;
    top: -50%;
    left: -50%;
    z-index: -1;
    background: url(/images/strelka_temnaya.svg) center center no-repeat;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-size: 2em;
    background-position: center 90%;
}

div#map {
    height: 15em;
}

div#myCarousel,div#myCarouse2 {
    position: relative;
    /* top: 0; */
    /* left: 0; */
    width: 100%;
}

.equal, .equal > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 0 auto;
}

body {
    opacity: 0;
}

body.loaded {
    opacity: 1;
    transition: 3s;
    padding-top: 0;
    color: #000000;
}

body:not(.index) {
    padding-top: 11rem;
}
body.underconstraction{
    padding-top: 0;
}

body:not(.index) header {
    background: #000000e0 !important;
}

body:not(.index) header #crumbs {
    display: block
}

header #crumbs svg {
    margin: 0 1em
}

.maincontent {
    min-height: 650px;
}

body .container {
    /* padding: 0px; */
}
#contacts > div.container-fluid {
    min-height: 60vh;
}

.boxbg {
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: right;
}

div#welcombox {
    padding: 8em;
    position: relative;
    padding-bottom: 10em;
}

div#roomlist {
    padding: 5em;
}
div#roomlist >div{
    margin-top: -10em;
}


div#actionlist {
    padding: 7em 0;
}

div#welcombox .boxbg{
    top: 0;
    right: 0;
    width: 100%;
    opacity: 0.08;
}
header > .row {
    padding: 0.5em;
}

header img.geo {
    width: 3em;
    height: 3em;
    background: #392818;
    padding: 0.2em;
    top: -2.4em;
    position: relative;
    border-radius: 50%;
    /* margin: 0 auto; */
    background-image: url(/mashuk/pics/geo.svg);
    background-repeat: no-repeat;
    background-size: 1em;
    background-position: center;
}


.index2 .text {
    background-image: url(/ekaterina/rzhev.jpg);
    background-position: center;
    background-size: cover;
    color: #fff;
    padding-top: 35%;
    text-shadow: 1px 1px 2px #000;
}
.index2.d-flex {
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
}

.index .rooms-thumb {
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
}

.index .rooms-thumb:first-child {
    background-size: cover;
}

.index .rooms-thumb:nth-child(2) {
    background-size: 23em;
    background-position-y: top;
}

.index .rooms-thumb:nth-child(3) {
    background-size: 22em;
    background-position-y: bottom;
}

.index .rooms-thumb .rooms-thumb-title {
    color: #333;
    width: 100%;
    margin: 0;
    padding: 0.5em 1em;
    left: 0;
    height: 15em;
}

.index .rooms-thumb:first-child .rooms-thumb-title {
    color: #fff;
    position: absolute;
    bottom: 1em;
    height: auto;
    text-shadow: 0 0 5px #111;
    text-align: left;
    width: 85%;
    left: 10%;
}

.index .rooms-thumb:nth-child(2) .rooms-thumb-title {
    position: absolute;
    bottom: 0;
}

.index .rooms-thumb:nth-child(3) .rooms-thumb-title {
}

.index .rooms-thumb img {
    width: 100%;
    height: 50%;
    background-repeat: no-repeat;
    left: 0;
}

.index .rooms-thumb:nth-child(2) img {
    background-position-x: center;
    background-position-y: bottom, 0, center;
    background-size: 2em,0em,cover;
}

.index .rooms-thumb:nth-child(3) img {
    position: absolute;
    bottom: 0;
    background-position-x: center;
    background-position-y: center, 0, 102%;
    background-size: 0em,2em,cover;
}

a.logo {
    position: absolute;
    padding: 0.5em;
    left: 0;
    top: 0;
    background: #B58A61;
}

header img.logo {
    padding: 0;
    height: 7em;
    width: 14em;
}

.thisisbackground {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

img.logo {
}

nav.navbar {
    padding: 0;
}

header.onTop {
    background: #000000d1 !important;
    position: fixed;
    top: 0;
    transition: 3s;
}

header .navcontact {
    font-size: 1.5em;
}
header .navcontact svg {
    width: 2em;
    height: 2em;
    padding: 5px;
}
header.onTop li.item.nav-item1 {
}

ul.navbar-nav.mr-auto {
    margin: 0 auto;
    font-size: 90%;
    width: 70%;
}

li.item.first.menulevel-2.parent {
    background-color: #201a19;
}

li.item.first.menulevel-2.parent >a {
    text-transform: uppercase;
}

li.item.last.menulevel-2.parent {
    background-color: #302b1b;
}

li.item.last.menulevel-2.parent >a {
    text-transform: uppercase;
}

header .menulevel-1 > ul.submenu {
    background: #000000cf;
    color: #fbecdd !important;
}

.menulevel-1 >ul.submenu {
    position: absolute;
    width: 250%;
    left: 0;
    padding: 0;
    top: 4em;
    display: none;
}

.menulevel-2 >ul.submenu {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}

.onTop ul.submenu {
    width: max-content;
}

li.item.menulevel-2.parent >a {
    font-weight: bold;
}

.menulevel-1 >ul.submenu >li {
    /* display: inline-block; */
    padding: 0.5em 1em;
    margin: 0;
    max-width: 100%;
    font-family: sans-serif;
    text-transform: lowercase;
    list-style: none;
    height: unset;
}

.menulevel-2 > ul.submenu >li {
    display: block;
    padding: 0.5em 1em;
    margin: 0;
    max-width: 100%;
    font-family: sans-serif;
    text-transform: lowercase;
    list-style: none;
}

ul.submenu li:not(.parent):hover {
    background: #ef7f1a;
    color: #fff;
}

.onTop ul.submenu li {
    /* display: inline-block; */
    /* max-width: 30%; */
}

footer .plusLogo {
    /* height: 3em; */
    padding-top: 2em;
    background-image: url(/images/logo_small.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 1.7em;
}

footer ul {
    padding: 1em;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 90%
}

footer ul >li {
    padding: 0 1em;
    text-transform: uppercase;
}

footer ul >li:first-child {
    border-left: none;
}

div#menulogo img {
    /* width: 2em; */
    padding: 0.2em;
}

div#menulogo label {
    padding: 0 1em !important;
    margin: 0 auto;
}

.onTop div#menulogo label {
    color: #999;
}

div#menulogo {
    width: max-content;
    margin: 0 auto;
    width: -moz-max-content;
}

nav a.button2 {
    margin: 0 auto;
}

div#mp_5 {
    margin: 2em auto;
}

#mp_7 .row {
    border-color: #c69b6e!important;
}

div#mp_8 {
    margin: 2em auto;
}

.rooms-thumb {
    overflow: hidden;
    text-align: center;
}

.rooms-thumb h2 {
    font-size: 1.3em;
    text-transform: uppercase;
}

.rooms-thumb h3 {
    font-size: 1.8em;
    margin-top: -0.5em;
}

.rooms-thumb img {
    width: 100%;
}

.rooms-thumb p.smalldescription {
    height: 5em;
    text-align: center;
    padding-top: 1em;
}

.rooms-thumb p.roomPrice {
    margin: 0;
    padding: 0;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
}

.index .rooms-thumb p.smalldescription {
    height: 5em;
}

.index .rooms-thumb:nth-child(1) p.smalldescription {
    height: 4em;
    text-align: left;
    padding: 0;
    margin: 0;
}

div#list-rooms .row>div {
    margin: 1em 0;
}

div#list-rooms .row>div:nth-child(1),div#list-rooms .row>div:nth-child(4),div#list-rooms .row>div:nth-child(5), div#list-rooms .row>div:nth-child(8),div#list-rooms .row>div:nth-child(9),div#list-rooms .row>div:nth-child(12) {
    background: rgba(238, 239, 239, 0.5);
}

div#cyrentRoom {
    margin: 5em auto;
}

div#cyrentRoom .rooms-thumb {
    margin: 0 1em;
    /* height: 90%; */
}

#cyrentRoom p.introtext,#cyrentRoom ul {
    text-align: left;
}

#cyrentRoom ul {
    margin: 0 auto;
    padding: 0;
    width: 80%;
}

#cyrentRoom ul li {
    list-style: none;
    background-image: url(/images/strelka_li.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 0.5em;
    padding-left: 0.8em;
    margin: 0 0 0.2em 0;
}

div#roomCarusel {
    height: 80%;
}

div#pitCarusel {
    height: 100%;
}

div#roomCarusel .carousel-inner, div#roomCarusel .carousel-item, div#pitCarusel .carousel-inner, div#pitCarusel .carousel-item {
    height: 100%;
}

div#roomCarusel .carousel-item,div#pitCarusel .carousel-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

div#roomCarusel .carousel-control-prev, div#roomCarusel .carousel-control-next {
    position: absolute;
    top: 49%;
    bottom: unset;
}

.column {
    -webkit-columns: 15em 2;
    -moz-columns: 15em 2;
    columns: 15em 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-rule: none;
    -moz-column-rule: 1px solid #ccc;
    column-rule: none;
}

.column2 {
    -webkit-columns: 15em 2;
    -moz-columns: 15em 2;
    columns: 15em 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-rule: none;
    -moz-column-rule: 1px solid #ccc;
    column-rule: none;
}

.column3 {
    -webkit-columns: 10em 3;
    -moz-columns: 10em 3;
    columns: 10em 3;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-column-rule: none;
    -moz-column-rule: 1px solid #ccc;
    column-rule: none;
}

.roomItems b.header {
    text-transform: uppercase;
    margin-bottom: 1em;
    display: block;
}

.roomItems ul {
    width: 100% !important;
    padding-left: 1em !important;
}

.roomItems li {
    background: none !important;
    list-style-type: disc !important;
    padding-left: 0em !important;
}

div#aphoto {
    background-image: url(/images/treygolnik.svg),url(/images/para.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: right center, center center;
    background-size: contain, cover;
}

.submenu {
    /* display: none; */
}

.mborder {
    border: 1px solid #87a7d8;
}

.rooms-thumb {
    height: 30em;
}

.noMaterials {
    color: red !important;
    font-weight: bold;
}

.mtext {
    color: #c69b6e !important;
}

.bgimagecover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bgimagecontain {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

div#action {
    background-position-y: bottom;
    background-size: contain;
}

div#action .col {
    /* height: 15em */
    font-size: 125%;
}

div#action h4 {
    color: #ed7b00;
    text-transform: uppercase;
    margin: 1em 0;
    font-family: sans-serif;
}

div#action h6 {
    color: #333;
    text-transform: uppercase;
}

div#action p {
    margin: 2em 0;
}

#action_list img {
    width: 100%;
    margin: 1em auto;
}

#action_list ul {
    width: 100%;
    list-style: none;
}

div#spatabs {
    margin-bottom: 4em;
}

section.jumbotron.text-center {
    padding-top: 10em;
}

#spa_list ul,ul.mini {
    margin: 0.5em;
    padding: 0;
    font-size: 80%;
    font-family: Officina;
}

#spa_list p.text {
    text-align: center;
    font-weight: bold;
    color: #c69b6e;
    font-size: 120%;
}

#spa_list ul li {
    margin: 0.1em;
    padding: 0;
    list-style: none;
}

div#photoLincbox {
    background-position: ;
    background-size: cover;
}

iframe#bookig {
    min-height: 90vh;
    border: none;
}

@media (max-width: 1366px) {
    html {
        font-size: 11px !important;
    }

    .button {
        /* font-size: 0.75em */
    }

    .container-fluid.aboutanapa p {
        font-size: 1.3rem;
    }

    div#bookingformrow span.oi.oi-calendar {
        right: 2em;
    }
}

@media (max-width: 768px) {
    html {
        font-size: 9px !important;
    }

    body {
    }

    p {
        font-size: 1.4rem !important;
    }

    .button {
        font-size: 1em
    }

    .navbar button.navbar-toggler {
        float: left;
    }

    nav.navbar {
        top: 0;
        position: fixed;
        color: #fff !important;
        width: 100%;
        background: rgba(0, 0, 0, 0.75);
        padding: 0.5em 0;
    }

    a.mobheader {
    text-transform: uppercase;
    font-family: "TenorSans", sans-serif !important;
    font-size: 0.9em;
    top: -0.8em;
    position: absolute;
    }
    nav.navbar {
        font-size: 1.5rem;
    }
div#navbarCollapse {
    padding: 0;
    position: fixed;
    width: 100%;
    margin: 0;
    left: 0;
    background: #ef7f1a;
    color: #000;
    top: 3em;
    font-weight: bold;
}
nav .item {
    margin-right: 0;
    padding: 2em 0 2em 2em;
    font-size: 15px;
}

nav .item.active, nav .item:hover {
    text-decoration: none !important;
    color: #ffffff !important;
}
    
    .col-4.col-lg-4.col-xl-3.text-right.navcontact svg {
        width: 1.5em;
        height: 1.5em;
        padding: 3px;
    }

    nav.onTop {
        background: #181717a8;
    }
    header .navcontact svg {
        width: 25px;
        height: 25px;
        padding: 5px;
    }
    nav li.item.nav-item1 {
        margin: 0.5em 0;
    }

    .navcontact {
        align-self: flex-start!important;
    }

    nav.onTop li.item.nav-item1 {
        color: #fff !important;
    }

    header .menulevel-1 > ul.submenu {
        display: none !important;
    }

    div#bookingformrow input {
        font-size: 1.75rem;
    }

    div#bookingformrow label {
        position: absolute;
        left: 2.5em;
        top: 1.25em;
        text-transform: lowercase;
        color: #9E9E9E;
        font-size: 120%;
    }

    div#bookingformrow span.oi.oi-calendar {
        position: absolute;
        right: 2em;
        top: 3rem;
        font-size: 1.75rem;
        color: #9E9E9E !important;
    }

    ul.navbar-nav.mr-auto {
        position: 0 auto;
    }

    body .container {
        padding: 1em;
    }

    .index .room .card-body h4 {
        font-size: 2rem;
        line-height: 1em;
        min-height: unset;
    }

    .index div.roomOption {
        font-size: 120%;
    }

    .container-fluid.aboutanapa p {
        font-size: 1.4rem;
        font-family: 'Proxima Nova Rg', serif !important;
        transition: 5s;
        line-height: 1.6rem;
    }

    .container-fluid.aboutanapa h5:hover ~ p {
        display: none;
        transition: 5s;
    }

    .container-fluid.aboutanapa h5:hover ~ div {
        filter: brightness(100%);
    }

    .container-fluid.aboutanapa h5 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
        margin-top: 0.5em;
    }

    img.logo {
        width: 60%;
    }

    footer .about {
        font-size: 120%;
    }

    footer {
        font-size: 120%;
    }
footer .pay img {
    width: 4em;
}

    .rooms .room {
    height: 5rem;
    width: 100%;
}
    .rooms .room.card >div.card-body {
   padding-top: 0;
   background-color: #1f333699 !important;
}
    div#welcombox {
    padding: 8em 0;
}

    .room .roomimagegallery {
        width: 100%;
        min-height: unset;
        height: 35vh;
    }

    .room .roomdesc p.price {
        font-size: 2rem !important;
        float: right;
    }

    div#navbar1 {
        position: fixed;
        top: 3.5em;
        left: 0;
        background: inherit;
        width: 100%;
        padding: 0.5em 5% 1em 5%;
        background: rgba(0, 0, 0, 0.5);
    }

    .rooms-thumb p.smalldescription {
        height: auto;
    }

    div#cyrentRoom {
        margin: 0em auto;
    }

    div#roomCarusel, #pitCarusel {
        height: 50vh !important;
    }

    .index .carousel-caption {
        width: 90%;
        margin-top: 25em !important;
    }

    .index .carousel-caption h5 {
        line-height: 5rem;
        margin-bottom: 5rem;
    }

    .index .carousel-caption p {
        font-size: 1.5rem;
    }

    .index .room { 
    width: 100%; 
}
    .card.flex-column >div.card-body {
    height: 13em;
}
    #roomlist .room:nth-child(even) {
    -webkit-box-direction: normal !important;
    -ms-flex-direction: unset !important;
    flex-direction: column !important;
    border-left: unset;
    border-right: unset;
}
    .index .room .price {
        font-size: 2rem;
    }

    .no-gutters {
        margin-right: 0;
        margin-left: 0;
        > . col, > [ class*="
		col-"] {
            padding-right: 0;
            padding-left: 0;
        }
    }

    ol.breadcrumb {
        border: none;
        padding: 0;
        margin: 0;
        border-radius: 0;
    }

    div#crumbs {
        display: none;
        transition: 3s;
    }

    header.onTop div#crumbs {
        display: block;
        transition: 3s;
    }

    div#strelka2 {
        font-size: 80%;
    }

    #strelka2 h2.fontGaramond {
        margin: -0.4em;
        font-size: 180%;
    }

    #spa_list .card-body {
        min-height: unset;
    }

    .carousel-caption {
        right: 0 !important;
        left: 0 !important;
    }

    .aboutanapa {
        font-size: 75%;
        line-height: 1.2;
    }
}
