@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
    font-family: "Montserrat", sans-serif;
}

body {
    font-weight: 400;
}

.plimg {
    width: 100%;
    display: block;
    border-radius: 5px;
}

.price {
    color: green;
    font-size: 2.2em;
    margin-top: 5px;
}

#addunecha i {
    color: green;
    margin-right: 7px;
    font-size: 1.2em;
}

#sutochno-unecha {
    position: relative;
    overflow: hidden;
    font-size: 1.1em;
    padding-top: 50px !important;
}

#sutochno-unecha i {
    color: green;
    margin-right: 7px;
    font-size: 1.1em;
}

.logo {
    width: 100%;
}

h2 {
    font-weight: 700;
}

.phones a {
    color: #111;
}

#menu {
    background: #111;
}
#menu a {
    padding: 15px;
    margin-right: 3.5%;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
    display: inline-block;
}

#menu a:hover,
.aactive {
    background: #fff;
    color: #111;
}

.newsblock {
    padding: 8% 7%;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    transition: all 0.3s ease;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
}

.newsblock h5 {
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: 700;
    color: #472500;
}

.plitka {
    text-align: center;
    padding-bottom: 5vh !important;
}

.plitka img {
    width: 100%;
    margin-bottom: 25px;
    transition: all 0.4s;
}

.plitka img:hover {
    transform: translateY(-10px);
}

.plitka p {
    font-size: 0.75em;
    padding-bottom: 20px;
}

.newsimg {
    width: 100%;
    margin-bottom: 20px;
    display: block;
    clear: both;
    background-size: 130% !important;
    background-position: center !important;
    height: 22vh;
    max-height: 320px;
    transition: all 0.8s linear !important;
    overflow: hidden;
}

.newsimg:hover {
    background-size: 100% !important;
}

.newsurl {
    background-color: #472500;
    border: 1px solid #472500;
    display: inline-block;
    color: #fcfcfc;
    font-size: 0.9em;
    padding: 5px 18px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.newsurl:hover {
    background-color: #f5f5f5;
    color: #472500;
}

.col1 {
    display: inline-block;
    width: 48%;
}

.col2 {
    display: inline-block;
    width: 48%;
    padding-left: 15px;
    padding-top: 15px;
}

@media screen and (max-width: 650px) {
    .col1 {
        display: block;
        width: 100%;
    }

    .col2 {
        display: block;
        width: 100%;
    }
}

.phones a {
    text-decoration: none;
    transition: all 0.3s ease;
}

.phones a:hover {
    color: red !important;
}

#header {
    background: rgba(255, 255, 255, 0.95);
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

#fsheader {
    min-height: 100vh;
    background: url("/img/hotel.webp") no-repeat #333;
    background-size: cover;
    background-position: bottom center;
}

#mainos_result {
    font-size: 0.8em;
}

.mainform {
    background: #2e6d9e;
    color: #fff;
    padding: 8% 6%;
    font-weight: bold;
    font-size: 1.1rem;
    border-radius: 0 0 25px 0;
    margin: 5vh auto;
    margin-top: 20vh;
    width: 99%;
}

.mainform input {
    width: 96%;
    clear: both;
    margin: 2%;
    padding: 5px 20px;
    border: 1px solid #ccc;
    background: #eee;
    color: #111;
    border-radius: 4px;
    font-size: 1.1em;
}

.signup {
    display: inline-block;
    padding: 15px 32px;
    margin: 10px 0;
    background-color: #2e6d9e;
    color: #fff;
    cursor: pointer;
    transition: all 0.4s ease;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
}

.signup:hover {
    background: #111;
}

#addunecha {
    position: relative;
    overflow: hidden;
    background-color: #f5f5f5;
    margin-top: 50px;
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 1.1em;
}

.lbimg {
    width: 32.33%;
    height: 31vh;
    overflow: hidden;
    float: left;
    margin: 0.5%;
    position: relative;
    display: block;
    transition: all 0.4s ease-in-out;
}

.lbimgmini {
    width: 24%;
    aspect-ratio: 1/1.05;
    min-height: 100px;
    overflow: hidden;
    float: left;
    margin: 0.5%;
    position: relative;
    display: block;
    transition: all 0.4s ease-in-out;
}

