/*!
Theme Name: Charlton Estate
*/
:root {
    --header-text-color: #ffffff;

    --header-scrolled-text-color: #292929;
    --header-scrolled-background-color: #ffffff;
}


/**** COMMON ****/
/**** HEADER ****/
/**** FOOTER ****/
/**** HOME ****/
/**** CONTACTS ****/
/**** ABOUT ****/
/**** CONTACTS ****/
/**** SPA ****/
/**** RESTOURAN ****/
/**** SINGLE PROPOSITION ****/
/**** PROPOSITIONS ****/
/**** REVIEWS ****/
/**** COTAGE ****/
/**** BLOG ****/
/**** POST ****/

/**** COMMON ****/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0 !important;
}

h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
h4::-moz-selection,
h5::-moz-selection,
h6::-moz-selection,
p::-moz-selection,
strong::-moz-selection,
em::-moz-selection,
a::-mos-selection,
button::-mos-selection,
img::-moz-selection,
div::-moz-selection {
    background: #292929;
    color: #fff;
}

h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection,
p::selection,
strong::selection,
em::selection,
a::selection,
button::selection,
img::selection,
div::selection {
    background: #292929;
    color: #fff;
}

html,
body {
    height: 100%;
}

body {
    font: normal 15.5px/1.71 'Montserrat', sans-serif;
    color: #292929;
}

body::-webkit-scrollbar {
    width: 4px;
}

body::-webkit-scrollbar-track {
    background: rgba(194, 194, 194, 0.5);
}

body::-webkit-scrollbar-thumb {
    background: #292929;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none
}

h1,
.h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Prata', serif;
}

h1,
.h1 {
    font-size: 496.5517%;
}

h1.room,
h2.room,
.h2 {
    font-size: 386.20689655%;
    line-height: 1.35;
}

h2,
.h2 {
    font-size: 220.689655%;
    font-weight: normal;
}

h3 {
    font-size: 165.517%;
    font-weight: normal;
}

.subheading {
    font-size: 82.75862%;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

ol,
ul {
    font-weight: 500;
    list-style-position: inside;
}

ul {
    list-style-type: square;
}

blockquote {
    font-family: Prata;
    font-weight: normal;
    font-size: 220.6896%;
    line-height: 1.5;
    text-align: center;
    color: #292929;
}

blockquote::before {
    content: url("../../uploads/2020/02/blockquote.svg");
    display: block;
    text-align: center;
}

.current-menu-item {
    pointer-events: none
}

.current-menu-item a::before {
    width: 100% !important;
}

.preloader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999999999999;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    background: #fff;

    transition: all .4s ease-out;
}

.preloader.hidden {
    opacity: 0;
    visibility: hidden;
}

.preloader_logo {
    max-width: 248px;
    padding: 24px;
}

.preloader .loader {
    width: 100px;
    height: 15px;
    margin: -7px auto 0 auto;
}

.preloader .loader>div {
    height: 2px;
    width: 15px;
    background-color: #292929;
    float: left;
    margin: 0 5px 0 0;
    animation: loader 0.7s infinite;
}

.preloader .loader>div:nth-child(1) {
    animation-delay: 0.1s;
}

.preloader .loader>div:nth-child(2) {
    animation-delay: 0.2s;
}

.preloader .loader>div:nth-child(3) {
    animation-delay: 0.3s;
}

.preloader .loader>div:nth-child(4) {
    animation-delay: 0.4s;
}

.preloader .loader>div:nth-child(5) {
    animation-delay: 0.5s;
}

@keyframes loader {
    50% {
        opacity: 0.5;
    }
}

.book_now_btn,
.url_btn {
    display: inline-block;
    border: 1px solid #292929;
    min-width: 180px;
    text-align: center;
    padding: 18px 45px 16px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    font-size: 68.9655%;
    line-height: 1.2;
    letter-spacing: 0.16em;
    transition: background-color .4s ease-out, color .4s ease-out, transform .4s ease-out, opacity .4s ease-out !important;
}

.book_now_btn,
.url_btn:hover {
    background-color: #292929;
    color: #fff;
}

.url_btn,
.book_now_btn:hover {
    background-color: #ffffff;
    color: #292929;
}

.breadcrumbs {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #9e9a96;
}

.breadcrumbs .separator {
    padding-left: 4px;
    padding-right: 4px;
}

.breadcrumbs a {
    color: rgba(255, 255, 255, 0.85);
    transition: all .4s ease-out;
    font-weight: 500;
}

.breadcrumbs a:hover {
    color: #fff;
}

/**** HEADER ****/
.site-header {
    position: fixed;
    z-index: 99999;
    width: 100%;
    display: flex;
    justify-content: center;
    transition: background-color .4s ease-out;
}

.weather-widget {
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    transition: all .4s ease-out;
}

.site-header.scrolled .weather-widget {
    opacity: 0;
    visibility: hidden;
}

.site-header.scrolled .error404 .site-header,
.site-header.scrolled .page-template-booking .site-header {
    background: var(--header-scrolled-background-color);
}

.header_menu {
    width: 100%;
}

.header_menu,
.header_left,
.header_right,
.header_nav ul {
    display: flex;
    list-style: none;
    align-items: center;
}

.header_left {
    justify-content: flex-end;
}

.header_left,
.header_right {
    width: calc(50% - 198px / 2);
}

.site-header .site_logo path {
    transition: all .4s ease-out;
}

.header_nav li {
    display: inline-block;
    position: relative;
    padding: 11px 16px 14px;
}

.header_nav a {
    line-height: 1;
    text-decoration: none;
    color: var(--header-text-color);

    display: inline-block;
    padding-top: 4px;
    padding-bottom: 4px;

    position: relative;
    transition: color .4s ease-out;
}

.header_nav .sub-menu {
    position: absolute;
    top: 150%;
    left: 0;
    min-width: 300px;
    right: 0;

    opacity: 0;
    visibility: hidden;

    transition: all .4s ease-out;
}

.header_nav .menu-item-has-children>a::after {
    content: "\e874";
    font-family: Linearicons-Free;
    speak: none;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;

    font-size: 68.9655%;
    color: #ffffff;

    position: absolute;
    top: 50%;
    right: -16px;
    transform: translateY(-50%)
}

.header_nav .menu-item-has-children:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.header_nav .sub-menu a {
    color: #292929;
    background-color: #ffffff;
    line-height: 1.5;
    padding: 14px 6px;
}

.header_nav .sub-menu a:hover {
    color: #000;
}

.header_nav a::before {
    content: "";

    position: absolute;
    top: 100%;
    left: 0;

    width: 0;
    height: 1px;
    background-color: var(--header-text-color);

    transition: all .4s ease-out;
}

.header_nav .sub-menu a::before {
    display: none;
}

.header_nav a:hover::before {
    width: 100%;
}

.site_logo_wrappper {
    padding: 13px 8px;
}

.header_mobile_phone {
    padding-right: 18px;
    padding-left: 32px;
}

.header_mobile_phone a {
    position: relative;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    color: var(--header-text-color);

    display: inline-block;
    padding-top: 2px;
    padding-bottom: 2px;
    transition: color .4s ease-out;
}

.header_mobile_phone a::before {
    content: "";

    position: absolute;
    top: 100%;
    left: 0;

    display: block;
    height: 1px;
    width: 100%;

    background-color: var(--header-text-color);

    transition: all .4s ease-out;
}

