/*
Theme Name: Solva
*/

/***********************************************************************************
Reset
************************************************************************************/
html, body, div, p, h1, h2, h3, h4, h5, h6, dd, dl, dt, ul, ol, li, b, big, cite, em, i, small, span, strong, img, fieldset, form, label, legend, input, textarea, select, button {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

ol, ul {
    list-style: none;
}

a img {
    border: none;
}

/************************************************************************************
Body
************************************************************************************/
body {
    color: #686868;
    background: #f5f5f5;
}

/************************************************************************************
Headings
************************************************************************************/
h1, h2, h3, h4, h5, h6 {
    color: #000000;
    margin-bottom: 20px;
    font-weight: normal;
    text-transform: uppercase;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #e56e44;
}

h1 {
    font-size: 19px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
}

/************************************************************************************
HTML Elements
************************************************************************************/
#container a {
    color: #e56e44;
    text-decoration: underline;
}

#container a:hover,
#container a:focus {
    color: #e56e44;
    text-decoration: underline;
}

#container p {
    color: #686868;
    margin-bottom: 15px;
}

#container p, #container ul, #container ol {
    font-size: calc(13.0291262136px + .2588996764vw);
    color: #10100c;
}

/************************************************************************************
Clear & Float
************************************************************************************/
.clear {
    height: 0;
    font-size: 1px;
    line-height: 0px;
    clear: both;
    overflow: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center-text {
    text-align: center;
}

.alignleft {
    float: left;
    margin: 0 25px 25px 0;
}

.alignright {
    float: right;
    margin: 0 0 25px 25px;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

/************************************************************************************
Main Containers
************************************************************************************/
#wrapper {
    position: relative;
    width: 100%;
}

#header {
    position: relative;
    width: 100%;
    height: fit-content;
}

#top {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    overflow: hidden;
    z-index: 1;
}

#top-img {
    position: relative;
}

#logo {
    position: absolute;
    width: 310px;
    height: 315px;
    left: 50%;
    margin-left: -155px;
    top: 0;
    margin-top: -15px;
    z-index: 3;
}

#logo a {
    display: block;
}

#container {
    max-width: 100%;
    width: 100%;
    min-height: 400px;
    margin: 0 auto;
    padding: 10px 30px 30px 30px;
    background: #ffffff;
}

@media (min-width: 1024px) {
    #container {
        max-width: 1200px;
        min-width: 980px;
        padding: 10px 70px 30px 70px;
    }
}

#container ul {
    margin: 15px 0 15px 0;
    padding: 0 0 0 40px;
    list-style: disc;
}

#container ul li {
    padding: 2px 0;
    list-style-type: inherit;
}

#container img {
    max-width: 100%;
    height: auto;
    width: auto \9;
}

#container ul.bxslider {
    margin: 0;
    padding: 0;
    list-style: none;
}

#container ul.bxslider li {
    margin: 0;
    padding: 0;
}

.center {
    display: block;
    padding: 20px 0 0 0;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 17px;
}

/************************************************************************************
Languages
************************************************************************************/
#languages {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    background: url(images/bg.png);
    /*    width: 47px;*/
    height: 16px;
    z-index: 2;
}

#languages a {
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 3px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#languages a:hover {
    color: #ffffff;
    text-decoration: none;
}

/************************************************************************************
Phone
************************************************************************************/
#top-phone a {
    position: absolute;
    top: 7px;
    left: 0;
    padding: 10px;
    background: url(images/bg.png);
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    /* width: 230px; */
    /* height: 26px; */
    z-index: 5;
    text-decoration: none;
}

/************************************************************************************
Menu
************************************************************************************/
#menu {
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
    background: url(images/bg.png);
    z-index: 4;
}

#menu div.main-nav {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    height: 50px;
    z-index: 99;
}

#menu div.main-nav ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
    right: 50%;
}

#menu div.main-nav ul li {
    position: relative;
    float: left;
    min-width: 50px;
    left: 50%;
}

