html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

header {
    position: absolute;
    z-index: 5;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid #fff
}

header .book-wrap.mobile {
    display: none
}

header nav {
    display: grid;
    grid-template-columns:6.429rem auto auto;
    gap: 5.643rem;
    align-items: center
}

header nav .logo-link {
    padding: .357rem 0
}

header nav .book-wrap, header nav .lang-book {
    display: flex;
    align-items: center
}
header nav .lang-book {
    justify-content: flex-end;
}

header nav .book-wrap {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    justify-content: center
}

header nav .book-wrap a {
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1.357rem;
    padding: 2.143rem 3.571rem;
    transition: all .3s ease-in-out
}

header nav .book-wrap a:hover {
    background-color: #f2efed;
    color: #4c2819
}

header nav .menu-list {
    display: grid;
    grid-template-columns:repeat(5, auto);
    align-items: center;
    gap: 2.143rem;
    height: 100%
}

header nav .menu-list .menu-item {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 10px
}

@media (hover: hover) and (pointer: fine) {
    header nav .menu-list .menu-item:hover > a:after {
        background-color: #fff
    }
}

header nav .menu-list .menu-item a {
    cursor: pointer;
    transition: all .3s ease-in-out;
    position: relative;
    font-size: 1.286rem;
    line-height: 1.751rem
}

header nav .menu-list .menu-item a:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    height: 1px;
    transition: all .3s ease-in-out;
    background-color: transparent;
    bottom: -2px;
    left: 0
}

header nav .menu-list .menu-item:last-of-type {
    margin-right: 0
}

header nav .menu-list .menu-item.menu-item-has-children {
    display: flex;
    align-items: center
}

header nav .menu-list .menu-item.menu-item-has-children > a {
    position: relative
}

header nav .menu-list .menu-item.menu-item-has-children > a:after {
    content: "";
    display: block;
    background-image: url(../img/arrow.svg);
    height: 10px;
    width: 12px;
    transform: translate(50%, -50%);
    left: auto;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    top: 50%;
    right: -12px
}

header nav .menu-list .menu-item.menu-item-has-children .arrow-down {
    width: 8px;
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translate(50%)
}

header nav .menu-list .menu-item:hover .sub-menu {
    display: block
}

header nav .menu-list .menu-item .sub-menu {
    z-index: 100;
    position: absolute;
    display: none;
    top: 100%;
    background: #f2efed;
    flex-direction: column;
    min-width: max-content;
    left: 5px;
    padding: 1.429rem
}

header nav .menu-list .menu-item .sub-menu .menu-item {
    padding: 0;
    width: 100%;
    margin-bottom: .857rem
}

@media (hover: hover) and (pointer: fine) {
    header nav .menu-list .menu-item .sub-menu .menu-item:hover > a:after {
        background-color: #000
    }
}

header nav .menu-list .menu-item .sub-menu .menu-item:last-of-type {
    border-bottom: 0;
    margin-bottom: 0
}

header nav .menu-list .menu-item .sub-menu .menu-item a {
    transition-duration: 0s;
    color: #0e0e0e;
    width: 100%;
    font-size: 1rem
}

.lang-wrap {
    position: relative;
    width: 3.5rem;
    height: 1.125rem;
    overflow: hidden;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-right: 1rem
}

.lang-wrap:after {
    content: "";
    display: block;
    background-image: url(../img/arrow.svg);
    width: 8px;
    height: 10px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    right: 10px;
    position: absolute;
    z-index: 4
}

.lang-wrap .lang-items {
    position: absolute;
    min-width: 100%;
    z-index: 3;
    top: 0;
    left: 0;
    transition: all .3s ease-in-out;
    padding: 0 .625rem .625rem
}

.lang-wrap .lang-items li:last-of-type {
    opacity: 0;
    transition: all .3s ease-in-out
}

.lang-wrap .lang-items a {
    text-align: left;
    cursor: pointer;
    display: flex;
    font-size: 1rem;
    max-width: 100%;
    align-items: center;
    text-transform: uppercase;
    transition: all .3s ease-in-out
}

.lang-wrap .lang-items a:hover {
    text-decoration: underline
}

.lang-wrap:hover {
    overflow: visible
}

.lang-wrap:hover .lang-items li {
    opacity: 1;
}

header.notFixed {
    position: relative;
    border-bottom: 1px solid #a08369
}

header.notFixed a {
    color: #0e0e0e
}

header.notFixed nav .book-wrap {
    border-left: 1px solid #a08369;
    border-right: 1px solid #a08369
}

header.notFixed nav .menu-list .menu-item.menu-item-has-children > a:after {
    background-image: url(../img/arrow-dark.svg)
}

header.hidden {
    display: none
}

header .mobile-open {
    display: none;
    width: 24px;
    height: 18px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    margin-left: auto
}

header .mobile-open span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out
}

header .mobile-open span:first-child {
    top: 0;
    transform-origin: left center
}

header .mobile-open span:nth-child(2) {
    top: 8px;
    transform-origin: left center
}

header .mobile-open span:nth-child(3) {
    top: 16px;
    transform-origin: left center
}

header .mobile-open.active span:first-child {
    transform: rotate(45deg);
    top: -3px;
    left: 8px
}

header .mobile-open.active span:nth-child(2) {
    width: 0;
    opacity: 0
}

header .mobile-open.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 14px;
    left: 8px
}

header .logo-link.mobile {
    display: none
}

@media (max-width: 1200px) {
    header {
        display: flex;
        align-items: center;
        position: fixed;
        padding: 0 20px;
        justify-content: space-between;
    }

    header.bg {
        background-color: #4c2819
    }

    header .mobile-open {
        display: block;
        left: 10px;
        position: relative;
        margin: 0;
        z-index: 20
    }

    header .book-wrap.mobile {
        display: flex;
        padding: 29px 28px;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        justify-content: center
    }

    header .book-wrap.mobile a {
        font-size: 1rem;
        text-transform: uppercase;
        line-height: 1.357rem
    }

    header nav {
        gap: 0;
        grid-template-columns:1fr 1fr 1fr
    }

    header nav .lang-wrap {
        margin-right: 0;
        height: 50px;
        width: 100vw
    }

    header nav .lang-wrap:after {
        display: none
    }

    header nav .menu-list {
        display: flex;
        flex-direction: column
    }

    header nav .logo-link {
        padding: 0
    }

    header nav .logo-link img {
        width: 45px
    }

    header nav .book-wrap {
        margin-left: 0;
        padding: 23px 28px
    }

    header nav .lang-book {
        margin-top: 20px
    }

    header nav .lang-book .book-wrap {
        display: none
    }

    header nav .lang-book .lang-items {
        position: static;
        display: flex;
        align-items: center;
        justify-content: center
    }

    header nav .lang-book .lang-items li {
        margin-right: 5px;
        opacity: 1
    }

    header nav .lang-book .lang-items li:last-of-type {
        opacity: 1
    }

    header nav .lang-book .lang-items li a {
        font-size: 1.1rem
    }

    header nav .lang-book .lang-items li:last-child {
        margin-right: 0
    }

    header .container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 100vh;
        flex-direction: column;
        align-items: center;
        background-image: url(../img/mobile-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease-in-out;
        z-index: 20;
        height: 100%;
        padding-top: 45px
    }

    header .container.active {
        opacity: 1;
        visibility: visible
    }

    header .container:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(14, 14, 14, .5);
        z-index: 5
    }

    header .container .logo {
        width: 118px;
        z-index: 10;
        margin: 50px 0 30px
    }

    header .container nav {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        height: 100%;
        flex: 1;
        align-self: center;
        position: relative;
        overflow: scroll;
        z-index: 20;
        padding-bottom: 45px
    }

    header .container nav .logo-link {
        width: 105px;
        margin-bottom: 60px
    }

    header .container nav .logo-link img {
        width: 100%
    }

    header .container nav .menu-list {
        gap: 20px;
        height: auto
    }

    header .container nav .menu-list .menu-item {
        height: auto
    }

    header .container nav .menu-item.menu-item-has-children {
        transition: all .3s ease-in-out;
        flex-direction: column
    }

    header .container nav .menu-item.menu-item-has-children.active {
        overflow: visible
    }

    header .container nav .menu-item.menu-item-has-children.active .sub-menu {
        opacity: 1;
        visibility: visible
    }

    header .container nav .menu-item.menu-item-has-children > a {
        pointer-events: none
    }

    header .container nav .menu-item.menu-item-has-children .sub-menu {
        /*position: static;*/
        /*display: none;*/
        /*background-color: transparent;*/
        /*margin-top: 0*/
        position: absolute;
        display: flex;
        background-color: transparent;
        transition: all .3s ease-in-out;
        opacity: 0;
        left: 50%;
        top: 25px;
        transform: translate(-50%);
        visibility: hidden;
        margin-top: 0
    }

    header .container nav .menu-item.menu-item-has-children .sub-menu .menu-item a {
        color: #fff;
        text-align: center
    }

    header .logo-link.mobile {
        display: block;
        width: 60px;
        padding: 13px 0;
        margin-right: 0
    }

    header.notFixed {
        position: fixed !important;
        top: 0;
        background-color: #4c2819
    }

    .page-single-new {
        padding-top: 55px;
    }
    header.notFixed .book-wrap.mobile a, header.notFixed a, header.notFixed nav .menu-list .menu-item a {
        color: #fff
    }

    header.notFixed nav .book-wrap a {
        color: #0e0e0e;
        font-weight: 600
    }

    header.notFixed nav .mobile-open span {
        background-color: #4c2819
    }

    header.notFixed nav .menu-list .menu-item.menu-item-has-children > a:after {
        background-image: url(../img/arrow.svg)
    }
}
.page-template-page-menu footer {
    display: none !important;
}