.header_mobile_phone a:hover::before {
    width: 0;
}

.header_nav_lang ul {
    list-style: none;
}

.header_nav_lang a {
    font-size: 82.75862%;
    color: var(--header-text-color);
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;

    display: inline-block;
    border: 1px solid var(--header-text-color);
    width: 100%;
    padding: 6px;

    transition: all .4s ease-out;
}

.header_nav_lang a:hover {
    background-color: #fff;
    color: var(--header-scrolled-text-color);
}

.header_nav_lang .qtranxs-lang-menu {
    position: relative;
}


.header_nav_lang .qtranxs-lang-menu .sub-menu {
    position: absolute;
    top: 150%;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-out;
}

.header_nav_lang .qtranxs-lang-menu:hover .sub-menu {
    top: calc(100%);
    opacity: 1;
    visibility: visible;
}

.header_nav_lang .sub-menu {
    border-collapse: collapse
}

.header_nav_lang .sub-menu a {
    border-top-width: 1px;
    background-color: #fff;
    color: var(--header-scrolled-text-color);
    border-color: #292929;
}

.header_nav_lang .sub-menu a:hover {
    background-color: #292929;
    color: #fff;
    border-color: #fff;
}

.header_nav_lang .sub-menu li:lase-child a {
    border-bottom-width: 2px;
}

.site-header.scrolled,
.error404 .site-header,
.page-template-booking .site-header {
    background-color: var(--header-scrolled-background-color);
}

.site-header.scrolled .site_logo path,
.error404 .site-header .site_logo path,
.page-template-booking .site-header .site_logo path {
    fill: var(--header-scrolled-text-color);
}

.site-header.scrolled .header_nav a,
.site-header.scrolled .header_mobile_phone a,
.site-header.scrolled .header_nav_lang .qtranxs-lang-menu>a,
.error404 .site-header .header_nav a,
.error404 .site-header .header_mobile_phone a,
.error404 .site-header .header_nav_lang .qtranxs-lang-menu>a,
.page-template-booking .site-header .header_nav a,
.page-template-booking .site-header .header_mobile_phone a,
.page-template-booking .site-header .header_nav_lang .qtranxs-lang-menu>a {
    color: var(--header-scrolled-text-color);
}

.site-header.scrolled a::after,
.error404 .site-header a::after,
.page-template-booking .site-header a::after {
    color: #292929;
}

.site-header.scrolled .header_nav_lang a,
.error404 .site-header .header_nav_lang a,
.page-template-booking .site-header .header_nav_lang a {
    border-color: var(--header-scrolled-text-color);
}

.site-header.scrolled .header_nav a::before,
.site-header.scrolled .header_mobile_phone a::before,
.error404 .site-header .header_nav a::before,
.page-template-booking .site-header .header_nav a::before {
    background-color: var(--header-scrolled-text-color);
    border-color: var(--header-scrolled-text-color);
}

.header_mobile {
    display: none;

    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.header_mobile_phone_icon {
    width: 20px;
    height: 20px;
    padding: 2px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #292929;
}

.header_mobile_phone_trigger,
.header_mobile_logo,
.header_mobile_burger {
    width: 33%;
    display: flex;
    align-items: center;
}

.header_mobile_logo {
    justify-content: center;
}

.header_mobile_logo path {
    fill: #292929;
}

.header_mobile_burger {
    justify-content: flex-end;
}

.burger {
    width: 25px;
    height: 20px;
    position: relative;
}

.burger::before,
.burger span,
.burger::after {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;

    background: #292929;
    transition: all .4s ease-out;
}


.burger::before,
.burger::after {
    content: "";
}

.burger::before {
    top: 0;
}

.burger span {
    top: calc(50% - 1px);
}

.burger::after {
    bottom: 0;
}

.burger.open span {
    opacity: 0;
}

.burger.open::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.burger.open::after {
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%) rotate(-45deg);
}

.header_mobile_menu_wrapper {
    width: 100%;
    height: calc(100vh - 70px);
    background: #fff;
    transform: translateX(-105%);
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 70px;
    left: 0;


    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 100px;

    transition: all .7s ease-out;
}

.header_mobile_menu_wrapper.open {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.header_mobile_menu_nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 8px;
}

.header_mobile_menu_nav ul {
    list-style: none;
}

.header_mobile_menu_nav li {
    display: flex;
}

.header_mobile_menu_nav a,
.header_mobile_lang a {
    font-size: 16px;
    padding: 10px 20px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    color: #292929;
}

.header_mobile_lang ul,
.header_mobile_lang li {
    list-style: none;
    display: flex;
    justify-content: center;
}

.header_mobile_lang .menu-item-has-children>a {
    color: #2c2c2c;
    font-weight: 700;
}

/**** FOOTER ****/

footer {
    background: #343434;
    display: flex;
}

.footer_logo {
    min-height: 100%;
    width: 25vw;
    background: #1B1B1B;

    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_logo svg {
    padding: 20px;
    width: 100%;
    height: 100%;
}

.footer_bar {
    width: 75vw;
}

.footer_bar {
    padding: 56px 10%;
    display: flex;
    justify-content: space-between;
}

.footer_heading {
    font-weight: normal;
    font-size: 165.517%;
    color: #FFFFFF;
    line-height: 2.67;
    padding-bottom: 27px;
    font-family: Prata;
}

.menu-footer ul {
    list-style: none;
}

.menu-footer li {
    padding-bottom: 5px;
    display: block;
}

.menu-footer a,
footer .contact_info a {
    color: #fff;
    position: relative;
    font-weight: 500;
    font-size: 110.3448%;
    padding-bottom: 3px;
    line-height: 1.5;
    transition: color .4s ease-out;
}

.menu-footer a::before,
footer .contact_info a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;
    height: 1px;
    width: 0;
    transition: all .4s ease-out;
    background: #fff;
}

.menu-footer a:hover {
    color: #C2C2C2;
}

.menu-footer a:hover::before,
footer .contact_info a:hover::before {
    width: 100%;
}

.footer_copyright {
    padding-top: 51px;
    color: #FFFFFF;
    font-size: 68.9655%;
    font-weight: 500;
}

footer .contact_info {
    padding-bottom: 16px;
}

footer .contact_info_socials {
    padding-top: 8px;
    padding-bottom: 50px;
}

footer .contact_info:before {
    position: absolute;
    display: block;
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 1050;
}

footer .contact_info.address::before {
    content: url("../../uploads/2020/02/location-point.svg");
}

footer .contact_info.tel::before {
    content: url("../../uploads/2020/02/telephone.svg");
}

footer .contact_info.email::before {
    content: url("../../uploads/2020/03/envelope-of-white-paper-1.svg");
}

footer .contact_info_socials a,
.contact_info_socials a:nth-child(2) {
    margin: 0 !important;
    padding-left: 12px;
    padding-right: 12px;
}

footer .contact_info_socials a:first-child {
    padding-left: 0;
}

footer .contact_info_socials path:not(#not_colored) {
    fill: #fff
}

footer .contact_info_socials #not_colored {
    fill: #343434;
}

footer .book_now_btn {
    padding: 14px 16px;
    min-width: max-content;
    border-color: rgba(255, 255, 255, 0.05);
    background-color: rgba(255, 255, 255, 0.05);
}