.lbimgmini2 {
    width: 32.333%;
    aspect-ratio: 1/1.05;
    min-height: 100px;
    overflow: hidden;
    float: left;
    margin: 0.5%;
    position: relative;
    display: block;
    transition: all 0.4s ease-in-out;
}

.lbimg img,
.lbimgmini img,
.lbimgmini2 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.lbimg:hover,
.lbimgmini:hover,
.lbimgmini2:hover {
    transform: scale(1.05);
}

.clr {
    display: block;
    clear: both;
    width: 100%;
    position: relative;
    height: 20px;
}

.room {
    position: relative;
}

.subroom {
    padding: 10% 7%;
    height: 100%;
    position: relative;
    border: 1px solid #ccc;
    overflow: hidden;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.room i {
    color: #2e6d9e;
    margin-right: 9px;
    font-size: 1.2em;
}

.lbimg p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 7%;
    background: url("/img/blur.webp") no-repeat;
    background-position: top center;
    color: #fff;
    margin: 0;
}

.lbimg .cost {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-weight: 500;
    font-size: 1em;
    color: #222;
    background: rgba(255, 255, 255, 0.6);
    display: inline-block;
    padding: 5px 15px;
    border-radius: 0 0 10px 0;
}

#uslugi {
    background: url("/img/vsplesk.webp") no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
    padding-bottom: 80px;
}

#preim {
    color: #fff;
    background-color: #2e6d9e;
    position: relative;
    min-height: 100px;
    padding-top: 70px;
    padding-bottom: 70px;
}

.ig {
    width: 100%;
}

.ig1 {
    vertical-align: top;
    width: 30%;
    max-width: 120px;
}

.ig1 i {
    display: block;
    width: 70%;
    min-width: 80px;
    text-align: center;
    font-size: 2.6em;
    line-height: 2em;
    color: orange;
    border: 1px solid #fff;
    border-radius: 50%;
    animation: blinker 2.3s linear infinite;
}

@keyframes blinker {
    50% {
        transform: scale(1.1);
    }
}

.ig2 {
    font-weight: 600;
}

.signupx {
    font-weight: 600;
    font-size: 1.1em;
    text-transform: uppercase;
    text-decoration: none;
    background: rgb(150, 31, 196);
    background: radial-gradient(circle, rgba(150, 31, 196, 1) 0%, rgba(75, 28, 145, 1) 100%);
    color: #fff;
    border-radius: 26px;
    padding: 10px 40px;
    position: relative;
    display: inline-block;
    clear: both;
    max-width: 320px;
    text-align: center;
    margin-bottom: 13px;
    transition: all 0.3s;
}

.signupx:hover {
    background: rgb(196, 31, 195);
    background: radial-gradient(circle, rgba(196, 31, 195, 1) 0%, rgba(61, 20, 121, 1) 100%);
    color: #fff;
    text-decoration: none;
}

#aboutme {
    padding-top: 40px;
    background: none;
    color: #333;
    position: relative;
    font-size: 1em;
}

.txtabout {
    font-size: 1.3em;
}

#footer {
    padding: 4%;
    padding-top: 70px;
    padding-bottom: 80px;
    background: #111111;
    color: #fff;
    position: relative;
}

#footer a {
    color: #2e6d9e;
    font-size: 1.4em;
}

.video {
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
}
.video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    #sutochno-unecha {
        font-size: 1em;
    }

    .lbimg {
        width: 49%;
        height: auto;
        aspect-ratio: 1/1;
    }

    #fsheader {
        min-height: 50vh;
        height: auto;
        font-size: 0.9em;
    }

    #header {
        position: relative;
        background: #fff;
        font-size: 0.8em;
        padding: 0;
        color: #333;
    }

    #header a {
        color: #333333 !important;
    }

    #headtxt {
        text-align: center;
        font-size: 1.4em;
        color: #aaa;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .mainform {
        margin-top: 5vh;
    }
    .logocontainer {
        background: none;
        text-align: center;
        padding-bottom: 0 !important;
    }

    .logo {
        max-width: 190px;
    }

    #watemp {
        display: none;
    }
}

@media (max-width: 460px) {
    body {
        font-size: 0.9rem;
    }

    /* .lbimg {
        width: 99%;
        height: 35vh;
        margin-bottom: 3%;
    } */

    #menu a {
        width: 100%;
        display: block;
        text-align: center;
        font-size: 0.8em;
    }
}