@keyframes call-pulse2 {
    0% {
        transform: scale(1.8);
        opacity: 0;
    }

    100% {
        transform: scale(0.7);
        opacity: .8;
    }
}
@keyframes call-pulse {
    0% {
        transform: scale(0.5);
        opacity: .3;
    }

    50% {
        transform: scale(0.7);
        opacity: .2;
    }
    100% {
        transform: scale(0.5);
        opacity: 0;
    }
}

.call-button-box {
    position: fixed;
    bottom: 70px;
    left: 70px;
    z-index: 900;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.call-button-box .call-button-circle {
    background: #46ab54;
    height: 90px;
    width: 90px;
    position: absolute;
    /*left: 0;*/
    /*bottom: 0;*/
    z-index: 800;
    border: 1px solid #46ab54;
    border-radius: 50%;
    animation: call-pulse2 2.5s infinite ease-in-out;
    transform-origin: 50% 50% 0;
}
.call-button-box .call-button-fill {
    height: 120px;
    width: 120px;
    background: #46ab54;
    border-radius: 50%;
    position: absolute;
    /*left: 0;*/
    /*bottom: 0;*/
    z-index: 800;
    animation: call-pulse 2.5s infinite ease-in-out;
    transform-origin: 50% 50% 0;
}
.call-button-my {
    position: absolute;
    z-index: 802;
    cursor: pointer;
    width: 60px;
    height: 60px;
    /*left: 0;*/
    /*bottom: 0;*/
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all .3s linear;
}
.call-button-my:before {
    content: "";
    background-color: #46ab54;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    z-index: -1;
    transition: all .3s linear;
}
.call-button-my:hover:before {
    transform: scale(1.1);
    opacity: 1;
    transition: all .3s linear;
}
.call-button-my:hover {
    transition: all .3s linear;
}
.call-button-my svg {
    width: 50%;
    height: auto;
    fill: #fff;
}

footer {
    overflow: hidden
}

footer .container {
    display: grid;
    height: 100%;
    grid-template-columns:auto 1fr
}

footer .container .logo-wrap {
    background-color: #f2efed;
    display: flex;
    align-items: center;
    padding: 135px 102px 135px 0;
    position: relative
}

footer .container .logo-wrap:before {
    content: "";
    display: block;
    position: absolute;
    width: 150%;
    background-color: #f2efed;
    height: 100%;
    left: -150%;
    top: 0
}

footer .container .logo-wrap img {
    width: 200px
}

footer .container .footer-content {
    background: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), #a08369;
    padding: 76px 0 30px 192px;
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    position: relative;
    gap: 15px 0
}

footer .container .footer-content:before {
    content: "";
    display: block;
    position: absolute;
    width: 150%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), #a08369;
    height: 100%;
    right: -150%;
    top: 0
}

footer .container .footer-content .footer-info-box .menu-list .menu-item {
    font-size: 1rem;
    line-height: 1.3rem;
    margin-bottom: 12px
}

footer .container .footer-content .footer-info-box .menu-list .menu-item:last-of-type {
    margin-bottom: 0
}

footer .container .footer-content .footer-info-box .menu-list .menu-item img {
    width: auto;
    margin-right: 10px
}

footer .container .footer-content .footer-info-box .menu-list .menu-item .item-link {
    display: flex;
    align-items: flex-start
}

footer .container .footer-content .footer-info-box .menu-list .menu-item .item-link:not(:only-child) {
    margin-top: 3px
}

footer .container .footer-content .footer-info-box h5 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1rem;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.3rem
}

footer .container .footer-content .copyright {
    color: #fff;
    font-size: 1rem;
    line-height: 1.3rem;
    display: flex;
    grid-row: 3;
    align-items: flex-end
}

footer .container .footer-content .menu-list-contact {
    display: grid;
    grid-template-columns:repeat(3, 42px);
    gap: 15px;
    justify-content: flex-end;
    grid-column: 3
}

footer .container .footer-content .menu-list-contact .menu-item {
    width: 42px;
    height: 42px;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    background-color: hsla(0, 0%, 100%, .2)
}

footer .container .footer-content .menu-list-contact .menu-item a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

footer .container .footer-content .menu-list-contact .menu-item a img {
    width: auto
}

footer .container .footer-content .menu-list-contact .menu-item:hover {
    background-color: #fff
}

footer .container .footer-content .menu-list-contact .menu-item:hover svg {
    fill: #a08369
}

footer .container .footer-content .lang-wrap {
    display: block;
    grid-column: 3;
    justify-content: flex-end;
    grid-row: 2
}

footer .container .footer-content .lang-wrap .lang-items {
    display: flex;
    gap: 15px;
    justify-content: flex-end
}

footer .container .footer-content .lang-wrap .lang-items .active a, footer .container .footer-content .lang-wrap .lang-items li:hover a {
    text-decoration: underline
}

footer.hidden {
    display: none
}

@media (max-width: 1200px) {
    .call-button-box {
        bottom: 30px;
        left: 30px;
        width: 50px;
        height: 50px;
    }
    .call-button-my {
        width: 40px;
        height: 40px
    }
    .call-button-box .call-button-circle {
        height: 60px;
        width: 60px;
    }
    .call-button-box .call-button-fill {
        height: 90px;
        width: 90px;
    }
    footer .container {
        grid-template-columns:1fr;
        padding: 0
    }

    footer .container .logo-wrap {
        align-items: center;
        justify-content: center;
        padding: 40px 100px
    }

    footer .container .logo-wrap img {
        width: 120px
    }

    footer .container .footer-content {
        grid-template-columns:1fr 1fr;
        padding: 40px 20px;
        gap: 15px 30px
    }

    footer .container .footer-content .menu-list-contact {
        grid-column: 1
    }

    footer .container .footer-content .footer-info-box {
        grid-column: 1;
        grid-row: 1
    }

    footer .container .footer-content .footer-info-box:first-of-type {
        grid-column: 2
    }

    footer .container .footer-content .footer-info-box:nth-of-type(3) {
        grid-column: 1/3;
        grid-row: 2
    }

    footer .container .footer-content .footer-info-box .menu-list .menu-item {
        display: flex;
        justify-content: space-between
    }

    footer .container .footer-content .menu-list-contact {
        width: 100%;
        justify-content: center;
        grid-column: 1/3;
        display: flex
    }

    footer .container .footer-content .copyright {
        grid-row: 4;
        grid-column: 1/3;
        justify-content: center
    }

    footer .container .footer-content .lang-wrap {
        display: block;
        grid-column: 1/3;
        margin: 0 auto;
        grid-row: auto
    }

    footer .container .footer-content .lang-wrap .lang-items {
        display: flex;
        align-items: center
    }

    footer .container .footer-content .lang-wrap .lang-items li {
        margin-right: 14px
    }

    footer .container .footer-content .lang-wrap .lang-items li:last-of-type {
        margin-right: 0
    }

    footer .container .footer-content .lang-wrap .lang-items li.active {
        text-decoration: underline
    }

    footer .container .footer-content:before {
        left: -150%;
        right: auto
    }
}

.modal-wrap {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 30;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: rgba(28, 28, 28, .4);
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out
}

.modal-wrap.active {
    opacity: 1;
    visibility: visible
}

.modal-wrap .modal-content {
    background-color: #fff;
    padding: 60px 102px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center
}

.modal-wrap .modal-content h4 {
    font-family: Lora, serif;
    color: #4c2819;
    font-weight: 700;
    font-size: 2.357rem;
    line-height: 2.857rem;
    margin: 0 0 10px
}