#menu div.main-nav ul li a {
    display: block;
    font-size: 11px;
    color: #ffffff;
    line-height: 11px;
    padding: 20px 25px 19px 25px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#menu div.main-nav a:hover {
    color: #e56e44;
}

#menu div.main-nav li.current-menu-item > a {
    color: #e56e44;
}

#menu div.main-nav li.current_page_parent > a {
    color: #e56e44;
}

#menu div.main-nav li.current-menu-ancestor > a {
    color: #e56e44;
}

#menu div.main-nav li.current-menu-parent > a {
    color: #e56e44;
}

/************************************************************************************
Dropdown Menu
************************************************************************************/
#menu div.main-nav ul ul {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    float: none;
    right: auto;
    z-index: 99999;
    background: #000000;
}

#menu div.main-nav ul ul ul {
    left: 100%;
    top: 0;
}

#menu div.main-nav ul ul li {
    float: none;
    margin: 0;
    left: 0;
}

#menu div.main-nav ul ul a {
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
    padding: 17px;
    width: 120px;
    text-transform: none;
}

#menu div.main-nav ul ul a:hover {
    color: #ffffff;
    background: #e56e44;
    text-decoration: none;
}

#menu div.main-nav ul li.menu-item:hover > ul {
    display: block;
}

/************************************************************************************
Main Page
************************************************************************************/
#main-page {
    position: relative;
    width: 100%;
    /*    height: 600px; */
    top: 0;
    left: 0;
    z-index: 1;
    background: #ffffff;
}

#main-page .loading {
    position: absolute;
    height: 24px;
    width: 24px;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
    background: url(images/loader.gif) center center no-repeat;
    z-index: 2;
}

#main-content {
    width: 100%;
    margin-bottom: 40px;
    background: #f5f5f5;
}

.padding-div {
    padding: 30px 40px 30px 40px;
}

/************************************************************************************
Rooms
************************************************************************************/
#rooms {
    margin-left: -15px;
    margin-right: -15px;
}

#rooms .room {
    float: left;
    width: 33.333%;
}

#rooms .room-padding {
    padding: 0 15px 30px 15px;
}

#rooms .room img {
    max-width: 100%;
    height: auto;
    width: auto \9;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#rooms .room-link {
    display: block;
    position: relative;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#rooms .room-link:hover {
    color: #e56e44;
    text-decoration: none;
}

#rooms .room-link:hover img {
    transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
}

#rooms .room-image {
    display: block;
    overflow: hidden;
}

#rooms .room-title {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    background: url(images/bg.png);
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
}

#rooms .room-price {
    display: block;
    position: absolute;
    top: -18px;
    right: -5px;
    padding: 10px;
    height: 16px;
    text-align: center;
    background: #e56e44;
    z-index: 3;
    font-size: 13px;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#rooms .corner {
    display: block;
    position: absolute;
    bottom: -5px;
    right: 0;
    height: 5px;
    width: 5px;
    background: url(images/corner.png) center center no-repeat;
}

#rooms .corner-left {
    display: block;
    position: absolute;
    bottom: 0;
    left: -10px;
    height: 36px;
    width: 10px;
    background: url(images/corner-left.png) center center no-repeat;
}

#rooms .room-link:hover .room-price {
    top: -25px;
}

/************************************************************************************
Single Room
************************************************************************************/
.single-description {
    padding: 30px 0 30px 0;
}

.single-gallery {
    display: block;
}

.single-gallery img {
    max-width: 100%;
    height: auto;
    width: auto \9;
}

.single-gallery:hover .zoom-bottom {
    bottom: -50px;
}

.single-gallery:hover .zoom-top {
    top: -50px;
}

.single-gallery:hover .zoom-plus {
    top: 0;
}

/************************************************************************************
Booking
************************************************************************************/
#booking-button {
    width: 320px;
    height: 14px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 20px 0;
    background: #e56e44;
    color: #ffffff;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}

#booking-button:hover {
    background: #e55f2e;

}