/**** HOME ****/

.large_banner_video {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .75);

    visibility: hidden;
    opacity: 0;
    transition: all .4s ease-out;

    z-index: 999999;
}

.large_banner_video.open {
    visibility: visible;
    opacity: 1;
}

.large_banner,
.large_banner_slider img {
    width: 100%;
    height: 100vh;
    /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
    object-fit: cover;
    object-position: center center;
}

[class^="slick-arrow"] {
    width: 44px;
    height: 44px;
    background-color: #ffffff;

    display: flex;
    justify-content: center;
    align-items: center;

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 50;
}

[class^="slick-arrow"]:hover {
    cursor: pointer;
}

[class^="slick-arrow"] path {
    transition: all .4s ease-out;
}

[class^="slick-arrow"]:hover path {
    fill: #292929;
}

.slick-arrow-prev {
    left: 0;
}

.slick-arrow-next {
    right: 0;
    transform: translateY(-50%) rotate(180deg);
}

.large_banner_block {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.4));
}

.large_banner_block:not(.breadcrumbs)::before {
    content: "";
    display: block;
    width: 1px;
    height: 56px;
    background-color: #ffffff;
}

.large_banner_block h1,
.large_banner_block .h1 {
    color: #fff;
    text-align: center;
    width: 100%;
    line-height: 1.33333333;
    font-weight: normal;
    margin: 0;
}

.large_banner_block .play {
    width: 65px;
    height: 65px;
    margin-top: 12px;
    border: 1px solid #fff;

    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.large_banner_block .play,
.large_banner_block .play path {
    transition: all .4s ease-out;
}

.large_banner_block .play:hover {
    background-color: #fff;
}

.large_banner_block .play:hover path {
    fill: #292929;
}

.home_fiches_list {
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    max-width: 1283px;
    flex-wrap: wrap;
}

.home_fiches_list,
.fiches_list_item {
    display: flex;
    align-items: center;
}

.fiches_list_item {
    padding: 62px 60px;
    max-width: 33.33334%;
}


.fiches_list_item img {
    padding-right: 21px;
}

.home_cotages_wrapper {
    max-width: 1680px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}

.home_cotages {
    position: relative;
}

.home_cotages_imgs {
    padding-left: 19%;
}

.home_cotages_imgs img {
    height: 704px;
    object-fit: cover;
    object-position: center center
}

.home_cotages_description_wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    max-width: 561px;
    width: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home_cotages_description_wrapper_slider {
    background-color: #fff;
}

.home_cotages_description_arrows {
    position: relative;
}

.home_coteges_arrows {
    position: absolute;
    top: 0;
    left: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 8px;
}

.home_coteges_arrows div {
    position: static;
    transform: translateY(0);
}

.home_coteges_arrows .slick-arrow-prev {
    margin-bottom: 8px;
}

.home_coteges_arrows .slick-arrow-next {
    transform: rotate(180deg);
}

.home_cotages_description {
    background-color: #ffffff;
    padding: 86px 37px 78px;
}

.home_cotages_description .subheading,
.home_cotages_description h2,
.home_cotages_description p {
    text-align: center;
}

.home_cotages_description .subheading {
    margin-bottom: 17px;
}

.home_cotages_description h2 {
    font-weight: normal;
    margin-bottom: 29px;
}

.home_cotages_description p {
    margin-bottom: 45px;
}

.parameters {
    width: 100%;
    justify-content: center;
    align-items: flex-start;
}

.parameters,
.parameters_item {
    display: flex;
}

.parameters_item {
    flex-direction: column;
    align-items: center;
    border-right: 1px solid #C2C2C2;
    padding-right: 32px;
    padding-left: 32px;
}

.parameters_item:last-child {
    border-right-width: 0;
}

.parameters_item img {
    width: 32px;
    height: 32px;
    margin-bottom: 18px;
}

.parameters_item .value {
    display: flex;
    font-style: normal;
    font-weight: 600;
    color: #1B1B1B;
    font-size: 82.75862%;
    line-height: 1.33333;
    color: #1B1B1B;
}

.home_cotages_btns {
    display: flex;
    justify-content: center;
}

.home_cotages_btns .btn_wrapper {
    padding-right: 9px;
    padding-left: 9px;
}

.home_cotages_btns a {
    min-width: 195px;
}

.description_rows {
    padding-top: 87px;
}

.description_row {
    max-width: 1800px;
    display: flex;
    margin-bottom: 90px;
    position: relative;
}

.description_row_arrows {
    position: absolute;
    bottom: -51px;
    left: 0;
    transform: translateX(-50%);
    z-index: 1050;
    display: flex;
}

.description_row_arrows div {
    position: static;
    transform: none;
}

.description_row_arrows .slick-arrow-next {
    transform: rotate(180deg);
}

.description_row:nth-child(2n + 1) {
    margin-left: auto;
    flex-direction: row-reverse;
}

.description_row:nth-child(2n + 1) .description_row_arrows {
    left: 100%;
}

.description_row_imgs {
    width: 50vw;
}

.description_row_imgs .slick-track {
    display: flex;
}

.description_row_imgs img {
    display: block;
    height: 37.5vw;
    object-fit: cover;
    object-position: center center
}

.description_row_content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 50px;
    width: 50vw;
}

.description_row_content {
    margin-bottom: 51px;
}

.description_row_content .subheading {
    margin-bottom: 17px;
}

.description_row_content h2 {
    margin-bottom: 40px;
}

.description_row_content .pars {
    max-height: 250px;
    overflow-y: auto;
    padding-right: 19px;
    margin-bottom: 51px;
}

.description_row_content .pars ul {
    padding-left: 31px;
}

.description_row_content .pars::-webkit-scrollbar {
    width: 2px;
}

.description_row_content .pars::-webkit-scrollbar-track {
    background: rgba(194, 194, 194, 0.5);
}

.description_row_content .pars::-webkit-scrollbar-thumb {
    background: #292929;
}

.description_row_content p {
    margin-bottom: 14px;
}

.about_cotege_wrapper {
    padding-top: 30px;
}

.about_cotege_slider_wrapper {
    position: relative;
}

.about_cotege_slider img {
    height: 920px;
    object-fit: cover;
    object-position: center center
}

.about_cotege_slider_text_wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.about_cotege_slider_text {
    max-width: 1283px;
    width: 100%;
    padding: 40px 15px 15px;
    background-color: #fff;
    margin-right: auto;
    margin-left: auto;
}

.about_cotege_slider_text .subheading,
.about_cotege_slider_text h2 {
    text-align: center;
}

.about_cotege_content {
    max-width: 1283px;
    background-color: #fff;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 120px
}

.about_cotege_content .content {
    display: flex;
    flex-wrap: wrap;
}

.about_cotege_content .column {
    width: 50%;
    padding: 24px 48px 48px;
}

.about_cotege_content .read_more {
    position: relative;
    z-index: 5;

    display: flex;
    justify-content: center;
}

.about_cotege_content .read_more::before {
    content: "";
    display: block;
    height: 1px;
    background: #C2C2C2;
    position: absolute;

    top: calc(50% - 0.5px);
    left: 48px;
    right: 48px;
    z-index: -1;
}

.read_more_anchore {
    background-color: #ffffff;
    padding: 20px;
    display: inline-block;
}