.modal-wrap .modal-content .logo {
    width: 75px
}

.modal-wrap .modal-content p {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.357rem;
    color: #a08369
}

.modal-wrap .modal-content .close-btn {
    position: absolute;
    top: 25px;
    right: 25px
}

* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    box-sizing: border-box;
    outline: none
}

html {
    font-size: 14px
}

body {
    font-family: Open Sans, sans-serif
}

body.fixed {
    overflow: hidden
}

ol, ul {
    list-style: none;
    padding: 0;
    margin: 0
}

img {
    display: block;
    width: 100%
}

a {
    display: inline-block;
    color: #fff;
    text-decoration: none
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto
}

.btn-circle {
    font-family: Open Sans, sans-serif;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.357rem;
    font-weight: 600
}

.btn-circle, .btn-circle .arrow {
    display: flex;
    align-items: center
}

.btn-circle .arrow {
    width: 60px;
    height: 60px;
    position: relative;
    justify-content: center;
    margin-left: 19px
}

.btn-circle .arrow svg path {
    fill: #fff
}

.btn-circle .arrow:after, .btn-circle .arrow:before {
    content: "";
    display: block;
    position: absolute;
    width: 56px;
    height: 56px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: hsla(0, 0%, 100%, .1)
}

.btn-circle .arrow:before {
    left: -1px
}

.btn-circle .arrow:after {
    right: -1px
}

.btn-circle img {
    width: 25px
}

.btn-circle.dark {
    color: #4c2819
}

.btn-circle.dark .arrow svg path {
    fill: #4c2819
}

.btn-circle.dark .arrow:after, .btn-circle.dark .arrow:before {
    border: 1px solid #4c2819
}

.section-heading {
    display: flex;
    flex-direction: column
}

.section-heading.horizontal {
    flex-direction: row;
    align-items: center
}

.section-heading.horizontal .heading, .section-heading.horizontal h2 {
    margin: 0 0 0 21px
}

.section-heading .heading, .section-heading h2 {
    font-family: Lora, serif;
    color: #4c2819;
    font-size: 64px;
    line-height: 76px;
    font-weight: 400;
    margin: 30px 0 0
}

.section-heading img {
    width: auto;
    max-width: 80px
}

.vjs-youtube-mobile .vjs-big-play-button {
    display: block !important
}

.vjs-controls-disabled .vjs-big-play-button, .vjs-error .vjs-big-play-button, .vjs-has-started .vjs-big-play-button, .vjs-using-native-controls .vjs-big-play-button {
    display: none !important
}

.video-js .vjs-big-play-button {
    width: 81px !important;
    height: 81px !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    background-image: url(../img/play.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 30px;
    border-radius: 50% !important;
    background-color: initial !important;
    border: none !important;
    position: relative
}

.video-js .vjs-big-play-button:after, .video-js .vjs-big-play-button:before {
    content: "";
    display: block;
    position: absolute;
    width: 81px;
    height: 81px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: hsla(0, 0%, 100%, .1);
    top: 50%;
    transform: translateY(-50%)
}

.video-js .vjs-big-play-button:before {
    left: -3px
}

.video-js .vjs-big-play-button:after {
    right: -3px
}

.video-js .vjs-big-play-button .vjs-icon-placeholder {
    display: none !important
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none
}

.swiper-main.swiper {
    width: 100%;
    overflow: visible;
    position: relative
}

.swiper-main.swiper .swiper-slide {
    position: relative
}

.swiper-main.swiper .swiper-slide:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #f2efed;
    opacity: .1;
    z-index: 5
}

.swiper-main.swiper .swiper-slide .img-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 10;
    color: #fff
}

.swiper-main.swiper .swiper-slide .img-text h4 {
    font-size: 1.286rem;
    line-height: 1.714rem;
    margin-bottom: 5px
}

.swiper-main.swiper .swiper-slide .img-text p {
    font-size: 1rem;
    line-height: 1.714rem
}

.swiper-main.swiper .swiper-slide img {
    object-fit: cover
}

.swiper-main.swiper .swiper-button-next, .swiper-main.swiper .swiper-button-prev {
    bottom: 0;
    top: calc(100% + 48px);
    width: 38px
}

.swiper-main.swiper .swiper-button-next svg, .swiper-main.swiper .swiper-button-prev svg {
    fill: #4c2819
}

.swiper-main.swiper .swiper-button-next {
    right: auto;
    left: 80px
}

.swiper-main.swiper.swiper-horizontal > .swiper-scrollbar {
    bottom: -50px;
    right: 0;
    left: auto;
    width: 80%;
    height: 2px;
    background-color: #c4c4c4
}

.swiper-full .container {
    position: absolute;
    bottom: 50px;
    z-index: 10;
    right: 0;
    left: 0
}

.swiper-full .swiper-button-next, .swiper-full .swiper-button-prev {
    top: auto;
    width: 38px;
    z-index: 20
}

.swiper-full .swiper-button-next svg, .swiper-full .swiper-button-prev svg {
    fill: #fff
}

.swiper-full .swiper-button-next {
    right: auto;
    left: 80px
}

.swiper-full .swiper-scrollbar {
    height: 2px !important;
    background-color: #7c7c7c !important;
    bottom: 0 !important;
    width: 80% !important;
    right: 0;
    left: auto;
    margin-left: auto
}

.swiper-full .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: #fff
}

.room-item {
    display: grid;
    grid-template-columns:auto 285px 1fr;
    gap: 20px;
    padding: 25px 0;
    border-top: 1px solid rgba(160, 131, 105, .3);
    align-items: flex-start
}

.room-item .img-wrap {
    overflow: hidden
}

.room-item .img-wrap img {
    transition: all .3s ease-in-out
}

.room-item .img-wrap:hover img {
    transform: scale(1.1)
}

.room-item .number-wrap h3, .room-item .number-wrap img {
    display: none
}

.room-item:last-of-type {
    padding-bottom: 0
}

.room-item .room-info {
    /*display: grid;*/
    /*grid-template-columns:1fr auto*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.room-item .room-heading {
    /*grid-row: 2;*/
    /*grid-column: 1/3;*/
    font-size: 2.357rem;
    line-height: 2.857rem;
    font-family: Lora, serif;
    color: #4c2819;
    margin-top: 10px;
    font-weight: 400
}

.room-item .room-description {
    /*grid-row: 3;*/
    /*grid-column: 1;*/
    font-size: 1rem;
    line-height: 1.571rem;
    margin: 10px 0
}

.room-item .btn-circle, .room-item .room-feature {
    /*grid-row: 4*/
}

.room-item .btn-circle {
    margin-top: 0
}

.room-item .room-feature {
    display: flex;
    align-items: center;
    font-weight: 600
}

