@font-face {
    font-family: 'Nunito Regular';
    src: url('/wp-content/themes/intentionally-blank/fonts/Nunito-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Nunito Light';
    src: url('/wp-content/themes/intentionally-blank/fonts/Nunito-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Nunito SemiBold';
    src: url('/wp-content/themes/intentionally-blank/fonts/Nunito-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
* {box-sizing: border-box;}
body {
    font-family: 'Nunito Regular';
    margin: 0;
}
a img:hover {opacity: 70%;}
.container {
    position: relative;
    width: 100%;
    max-width: 1190px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}
.container1440 {
    max-width: 1440px;
    padding: 0;
    display: flex;
}
.container950 {max-width: 950px;}
/*.grey-fon {
    background: #313131;
    color: rgba(255, 255, 255, 0.8);
}*/
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.custom-logo-link {display: flex;}
.adres,
.bron,
.admin {
    font-size: 14px;
    line-height: 1.5;
}
.adres span,
.adres a,
.bron span,
.bron a,
.admin span,
.admin a {
    font-weight: 700;
    font-size: 18px;
}
.adres a,
.bron a,
.admin a {
    display: table;
    color: #000;
    text-decoration: none;
}
.adres a:hover,
.bron a:hover,
.admin a:hover {color: #F11818;}

a.button-red {
    width: fit-content;
    height: 60px;
    background: #F11818;
    border-radius: 24px;
    display: flex;
    gap: 13px;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: 1;
    font-size: 16px;
    text-decoration: none;
    padding: 0 20px;
}
a.button-red:before {
    content: "";
    background: url(/wp-content/themes/intentionally-blank/img/calendar.png);
    width: 17px;
    height: 19px;
}
a.button-red:hover {background: #313131;}

.grey-line {
    border: 0;
    margin: 0;
    height: 1px;
    background: #F0F0F0;
}
ul.navbar {
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;
    justify-content: space-between;
    list-style: none;
}
ul.navbar li {text-align: center;}
ul.navbar li a {
    font-size: 18px;
    line-height: 1;
    color: #1E2A36;
    text-decoration: none;
    display: block;
}
ul.navbar li.current-page-ancestor a,
ul.navbar li.current-menu-item a,
ul.navbar li.current_page_item a,
ul.navbar li a:hover {
    color: #F11818;
    text-decoration: underline;
}
img.shapka {
    width: 100%;
    height: 255px;
    object-fit: cover;
}
.breadcrumb {
    display: flex;
    gap: 10px;
    font-family: 'Nunito Light';
    font-size: 14px;
    justify-content: center;
    margin-bottom: 40px;
}
.breadcrumb a {color: #A6A6A6;}
.breadcrumb a:hover {color: #F11818;}

h1.page-title {
    font-family: 'Nunito Light';
    font-weight: 300;
    text-align: center;
    background: url(/wp-content/themes/intentionally-blank/img/fon-h1.png) repeat-x center;
    display: flex;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 45px;
}
h1.page-title span {
    display: block;
    line-height: 1;
    background: #fff;
    padding: 0 85px;
    max-width: 90%;
}
.content-page.o-nas h1.page-title span {background: #edf1f5;}
.content-page.nomer .page {
    display: flex;
    gap: 40px;
}
.content-page.nomer .page .galery-nomer,
.content-page.nomer .page .content {
    width: 50%;
    position: relative;
}
/*.content-page.nomer .page .galery-nomer*/ .slick-arrow {
    position: absolute;
    width: 48px;
    height: 48px;
    cursor: pointer;
    top: 180px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    border: 0;
    font-size: 0;
    background: url(/wp-content/themes/intentionally-blank/img/arrowss.png) no-repeat;
    z-index: 800;
    border-radius: 50%;
}
/*.content-page.nomer .page .galery-nomer*/ .slick-arrow.slick-prev {left: 0;}
/*.content-page.nomer .page .galery-nomer*/ .slick-arrow.slick-next {right: 0; background-position: -48px 0px;}

.galery-nomer.slick-slider a img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

ul.slick-dots {
    display: flex;
    list-style: none;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    justify-content: center;
    gap: 10px;
}
ul.slick-dots li {display: flex;}
ul.slick-dots li button {
    background: #313131;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 0;
    font-size: 0;
    outline: none;
    cursor: pointer;
}
ul.slick-dots li.slick-active button {background: #F11818;}

.content-page.nomer .page .content .field-price {
    color: red;
    font-size: 22px;
    font-weight: bold;
}

.content-page.nomer .page .content a.button-red {margin-top: 20px;}

.photo-podval:not(.page-id-19 .photo-podval) {margin-top: 100px;}
.photo-podval img {
    width: 100%;
    height: 430px;
    object-fit: cover;
}

.child-pages-grid {
    display: flex;
    column-gap: 30px;
    row-gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
}
.child-pages-grid .child-page-item {
    position: relative;
    width: calc(33.33% - 20px);
    padding: 25px;
    background: #FFFFFF;
    box-shadow: 20px 20px 40px rgb(0 0 0 / 10%);
    border-radius: 30px;
    font-family: 'Nunito Light';
}
.child-pages-grid .child-page-item:nth-child(3n-1) {background: #EDF1F5;}
.child-pages-grid .child-page-item a.child-thumbnail {display: flex;}
.child-pages-grid .child-page-item a.child-thumbnail img {
    border-radius: 20px;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.child-pages-grid .child-page-item a.child-title {
    display: block;
    text-decoration: none;
    font-size: 28px;
    line-height: 1.1;
    color: #333333;
    margin-top: 35px;
}
.child-pages-grid .child-page-item .child-excerpt {
    font-size: 16px;
    line-height: 1.3;
    color: rgba(51, 51, 51, 0.5);
    margin-top: 20px;
}
.child-pages-grid .child-page-item a.child-readmore {
    text-decoration: none;
    font-size: 18px;
    line-height: 1.1;
    color: #333333;
    display: block;
    margin-top: 20px;
}
.child-pages-grid .child-page-item:hover a.child-readmore,
.child-pages-grid .child-page-item:hover a.child-title {color: #F11818;}

.footer-fon {
    background: #313131;
    color: rgba(255, 255, 255, 0.8);
}
.region-footer {
    padding-top: 70px;
    padding-bottom: 70px;
    /*color: #FFFFFF;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#block-block-3 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}
.tel {
    font-size: 18px;
    line-height: 1.3;
    font-family: 'Nunito Light';
    padding-left: 30px;
    background: url(/wp-content/themes/intentionally-blank/img/icon-tel.png) no-repeat left 3px;
}
#block-block-3 .tel {margin-top: 35px;}
a.mail {
    font-size: 18px;
    line-height: 1.3;
    font-family: 'Nunito Light';
    padding-left: 30px;
    display: block;
    background: url(/wp-content/themes/intentionally-blank/img/icon-mail.png) no-repeat left 5px;
}
.tel a,
a.mail {
    color: #fff;
    text-decoration: none;
}
.tel a:hover,
a.mail:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}
.geo {
    font-size: 18px;
    line-height: 1.3;
    font-family: 'Nunito Light';
    padding-left: 30px;
    background: url(/wp-content/themes/intentionally-blank/img/icon-geo.png) no-repeat left center;
    color: rgba(255, 255, 255, 0.5);
}
.geo br {display: none;}

ul.bottom-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.bottom-menu li a {
    font-size: 18px;
    line-height: 1.1;
    color: #FFFFFF;
    font-family: 'Nunito Light';
    text-decoration: none;
    display: block;
    margin: 10px 0;
}
ul.bottom-menu li.current-page-ancestor a,
ul.bottom-menu li.current-menu-item a,
ul.bottom-menu li.current_page_item a,
ul.bottom-menu li a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
    color: rgba(255, 255, 255, 0.5);
}
ul.bottom-menu.left li:nth-child(n+5),
ul.bottom-menu.right li:nth-child(-n+4) {display: none;}

ul.policy-block {
    list-style: none;
    text-align: right;
    margin: 0;
    padding: 0;
}
ul.policy-block li a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 2px;
}
ul.policy-block li a:hover {text-decoration: none;}

ul.policy-block li a.social-vk {
    display: flex;
    margin-top: 10px;
    justify-content: flex-end;
}
ul.policy-block li a.social-vk img {
    width: 40px;
    height: auto;
}

.content-page.uslugi .content {
    font-family: 'Nunito Light';
    background: #7F95AE;
    border-radius: 20px;
    color: #fff;
    padding: 40px 60px;
}

.single-news a.page-thumbnail {
    display: flex;
    float: right;
    width: 50%;
    padding-left: 20px;
    padding-bottom: 20px;
}
.single-news a.page-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.entry-date {
    color: #999;
    display: table;
    width: 100%;
    margin-bottom: 15px;
}
.child-pages-grid .entry-date {
    position: absolute;
    z-index: 9;
    width: auto;
    left: 50px;
    top: 50px;
    padding: 15px 20px;
    font-family: 'Nunito Light';
    line-height: 1;
    background: #FFFFFF;
    box-shadow: 20px 20px 40px rgb(0 0 0 / 10%);
    border-radius: 15px;
}
.single-news.container {display: table;}

.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 50px;
}
.gallery a {
    display: flex;
    width: calc(33.33% - 20px);
    align-items: center;
    justify-content: center;
}
.gallery a img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 10px;
    overflow: hidden;
}

.widgets {
    margin-top: 70px;
    margin-bottom: 70px;
}

.layout-swap.container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.blue-fon {background: #EDF1F5;}
.o-nas-fon {
    margin-bottom: -100px;
    padding-bottom: 100px;
    margin-top: -170px;
    padding-top: 170px;
}

.content-page.bronirovanie {margin-top: 40px;}

.content-page.o-nas .content {
    background: #fff;
    border-radius: 30px;
    padding: 85px;
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}
.content-page.o-nas .content p {
    font-family: 'Nunito Light';
    font-size: 18px;
    line-height: 32px;
    width: calc(50% - 25px);
}
.content-page.o-nas .content a {
    width: calc(50% - 25px);
    display: flex;
}
.content-page.o-nas .content a img {
    width: 100%;
    height: auto;
    border-radius: 30px;
}

.block-gostinica {
    display: flex;
    margin-top: 80px;
    margin-bottom: 80px;
}
.block-gostinica .left-block {
    font-size: 18px;
    line-height: 32px;
    color: rgba(51, 51, 51, 0.5);
    padding-right: 40px;
}
.block-gostinica h2.block__title {
    display: flex;
    align-items: center;
    font-size: 46px;
    line-height: 1.3;
    margin-bottom: 40px;
    gap: 40px;
    text-align: left;
}

.pochemu {
    position: relative;
    display: table;
}
/*.pochemu*/ h2.block__title {
    font-family: 'Nunito Light';
    font-weight: normal;
    font-size: 56px;
    line-height: 64px;
    text-align: center;
    color: #333333;
    margin-top: 0;
    margin-bottom: 70px;
}
.pochemu div {
    font-family: 'Nunito Light';
    background: #fff;
    padding: 24px;
    box-shadow: 20px 20px 40px rgb(0 0 0 / 10%);
    border-radius: 30px;
    margin-bottom: 100px;
}
.pochemu div b {
    display: block;
    font-weight: normal;
    font-size: 30px;
    line-height: 32px;
    color: #333333;
    margin-bottom: 30px;
}
.pochemu div span {
    display: block;
    font-size: 18px;
    line-height: 32px;
    color: rgba(51, 51, 51, 0.5);
}
.pochemu .one {
    width: 570px;
    float: left;
}
.pochemu .one img {margin-bottom: 60px;}
.pochemu .one b {
    font-size: 40px;
    line-height: 48px;
}
.pochemu .two {
    background: #F7F7F7;
    width: 500px;
    float: right;
    text-align: center;
}
.pochemu .two img {margin-bottom: 20px;}
.pochemu .three {
    background: #F7F7F7;
    display: table;
    width: 500px;
    float: right;
    text-align: center;
}
.pochemu .three img {
    margin: 0 10px;
    margin-bottom: 20px;
}
.pochemu .four {
    clear: both;
    margin-bottom: 0;
}
.pochemu .four img {
    box-shadow: 20px 20px 40px rgb(0 0 0 / 10%);
    float: left;
    margin-right: 30px;
}
.pochemu .four b {line-height: 80px;}
.pochemu .four span {font-size: 24px;}

.grey-block {
    position: relative;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    background: #7F95AE;
    border-radius: 20px;
    color: #fff;
    padding: 40px;
    margin-bottom: -100px;
    z-index: 9;
    flex-direction: column;
    width: fit-content;
    gap: 10px;
}

#clearfy-cookie.clearfy-cookie {
    border-radius: 0;
    background: rgba(0,0,0,0.8);
    padding: 20px;
    font-size: 14px;
    line-height: 1;
}
#clearfy-cookie.clearfy-cookie .clearfy-cookie-container {
    margin-left: 0;
    text-align: left;
}
#clearfy-cookie.clearfy-cookie .clearfy-cookie-container a {color: white;}
#clearfy-cookie.clearfy-cookie .clearfy-cookie-container button {
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 5px;
    line-height: 1;
    display: block;
    margin: 0;
    margin-top: 10px;
}
#clearfy-cookie.clearfy-cookie .clearfy-cookie-container button:hover {
    background: #414141;
    color: #fff;
}

.home .content-page {
    font-family: 'Nunito Light';
    font-size: 22px;
    line-height: 32px;
    margin: auto;
    padding: 30px 40px;
}

.news-block {margin-top: 50px;}
.news-block .child-pages-grid .slick-slide,
.nomera-fon .child-pages-grid .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
}

.widgets-block {
    padding-top: 50px;
    padding-bottom: 50px;
}

.slider.container {
    display: flex;
    align-items: center;
    gap: 50px;
}
.slider.container .left-block {}
.slider.container .right-block {width: calc(100% - 40%);}

.slider.container .left-block span {
    font-size: 36px;
    line-height: 1.2;
    text-transform: uppercase;
    display: table;
    margin-bottom: 20px;
}
.slider.container .left-block p {
    font-family: 'Nunito Light';
    font-size: 18px;
    line-height: 1.5;
    margin-top: 0;
}
.slider.container .right-block .slick-slide img {
    width: 100%;
    height: 480px;
    object-fit: cover;
}
.slider.container .right-block .slick-arrow {top: 230px;}

.nomera-fon {
    background: url(/wp-content/themes/intentionally-blank/img/rectangle3.jpg) no-repeat  center top;
    height: 880px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.nomera-fon .child-pages-grid {margin-top: 0;}

.pochemu-block {
    margin-top: 50px;
    margin-bottom: 80px;
}

.block-gostinica2,
.block-gostinica3 {
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 130px;
}
/*.block-gostinica2 .block-left {padding-right: 130px;}*/
.block-gostinica2 .block-left img,
.block-gostinica3 .block-left img {margin-bottom: 30px;}

.block-gostinica2 .block-left h2,
.block-gostinica3 .block-left h2 {
    font-family: 'Nunito Light';
    font-weight: normal;
    font-size: 48px;
    line-height: 64px;
    color: #333333;
    margin-top: 0;
    margin-bottom: 35px;
}
.block-gostinica2 .block-left p {
    font-family: 'Nunito Light';
    font-size: 18px;
    line-height: 32px;
    color: rgba(51, 51, 51, 0.5);
    margin-bottom: 33px;
}
/*.block-gostinica2 .block-left*/ a.button-bron {
    display: table;
    border-radius: 24px;
    font-family: 'Nunito Regular';
    text-decoration: none;
    padding: 13px 32px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #F11818;
    border: 1px solid #F11818;
    opacity: 1;
}
/*.block-gostinica2 .block-left*/ a.button-bron:hover {
    border-color: #333333;
    color: #333333;
    opacity: 0.32;
}
.block-gostinica2 .block-right,
.block-gostinica3 .block-right {
    position: relative;
    font-family: 'Nunito Light';
}
.block-gostinica2 .block-right img {margin-right: -40px;}
.block-gostinica2 .block-right a {
    display: block;
    font-size: 24px;
    line-height: 1.5;
    color: #333333;
    text-decoration: none;
    position: absolute;
    top: 465px;
    left: 180px;
}
.block-gostinica2 .block-right a span {
    display: block;
    font-size: 18px;
    color: rgba(51, 51, 51, 0.5);
}
.block-gostinica2 .block-right a:hover,
.block-gostinica2 .block-right a:hover span {color: #F11818;}

.block-gostinica3 {flex-direction: row-reverse;}
.block-gostinica3 .block-left {flex-grow: 1;}
.block-gostinica3 .block-left p {
    font-family: 'Nunito SemiBold';
    font-size: 18px;
    line-height: 25px;
    color: rgba(51, 51, 51, 0.5);
    margin-bottom: 25px;
}
.block-gostinica3 .block-left span {
    display: block;
    font-family: 'Nunito Light';
    font-size: 14px;
    margin-bottom: 0;
}
.block-gostinica3 .block-right p {
    margin: 0;
    display: block;
    font-size: 24px;
    line-height: 1.5;
    color: #333333;
    position: absolute;
    bottom: 140px;
    left: 160px;
}
.block-gostinica3 .block-right p span {
    display: block;
    font-size: 18px;
    line-height: 1;
    color: rgba(51, 51, 51, 0.5);
}

.block-gostinica2 .block-right p {
    margin: 0;
    font-size: 24px;
    line-height: 1.5;
    color: #333333;
    position: absolute;
    top: 455px;
    left: 180px;
    max-width: 230px;
}
.block-gostinica2 .block-right p span {
    display: block;
    font-size: 18px;
    line-height: 1;
    color: rgba(51, 51, 51, 0.5);
}





