.home_gallery_wrapper {
    margin-bottom: 65px;
}

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

.home_gallery img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: center center
}

.lb-outerContainer {
    background-color: #292929;
}

.lb-dataContainer {
    position: absolute;
    width: 100%;
    bottom: 100%;
    left: 52%;
    transform: translateX(-50%);
}

.hover_block {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    opacity: 0;
    background: linear-gradient(0deg, rgba(41, 41, 41, 0.8), rgba(41, 41, 41, 0.8));

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    transition: all .4s ease-out;
}

.hover_block .word {
    padding-top: 50px;
    color: #fff;
    transition: all .4s ease-out;
}

.home_gallery a:hover .hover_block {
    opacity: 1;
}

.home_gallery a:hover .word {
    padding-top: 20px;
}

/**** CONTACTS ****/
.contacts_wrapper {
    padding-top: 75px;
    padding-bottom: 100px;
}

.contacts {
    max-width: 1428px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
}

.contacts .column {
    width: 50%;
    padding-left: 60px;
}

.contacts .contacts_info {
    background: #FCFCFC;
    padding: 48px 75px 56px;
}

.contacts .subheading {
    color: #909090;
    font-weight: 500;
    letter-spacing: 0.08em;
}

.contacts h2 {
    font-size: 275.862%;
    line-height: 1.6;
    font-weight: normal;
}

.contacts hr {
    border: 1px solid #C2C2C2;
    margin-bottom: 36px;
}

.contact_info {
    padding-left: 23px;
    position: relative;
}

.contact_info .subheading {
    position: relative;
}

.contact_info .subheading:before {
    position: absolute;
    display: block;
    top: 20px;
    right: 101%;
    width: 18px;
    height: 18px;
    z-index: 1050;
}

.contact_info.address .subheading::before {
    content: url("../../uploads/2020/02/location-point.svg");
}

.contact_info.tel .subheading::before {
    content: url("../../uploads/2020/02/telephone.svg");
}

.contact_info.email .subheading::before {
    content: url("../../uploads/2020/03/envelope-of-white-paper-1.svg");
}

.contact_info .subheading {
    padding-top: 20px;
    padding-bottom: 10px;
}

.contact_info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.contact_info a {
    font-weight: 500;
    font-size: 110.3448%;
    color: #292929;

    transition: all .4s ease-in;
}

.contact_info a:hover {
    color: #C2C2C2;
}

.contact_info_socials {
    display: flex;
    padding-top: 22px;
    padding-bottom: 28px;
}

.contact_info_socials a:nth-child(2) {
    margin-left: 25px;
}

.contact_info_socials a {
    display: inline-block;
    padding-right: 12px;
    padding-left: 12px;
}

.contact_info_socials path {
    transition: all .4s ease-out;
}

.contact_info_socials a:hover path:not(#not_colored2) {
    fill: #C2C2C2;
}

/**** ABOUT ****/

.intro {
    padding-top: 80px;
}

.intro .about_cotege_content {
    margin-bottom: 0;
}

.intro blockquote {
    max-width: 740px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 70px;
}

.coteges_wrapper {
    padding-top: 32px;
    background: #FCFCFC;
}

.coteges_wrapper .subheading,
.coteges_wrapper h2 {
    text-align: center;
}

.coteges_slider_wrapper {
    padding-top: 61px;
    padding-bottom: 51px;
    background: #fcfcfc;
}

.cotege_item {
    padding-right: 16px;
    padding-left: 16px;
    display: block;
    max-width: 506px;
    width: 100%;
}

.cotege_gallery img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    height: 340px;
}

.cotege_gallery_slider .slick-arrow {
    background: rgba(41, 41, 41, 0.2);
    transition: all .4s ease-out;
}

.cotege_gallery_slider .slick-dots {
    list-style: none;

    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;

    display: flex;
    justify-content: center;
    padding: 17px 7px;

    visibility: hidden;
    opacity: 0;

    transition: all .4s ease-out;
}

.cotege_gallery_slider:hover .slick-dots {
    bottom: 0;
    visibility: visible;
    opacity: 1;
}

.cotege_gallery_slider .slick-dots li {
    padding: 5px;
}

.cotege_gallery_slider .slick-dots button {
    line-height: 0;
    font-size: 0;
    width: 8px;
    height: 8px;
    cursor: pointer;

    background: rgba(255, 255, 255, 0.5);
    ;

    transition: all .4s ease-out;

    border: none;
}

.cotege_gallery_slider .slick-dots li.slick-active button,
.cotege_gallery_slider .slick-dots button:hover {
    background: #fff;
}

.cotege_gallery_slider .slick-arrow path {
    fill: #fff;
    transition: all .4s ease-out;
}

.cotege_gallery_slider:hover .slick-arrow {
    background: #fff;
}

.cotege_gallery_slider:hover .slick-arrow path {
    fill: #A9A9A9
}

.cotege_gallery_slider:hover .slick-arrow-prev {
    left: 16px;
}

.cotege_gallery_slider:hover .slick-arrow-next {
    right: 16px;
}

.cotege_gallery_slider .slick-arrow:hover path {
    fill: #292929
}

.cotege_description {
    padding: 18px 30px 24px;
    background-color: #fff;
}

.main_info {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #C2C2C2;
}

.main_info .heading {
    display: flex;
    flex-direction: column;
}

.tag_title,
.currency {
    font-size: 68.9655%;
    line-height: 1.2;
    font-weight: normal;
    text-transform: uppercase;
}

.tumbnail_title,
.price_wrapper .price {
    font-family: Prata;
    font-weight: normal;
    font-size: 165.5172%;
    line-height: 1;
}

.tag_title {
    margin-bottom: 6px;
}

.cotege_description .parameters {
    padding-top: 12px;
}

.cotege_description .parameters_item {
    border: 0;
    flex-direction: row;
    width: 33%;
    align-items: center;
    justify-content: center;
    padding-right: 8px;
    padding-left: 8px;
}

.cotege_description .parameters_item img {
    width: 24px;
    height: 24px;
    margin-bottom: 0;
}

.cotege_description .parameters_item .value {
    padding-left: 8px;
}

.coteges_slider_wrapper {
    padding-left: 6.25%;
}

.coteges_slider>.slick-list {
    padding: 0 120px 0 0 !important;
}

.coteges_slider_track {
    display: flex;
}

.coteges_slider_controls {
    display: flex;
    padding-top: 25px;
    padding-left: 16px;
    align-items: center;
}

.coteges_slider_arrows {
    display: flex;
}

.coteges_slider_arrows div {
    position: static;
    transform: none;
}

.coteges_slider_arrows .slick-arrow-next {
    transform: rotate(180deg);
}

.coteges_slider_scrollbar {
    width: calc(100% - 16px);
    margin: 1em 0 1em 16px;
    height: 2px;
    background: #C4C4C4;
    line-height: 0;
}

.coteges_slider_scrollbar .handle {
    width: 100px;
    height: 100%;
    background: #292929;
    cursor: pointer
}

.coteges_slider_scrollbar .mousearea {
    position: absolute;
    top: -9px;
    left: 0;
    width: 100%;
    height: 20px;
}

/**** CONTACTS ****/
.small_banner {
    position: relative;
    width: 100%;
    height: 420px;
    background-size: cover;
    background-position: top center;
}