.room-item .btn-room-warpper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 10px;
}
.room-item .btn-room-warpper .btn-circle {
    margin-top: 0;
}
.room-item .room-btn-feature {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
.room-item .btn-room-warpper {}

.room-item img {
    height: 190px;
    object-fit: cover
}

.room-item .room-size {
    display: flex;
    font-size: 1.143rem;
    line-height: 1.571rem;
    color: #4c2819;
    font-weight: 600
}

.room-item .room-size img {
    width: auto;
    height: auto
}

.room-item .room-size span {
    margin-left: 5px
}

.room-item .room-number {
    font-size: 2.571rem;
    line-height: 2.857rem;
    font-family: Lora, serif;
    margin-right: 35px;
    color: #4c2819
}

.service-details {
    display: flex;
    flex-direction: column;
    margin-top: 20px
}

.service-details h5 {
    font-size: 18px;
    color: #4c2819;
    line-height: 25px;
    margin-bottom: 12px;
    font-weight: 700
}

.service-details .menu-list {
    display: grid;
    grid-template-columns:1fr 1fr
}

.service-details .menu-list .menu-item {
    display: flex;
    align-items: center
}

.service-details .menu-list .menu-item p {
    font-size: 18px !important;
    line-height: 25px !important;
    color: #4c2819 !important
}

.service-details .menu-list .menu-item p strong {
    font-weight: 600
}

.service-details .menu-list .menu-item img {
    width: auto;
    margin-right: 7px
}

.btn-circle.mobile {
    display: none
}

.section-main {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    padding-top: 80px;
    display: flex;
    position: relative;
    z-index: 4
}

.section-main.type-video-file {
    aspect-ratio: 192 / 92;
    width: 100%;
    padding-top: 0;
    overflow: hidden;
}
.section-main.type-video-file .container {
    position: relative;
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    margin: auto;
    height: 100%;
    z-index: 2;
}
.section-main.type-video-file video {
    top: 0;
    left: 0;
    right: 0;
    aspect-ratio: 192 / 92;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    /*position: relative;*/
    position: absolute;
    z-index: 1;
    width: 100%;
}
.section-main:after {
    content: "";
    display: block;
    background: #1c1c1c;
    opacity: .35;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.section-main .container {
    /*display: grid*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section-main .main-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
@keyframes hero-bubble-top {
    0% {
        opacity: 0;
        right: 50%;
        bottom: 50%;
    }
    15% {
        opacity: 1;
        right: 50%;
        bottom: 50%;
    }
    40% {
        opacity: 1;
        right: 20%;
        bottom: 80%;
    }
    60% {
        opacity: 1;
        right: 20%;
        bottom: 80%;
    }
    80% {
        opacity: 0;
        right: 20%;
        bottom: 80%;
    }
}
@keyframes hero-bubble-bottom {
    0% {
        opacity: 0;
        left: 60%;
        top: 100%;
    }

    15% {
        opacity: 1;
        left: 60%;
        top: 70%;
    }
    40% {
        opacity: 1;
        left: 10%;
        top: 50%;
    }
    60% {
        opacity: 1;
        left: 10%;
        top: 50%;
    }
    80% {
        opacity: 0;
        left: 10%;
        top: 70%;
    }
}
.section-main .main-top .main-rating {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 6px;
    margin-top: 9.857rem;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    background: hsla(0, 0%, 100%, .15);
    border: 1px solid hsla(0, 0%, 100%, .5);
    color: #ffffff;
    overflow: hidden;
    backdrop-filter: blur(3px);
    display: none;
}

/*.section-main .main-top .main-rating:after,*/
/*.section-main .main-top .main-rating:before {*/
/*    content: "";*/
/*    width: 110px;*/
/*    height: 110px;*/
/*    z-index: -1;*/
/*    position: absolute;*/
/*    border-radius: 50%;*/
/*    filter: blur(40px);*/
/*    mix-blend-mode: screen;*/
/*    opacity: 0;*/
/*    background: linear-gradient(180deg, #4c2819 36.4%, #a08369);*/
/*}*/
/*.section-main .main-top .main-rating:before {*/
/*    right: 50%;*/
/*    bottom: 50%;*/
/*    animation: hero-bubble-top 5s infinite;*/
/*}*/
/*.section-main .main-top .main-rating:after {*/
/*    left: 60%;*/
/*    top: 60%;*/
/*    animation: hero-bubble-bottom 5s infinite;*/
/*}*/
.section-main .main-top .main-rating-text {
    font-family: Open Sans, sans-serif;
    /*font-family: Lora, serif;*/
    font-size: 14px;
    line-height: 110%;
    margin: 0;
}
.section-main .main-top .main-rating-point {
    /*font-family: Open Sans, sans-serif;*/
    font-family: Lora, serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 110%;
    margin: 0;
}
.section-main .main-description {
    max-width: 710px;
    position: relative;
    z-index: 10;
    color: #fff;
    margin-top: 9.857rem
}

.section-main .main-description h1 {
    font-size: 4.286rem;
    font-family: Lora, serif;
    line-height: 4.714rem;
    font-weight: 400;
    margin: 0
}

.section-main .main-description p {
    font-size: 1rem;
    line-height: 1.357rem;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    max-width: 400px;
    letter-spacing: .2px
}

.section-main .main-description .btn-circle {
    margin-top: 35px
}
.section-main .main-bottom {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
}
.section-main .main-contacts {
    display: flex;
    position: relative;
    z-index: 5;
    margin-bottom: 30px;
    justify-content: space-between;
    align-items: flex-end
}

.section-main .main-contacts .location {
    cursor: pointer;
    opacity: .8;
    display: flex;
    align-items: flex-start
}

.section-main .main-contacts .location img {
    width: 1rem;
    margin-right: .571rem
}

.section-main .main-contacts .location span {
    max-width: 340px
}

.section-main .main-contacts .menu-list {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 25px
}

.section-main .main-contacts .menu-list .menu-item {
    width: 42px;
    height: 42px;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    background-color: hsla(0, 0%, 100%, .3)
}

.section-main .main-contacts .menu-list .menu-item a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.section-main .main-contacts .menu-list .menu-item a img {
    width: auto
}

.section-main .main-contacts .menu-list .menu-item:hover {
    background-color: #fff
}

.section-main .main-contacts .menu-list .menu-item:hover svg {
    fill: #a08369
}

.new-slider {
    padding: 140px 0 40px;
}

.new-slider .content {
    margin-top: 40px;
    position: relative
}

.new-slider .swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 60px;
}
.new-slider .swiper-slide img {
    width: 100%;
    height: auto;
}
.new-slider .swiper-slide .btn-circle {
    position: absolute;
    bottom: 0;
}

.new-slider .swiper-button-next, .new-slider .swiper-button-prev {
    bottom: 0;
    top: calc(100% + 48px);
    width: 38px;
    z-index: 2;
}

.new-slider .swiper-button-next svg, .new-slider .swiper-button-prev svg {
    fill: #4c2819
}

.new-slider .swiper-button-prev {
    left: 10px
}
.new-slider .swiper-button-next {
    right: auto;
    left: 80px
}
.new-slider .swiper-scrollbar {
    bottom: -50px;
    right: 0;
    left: auto;
    width: 80%;
    height: 2px;
    background-color: #c4c4c4;
}

.new-slider .swiper-slider-new {
    position: relative;
    margin-top: 40px;
    width: 100%;
    overflow: visible;
    overflow-x: clip;
}

.section-intro {
    padding: 140px 0
}

.section-intro .content {
    margin-top: 40px;
    position: relative
}

.section-intro .content .content-img {
    max-width: 895px
}

.section-intro .content .advantages-wrap {
    display: grid;
    max-width: 700px;
    grid-template-columns:repeat(3, 1fr);
    gap: 40px 91px;
    margin-top: 50px
}

.section-intro .content .advantages-wrap .advantage-item {
    font-family: Open Sans, sans-serif;
    font-size: 1rem;
    line-height: 1.357rem
}

.section-intro .content .advantages-wrap .advantage-item .img-breakfast.mobile {
    display: none
}

.section-intro .content .advantages-wrap .advantage-item h4 {
    text-transform: uppercase;
    color: #4c2819;
    font-weight: 600;
    margin: 0 0 10px
}

.section-intro .content .advantages-wrap .advantage-item p {
    color: #a08369
}

.section-intro .content .img-breakfast {
    position: absolute;
    bottom: 0;
    width: auto;
    max-width: 450px;
    right: 0
}

.section-video {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    /*aspect-ratio: 192 / 92;*/
    /*height: 900px;*/
    width: 100%;
}

.section-video .video-background {
    /*aspect-ratio: 192 / 92;*/
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    width: 100%;
}

.section-video:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}
.section-video>div {
    position: relative;
    z-index: 10;
}
.section-video .video-js {
    width: 100%;
    height: 100%;
    /*z-index: 10;*/
}

.section-conference .header, .section-rooms .header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.section-conference .header .description, .section-rooms .header .description {
    max-width: 490px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.571rem;
    color: #a08369
}

.section-rooms .swiper-rooms {
    width: 100%;
    overflow: visible
}

.section-rooms .container {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding-bottom: 140px
}

.section-rooms .section-heading img {
    max-width: 50px
}

.section-rooms .btn-circle {
    margin: 30px 2px 0 auto
}

.section-rooms .swiper-rooms {
    position: relative;
    margin-top: 40px
}

.section-restaurant {
    padding-top: 40px
}

.section-restaurant .header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px
}

.section-conference {
    padding: 140px 0 0
}

.section-conference .container {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding-bottom: 140px
}

.section-conference .btn-circle {
    margin: 30px 2px 0 auto
}

.section-conference .swiper-conference {
    margin-top: 40px
}

.section-conference .section-heading img {
    max-width: 55px
}

.section-pool {
    padding-top: 40px
}

.section-pool .header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px
}

.section-reviews {

}
.section-reviews .svg-icon {
    width: 20px;
}

.section-reviews .reviews-box {
    display: flex;
    /*border-top: 2px solid #4c2819;*/
    margin-top: 60px;
    padding-top: 40px;
    gap: 50px;
}

.section-reviews .col-reviews-desc {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    opacity: 0 !important;
}

