@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@100;200;300;400;500;600;700;800;900&display=swap");

:root {
    --с0: rgb(178, 33, 69);
    --c1: #2262a3;
    --c2: #333333;
    --c3: #678ec4;
}

* {
    margin: 0;
    padding: 0;
}

a, a:visited {
    color: var(--c3);
}

a:hover {
    color: var(--c1);
}

html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

#bnovo_wdjt {
    display: block;
    overflow: hidden;
    float: right;
    width: auto;
    clear: both;
}

h2 {
    color: #111;
    font-size: 2.4em;
    font-weight: 800;
    text-transform: uppercase;
}

body {
    font-family: "Geologica", sans-serif;
    color: #333;
}

.fullscreen-bg {
    overflow: hidden;
    position: relative;
    min-height: calc(100vh + 70px);
    width: 100%;
}

.fullscreen-bg__video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mainlogo {
    width: 100%;
}

.overlay {
    background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8) 2px, transparent 2px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8) 2px, transparent 2px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8) 2px, transparent 2px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8) 2px, transparent 2px, transparent 100%);
    -webkit-background-size: 3px 3px;
    -moz-background-size: 3px 3px;
    background-size: 3px 3px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 24;
    padding-top: 21vh;
}

.overlay h1 {
    color: #fff;
    font-size: 58px;
    font-weight: 800;
    text-transform: uppercase;
}

.maininfo {
    color: #fff;
    font-size: 1.2em;
    font-weight: 100;
    text-align: center;
}

.maincontacts {
    font-size: 1.6em;
    text-align: right;
    color: #eee;
}

.maincontacts a {
    font-weight: 300;
    font-size: 1.1em;
    color: #fcfcfc;
}

.signup {
    background-color: var(--c1);
    color: #eee;
    font-size: 0.8em;
    font-weight: 500;
    display: inline-block;
    padding: 2vh 3vw;
    border-radius: 80px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-decoration: none;
    color: #fcfcfc !important;
}

.signup:hover {
    background-color: #333;
    text-decoration: none;
    color: #fff;
}

#headernew {
    z-index: 200;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0 0 5px 5px;
    transition: all 1.1s;
    background: none;
}

#subheader {
    overflow: hidden;
}

#mainmenu {
    text-align: center;
}

#mainmenu a, #mainmenu span {
    display: inline-block;
    padding: 5px 2%;
    color: #fcfcfc;
    text-transform: uppercase;
    transition: all 0.3s;
    font-size: 0.9em;
    font-weight: 500;
    cursor: pointer;
}

#mainmenu a:hover, #mainmenu span:hover {
    color: #fff;
    background-color: var(--c5);
    text-decoration: none;
}

#main_perehod {
    width: 100%;
    height: 70px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url("/new/img/perehod.png") no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 30;
}

.smalltxt {
    font-size: 0.9em;
}

.centerblock {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.centertxt {
    width: 100%;
    position: relative;
}

.centertxt h3 {
    text-align: center;
    font-weight: 800;
    color: #222;
    font-size: 2.4em;
    padding-bottom: 15px;
}

#gallery {
    background-color: #eee;
    padding-top: 70px !important;
    padding-bottom: 70px !important;
    margin-top: 60px;
}

#footers {
    background: #111;
    color: #eee;
    text-align: left;
    /* margin-top: 120px; */
    padding-top: 70px !important;
    padding-bottom: 60px !important;
}

#footers a {
    text-decoration: none;
    font-weight: 500;
    color: #ccc;
}

.photo {
    width: 25%;
    display: bock;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
}

.photo img {
    width: 100%;
}

#ig {
    background-color: #eee;
    padding-top: 80px !important;
    padding-bottom: 50px !important;
    margin-top: 30px !important;
    margin-bottom: 50px !important;
}

.igblock {
    text-align: center;
    position: relative;
    padding-bottom: 2vh !important;
}

.igimage {
    width: 78%;
    max-width: 600px;
    border-radius: 50%;
}

.igblock h6 {
    font-weight: 800;
    padding-top: 30px;
    text-transform: uppercase;
}

.photo2 {
    float: left;
    width: 32.333%;
    padding: 0px;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0.5%;
}

.photo2 img {
    display: block;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}

.photo2 a:hover {
    opacity: 0.5;
}

.photo2 a {
    display: block;
    position: relative;
}

.photo2 a:after {
    content: "";
    background: transparent url(/images/eye-icon.png) no-repeat center;
    width: 52px;
    height: 35px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    visibility: hidden;
}

.photo2 figcaption {
    font-family: "Open Sans", sans-serif;
    color: #999999;
    text-align: center;
    margin-top: 20px;
}

.roomblock {
    border: 1px solid #eee;
    border-radius: 20px;
    margin-bottom: 20px;
}
.roominfo h5 {
    font-weight: 700;
    font-size: 1.3em;
}

.roominfo > .price {
    color: var(--c3);
    font-size: 1.2em;
    font-weight: 600;
}


@media only screen and (max-width: 991px) {
.mobilehide {
    display: none!important;
}

.maininfo {
    padding-bottom: 0!important;
}

.maincontacts {
    padding-top: 0!important;
}

}

@media only screen and (max-width: 640px) {

    .fullscreen-bg {
        height: auto;
    }

    .overlay {
        position: relative;
        padding-top: 14vh;
    }

    #bnovo_wdjt {
        width: auto;
        float: none;
        margin: 0 auto;
    }

    .maincontacts {
        text-align: center;
        font-size: 1.3em;
    }

    .roominfo {
        padding-bottom: 0 !important;
    }

    .roomphoto {
        padding-top: 0 !important;
    }

    .photo {
        width: 50%;
    }

    .igblock {
        font-size: 0.8em;
    }
}