/**** SPA ****/
.page_intro {
    padding: 10px 16px;
    /*padding-bottom: 82px;*/
}

.page_intro .subheading,
.page_intro h2 {
    text-align: center;
}

/**** RESTOURAN ****/
.restouran_description {
    padding: 165px 24px 97px;
    display: flex;
    max-width: 1536px;
    margin-right: auto;
    margin-left: auto;
    flex-wrap: wrap;
}

.restouran_big_photo,
.resetouran_description_content {
    width: 50%;
}

.resetouran_description_content {
    padding-left: 10.208%;
    padding-top: 48px;
}

.resetouran_description_content p,
.resetouran_description_content ul,
.resetouran_description_content h1,
.resetouran_description_content h2,
.resetouran_description_content h3,
.resetouran_description_content h4,
.resetouran_description_content h5,
.resetouran_description_content h5,
.resetouran_description_content ol,
.description_content p,
.description_content ul,
.description_content h1,
.description_content h2,
.description_content h3,
.description_content h4,
.description_content h5,
.description_content h5,
.description_content ol {
    margin-bottom: 24px;
}

.resetouran_description_content img {
    margin-top: 96px;
    display: block;
    width: 100%;
}

/**** COTEGES ****/
.cotege_archive_wrapper {
    padding: 48px 24px;
}

.cotege_archive,
.post_pagintation {
    max-width: 1178px;
    margin-right: auto;
    margin-left: auto;

    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.cotege_archive .cotege_item {
    max-width: 50%;
    width: 100%;
    padding-right: 32px;
    padding-left: 32px;
    padding-bottom: 24px;
}

.post_pagintation .page-numbers {
    border: 2px solid #292929;
    background: #292929;
    color: #fff;
    width: 44px;
    height: 44px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all .4s ease-out;
    font-weight: 500;
}

.post_pagintation .page-numbers:hover,
.post_pagintation span.page-numbers {
    background: #fff;
    color: #292929;
}

.post_pagintation .page-numbers:not(span):hover path {
    fill: #292929
}

.post_pagintation .nav-links {
    display: flex;
    justify-content: center;
}

.post_pagintation .next {
    transform: rotate(180deg);
}

.post-type-archive-coteges {
    background-color: #FCFCFC;
}

.cotege_item_btns {
    transform: translateY(25%);
    opacity: 0;
    visibility: hidden;

    transition: all .4s ease-out;
}

.cotege_item:hover .cotege_item_btns {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

/**** SINGLE PROPOSITION ****/
.proposition_description_wrapper {
    max-width: 1586px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 96px;
}

.proposition_description {
    display: flex;
    flex-wrap: wrap;
}

.proposition_left {
    padding-right: 100px;
}

.proposition_left h2 {
    padding-top: 33px;
    text-align: center;
}

.proposition_left,
.proposition_right {
    width: 50%;
}

.proposition_right {
    padding-right: 33px;
    padding-left: 33px;
}

.date_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 48px;
}

.date_wrapper svg {
    padding-bottom: 10px;
}

/**** PROPOSITIONS ****/
.post-type-archive-propositions {
    background: #fcfcfc;
}

.propositions_archive_wrapper {
    padding-top: 60px;
    max-width: 1312px;
    margin-right: auto;
    margin-left: auto;
}

.propositions_archive {
    display: flex;
    flex-wrap: wrap;
}

.proposition_item {
    display: block;
    width: 33%;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 48px;
    background: #fff;
    cursor: pointer;
}

.proposition_item_content {
    padding: 28px 26px 32px;
}

.proposition_item_data {
    display: flex;
    align-items: center;
    color: #A7A9AC;
    text-transform: capitalize;
    font-size: 82.75862%;
}

.proposition_item_content h3 {
    color: #292929;
}

.proposition_item_data span {
    margin-left: 9px;
}

.thumbnail {
    position: relative;
}

.thumbnail .hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(41, 41, 41, 0.4), rgba(41, 41, 41, 0.4));

    display: flex;
    justify-content: center;
    align-items: center;

    transition: all .4s ease-out;

    visibility: hidden;
    opacity: 0;
}

.thumbnail img {
    display: block;
}

.thumbnail .hover .word {
    background: #fff;
    padding: 18px 55px;
    margin-top: 16px;
    font-weight: bold;
    font-size: 68.9655%;
    line-height: 1.2;
    letter-spacing: 0.16em;
    text-transform: uppercase;

    color: #292929;

    transition: all .4s ease-out;
}

.proposition_item:hover .hover {
    visibility: visible;
    opacity: 1
}

.proposition_item:hover .word {
    margin-top: 0;
}

/**** REVIEWS ****/
.reviews_archive_wrapper {
    max-width: 1005px;
    padding: 77px 24px 8px;
    margin-right: auto;
    margin-left: auto;
}

.review_content_wrapper {
    padding: 24px 27px 48px;
    background: #FCFCFC;
    border-left: 2px solid #A7A9AC;
    margin-bottom: 64px;
    position: relative;
}

.review_content_wrapper::after {
    content: url(../../uploads/2020/02/quotes.svg);
    position: absolute;
    top: -10px;
    right: 0;

    display: block;
    height: 48px;
    width: auto;
}

.review_content_wrapper h2 {
    margin-bottom: 19px;
}

.reviw_divider {
    position: relative;
    width: 100%;
    background: rgba(48, 48, 48, 0.2);
    height: 1px;
    margin-bottom: 40px;
}

.reviw_date {
    position: absolute;
    z-index: 5;
    display: flex;
    align-items: center;
    transform: translateY(-50%);
    font-style: normal;
    font-weight: 500;
    font-size: 82.75862%;
    line-height: 1.333;
    background: #FCFCFC;
    padding-right: 12px;

    text-transform: capitalize;

    color: #A7A9AC;
}

.reviw_date svg {
    margin-right: 9px;
}

.review_content {
    letter-spacing: 0.02em;
    color: #1B1B1B;
}

.leave_revies_btn {
    text-align: center;
    padding: 24px 16px;
}

.contact_form_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    z-index: 9999999;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: rgba(27, 27, 27, 0.5);

    opacity: 0;
    visibility: hidden;
    padding-top: 100px;

    transition: all .4s ease-out;
}

.contact_heading {
    font-size: 220.689655%;
    line-height: 1.35;
    color: #1A1A1A;

    text-align: center;

    margin-bottom: 42px;

    font-family: Prata;
}

.contact_form_wrapper.open {
    opacity: 1;
    visibility: visible;
    padding-top: 0;
}

.contact_form {
    max-width: 500px;
    width: 100%;
    padding: 45px;
    padding-right: 24px;
    padding-left: 24px;

    border: 2px solid #292929;
    background: #fcfcfc;

    position: relative;

    opacity: 0;
    visibility: hidden;
}

.contact_form_wrapper.open .contact_form {
    opacity: 1;
    visibility: visible;
}

.contact_form input[type="text"],
.contact_form textarea,
.contact_form .wpcf7-email {
    border: 1px solid #C4C4C4;
    resize: none;
    width: 100%;
    padding: 14px 20px;
    margin: 0;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.4;
    color: #1A1A1A;

}

.acf-fields>.acf-field {
    padding: 0;
    border-top: none;
}

.acf-form-submit {
    text-align: center;
}

.acf-label {
    font-family: 'Prata', serif;
    font-size: 165.517%;
    font-weight: normal;
}