#booking {
    width: 280px;
    margin: 0 auto;
    padding: 20px;
    background: #f5f5f5;
}

#booking h2 {
    padding: 0 0 15px 0;
    margin-bottom: 10px;
    color: #000000;
    font-size: 13px;
    text-align: center;
    border-bottom: 1px solid #ededed;
}

#booking .booking-info {
    padding: 10px 0 5px 0;
}

#booking .booking-info label {
    display: block;
    color: #686868;
    font-size: 13px;
    margin-bottom: 10px;
}

#booking .booking-info select {
    display: block;
    width: 280px;
    padding: 5px;
    border: 1px solid #ededed;
    color: #686868;
    font-family: 'Times New Roman', Georgia;
    font-size: 13px;
}

#booking .info-text {
    display: block;
    width: 270px;
    padding: 5px;
    border: 1px solid #ededed;
    color: #686868;
    font-family: 'Times New Roman', Georgia;
    font-size: 13px;
}

#booking .info-comment {
    display: block;
    width: 270px;
    height: 100px;
    padding: 5px;
    border: 1px solid #ededed;
    color: #686868;
    font-family: 'Times New Roman', Georgia;
    font-size: 13px;
}

#booking .info-submit {
    display: block;
    width: 130px;
    height: 32px;
    margin: 0 auto;
    padding: 10px;
    background: #e56e44;
    color: #ffffff;
    font-family: 'Times New Roman', Georgia;
    font-size: 10px;
    text-transform: uppercase;
    cursor: pointer;
}

.error {
    padding: 10px 0 0 0;
    color: #e56e44;
}

#booking-success {
    display: block;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
    border: 1px solid #f5f5f5;
}

#booking-success p {
    text-align: center;
    margin: 0;
}

/************************************************************************************
Posts
************************************************************************************/
.category-description {
    padding: 0 0 20px 0;
}

#posts {
    margin-left: -15px;
    margin-right: -15px;
}

.post {
    width: 33.333%;
    float: left;
}

.post-padding {
    padding: 0 15px 30px 15px;
}