.section-reviews .star-index {
    font-family: Lora, serif;
    color: #4c2819;
    font-size: 64px;
    line-height: 76px;
    font-weight: 600;
    margin-bottom: 10px;
}
.section-reviews .stars-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 3px;
    margin-bottom: 20px;
}
.section-reviews .stars-box .star-full svg {
    fill: #4c2819;
}
.section-reviews .stars-box .star-empty svg {
    fill: #4c2819;
}
.section-reviews .stars-text {
    font-family: Lora, serif;
    color: #4c2819;
    font-size:20px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 10px;
}
.section-reviews .booking-logo {
    width: 50%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-reviews .booking-logo svg,
.section-reviews .booking-logo img {
    width: 60%;
    height: auto;
}
.section-reviews .reviews-swiper-box {
    width: 70%;
}

.section-reviews .reviews-swiper {
    width: 100%;
}
.section-reviews .reviews-swiper .review-item {}

.section-reviews .reviews-swiper .review-item .review-item-top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
    gap: 15px;
}
.section-reviews .reviews-swiper .review-item .review-item-top-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
}
.section-reviews .reviews-swiper .review-item .review-author-photo {
    width: 60px;
    height: auto;
    border-radius: 50%;
}
.section-reviews .reviews-swiper .review-item .review-author {
    font-family: Lora, serif;
    color: #4c2819;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 10px;
}
.section-reviews .reviews-swiper .review-item .review-rating {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 3px;
}
.section-reviews .reviews-swiper .review-item .review-rating .svg-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
}
.section-reviews .reviews-swiper .review-item .review-rating .svg-icon svg {
    fill: #4c2819;
    width: 100%;
    height: auto;
}

.section-reviews .reviews-swiper .review-item .review-text {
    display: -webkit-box;
    overflow: hidden;
    font-size: 1.186rem;
    line-height: 1.714rem;
    margin-bottom: 15px;
}
.section-reviews .reviews-swiper .review-item .review-text.no-clamp {
    display: block;
    -webkit-line-clamp: unset;
}

.section-reviews .reviews-swiper .review-item.is-open .review-text {
    max-height: none;
}
.section-reviews .reviews-swiper .review-item .review-toggle {
    font-family: Open Sans, sans-serif;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.357rem;
    font-weight: 600;
    color: #4c2819;
    background: transparent;
    border: none;
    cursor: pointer;
}

.section-reviews .swiper-horizontal > .swiper-pagination-bullets,
.section-reviews .swiper-pagination-bullets.swiper-pagination-horizontal,
.section-reviews .swiper-pagination-custom,
.section-reviews .swiper-pagination-fraction {
    position: static;
    font-family: Lora, serif;
    color: #4c2819;
    font-size: 24px;
    line-height: 32px;
}
.section-reviews .swiper-navigation-my {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
}
.section-reviews .swiper-pagination-fraction {
    text-align: right;
    width: auto;
    margin-top: 0;
}
.section-reviews .swiper-button-prev,
.section-reviews .swiper-button-next {
    position: static;
    margin-top: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    /*border-radius: 50%;*/
    /*border: 1px solid #4c2819;*/
    /*background-color: #4c2819;*/
    /*background-color: red;*/
}
.swiper-button-next, .swiper-button-prev {
    color: #4c2819;
    width: 38px;
}
.section-reviews .swiper-button-prev svg,
.section-reviews .swiper-button-next svg {
    fill: #4c2819;
}

.section-reviews {
    padding: 140px 0;
}

@media (max-width: 767px) {
    .section-reviews .reviews-box {
        gap: 30px;
        flex-direction: column;
    }
    .section-reviews .col-reviews-desc {
        width: 100%;
        display: none;
    }
    .section-reviews .reviews-swiper-box {
        width: 100%;
    }
    .section-reviews .swiper-horizontal > .swiper-pagination-bullets, .section-reviews .swiper-pagination-bullets.swiper-pagination-horizontal, .section-reviews .swiper-pagination-custom, .section-reviews .swiper-pagination-fraction {
        font-size: 18px;
        line-height: 26px;
    }
}

.section-services {
    padding: 140px 0;
    overflow: hidden
}

.section-services .swiper-services {
    margin-top: 60px;
    width: 100%
}

.section-services .swiper-services .swiper-slide {
    width: 390px;
    height: 490px;
    overflow: hidden
}

.section-services .swiper-services .swiper-slide:hover img {
    transform: scale(1.1)
}

.section-services .swiper-services .swiper-slide img {
    height: 100%;
    transition: all .3s ease-in-out
}

.section-services .container {
    position: relative
}

.section-services .container:before {
    content: "";
    display: block;
    background-color: #fff;
    height: 100%;
    width: 50%;
    left: -50%;
    z-index: 10;
    position: absolute
}

.section-map {
    margin-top: 55px;
    position: relative;
    z-index: 4
}

.section-map #map {
    width: 100%;
    height: 550px
}

.page-home .section-rooms {
    margin: 140px 0 0
}