.acf-required {
    display: none;
}

.wpcf7-submit,
.acf-form-submit input {
    display: inline-block;
    border: 1px solid #292929;
    min-width: 100%;
    text-align: center;
    padding: 18px 45px 16px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    font-size: 68.9655%;
    line-height: 1.2;
    letter-spacing: 0.16em;
    background-color: #292929;
    color: #fff;
    transition: background-color .4s ease-out, color .4s ease-out, transform .4s ease-out, opacity .4s ease-out !important;
    cursor: pointer;
}

.acf-form-submit input:hover {
    background-color: #ffffff;
    color: #292929;
}

.close {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 18px;
    height: 18px;
    opacity: 0.3;
    z-index: 50;
    transition: all .4s ease-out;
}

.close:hover {
    opacity: 1;
}

.close:before,
.close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 100%;
    display: block;
    width: 2px;
    background-color: #292929;
}

.close:before {
    transform: rotate(45deg);
}

.close:after {
    transform: rotate(-45deg);
}

/**** COTAGE ****/
.large_banner_photo {
    position: relative;
}

.large_banner_photo::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 25;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.4));
}

.large_banner_photo img {
    height: 100vh;
    /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
    width: 100%;
    object-fit: cover;
    object-position: center center;
    display: block !important;
}

.banner_content {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 50;
}

.banner_text_wrapper,
.cotege_wrapper {
    position: relative;
    max-width: 1428px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 24px;
    padding-left: 24px;
}

.banner_text_wrapper .breadcrumbs {
    bottom: 100%;
    left: 0;
    padding: 24px 48px;
}

.banner_text {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 27px 24px;
}

.cotege_name h1 {
    margin: 0;
}

.cotege_name,
.cotege_call_to_action {
    padding-left: 24px;
    padding-right: 24px;
}

.cotege_call_to_action {
    display: flex;
}

.cotege_call_to_action .price {
    display: flex;

    justify-content: center;
    align-items: center;
}

.cotege_call_to_action .price span {
    margin: 0 0 0 12px;
}

.cotege_call_to_action .btn_wrapper {
    padding-left: 32px;
}

.cotege_call_to_action .book_now_btn {
    padding: 34px 28px 32px;
}

.cotege_call_to_action .price .room {
    line-height: 1;
}

.cotege_container {
    padding: 72px 48px;
    display: flex;
    flex-wrap: wrap;
}

.cotage_content {
    width: 65%;
    padding-right: 53px;
}

.cotege_sidebar_wrapper {
    width: 35%;
}

.cotege_sidebar {
    padding: 28px 32px 32px;
    background: #FCFCFC;
}

.cotege_sidebar ul {
    margin-bottom: 17px;
}

.cotege_sidebar .additional_service {
    background: #F5F5F5;
    margin-right: -32px;
    margin-left: -32px;
    padding: 25px 32px 26px;
}

.cotage_content .parameters {
    justify-content: flex-start;
    margin-bottom: 48px;
}

.cotage_content .parameters_item {
    flex-direction: row;
    border-right: 0;
    align-items: center;
    padding-left: 0;
    padding-right: 60px;
}

.cotage_content .parameters_item img {
    width: 48px;
    height: 48px;
    margin-bottom: 0;
    margin-right: 16px;
}

.additional_content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.additional_content li {
    width: 33%;
}

.cotage_content .condition {
    padding: 21px 32px 17px;
    background: #FCFCFC;
}

.cotage_gallery_wrapper {
    position: absolute;
    bottom: 65%;
    left: 50%;
    transform: translateX(-50%);
    padding: 24px;
}

.cotage_gallery_wrapper.dark {
    position: relative;
    bottom: 0;
    left: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}

.dark .cotage_gallery .word {
    color: #292929;
}