.post-info {
    display: block;
    position: relative;
    cursor: pointer;
    color: #ffffff;
    overflow: hidden;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.post-info:hover {
    color: #e56e44;
    text-decoration: none;
}

.post-info img {
    max-width: 100%;
    height: auto;
    width: auto \9;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.post-info:hover img {
    transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
}

.post-title {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    background: url(images/bg.png);

    color: white;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
}

.zoom-see {
    display: block;
    position: absolute;
    top: -30px;
    right: 0;
    width: 30px;
    height: 30px;
    background: url(images/see.png) center center no-repeat;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.post-info:hover .zoom-see {
    top: 0;
}

/************************************************************************************
Gallery
************************************************************************************/
.gallery {
    margin-left: -15px;
    margin-right: -15px;
}

.gallery .gallery-image {
    width: 33.333%;
    float: left;
}

.gallery .image-padding {
    padding: 0 15px 30px 15px;
}

.gallery .gallery-image a {
    display: block;
    position: relative;
    overflow: hidden;
}

.gallery .gallery-image img {
    max-width: 100%;
    height: auto;
    width: auto \9;
}

.zoom-bottom {
    display: block;
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 50px;
    background: url(images/bg.png);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.zoom-top {
    display: block;
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 50px;
    background: url(images/bg.png);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.zoom-plus {
    display: block;
    position: absolute;
    top: -29px;
    right: 0;
    width: 29px;
    height: 29px;
    background: url(images/zoom-plus.png) center center no-repeat;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.gallery .gallery-image a:hover .zoom-top {
    top: -50px;
}

.gallery .gallery-image a:hover .zoom-bottom {
    bottom: -50px;
}

.gallery .gallery-image a:hover .zoom-plus {
    top: 0;
}

/************************************************************************************
Footer
************************************************************************************/
/* #footer {
    width: 100%;
    background: #1a1a1a;
}

#footer .footer-center {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 25px;

    max-width: 1200px;
    margin: 0 auto;
    padding: 35px 20px;
}

@media (min-width: 1024px) {
    #footer .footer-center {
        flex-direction: row;

        padding-top: 50px;
        padding-bottom: 50px;
    }
}

#footer .footer-block {
    width: 25%;
}

#footer .contacts-title {
    display: block;
    margin-bottom: 10px;

    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 120%;
}

#footer .contacts-text a {
    display: block;
    color: #999999;
    font-size: 14px;
    text-decoration: none;
    line-height: 120%;
}

@media (min-width: 1024px) {
    #footer .contacts-text a:hover {
        color: #ffffff;
    }
}

#footer .footer-social-buttons {
    display: flex;
    justify-content: center;
    column-gap: 10px;
}

@media (min-width: 1024px) {
    #footer .footer-social-buttons {
        justify-content: start;
    }
}

#footer .footer-social-buttons a {
    filter: brightness(0.6);
}

@media (min-width: 1024px) {
    #footer .footer-social-buttons a:hover {
        filter: unset;
    }
}

#footer .footer-social-buttons a svg {
    width: 30px;
    height: 30px;
}

#footer .scrooltop {
    position: absolute;
    top: 0;
    right: 20px;
    width: 40px;
    height: 60px;
    background: url(images/scrolltop.png) center center no-repeat;
    cursor: pointer;
}

#footer .created {
    padding: 20px 0;
    background: #121212;
}

#footer .created p {
    margin: 0;
    text-align: center;
    font-size: 11px;
}

#footer .created a {
    color: #e56e44;
    font-size: 11px;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#footer .created a:hover {
    color: #ffffff;
} */

/************************************************************************************
Responsive
************************************************************************************/
.responsive {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 20px;
    height: 0;
    overflow: hidden;
    margin-bottom: 40px;
}

.responsive iframe,
.responsive object,
.responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#menu-dropdown {
    padding: 15px 30px;
}

#menu-dropdown .main-drop {
    width: 100%;
    margin: 0 auto;
    height: 20px;
    display: none;
}

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

    .main-nav {
        display: none;
    }

    #menu-dropdown .main-drop {
        display: block;
    }

    .gallery .gallery-image {
        width: 50%;
    }

    .post {
        width: 50%;
    }

    #rooms .room {
        width: 50%;
    }

    #footer .footer-block {
        width: 100%;
        text-align: center;
    }

    #footer .logo-bottom {
        margin: 0 auto;
    }

    #booking-button {
        width: 100%;
    }

    #top-phone {
        display: block;
    }

}

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

    #header {
        /*        height: 300px;*/
    }

    #main-page {
        /*        height: 300px;*/
    }

    #top {
        /*        height: 300px;*/
    }

    #languages {
        right: 0;
        margin-right: 0;
        top: 9px;
    }

    .gallery .gallery-image {
        width: 100%;
        float: none;
    }

    .post {
        width: 100%;
        float: none;
    }

    #rooms .room {
        width: 100%;
        float: none;
    }

}

div#languages a:first-child,
div#languages a:last-child {
    display: none;
}

div#languages a.eng {
    display: block !important;
}

.credential__2dURG {
    background: #f5f5f5;
}

.searchRoomsForm__3LBnx {
    background: #f5f5f5 !important;
}

.remote_app_container {
    max-width: 1140px;
    margin: 0 auto;
}

div#main-page {
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#video-player video.video-item {
    max-height: 600px;
}

@media (max-width: 768px) {
    #logo {
        max-width: 150px;
        height: auto;
        margin-left: auto;
        transform: translate(-50%, 0);
    }

    #logo a img {
        max-width: 150px;
    }
}

@media (max-width: 992px) {
    #top {
        max-height: 400px;
        height: fit-content;
    }
}

@media (min-width: 1200px) {
    .DayPickerInputContainer .DayInput {
        width: 100%;
    }

    .gridCell__v4mLc {
        width: 100%;
    }
}