@media (max-width: 1200px) {
    .section-main {
        padding-top: 60px
    }

    .section-main .main-description {
        /*margin-top: 4.167rem*/
    }

    .section-main .main-description h1 {
        font-size: 2rem;
        line-height: 2.333rem;
        margin-bottom: 1rem;
        width: 75%;
    }

    .section-main .main-description .btn-circle {
        margin-top: 20px
    }

    .section-main .main-contacts {
        align-items: flex-start;
        flex-direction: column-reverse
    }

    .section-main .main-contacts .menu-list {
        grid-template-columns:1fr;
        align-self: flex-end;
        gap: 20px;
        margin-bottom: 10px
    }

    .section-main .main-contacts .menu-list .menu-item {
        width: 32px;
        height: 32px
    }

    .section-main .main-contacts .menu-list .menu-item a img {
        width: 12px
    }

    .section-intro {
        padding: 60px 0
    }

    .section-intro .content {
        margin-top: 15px
    }

    .section-intro .content .img-breakfast {
        display: none
    }

    .section-intro .content .advantages-wrap {
        gap: 20px 30px;
        grid-template-columns:repeat(2, 1fr);
        grid-template-rows:repeat(4, 1fr);
        margin-top: 34px
    }

    .section-intro .content .advantages-wrap .advantage-item:nth-of-type(2n) {
        grid-row: 2;
        grid-column: 2
    }

    .section-intro .content .advantages-wrap .advantage-item:nth-of-type(odd) {
        grid-column: 1
    }

    .section-intro .content .advantages-wrap .advantage-item:nth-of-type(4n) {
        grid-row: 3
    }

    .section-intro .content .advantages-wrap .advantage-item:nth-of-type(6n) {
        grid-row: 4
    }

    .section-intro .content .advantages-wrap .advantage-item h4 {
        margin-bottom: 5px
    }

    .section-intro .content .advantages-wrap .img-breakfast.mobile {
        display: block;
        top: 55px
    }

    .section-intro .content .img-breakfast {
        width: 135px
    }

    .section-intro .content .content-img {
        max-width: 80%
    }

    /*.section-video {*/
    /*    height: 200px*/
    /*}*/

    .page-home .section-rooms {
        margin: 60px 0 0
    }

    .page-home .section-rooms .btn-circle {
        margin: 30px 2px auto 0;
        justify-content: flex-end
    }

    .page-home .section-rooms .header {
        flex-direction: column;
        align-items: flex-start
    }

    .page-home .section-rooms .header .description {
        margin-top: 12px
    }

    .page-home .section-rooms .swiper-rooms {
        overflow: hidden;
        padding-bottom: 55px
    }

    .new-slider .swiper-scrollbar,
    .page-home .section-rooms .swiper-rooms .swiper-scrollbar {
        bottom: 5px
    }

    .new-slider {
        padding-top: 60px;
    }
    .new-slider .swiper-slide {
        padding-bottom: 85px;
    }
    .new-slider .swiper-slide .btn-circle {
        bottom: 20px;
    }

    .page-home .section-rooms .container {
        padding-bottom: 0
    }

    .page-home .section-restaurant {
        padding-top: 60px
    }

    .page-home .section-restaurant .btn-circle.dark.mobile {
        margin: 15px 20px 0;
        justify-content: flex-end
    }

/*     .page-home .section-restaurant .header .btn-circle.dark {
        display: none
    }
 */
    .page-home .section-restaurant .section-heading img {
        width: 26px
    }

    .page-home .section-conference {
        padding-top: 60px
    }

    .page-home .section-conference .container {
        padding-bottom: 60px
    }

    .page-home .section-conference .header {
        flex-direction: column;
        align-items: flex-start
    }

    .page-home .section-conference .header img {
        width: 30px
    }

    .page-home .section-conference .header h2 {
        margin: 10px 0 12px
    }

    .page-home .section-conference .swiper-main.swiper {
        overflow: hidden;
        padding-bottom: 55px
    }

    .page-home .section-conference .swiper-main.swiper.swiper-horizontal > .swiper-scrollbar {
        bottom: 5px
    }

    .page-home .section-conference .btn-circle {
        margin: 20px 0 0 auto;
    }

    .page-home .section-pool {
        padding-top: 60px;
    }

    /*.page-home .section-pool .header .btn-circle.dark {*/
    /*    display: none*/
    /*}*/

    .page-home .section-pool .btn-circle.mobile {
        margin: 15px 20px 0;
        justify-content: flex-end
    }

    .section-reviews,
    .page-home .section-services {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .page-home .section-services .swiper-main.swiper.swiper-horizontal > .swiper-scrollbar {
        bottom: -15px
    }

    .page-home .section-services .swiper-services {
        margin-top: 20px
    }

    .page-home .section-services .swiper-main.swiper .swiper-button-next, .page-home .section-services .swiper-main.swiper .swiper-button-prev {
        top: calc(100% + 15px)
    }

    .page-home .section-map {
        margin-top: 15px
    }
}
@media (max-width: 767px) {
    .section-main .main-top {
        flex-direction: column-reverse;
        align-items: flex-end;
        justify-content: flex-end;
    }
    .section-main .main-top .main-rating {
        margin-top: 9.167rem;
        width: 90px;
        height: 90px;
    }
    .section-main .main-description {
        margin-top: 0;
    }
    .section-main .main-top .main-rating-text {
        font-size: 12px;
    }
    .section-main .main-top .main-rating-point {
        font-size: 24px;
    }
}
.page-rooms .section-rooms {
    padding: 80px 0 140px
}

.page-rooms .section-rooms .container {
    padding-bottom: 0
}

.page-rooms .section-rooms .rooms-list {
    margin-top: 40px
}

@media (max-width: 1200px) {
    .page-rooms .section-rooms {
        padding-top: 120px;
        padding-bottom: 60px
    }

    .page-rooms .section-rooms .container {
        overflow: visible
    }

    .page-rooms .section-rooms .section-heading img {
        max-width: 35px
    }

    .page-rooms .section-rooms .rooms-list {
        margin-top: 20px
    }
}

.page-room .container {
    overflow: hidden
}

.page-room .section-room {
    padding: 100px 0 140px
}

.page-room .section-room .heading-wrap {
    margin-bottom: 50px;
    gap: 15px 29px;
    display: grid;
    grid-template-columns:1fr 1fr
}

.page-room .section-room .heading-wrap .room-link {
    display: flex;
    justify-content: flex-end;
    padding-right: 2px
}

.page-room .section-room .heading-wrap .room-info {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 10px 0
}

.page-room .section-room .heading-wrap .room-info .room-feature {
    color: #4c2819;
    grid-column: 1/3;
    font-weight: 600
}

.page-room .section-room .heading-wrap .room-info .price-wrap {
    display: flex;
    align-items: center
}

.page-room .section-room .heading-wrap .room-info .price-wrap .old-price {
    text-decoration: line-through;
    color: #a08369;
    margin-left: 10px;
}

.page-room .section-room .heading-wrap .room-info .price-wrap .new-price {
    color: #4c2819;
    font-family: Lora, serif;
    line-height: 2.857rem;
    font-size: 2.357rem;
    margin-left: 10px
}

.page-room .section-room .heading-wrap .room-info .price-items {
    grid-column: 1/3;
    display: flex;
    flex-direction: column
}

.page-room .section-room .heading-wrap .room-info .room-discount {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.page-room .section-room .heading-wrap .room-info .room-discount .date {
    text-transform: uppercase;
    color: #a08369
}

.page-room .section-room .heading-wrap .room-description {
    font-size: 1rem;
    line-height: 1.571rem;
    color: #a08369;
    padding-bottom: 10px;
    align-self: flex-end
}

.page-room .section-room .heading-wrap .section-heading {
    align-items: flex-start
}

.page-room .section-room .heading-wrap .section-heading .count-people {
    display: flex;
    align-items: center
}

.page-room .section-room .heading-wrap .section-heading .count-people p {
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #4c2819;
    margin: 0
}

.page-room .section-room .heading-wrap .section-heading img {
    max-width: 100% !important;
    height: 35px
}

.page-room .section-room .heading-wrap .section-heading h2 {
    margin-top: 20px
}

.page-room .section-room .description {
    margin-top: 132px
}

.page-room .section-room .description p {
    font-size: 1rem;
    line-height: 1.714rem;
    color: #a08369
}

.page-room .section-room .swiper-main .swiper-slide img {
    height: 757px
}

.page-room .section-room .features-list {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    margin-top: 80px;
    gap: 30px 138px
}

.page-room .section-room .features-list .list-item {
    display: flex;
    align-items: center
}

.page-room .section-room .features-list .list-item img {
    width: 56px;
    margin-right: 20px
}

.page-room .section-room .features-list .list-item span {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.571rem;
    color: #4c2819
}

@media (max-width: 1200px) {
    .section-rooms .container {
        padding-bottom: 60px
    }

    .page-room .section-room {
        padding-top: 120px;
        padding-bottom: 60px
    }

    .page-room .section-room .heading-wrap {
        grid-template-columns:1fr;
        margin-bottom: 30px
    }

    .page-room .section-room .heading-wrap .room-info .price-wrap .new-price {
        font-size: 2rem
    }

    .page-room .section-room .heading-wrap .room-info .room-discount {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 5px
    }

    .page-room .section-room .heading-wrap .room-info .room-discount:last-of-type {
        margin-bottom: 0
    }

    .page-room .section-room .heading-wrap .room-info .room-discount .date {
        margin-bottom: 10px
    }

    .page-room .section-room .description {
        margin-top: 40px
    }

    .page-room .section-room .features-list {
        grid-template-columns:1fr;
        gap: 20px;
        margin-top: 60px
    }

    .page-room .section-room .features-list .list-item img {
        width: 40px;
        height: 40px
    }

    .page-room .section-room .swiper-main {
        overflow: hidden;
        padding-bottom: 25px
    }

    .page-room .section-room .swiper-main.swiper.swiper-horizontal > .swiper-scrollbar {
        bottom: 5px
    }

    .page-room .section-room .swiper-main .swiper-slide img {
        height: auto
    }
}

.page-service .section-main {
    background-image: url(../img/service-bg.jpg)
}

.page-service .section-main .main-description {
    align-self: flex-start;
    margin-top: 180px
}

.page-service .section-main .main-description h1 {
    margin-bottom: 30px
}

.page-service .section-main .menu-list {
    margin-left: auto
}

.page-service .section-content {
    padding: 140px 0
}

.page-service .section-content .section-heading h3 {
    font-size: 2.357rem;
    line-height: 3.429rem;
    color: #4c2819;
    margin-top: 30px;
    font-weight: 400
}

.page-service .section-info {
    padding: 0 0 140px
}

.page-service .section-info .container {
    display: grid;
    gap: 140px;
    grid-template-columns:1fr 490px
}

.page-service .section-info .container h2 {
    font-size: 4.571rem;
    font-family: Lora, serif;
    font-weight: 400;
    line-height: 5.429rem;
    margin-bottom: 30px
}

.page-service .section-info .container a {
    color: #4c2819;
    text-decoration: underline;
    font-weight: bold;
}
.page-service .section-info .container p {
    font-size: 1rem;
    line-height: 1.714rem;
    margin-bottom: 10px;
    color: #a08369
}


.page-single-new .section-content-my .container h1 {
    font-size: 4.871rem;
    color: #4c2819;
    font-family: Lora, serif;
    font-weight: 400;
    line-height: 5.829rem;
    margin-bottom: 30px
}
.page-single-new .section-content-my .container h2 {
    font-size: 4.571rem;
    color: #4c2819;
    font-family: Lora, serif;
    font-weight: 400;
    line-height: 5.429rem;
    margin-bottom: 30px
}
.page-single-new .section-content-my .container h3 {
    font-size: 3.871rem;
    color: #4c2819;
    font-family: Lora, serif;
    font-weight: 400;
    line-height: 4.429rem;
    margin-bottom: 30px
}

.page-single-new .section-content-my .container a {
    color: #4c2819;
    text-decoration: underline;
    font-weight: bold;
}
.page-single-new .section-content-my .container p {
    font-size: 1.3rem;
    line-height: 1.914rem;
    margin-bottom: 15px;
    color: #a08369
}
.page-single-new .section-content-my .container ul {
    list-style: disc;
    padding-left: 30px;
    margin-bottom: 25px;
}
.page-single-new .section-content-my .container ul li {
    font-size: 1.3rem;
    line-height: 1.914rem;
    margin-bottom: 8px;
    color: #a08369
}
.page-single-new .section-content-my .container p:last-of-type {
    margin-bottom: 0
}

.page-service .section-info .container p:last-of-type {
    margin-bottom: 0
}

.page-service .section-info .info-wrap {
    align-self: center
}

.page-service .section-info .info-wrap .btn-circle {
    margin-top: 30px;
    text-transform: uppercase
}

.page-service .section-videos {
    height: 900px;
    margin-bottom: 83px
}

.page-service .section-videos .swiper.swiper-video {
    height: 100%
}

.page-service .section-videos .video-js {
    width: 100%;
    height: 100%
}

.page-service .section-videos img {
    height: 100%
}

.page-service .section-services {
    padding-top: 60px
}

.page-service .section-conference .section-heading h2 {
    display: flex;
    flex-direction: column
}

.page-service .section-conference .swiper-conference {
    margin-top: 60px
}

@media (max-width: 1200px) {
    .page-service .section-services {
        padding-top: 0;
        padding-bottom: 100px
    }

    .page-service .section-services .swiper-services {
        margin-top: 20px
    }

    .page-service .section-services .swiper-services .swiper-button-next, .page-service .section-services .swiper-services .swiper-button-prev {
        top: calc(100% + 28px)
    }

    .page-service .section-services .swiper-services.swiper-main.swiper.swiper-horizontal > .swiper-scrollbar {
        bottom: -30px
    }

    .page-service .section-content {
        padding: 60px 0
    }

    .page-service .section-content .section-heading h3 {
        font-size: 18px;
        line-height: 24px;
        margin-top: 12px
    }

    .page-service .section-info {
        padding-bottom: 60px
    }

    .page-service .section-info .info-wrap .btn-circle {
        margin-top: 20px
    }

    .page-service .section-info .container {
        grid-template-columns:1fr;
        gap: 30px
    }

    .page-service .section-info .container h2 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 12px
    }

    .page-service .section-info .container p {
        line-height: 18px
    }

    .page-service .section-videos {
        height: 200px;
        margin-bottom: 60px
    }

    .page-service .section-videos .vjs-has-started .vjs-control-bar {
        display: none
    }

    .page-service .section-conference {
        padding-top: 0
    }

    .page-service .section-conference .swiper-conference {
        margin-top: 30px;
        overflow: hidden;
        padding-bottom: 25px
    }

    .page-service .section-conference .swiper-conference.swiper-main.swiper.swiper-horizontal > .swiper-scrollbar {
        bottom: 5px
    }

    .page-service .section-conference .container {
        padding-bottom: 60px
    }

    .page-service .section-conference .header {
        flex-direction: column;
        align-items: flex-start
    }

    .page-service .section-conference .header .section-heading h2 {
        flex-direction: row;
        margin-top: 0;
        margin-bottom: 12px
    }
}

.page-gallery .section-gallery {
    padding: 100px 0 140px
}

.page-gallery .section-gallery .section-heading img {
    max-width: 56px
}

.page-gallery .section-gallery .container {
    overflow: hidden
}

.page-gallery .section-gallery .swiper-gallery {
    height: 760px;
    margin: 40px 0 20px
}

.page-gallery .section-gallery .swiper-gallery img {
    height: 100%
}

.page-gallery .section-gallery .swiper-gallery .swiper-button-next, .page-gallery .section-gallery .swiper-gallery .swiper-button-prev {
    top: 50%;
    width: 56px
}

.page-gallery .section-gallery .swiper-gallery .swiper-button-prev {
    left: 45px
}

.page-gallery .section-gallery .swiper-gallery .swiper-button-next {
    right: 45px;
    left: auto
}

.page-gallery .section-gallery .swiper-gallery-navigation .swiper-slide {
    height: 126px
}

.page-gallery .section-gallery .swiper-gallery-navigation .swiper-slide img {
    height: 100%
}

.page-gallery .section-gallery .menu-list {
    display: flex;
    gap: 40px;
    margin-top: 50px;
    justify-content: space-evenly;
    border: 1px solid #a08369;
    border-right: none;
    border-left: none
}

.page-gallery .section-gallery .menu-list li a {
    color: #a08369;
    padding: 15px 0;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.357rem;
    font-weight: 600;
    transition: all .3s ease-in-out
}

.page-gallery .section-gallery .menu-list li.current-menu-item a, .page-gallery .section-gallery .menu-list li a:hover {
    color: #4c2819
}

@media (max-width: 1200px) {
    .page-gallery .section-gallery {
        padding-bottom: 60px;
        padding-top: 120px
    }

    .page-gallery .section-gallery .menu-list {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 12px;
        padding: 15px 0;
        margin-top: 15px
    }

    .page-gallery .section-gallery .menu-list li a {
        padding: 0
    }

    .page-gallery .section-gallery .swiper-gallery img {
        height: 100%
    }

    .page-gallery .section-gallery .swiper-gallery.swiper-main.swiper {
        height: 185px;
        margin-bottom: 5px;
        margin-top: 30px;
        overflow: hidden
    }

    .page-gallery .section-gallery .swiper-gallery.swiper-main.swiper .swiper-button-next, .page-gallery .section-gallery .swiper-gallery.swiper-main.swiper .swiper-button-prev {
        width: 27px
    }

    .page-gallery .section-gallery .swiper-gallery.swiper-main.swiper .swiper-button-prev {
        left: 10px
    }

    .page-gallery .section-gallery .swiper-gallery.swiper-main.swiper .swiper-button-next {
        right: 10px
    }

    .page-gallery .section-gallery .swiper-main.swiper {
        overflow: hidden;
        height: 50px
    }
}



.page-booking .section-booking {
    padding: 100px 0 120px
}

.page-booking .section-booking .container {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 24px
}

.page-booking .section-booking h4 {
    font-size: 2.357rem;
    line-height: 2.857rem;
    font-family: Lora, serif;
    font-weight: 400;
    color: #4c2819;
    margin-bottom: 20px
}

.page-booking .section-booking .section-heading {
    width: 100%;
    grid-column: 1/3
}

.page-booking .section-booking .section-heading img {
    max-width: 30px
}

.page-booking .section-booking .section-heading h2 {
    margin-top: 20px
}

.page-booking .booking-block-my #be-booking-form {
    width: 100%;
}
.page-booking .booking-block-my {
    display: flex;
    flex-direction: column;
    width: 100%;
    grid-column: 1 / 3;
}
.section-booking-my {
    overflow: hidden;
}
.section-booking-my .container {
    position: relative;
}
.section-booking-my .container:before,
.section-booking-my .container:after {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    width: 50vw;
    background: rgba(160, 131, 105, 0.2);
}
.section-booking-my .be-container {
    padding: 0 !important;
}
.section-booking-my .container:before {
    left: 100%;
}
.section-booking-my .container:after {
    right: 100%;
}
.section-booking-my .container {}
.page-contacts .section-contacts {
    padding: 100px 0 120px
}