.cotage_gallery {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cotage_gallery_btn {
    width: 68px;
    height: 68px;
    border: 1px solid #fff;
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
    align-items: center;

    transition: all .4s ease-out;
}

.dark .cotage_gallery_btn {
    border: 1px solid #292929;
}

.cotage_gallery_btn path {
    transition: all .4s ease-out;
}

.cotage_gallery_btn:hover {
    background-color: #fff;
}

.cotage_gallery_btn:hover path {
    fill: #292929;
}

.dark .cotage_gallery_btn path {
    fill: #292929;
}

.cotage_gallery .word {
    color: #fff;
    text-align: center;
}

/**** BLOG ****/
.blog {
    background: #FCFCFC;
}

.post_item .thumbnail img {
    width: 100%;
    height: 304px;
    object-fit: cover;
    objcet-position: top center;
}

.blog_pagination {
    margin-bottom: 24px;
}

.post_item.proposition_item {
    background: transparent;
}

.post_item .proposition_item_content {
    background: #fff;
}

.post_item .proposition_item_data {
    margin-bottom: 12px;
}

/**** POST ****/
.single-post main {
    background-color: #E5E5E5;
}

.post_single_wrapper {
    max-width: 1212px;
    margin-left: auto;
    margin-right: auto;
    padding: 59px 24px 62px;

    display: flex;
    flex-wrap: wrap;
}

.post_single_wrapper h1 {
    margin-top: 0;
    margin-bottom: 9px;
}

.post_single_wrapper .proposition_item_data {
    margin-bottom: 24px;
    font-weight: normal;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #292929;
}

.post_description {
    width: 70%;
    padding-right: 50px;
}

.post_content img {
    display: block;
    width: 100%;
}

.post_content p,
.post_content ul .post_content ol,
.post_content img {
    margin-bottom: 30px;
}

.post_bottom {
    margin-top: 48px;
    border-top: 1px solid #C2C2C2;
    border-bottom: 1px solid #C2C2C2;
    padding-top: 11px;
    padding-bottom: 11px;

    display: flex;
    justify-content: space-between;
}

.acf-field .acf-label label {
    font-weight: normal !important;
    font-size: 12px;
    margin-bottom: 10px;
}

.post_content blockquote {
    margin-bottom: 40px;
}

.releted_posts {
    padding-top: 35px;
    width: 30%;
}

.releted_posts .title {
    font-size: 165.517%;
    margin-bottom: 19px;
    text-align: center;
    font-weight: 500;
}

.releted_posts a {
    display: block;
    margin-bottom: 24px;
}

.releted_posts .proposition_item_content {
    position: relative;
    background-color: #fff;
    padding: 30px 12px 24px;
}

.releted_posts .proposition_item_data {
    position: absolute;
    top: 0;
    left: 25px;
    transform: translateY(-50%);
    background-color: #292929;
    color: #fff;
    padding-right: 12px;
    padding-left: 12px;
}

.post_bottom_url,
.post_bottom_url[href="javascript:void(0)"]:hover {
    font-weight: bold;
    color: #C2C2C2;
    font-size: 96.5517%;
    transition: all .4s ease-out;
    cursor: none;
}

.post_bottom_url:hover {
    color: #292929;
    cursor: pointer;
}

.post_socials {
    padding-right: 24px;
    display: flex;
}

.post_socials span {
    display: block;
    padding-right: 11px;
    font-size: 96.5517%;
    font-weight: 500;
    color: #292929;
}

.post_socials a {
    display: block;
    padding-right: 7px;
    padding-left: 7px;
}

.post_socials path {
    fill: #292929;
}

.callback_contact_form label {
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 10px;
}

.callback_contact_form input,
.callback_contact_form textarea {
    border: 1px solid #C4C4C4;
    resize: none;
    width: 100%;
    padding: 14px 20px;
    margin: 0;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 1.4;
    color: #1A1A1A;
}

.callback_contact_form input[type="submit"] {
    display: block;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #292929;
    width: 100%;
    text-align: center;
    padding: 18px 45px 16px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    font-size: 68.9655%;
    line-height: 1.2;
    letter-spacing: 0.16em;
    background-color: #292929;
    color: #fff;
    transition: background-color .4s ease-out, color .4s ease-out, transform .4s ease-out, opacity .4s ease-out !important;
    cursor: pointer;
}

.callback_contact_form p {
    margin-bottom: 24px;
}

.lb-outerContainer {
    border-radius: 0 !important;
}

.error-404 {
    height: 100%;
    padding: 90px 24px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.error-404 .subheading {
    margin-bottom: 48px;
}

.lb-cancel {
    opacity: 0 !important;
    position: relative;
}

.lb-cancel::before {
    position: absolute;
    width: 45px;
    height: 45px;
    margin: 0;
    background: transparent;
    border-top: 4px solid #009688;
    border-right: 4px solid transparent;
    border-radius: 50%;
    -webkit-animation: 1s spin linear infinite;
    animation: 1s spin linear infinite;
}


.navigation h2 {
    display: none;
}

.addtoany_share_save_container {
    display: none !important;
}

-webkit-@keyframes spin {
    -webkit-from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    -webkit-to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.coteges_slider_track>.proposition_item {
    padding-right: 16px;
    padding-left: 16px;
    display: block;
    min-width: 506px;
    width: 100%;
}

.site_book_now_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    transition: all .4s ease-out;
    transform: translateY(100%);
    z-index: 99999;
}

.site_book_now_btn.scrolled {
    transform: translateY(0);
}

.site_book_now_btn .book_now_btn {
    width: 100%;
}

.footer-weather-widget {
    display: none;
}

.acf-map {
    width: 100%;
    height: 100%;
}

.acf-map img {
    max-width: inherit !important;
}

.pb-r-wrap_wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
}

.pb-r-wrap {
    background: rgba(255, 255, 255, 0.9) !important;
    padding: 0;
}

.pb-r-wrap .form-control-group .pb-form-control:not(.form-control-button) {
    padding: 13px 48px 12px;
    text-align: center;
    border-right: 1px solid #C2C2C2;
}

.pb-r-wrap .form-control-group .pb-form-control:last-child {
    border-right: 0;
}

.pb-r-wrap label {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 17px;
    color: #A9A9A9;
}

.pb-r-wrap .form-control,
.pb-r-wrap input,
.pb-r-wrap input.form-control,
.pb-r-wrap select,
.pb-r-wrap select.form-control {
    font-family: Prata;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 28px;
    text-align: center;
    background: transparent !important;
    border: none;
    color: #292929;
}

.pb-r-wrap .btn-submit {
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: #292929 !important;
    text-align: center;

    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 150%;

    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;

    color: #FFFFFF;
    min-width: 200px;

    transition: all .4s ease-out;

    cursor: pointer;
}

.pb-r-wrap .btn-submit:hover {
    background-color: rgba(255, 255, 255, 0.9) !important;
    color: #292929;
}

@media screen and (max-width: 1800px) {
    .weather-widget {
        width: 100px;
    }
}

@media screen and (max-width: 1500px) {
    body {
        font-size: 12px;
    }

    .resetouran_description_content {
        padding-left: 24px;
    }
}

@media screen and (max-width: 1400px) {
    .header_nav li {
        padding-right: 8px;
        padding-left: 8px;
    }

    .home_gallery img {
        height: 340px;
    }

    .cotage_content {
        padding-right: 24px;
    }

    .cotege_sidebar_wrapper {}
}

@media screen and (max-width: 1300px) {
    body {
        font-size: 10px;
    }

    .weather-widget {
        display: none;
    }

    .header_nav li {
        padding-right: 6px;
        padding-left: 6px;
    }

    .home_fiches_list,
    .about_cotege_slider_text,
    .about_cotege_content {
        max-width: 996px;
    }

    .home_cotages_description_wrapper {
        max-width: 500px;
    }

    .contacts .column {
        padding-left: 25px;
    }

    .description_row_imgs .slick-list,
    .description_row_imgs .slick-track,
    .description_row_imgs img {
        height: 100%;
    }

    .cotege_item .cotege_item_btns {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .cotege_item .cotege_item_btns a {
        padding-right: 30px;
        padding-left: 30px;
    }

    .home_cotages_btns {
        flex-wrap: wrap;
    }

    .btn_wrapper:nth-child(2) {
        padding-top: 8px;
    }

    .proposition_left,
    .cotage_content .parameters_item {
        padding-right: 24px;
    }

}

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




    .header_menu,
    .pb-r-wrap .form-control-group {
        display: none;
    }

    .header_mobile {
        display: flex;
        padding: 20px 25px;
    }

    .footer_logo {
        display: none;
    }

    .footer_bar {
        width: 100%;
    }

    .contacts .column {
        padding-left: 0;
    }

    .description_row,
    .home_gallery_wrapper {
        margin-bottom: 0;
    }

    .about_cotege_content {
        margin-bottom: 48px;
    }

    .fiches_list_item,
    .description_rows,
    .about_cotege_wrapper,
    .contacts_wrapper {
        padding-top: 48px;
    }

    .fiches_list_item,
    .contacts_wrapper {
        padding-bottom: 48px;
    }

    .restouran_big_photo,
    .resetouran_description_content {
        width: 100%;
        padding-right: 24px;
        padding-left: 24px;
    }

    .cotege_archive .cotege_item {
        padding-right: 8px;
        padding-left: 8px;
    }

    .proposition_item {
        width: 50%;
    }

    .banner_text {
        flex-wrap: wrap;
    }

    .banner_text .cotege_name,
    .banner_text .cotege_call_to_action {
        text-align: center;
    }

    .banner_text .cotege_name,
    .banner_text .cotege_call_to_action {
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .cotege_container {
        padding-right: 16px;
        padding-left: 16px;
    }

    .cotage_content {
        margin-bottom: 24px;
    }

    .cotage_content,
    .cotege_sidebar_wrapper {
        width: 100%;
        padding: 0;
    }

    .cotege_banner .breadcrumbs {
        display: none;
    }

    .cotage_gallery_wrapper {
        bottom: 100%;
    }

    .weather-widget {
        display: none;
    }

    .site_book_now_btn {
        display: block;
    }

    .home_cotages_description p,
    .description_row_content .pars,
    .about_cotege_content .column {
        text-align: justify !important;
    }

    .about_cotege_content .column {
        padding: 24px 21px 48px;
    }
}


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

    body {
        font-size: 12px;
    }

    h1 {
        font-size: 300%;
    }

    .site_logo {
        max-width: 100%;
    }

    .header_mobile {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .about_cotege_slider_text h2 {
        line-height: 1.4;
    }

    .home_coteges_arrows,
    .description_row_arrows,
    .footer_contacts {
        display: none;
    }

    .header_mobile_phone_trigger,
    .header_mobile_burger {
        width: 25%;
    }

    .header_mobile_logo {
        width: 50%;
    }

    .header_mobile_logo svg {
        width: 100%;
    }

    .large_banner_block h1 {
        padding-right: 12.5%;
        padding-left: 12.5%;
    }

    .home_fiches_list {
        flex-wrap: wrap;
    }

    .fiches_list_item {
        max-width: 100%;
    }

    .contacts_wrapper {
        padding-bottom: 24px;
    }

    .description_rows,
    .about_cotege_wrapper,
    .contacts_wrapper {
        padding-top: 24px;
    }

    .fiches_list_item {
        padding-top: 0;
        padding-bottom: 0;
    }

    .home_cotages_imgs {
        padding-left: 0;
    }

    .home_cotages_imgs img {
        height: 250px;
    }

    .home_cotages_description_wrapper {
        position: static;
    }

    .home_cotages_description {
        padding: 24px 12px;
    }

    .home_cotages_btns {
        flex-wrap: nowrap;
        justify-content: center;
    }

    .home_cotages_btns .url_btn {
        margin-bottom: 8px;
    }

    .description_row {
        flex-wrap: wrap;
    }

    .description_row_imgs,
    .about_cotege_content .column,
    .contacts .column,
    .description_row_content {
        width: 100%;
    }

    .about_cotege_content .column {
        padding-bottom: 0;
    }

    .footer_nav {
        text-align: center;
        width: 100%;
    }

    .description_row_content .subheading,
    .description_row_content h2,
    .description_row_content .pars,
    .about_cotege_content .column {
        text-align: center;
        width: 100%;
    }

    .description_row_content .url_btn {
        margin-right: auto;
        margin-left: auto;
    }

    .parameters_item {
        padding-right: 16px;
        padding-left: 16px;
    }

    .contacts .contacts_info {
        padding-left: 24px;
        padding-right: 24px;
    }

    .coteges_slider_wrapper {
        padding-left: 0;
    }

    .cotege_item {
        padding-left: 8px;
        padding-right: 8px;
        width: 100vw;
    }

    .description_row_content {
        margin-bottom: 0;
    }

    .page_intro {
        padding: 24px 16px;
    }

    .cotege_archive .cotege_item {
        max-width: 100%;
    }


    .btn_wrapper:nth-child(2) {
        padding-top: 0;
    }

    .proposition_left,
    .proposition_right,
    .proposition_item {
        width: 100%
    }

    .cotege_call_to_action {
        flex-direction: column;
    }

    .cotege_call_to_action .price,
    .cotege_call_to_action .btn_wrapper {
        padding: 12px;
    }

    .cotege_call_to_action .btn_wrapper a {
        font-size: 100%;
    }

    .cotege_container {
        padding-top: 36px;
        padding-bottom: 36px
    }

    .coteges_wrapper {
        padding-top: 36px;
    }

    .post_description,
    .releted_posts {
        width: 100%;
        padding-right: 0;
    }

    .releted_posts {
        display: none;
    }

    .post_single_wrapper h1,
    .post_content {
        text-align: center;
    }

    .post_single_wrapper .proposition_item_data {
        justify-content: center;
    }

    .post_bottom_url {
        display: none;
    }

    .contacts_wrapper {
        padding-bottom: 0;
    }

    .additional_content li {
        width: 50%;
    }

    .cotage_content .condition,
    .cotege_sidebar {
        padding-left: 0;
        padding-right: 0;
    }

    h1.room,
    .h2 {
        font-size: 300%;
    }

    .cotege_call_to_action .book_now_btn {
        padding: 16px 24px;
    }

    .banner_text {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .cotege_item .cotege_item_btns a {
        min-width: max-content;
    }

    .cotege_archive .cotege_item {
        padding-bottom: 36px;
    }

    .intro,
    .cotege_archive_wrapper {
        padding-top: 24px;
    }

    .site-header {
        background-color: #fff;
    }

    .home_cotages_btns a {
        min-width: max-content;
    }

    .description_row_content .pars {
        max-height: 75vh;
        padding: 0;
    }

    .proposition_description_wrapper {
        padding-top: 24px;
    }

    .proposition_description_wrapper .description_content p {
        text-align: center;
    }

    .date_wrapper {
        padding-bottom: 24px;
    }

    .proposition_left h2 {
        padding-top: 0;
    }

    .propositions_archive .proposition_item:last-child {
        padding-bottom: 16px;
    }

    .description_row_content {
        padding-right: 24px;
        padding-left: 24px;
    }

    .description_row_content h2 {
        margin-bottom: 16px;
    }

    .restouran_description {
        padding-top: 48px;
        padding-bottom: 24px;
    }

    .lb-nav a.lb-next,
    .lb-nav a.lb-prev {
        opacity: 1;
    }

    .lb-data .lb-close {
        background: none;
        position: relative;
    }

    .lb-close::before,
    .lb-close::after {
        content: "";
        width: 20px;
        height: 2px;
        background: #fff;

        position: absolute;
        top: calc(50% - 1px);
        left: calc(50% - 10px);
    }

    .lb-close::before {
        transform: rotate(45deg);
    }

    .lb-close::after {
        transform: rotate(-45deg);
    }

    .description_row_content .pars ul {
        padding-left: 0;
    }

    .description_row_content {
        padding-top: 16px;
        padding-bottom: 16px;
        border-bottom: 1px solid #c7c7c7;
        margin-bottom: 33px;
    }

    .footer-weather-widget {
        display: block;
        width: 250px;
        margin-right: auto;
        margin-left: auto;
    }

    .about_cotege_slider img {
        height: auto;
    }

    .about_cotege_slider_text_wrapper {
        position: static;
    }

    .home_fiches_list {
        justify-content: flex-start;
    }

    .home .large_banner_slider img {
        object-position: center right;
    }

}

.cover_block__wrapper {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cover_block {
    max-width: 576px;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    ;
}

.cover_text {
    font-size: 200%;
    line-height: 1.35;
    color: #292929;
    text-align: center;
}

.cover_num {
    color: #000000;
    text-align: center;
    font-size: 496.5517%;
    line-height: 1.5;
    transition: all .4s ease-out;
}

.cover_num:hover {
    color: #555;
}

.pb-r-wrap_wrapper .form-control option {
    text-align: center;
}

.pb-add-room,
.pb-remove-room {
    width: 100%;
    color: #292929;
    display: inline-block;
    border: 1px solid #292929;
    min-width: 180px;
    text-align: center;
    padding: 18px 45px 16px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    font-size: 68.9655%;
    line-height: 1.2;
    letter-spacing: 0.16em;
    transition: background-color .4s ease-out, color .4s ease-out, transform .4s ease-out, opacity .4s ease-out !important;
}

.pb-add-room:hover,
.pb-remove-room:hover {
    background-color: #292929;
    color: #fff;
}

.page-template-entertainment .page_intro {
    max-width: 1200px;
    margin: 10px auto 40px;
}


.weather-widget {
    display: none !important;
}


.first-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    overflow: auto;
}

.first-modal .first-container {
    max-width: 600px;
    padding: 20px;
    text-align: center;
    background: #FCFCFC;
}





.booking-page-container {
    /* max-width: none !important; */
    background-color: transparent !important;
}

.booking-page-container .booking-header {
    display: none !important;
}

.booking-page-container .booking-steps {
    display: none !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}