/*Section promotion*/
.section-promotion {
    position: relative;
    background: url('images/background-image.png') no-repeat center center;
    background-size: cover;
    padding: 50px 0;
    color: #fff;
}

.section-promotion::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Затемнение */
}

.section-promotion #container {
    position: relative;
    z-index: 1;
}

.section-promotion #container {
    max-width: 1070px;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    margin: 0 auto;
    padding: 0;
    background: transparent;
    padding: 10px;
}

.section-promotion h1 {
    text-align: center;
    text-transform: uppercase;
    font: normal 34px 'Times New Roman', Georgia, Arial, 'Trebuchet MS', Tahoma;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.4em;
    color: #fff;
}

.section-promotion h2 {
    margin-top: 24px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.4em;
}

.section-promotion p {
    color: #fff;
    font-size: 17px;
    line-height: 1.4em;
}

span.text-color {
    color: #e56e44;
}

.section-promotion .font-title-h2, .section-promotion h2 {
    font-size: 28px;
    line-height: 1.4em;
    text-transform: uppercase;
    margin-top: 24px;
    text-align: left;
}

.section-promotion {
    background: url('images/background-image.webp') no-repeat center center;
    background-size: cover;
    padding: 50px 0;
    color: #fff;
}

.section-promotion .accordion-item {
    border-bottom: 1px solid #e56e44;
    margin-bottom: 8px;
}

.section-promotion .accordion-button {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    width: 100%;
    text-align: left;
    padding: 10px;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-promotion .accordion-content {
    font-size: 18px;
    line-height: 1.4em;
    max-height: 0;
    padding: 0 10px;
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out, opacity 0.3s ease-in-out;
    overflow: hidden;
    opacity: 0;
}

.section-promotion .accordion-button.active + .accordion-content {
    max-height: 500px;
    padding: 10px;
    opacity: 1;
}

.section-promotion .icon {
    font-weight: bold;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.section-promotion .accordion {
    margin-bottom: 28px;
}

.section-promotion .border-bottom {
    border-bottom: 1px solid #e56e44;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.section-promotion .promotion-p {
    font-size: 16px;
    text-transform: uppercase;
}

span.block {
    display: block;
}

@media (max-width: 767px) {
    span.text-color {
        display: block;
        font-size: 34px;
    }
}

/*Section promotion*/

.block-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-template-page-full-width .responsive iframe {
  height: 380px;
}

.page-template-page-full-width .responsive {
  padding-bottom: 380px;
}

.image-hover-container {
  position: relative;
  height: 500px;
  overflow: hidden;
  background-image: url("http://solva.local/wp-content/uploads/2025/10/DJI_20251002115035_0006_D-min-scaled.webp");
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-clip: border-box;
  -moz-background-clip: border-box;
  background-clip: border-box;
}

.image-hover-container a {
  display: block;
  height: 100%;
  position: relative;
  z-index: 2;
}

.image-hover-container img {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-hover-container .overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
  pointer-events: none;
}
@media(max-width:880px){
    .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        min-width: 8px;
        height: 8px;
    }
}
.category-conferences-and-events main.main .container.first-c{
	position:relative;
}
.category-conferences-and-events section#section-contacts {
    z-index: 1;
    position: relative;
}
.category-conferences-and-events .container.first-c .section {
    padding-block:calc(35.7281553398px + 6.4724919094vw);
    margin-block: 0;
}
.category-conferences-and-events main.main .container.first-c::before {
    content: "";
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.05;
    background-image: url("https://solvahotel.com/wp-content/uploads/2025/12/NZ5_9465-scaled.webp");
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
}
.category-spa main.main .container.first-c{
	position:relative;
}
.category-spa section#section-contacts {
    z-index: 1;
    position: relative;
}
.category-spa .container.first-c .section {
    padding-block:calc(35.7281553398px + 6.4724919094vw);
    margin-block: 0;
}
.category-spa main.main .container.first-c::before {
    content: "";
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.05;
    background-image: url("https://solvahotel.com/wp-content/uploads/2025/11/NZ5_9517-1-scaled.webp");
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
}