.page-contacts .section-contacts .container {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 24px
}

.page-contacts .section-contacts h4 {
    font-size: 2.357rem;
    line-height: 2.857rem;
    font-family: Lora, serif;
    font-weight: 400;
    color: #4c2819;
    margin-bottom: 20px
}

.page-contacts .section-contacts .section-heading {
    width: 100%;
    grid-column: 1/3
}

.page-contacts .section-contacts .section-heading img {
    max-width: 30px
}

.page-contacts .section-contacts .section-heading h2 {
    margin-top: 20px
}

.page-contacts .section-contacts .contact-info-box {
    max-width: 280px
}

.page-contacts .section-contacts .contact-info-box .menu-list .menu-item {
    font-size: 1rem;
    line-height: 1.3rem;
    margin-bottom: 20px
}

.page-contacts .section-contacts .contact-info-box .menu-list .menu-item:last-of-type {
    margin-bottom: 0
}

.page-contacts .section-contacts .contact-info-box .menu-list .menu-item img {
    width: auto;
    margin-right: 10px
}

.page-contacts .section-contacts .contact-info-box .menu-list .menu-item .item-link {
    display: flex;
    align-items: flex-start;
    color: #a08369
}

.page-contacts .section-contacts .contact-info-box .menu-list .menu-item .item-link:not(:only-child) {
    margin-top: 3px
}

.page-contacts .section-contacts .contact-info-box .menu-list-contact {
    display: flex;
    gap: 15px;
    margin-top: 46px
}

.page-contacts .section-contacts .contact-info-box .menu-list-contact .menu-item {
    width: 42px;
    height: 42px;
    border: 1px solid #4c2819;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    margin: 0
}

.page-contacts .section-contacts .contact-info-box .menu-list-contact .menu-item a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.page-contacts .section-contacts .contact-info-box .menu-list-contact .menu-item a img {
    width: auto;
    margin-right: 0
}

.page-contacts .section-contacts .contact-info-box .menu-list-contact .menu-item:hover {
    background-color: #4c2819
}

.page-contacts .section-contacts .contact-info-box .menu-list-contact .menu-item:hover svg {
    fill: #fff
}

.page-contacts .section-contacts .contact-form {
    max-width: 480px;
    margin-left: 0
}

.page-contacts .section-contacts .contact-form p {
    line-height: 1.357rem;
    font-size: 1rem;
    color: #a08369
}

.page-contacts .section-contacts .contact-form form {
    display: flex;
    flex-direction: column;
}

.page-contacts .section-contacts .contact-form form .submit-link {
    position: relative;
    cursor: pointer;
    margin-top: 35px;
    grid-column: 1/3;
    margin-left: auto
}

/*.page-contacts .section-contacts .contact-form form input[type=submit] {*/
/*    position: absolute;*/
/*    visibility: hidden*/
/*}*/


.wpcf7-response-output {
    display: none !important;
}

.btn-submit {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.btn-submit:after {
    content: '';
    background-image: url(../img/arrow-submit.svg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    display: block;
    width: 60px;
    height: 56px;
    margin-left: 20px;
}

.wpcf7-spinner {
    display: none !important;
}

.page-contacts .section-contacts .contact-form form input[type="submit"],
.btn-submit input {
    /*position: static !important;*/
    /*visibility: visible !important;*/
    color: #4c2819;
    font-family: Open Sans, sans-serif;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.357rem;
    font-weight: 600;
    border: none;
    background: none;
    width: auto !important;
}

.page-contacts .section-contacts .contact-form form .form-content {
    display: flex;
    grid-template-columns:1fr 1fr;
    margin-top: 35px;
    margin-bottom: 35px;
    gap: 0 60px;
    grid-column: 1/3
}

.page-contacts .section-contacts .contact-form input {
    border: none;
    border-bottom: 1px solid #a08369;
    text-indent: 10px;
    padding: 3px 0;
    margin-right: 60px;
    width: 100%
}

.page-contacts .section-contacts .contact-form input:last-of-type {
    margin-right: 0
}

.page-contacts .section-map {
    margin-top: 0
}
.bottom-main-my {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

@media (max-width: 1200px) {
    .section-booking-my .container:before {
        left: calc(100% - 20px);
    }
    .section-booking-my .container:after {
        right: calc(100% - 20px);
    }
    .page-contacts .section-contacts {
        padding-bottom: 60px;
        padding-top: 120px
    }

    .page-contacts .section-contacts .container {
        grid-template-columns:1fr;
        gap: 12px
    }

    .page-contacts .section-contacts .container .section-heading {
        grid-column: 1
    }

    .page-contacts .section-contacts .container .contact-info-box .menu-list .menu-item {
        margin-bottom: 8px
    }

    .page-contacts .section-contacts .container .contact-info-box .menu-list-contact {
        margin-top: 25px
    }

    .page-contacts .section-contacts .container .contact-info-box .menu-list-contact .menu-item {
        width: 32px;
        height: 32px
    }

    .page-contacts .section-contacts .container .contact-info-box .menu-list-contact .menu-item a img {
        width: 12px
    }

    .page-contacts .section-contacts .contact-form {
        margin-top: 38px
    }

    .page-contacts .section-contacts .contact-form form .form-content {
        grid-template-columns:1fr;
        gap: 30px;
        margin-top: 30px
    }

    .page-contacts .section-contacts .contact-form form .submit-link {
        margin-top: 30px
    }

    .page-contacts .section-contacts h4 {
        margin-bottom: 10px
    }
}

.page-service .section-main .container {
    position: relative;
    z-index: 10;
}
.page-notFound .section-main .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    z-index: 10
}

.page-notFound .section-main .container h1 {
    font-family: Lora, serif;
    font-weight: 400;
    font-size: 12.857rem;
    line-height: 14.286rem;
    margin: 0
}

.page-notFound .section-main .container p {
    font-size: 1.286rem;
    line-height: 1.714rem;
    margin: 20px 0 10px
}

.page-notFound .section-main .container img {
    width: 160px;
    margin-bottom: 25px
}

.page-notFound .section-main .container .btn-circle .arrow:after {
    display: none
}

@media (max-width: 1200px) {
    .page-notFound .section-main .container .btn-circle .arrow:before {
        display: none
    }

    .page-notFound .section-main .container img {
        width: 105px;
        margin-bottom: 70px
    }

    .page-notFound .section-main .container h1 {
        font-family: Lora, serif;
        font-weight: 400;
        font-size: 72px;
        line-height: 100px;
        margin: 0
    }

    .page-notFound .section-main .container p {
        font-size: 12px;
        line-height: 19px;
        margin-bottom: 35px;
        margin-top: 0;
        font-weight: 600;
        font-family: Open Sans, sans-serif
    }
}

@media (max-width: 1200px) {
    .container {
        padding: 0 20px;
        width: 100%
    }

    html {
        font-size: 12px
    }

    .btn-circle.mobile {
        display: flex
    }

    .btn-circle .arrow {
        width: 46px;
        height: 46px
    }

    .btn-circle .arrow:after, .btn-circle .arrow:before {
        width: 50px;
        height: 50px
    }

    .section-heading {
        display: flex;
        flex-direction: column
    }

    .section-heading .heading, .section-heading h2 {
        line-height: 2.333rem;
        margin: 12px 0 0;
        font-size: 2rem
    }

    .section-heading img {
        width: auto;
        max-width: 45px
    }

    .page-room .section-room .heading-wrap .section-heading h2 {
        font-size: 2rem;
        line-height: 2.333rem;
        margin: 12px 0 0
    }

    .video-js .vjs-big-play-button {
        width: 49px !important;
        height: 49px !important;
        background-size: 15px
    }

    .video-js .vjs-big-play-button:after, .video-js .vjs-big-play-button:before {
        width: 49px;
        height: 49px
    }

    .section-heading.horizontal {
        flex-direction: column;
        align-items: flex-start
    }

    .section-heading.horizontal .heading, .section-heading.horizontal h2 {
        margin-left: auto;
        margin-top: 10px
    }

    .new-slider .swiper-button-next, .new-slider .swiper-button-prev,
    .swiper-main.swiper .swiper-button-next, .swiper-main.swiper .swiper-button-prev {
        width: 30px;
        top: calc(100% - 5px)
    }

    .new-slider .swiper-button-next,
    .swiper-main.swiper .swiper-button-next {
        left: 55px
    }
    .new-slider .swiper-scrollbar,
    .swiper-main.swiper.swiper-horizontal > .swiper-scrollbar {
        width: 65% !important
    }

    .swiper-full.swiper {
        height: auto
    }

    .swiper-full.swiper .swiper-scrollbar {
        width: 65% !important
    }

    .swiper-full.swiper .swiper-button-next, .swiper-full.swiper .swiper-button-prev {
        width: 30px
    }

    .swiper-full.swiper .container {
        bottom: 15px
    }

    .room-item {
        padding: 12px 0 20px
    }

    .room-item .number-wrap {
        display: flex;
        flex-direction: column;
        /*display: grid;*/
        /*grid-template-columns:1fr 1fr*/
    }

    .room-item .number-wrap .room-number {
        grid-column: 1;
        order: 1;
        margin-right: 0;
        text-align: left;
        font-size: 18px;
        line-height: 22px
    }
    .room-item .room-size {
        grid-row: 3;
        order: 3;
        margin-top: 5px;
    }
    .room-item .number-wrap img {
        grid-column: 1;
        grid-row: 1
    }
    .room-item .number-wrap h3 {
        order: 2;
    }
    .room-item .number-wrap h3, .room-item .number-wrap img {
        display: block
    }

    .room-item .number-wrap img {
        width: auto;
        height: auto
    }

    .room-item {
        grid-template-columns:1fr
    }
    .room-item .room-btn-feature {
        flex-direction: column;
    }
    .room-item .btn-room-warpper {
        margin-top: 15px;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
    }

    .room-item .room-heading {
        font-size: 18px;
        line-height: 22px
    }

    .room-item .room-description {
        grid-column: 1/3
    }

    .room-item .room-info .room-heading, .room-item .room-info .room-size {
        display: none
    }

    .room-item .room-feature {
        grid-column: 1;
        font-size: 14px
    }

    .room-item .btn-circle {
        grid-column: 1;
        grid-row: 5;
        /*margin-top: 8px*/
        margin: 0;
    }
}