body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: #F9FBFA;
    position: relative;
}

body.page *,
body.single * {
    font-family: "Gilroy";
}

body.page p,
body.single p {
    font-family: "Gilroy";
    font-size: 22px;
    line-height: 33px;
    color: #404040;
}

body.single main,
body.page-id-850 main {
    padding-top: 166px;
}

body.page main a,
body.single main a {
    font-family: "Gilroy";
    position: relative;
    text-decoration: none;
}

body.freeze {
    overflow: hidden;
}

body.page main a:after,
body.single main a:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #151515;
    bottom: -4px;
    left: 0;
    position: absolute;
}

body.page h1,
body.page h2,
body.page h3,
body.page h4,
body.page h5,
body.page h6,
body.single h1,
body.single h2,
body.single h3,
body.single h4,
body.single h5,
body.single h6 {
    font-family: "Playfair Display";
    color: #404040;
}

* {
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1840px;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
}


.main-header {
    padding: 10px 0;
    /*position: fixed;*/
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background: #fff;
}

.main-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-header-content-mobile {
    display: none;
}

.main-header-content-mobile .main-header-logo {
    width: 47px;
}

.main-header-content-mobile .main-header-logo img {
    width: 100%;
    height: auto;
}

.main-header-content .main-header-part {
    display: flex;
    position: relative;
}

.main-header-content .main-header-part.menu {
    cursor: pointer;
}

.main-header-content .main-header-part .main-header-menu {
    z-index: 2;
    position: fixed;
    left: -100vw;
    top: 0px;
    padding: 20px 20px;
    background: #fff;
    width: 100vw;
    max-width: 670px;
    height: 100vh;
    overflow: auto;
    transition: all .2s ease;
}

.main-header-content .main-header-part .main-header-menu .close-btn {
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 2;
}

.main-header-content .main-header-part .main-header-menu.active {
    left: 0px;
}

.overlay.active {
    display: flex;
}

.overlay {
    display: none;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
}

.overlay .newsletter-popup {
    display: none;
    background: #fff;
    padding: 20px;
}

.overlay .newsletter-popup .mc4wp-form-fields p label {
    display: flex;
    flex-direction: column;
}

.overlay .newsletter-popup .mc4wp-form-fields p:first-of-type {
    margin-bottom: 20px;
}

.overlay .newsletter-popup .mc4wp-form-fields p input[type="submit"] {
    background: #404040;
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 16px 16px;
    width: 100%;
    border: 0;
    outline: 0;
}

.overlay .newsletter-popup .mc4wp-form-fields p label input {
    padding: 10px 15px;
    border: 1px solid #151515;
    outline: 0;
    font-size: 22px;
    line-height: 33px;
    color: #404040;
    width: 100%;
}

.overlay .newsletter-popup.active {
    display: block;
}

.main-header {
    transition: all .2s ease;
    background: #fff;
}

.main-header.active {
    background: #fff;
}

.main-header-content .main-header-part .main-header-menu nav>ul>li>a {
    font-size: 22px;
    line-height: 33px;
    color: #404040;
    text-decoration: none;
    text-transform: uppercase;
}

.main-header-content .main-header-part .main-header-menu nav>ul>li {
    margin-bottom: 20px;
}

.main-header-content .main-header-part .main-header-menu nav>ul {
    list-style: none;
}

.main-header-content .main-header-part .main-header-menu nav>ul>li>ul>li>a {
    font-size: 18px;
    line-height: 29px;
    color: #404040;
    text-decoration: none;
    text-transform: capitalize;
}

.main-header-content .main-header-part .main-header-menu nav>ul>li:hover ul {
    max-height: 1000px;
    overflow: auto;
}

.main-header-content .main-header-part .main-header-menu nav>ul>li>ul {
    overflow: hidden;
    max-height: 0;
    list-style: none;
    transition: all .2s ease;
    will-change: max-height;
    padding-left: 20px;
}

.main-header-content .main-header-burger {
    padding-top: 1px;
    margin-right: 25px;
}

.main-header-content .main-header-burger span {
    width: 45px;
    height: 2px;
    background: #151515;
    display: block;
    margin-bottom: 4px;
}

.main-header-content .main-header-burger span:last-of-type {
    margin-bottom: 0;
}

.main-header-content .main-header-logo img {
    filter: invert(1);
}

.main-header-content .main-header-search-btn {
    display: none;
}

.main-header-content .main-header-menu-btn p {
    font-size: 15px;
    line-height: 17.8px;
    font-weight: 600;
    text-transform: uppercase;
}

.main-header-content .main-header-newsletter {}

.main-header-content .main-header-newsletter a {
    color: #151515;
    position: relative;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
}

.main-header-content .main-header-newsletter a:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #151515;
    bottom: -4px;
    left: 0;
    position: absolute;
}

.hero-section {
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 55%;
}

.hero-section .hero-title {
    padding-top: 106px;
    padding-bottom: 290px;
}

.hero-section .hero-title h1 {
    font-weight: 500;
    font-size: 45px;
    line-height: 190%;
    text-align: center;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    font-family: "Playfair Display";
    position: relative;
}

.hero-section .hero-title h1:after {
    content: "";
    display: block;
    width: 1px;
    height: 147px;
    background: #151515;
    position: absolute;
    bottom: -218px;
    left: 50%;
    transform: translateX(-50%);
}

.hero-section .hero-text-images .hero-image-col {
    display: flex;
    justify-content: flex-end;
    padding-right: 126px;
    padding-top: 42px;
}

.hero-section .hero-text-images .hero-image-col .hero-images-content {
    max-width: 595px;
    position: relative;
    width: 100%;
}

.hero-section .hero-text-images .hero-image-col .hero-images-content .hero-image-item img {
    width: 100%;
}

.hero-section .hero-text-images .hero-image-col .hero-images-content .hero-image-wrapper {
    position: absolute;
    right: -224px;
    bottom: -151px;
    width: 100%;
    max-width: 67%;
}

.hero-section .hero-text-images .hero-image-col .hero-images-content .hero-image-wrapper .hero-image-item {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 114%;
}

.hero-section .hero-text-images .hero-image-col .hero-images-content .hero-image-wrapper .hero-image-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.hero-section .hero-text-images .hero-text-col {
    padding-left: 54px;
}

.hero-section .hero-text-images .hero-text-col .hero-text-content {
    max-width: 590px;
}

.hero-section .hero-text-images .hero-text-col .hero-text-content p {
    margin-bottom: 40px;
}

.hero-section .hero-text-images .hero-text-col .hero-text-content p:last-of-type {
    margin-bottom: 50px;
}

.hero-section .hero-text-images .hero-text-col .hero-text-content a {
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;
    text-transform: uppercase;
    text-decoration: none;
    color: #151515;
}

.hero-section .hero-text-images:last-of-type {
    padding-top: 303px;
    padding-bottom: 330px;
}

.hero-section .hero-text-images:last-of-type .row.reverse {
    flex-direction: row-reverse;
}

.hero-section .hero-text-images:last-of-type .hero-text-col {
    display: flex;
    justify-content: flex-end;
    padding-left: 15px;
    padding-top: 41px;
    padding-right: 54px;
}

.hero-section .hero-text-images:last-of-type .hero-text-col .hero-text-content {
    text-align: right;
    max-width: 530px;
}

.hero-section .hero-text-images:last-of-type .hero-image-col {
    justify-content: flex-start;
    padding-right: 15px;
    padding-left: 125px;
}

.hero-section .hero-text-images:last-of-type .hero-image-col .hero-image-wrapper {
    position: absolute;
    left: -251px;
    bottom: -271px;
    max-width: 69.5%;
}

.hero-section .hero-text-images:last-of-type .hero-image-col .hero-image-wrapper .hero-image-item {
    padding-bottom: 127%;
}

.choose-us-section .section-heading-label {
    padding-top: 130px;
    padding-bottom: 7px;
    border-bottom: 1px solid #404040;
    margin-bottom: 90px;
}

.choose-us-section .full-width-banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.choose-us-section .section-heading-label span {
    padding-left: 12px;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #404040;
    position: relative;
}

.choose-us-section .section-heading-label span:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    background: #404040;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.choose-us-section .banner-content {
    padding-top: 150px;
    padding-left: 113px;
    padding-right: 113px;
    padding-bottom: 107px;
}

.choose-us-section .banner-content .content-block.bigger .title {
    margin-bottom: 12px;
}

.choose-us-section .banner-content .content-block.bigger .title h2 {
    font-weight: 900;
    font-size: 195px;
    color: #fff;
    line-height: 1;
}

.choose-us-section .banner-content .content-block.bigger .title h2 span {
    font-size: 65px;
    font-family: "Playfair Display";
}

.choose-us-section .banner-content .content-block.bigger .text {
    max-width: 460px;
}

.choose-us-section .banner-content .content-block.bigger .text p {
    font-weight: 500;
    font-size: 45px;
    line-height: 53px;
    color: #FFFFFF;
}

.choose-us-section .banner-content .content-block.smaller {
    padding-top: 100px;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    padding-right: 15px;
}

.choose-us-section .banner-content .content-block.smaller .text {
    max-width: 450px;
}

.choose-us-section .banner-content .content-block.smaller .text p {
    font-weight: 500;
    font-size: 22px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 50px;
}

.choose-us-section .banner-content .content-block.smaller .text a {
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFFFFF;
}

.choose-us-section .banner-content .content-block.smaller .text a:after {
    background: white;
}

.choose-us-section .members-blocks .members-blocks-content {
    padding-top: 113px;
}

.choose-us-section .members-blocks .members-blocks-content .blocks-col {
    padding-left: 129px;
}

.choose-us-section .members-blocks .members-blocks-content .blocks-col .blocks-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
    margin-bottom: -113px;
}

.choose-us-section .members-blocks .members-blocks-content .blocks-col .blocks-wrapper .block-item {
    width: 50%;
    padding: 0 30px;
    margin-bottom: 113px;
}

.choose-us-section .members-blocks .members-blocks-content .blocks-col .blocks-wrapper .block-item--25 {
    width: 25%;
}

.choose-us-section .members-blocks .members-blocks-content .blocks-col .blocks-wrapper .block-item .title {
    margin-bottom: 55px;
}

.choose-us-section .members-blocks .members-blocks-content .blocks-col .blocks-wrapper .block-item .title h4 {
    font-style: italic;
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
}

.choose-us-section .members-blocks .members-blocks-content .blocks-col .blocks-wrapper .block-item .text {
    max-width: 320px;
}

.choose-us-section .members-blocks .members-blocks-content .members-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.choose-us-section .members-blocks .members-blocks-content .members-col .members-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 512px;
    margin: 0 auto;
}

.choose-us-section .members-blocks .members-blocks-content .members-col h3 {
    font-family: "Gilroy";
    font-weight: 500;
    font-size: 25px;
    line-height: 29px;
    color: #151515;
    width: 100%;
    text-align: center;
    margin-bottom: 58px;
}

.choose-us-section .members-blocks .members-blocks-content .members-col .members-wrapper .member-item {
    width: 50%;
    height: 114px;
}

.choose-us-section .members-blocks .members-blocks-content .members-col .members-wrapper .member-item img {
    mix-blend-mode: darken;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.choose-us-section .members-blocks .members-blocks-content .members-col .members-wrapper .member-item:last-of-type {
    width: 100%;
    text-align: center;
    margin-top: 70px;
}

.holidays-section {
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: 89px;
    overflow: hidden;
}

.holidays-section.about-us {
    background-position-x: 390px;
    background-position-y: -201px;
}

.holidays-section .text-images-block {
    padding-top: 189px;
}

.holidays-section .text-images-block .text-images .text-col {
    background: #F4F4F4;
}

.holidays-section .text-images-block .text-images .text-col .text-content {
    padding-top: 161px;
    padding-left: 55px;
    padding-right: 38px;
    padding-bottom: 59px;
}

.holidays-section .text-images-block .text-images .text-col .text-content .section-heading-label {
    border-bottom: 1px solid #404040;
    padding-bottom: 8px;
}

.holidays-section .text-images-block .text-images .text-col .text-content .section-heading-label span {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #404040;
    padding-left: 12px;
    position: relative;
}

.holidays-section .text-images-block .text-images .text-col .text-content .section-heading-label span:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    background: #404040;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.holidays-section .text-images-block .text-images .text-col .text-content .text {
    padding-top: 148px;
    max-width: 790px;
}

.holidays-section .text-images-block .text-images .text-col .text-content .text p {
    font-weight: 400;
    font-size: 45px;
    line-height: 150%;
    color: #000;
}

.holidays-section .text-images-block .text-images .text-col .text-content .text p span {
    font-weight: 500;
    font-style: italic;
}

.holidays-section .text-images-block .text-images .images-col .block {
    margin: 0 auto;
    max-width: 62%;
    align-self: center;
    padding-bottom: 45px;
}

.holidays-section .text-images-block .text-images .images-col.flex {
    display: flex;
    padding-top: 100px;
}

.holidays-section .text-images-block .text-images .images-col .block .link {
    margin-top: 0;
}

.holidays-section .text-images-block .text-images .images-col .block h3 {
    font-weight: 500;
    font-size: 45px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 45px;
    color: #151515;
    letter-spacing: 2px;
}

.holidays-section .text-images-block .text-images .images-col .block p {
    font-size: 22px;
    line-height: 150%;
    text-align: center;
    max-width: 80%;
    width: 100%;
    margin: 0 auto 80px;
}

.holidays-section .text-images-block .text-images .images-col .images-wrapper {
    position: relative;
    height: 100%;
    padding-top: 25.5%;
    padding-left: 17.2%;
    padding-right: 19.4%;
    display: flex;
    flex-wrap: wrap;
}

.holidays-section .text-images-block .text-images .images-col .images-wrapper .image-item {
    position: relative;
    width: 50%;
    padding-top: 17px;
}

.holidays-section .text-images-block .text-images .images-col .images-wrapper .image-item:first-of-type {
    padding-top: 141px;
}

.holidays-section .text-images-block .text-images .images-col .images-wrapper .image-item:first-of-type img {
    transform: rotate(-7.3deg);
}

.holidays-section .text-images-block .text-images .images-col .images-wrapper .image-item img {
    transform: rotate(7.3deg);
    width: 100%;
    height: auto;
}

.holidays-section .text-images-block .text-images .images-col .link {
    margin-top: -85px;
    display: flex;
    width: 100%;
    justify-content: center;
}

.holidays-section .text-images-block .text-images .images-col .link a {
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;
    text-transform: uppercase;
    max-width: 277px;
    border: 0.5px solid #404040;
    text-decoration: none;
    color: #151515;
    padding: 16px 0;
    width: 100%;
    display: block;
    text-align: center;
    max-height: 55px;
}

.holidays-section .text-images-block .text-images .text-col .text a {
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;
    text-transform: uppercase;
    max-width: 277px;
    border: 0.5px solid #404040;
    text-decoration: none;
    color: #151515;
    padding: 16px 0;
    width: 100%;
    text-align: center;
    max-height: 55px;
    display: none;
}

.holidays-section .text-images-block .text-images .images-col .link a:after {
    content: none;
}

.holidays-section .full-width-banner {
    margin-top: -113px;
    padding-top: 920px;
    padding-bottom: 51px;
}

.holidays-section.about-us .full-width-banner {
    margin-top: -50px;
}

.holidays-section .full-width-banner .location-wrapper {
    display: flex;
    justify-content: flex-end;
}

.holidays-section .full-width-banner .location-wrapper .location-label {
    background: #F9FBFA;
    max-width: 559px;
    padding: 15px 20px;
    width: 100%;
}

.holidays-section .full-width-banner .location-wrapper .location-label h5 {
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: "Gilroy";
    margin-bottom: 10px;
}

.holidays-section .full-width-banner .location-wrapper .location-label p {
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #A8A8A8;
}

.holidays-section .full-width-banner .location-wrapper .location-label span {
    position: relative;
    margin-left: 10px;
}

.holidays-section .full-width-banner .location-wrapper .location-label span:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #A8A8A8;
    position: absolute;
    border-radius: 50%;
    left: -7px;
    top: calc(50% - 1px);
    transform: translateX(-50%);
}

.luxury-holidays-section .section-heading-label {
    padding-top: 189px;
    padding-bottom: 7px;
    border-bottom: 1px solid #404040;
}

.luxury-holidays-section .section-heading-label span {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #404040;
    padding-left: 12px;
    position: relative;
}

.luxury-holidays-section .section-heading-label span:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #404040;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.luxury-holidays-section .accordion-item h2 {
    font-weight: 500;
    font-size: 145px;
    line-height: 193px;
    color: #404040;
}

.luxury-holidays-section .accordions-wrapper {
    padding-top: 110px;
}

.luxury-holidays-section .accordion-title {
    display: flex;
    position: relative;
}

.luxury-holidays-section .accordion-subtitle {
    display: flex;
}

.luxury-holidays-section .accordion-subtitle span {
    padding-top: 38px;
    padding-left: 24px;
    font-style: italic;
    font-weight: 800;
    font-size: 15px;
    line-height: 18px;
    color: #404040;
}

.luxury-holidays-section .accordion-title:after {
    content: '';
    display: block;
    width: calc(100% + 4px);
    height: 53px;
    border-top: 1px solid #404040;
    position: absolute;
    bottom: 0;
    left: -4px;
    background: #F9FBFA;
}

.luxury-holidays-section .accordion-title span {
    padding-top: 38px;
    padding-left: 24px;
    font-style: italic;
    font-weight: 800;
    font-size: 15px;
    line-height: 18px;
    color: #404040;
}

.luxury-holidays-section .accordion-text {
    padding-top: 40px;
    width: 43%;
    padding-bottom: 224px;
}

.luxury-holidays-section .accordion-images {
    width: 57%;
    margin-top: -110px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: end;
    max-height: 1200px;
}

.luxury-holidays-section .accordion-image-wrapper:first-of-type {
    position: absolute;
    left: 299px;
    top: -3px;
    width: 100%;
    max-width: 27.5%;
}

.luxury-holidays-section .accordion-image-wrapper:first-of-type .accordion-image {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 102%;
}

.luxury-holidays-section .accordion-image-wrapper .accordion-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.luxury-holidays-section .accordion-image-wrapper:nth-of-type(2) {
    position: absolute;
    right: 92px;
    top: 326px;
    width: 100%;
    max-width: 27.5%;
}

.luxury-holidays-section .accordion-image-wrapper:nth-of-type(2) .accordion-image {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 150%;
}

.luxury-holidays-section .accordion-image-wrapper:last-of-type {
    position: absolute;
    left: 6px;
    bottom: 0;
    width: 100%;
    max-width: 40.5%;
}

.luxury-holidays-section .accordion-image-wrapper:last-of-type .accordion-image {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 74%;
}

.luxury-holidays-section .accordion-image {
    opacity: 0;
    transition: all .5s ease;
}

.luxury-holidays-section .accordion-item.active .accordion-image {
    opacity: 1;
    transition: all .2s ease;
}

.luxury-holidays-section .accordion-image img {
    width: 100%;
    height: auto;
}

.luxury-holidays-section .accordion-locations {
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
    margin-left: -16px;
    margin-right: -23px;
}

.luxury-holidays-section .accordion-location-item.active p {
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    text-decoration: underline;
    color: #404040;
}

.luxury-holidays-section .accordion-location-item {
    position: relative;
    padding-left: 23px;
    padding-right: 23px;
}

.luxury-holidays-section .accordion-location-item:after {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #404040;
    top: 50%;
    transform: translateY(-50%);
    right: -4px;
}

.luxury-holidays-section .accordion-location-item:last-of-type {
    margin-right: 0;
}

.luxury-holidays-section .accordion-location-item:last-of-type:after {
    content: none;
}

.luxury-holidays-section .accordion-text-wrapper {
    padding-top: 48px;
    padding-left: 6px;
    max-width: 556px;
}

.luxury-holidays-section .accordion-text-wrapper p {
    font-size: 20px;
    line-height: 150%;
}

.luxury-holidays-section .accordion-location-item p {
    font-size: 25px;
    line-height: 29px;
    color: #404040;
}

.luxury-holidays-section .accordion-link {
    padding-top: 52px;
    padding-left: 7px;
}

.luxury-holidays-section .accordion-link a {
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;
    text-transform: uppercase;
    text-decoration: none;
    color: #404040;
}

.luxury-holidays-section .accordion-content {
    display: flex;
    position: relative;
    will-change: max-height;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 1s ease;
}

.luxury-holidays-section .accordion-item.active .accordion-content {
    max-height: 1000px;
    opacity: 1;
    overflow: initial;
}

.luxury-holidays-section .accordion-item {
    margin-bottom: 40px;
}

.luxury-holidays-section .accordion-item:last-of-type {
    margin-bottom: 0;
}

.luxury-holidays-section .accordion-content:after {
    content: '';
    display: block;
    height: 126px;
    border-top: 1px solid #404040;
    width: 100%;
    bottom: 0px;
    left: 0;
    position: absolute;
    background: #F9FBFA;
}

.luxury-holidays-section .big-link .link {
    text-align: center;
    padding-top: 75px;
}

.luxury-holidays-section .big-link .link a {
    font-weight: 600;
    font-size: 19px;
    display: inline-block;
    line-height: 23px;
    text-transform: uppercase;
    text-decoration: none;
    border: 0.5px solid #404040;
    color: #404040;
    padding: 15px 15px;
    max-width: 280px;
    width: 100%;
}

.luxury-premium-holidays .section-heading-label {
    padding-top: 189px;
    padding-bottom: 7px;
    border-bottom: 1px solid #404040;
    margin-bottom: 90px;
}

.luxury-premium-holidays .section-heading-label span {
    padding-left: 12px;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #404040;
    position: relative;
}

.luxury-premium-holidays .section-heading-label span:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    background: #404040;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.luxury-premium-holidays .cruises-content .cruises-item .cruises-block {
    padding-top: 210px;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 62px;
    margin-bottom: 3px;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.luxury-premium-holidays .cruises-content .cruises-item .cruises-block:hover .eye {
    opacity: 1;
}

.luxury-premium-holidays .cruises-content .cruises-item .cruises-block .eye {
    position: absolute;
    top: 100px;
    left: 980px;
    opacity: 0;
    transition: all .2s ease;
}

.luxury-premium-holidays .cruises-content .cruises-item .cruises-block .title h2 {
    font-weight: 500;
    font-size: 95px;
    line-height: 127px;
    color: #FFFFFF;
}

.luxury-premium-holidays .cruises-content .cruises-item:nth-of-type(2) .title {
    text-align: right;
}

.luxury-premium-holidays .cruises-content .big-link .link {
    text-align: center;
    padding-top: 75px;
}

.luxury-premium-holidays .cruises-content .big-link .link a {
    font-weight: 600;
    font-size: 19px;
    display: inline-block;
    line-height: 23px;
    text-transform: uppercase;
    text-decoration: none;
    border: 0.5px solid #404040;
    color: #404040;
    padding: 15px 15px;
    max-width: 280px;
    width: 100%;
}

.luxury-premium-holidays .cruises-content .big-link .link a:after {
    content: none;
}

.luxury-slider .section-heading-label {
    padding-top: 189px;
    padding-bottom: 7px;
    border-bottom: 1px solid #404040;
}

.luxury-slider .section-heading-label span {
    padding-left: 12px;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #404040;
    position: relative;
}

.luxury-slider .section-heading-label span:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    background: #404040;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.luxury-slider .slider-controller .slider-block {
    padding-top: 91px;
    display: flex;
}

.luxury-slider .slider-controller .slider-block .main-slider {
    overflow: hidden;
}

.luxury-slider .slider-controller .slider-block .slide-location {
    background: #F9FBFA;
    padding: 15px 20px;
    position: absolute;
    width: calc(100% - 40px);
}

.luxury-slider .slider-controller .slider-block .slide-location p {
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
    color: #404040;
    margin-bottom: 10px;
}

.luxury-slider .slider-controller .slider-block .slide-location span {
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #A8A8A8;
}

.luxury-slider .slider-controller .slider-controllers-wrapper {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.luxury-slider .slider-controller .slider-controllers-wrapper .slider-controllers {
    position: absolute;
    top: -134px;
    right: 0;
    width: 100%;
    max-width: 36.3%;
    display: flex;
    height: 135px;
    justify-content: space-between;
    background: #F9FBFA;
}

.luxury-slider .slider-controller .slider-controllers-wrapper .slider-controllers .slider-btns {
    display: flex;
    padding-top: 52px;
    padding-left: 11%;
}

.luxury-slider .slider-controller .slider-controllers-wrapper .slider-controllers .slider-btns .separator {
    background: rgba(64, 64, 64, 0.3);
    height: 59px;
    width: 0.5px;
    margin: 0 2vw;
}

.luxury-slider .slider-controller .slider-controllers-wrapper .slider-controllers .slider-btns .slider-btn {
    padding-top: 17px;
}

.luxury-slider .slider-controller .slider-controllers-wrapper .slider-count {
    font-size: 45px;
    line-height: 60px;
    color: #151515;
    margin-right: 22px;
    user-select: none;
}

.luxury-slider .slider-controller .slider-controllers-wrapper .slider-count .current {
    font-family: 'Playfair Display';
    font-size: 90px;
    line-height: 105px;
    color: #151515;
    user-select: none;
}

.luxury-slider .slider-controller .slider-controllers-wrapper .slider-count .total {
    font-family: 'Playfair Display';

}

.luxury-slider .big-link .link {
    text-align: center;
    padding-top: 38px;
}

.luxury-slider .big-link .link a {
    font-weight: 600;
    font-size: 19px;
    display: inline-block;
    line-height: 23px;
    text-transform: uppercase;
    text-decoration: none;
    border: 0.5px solid #404040;
    color: #404040;
    padding: 15px 15px;
    max-width: 280px;
    width: 100%;
}

.luxury-slider .big-link .link a:after {
    content: none;
}

.luxury-slider .custom-slider {
    display: flex;
    width: 100%;
    transition: all .2s ease;
    transform: translateX(0);
}

.luxury-slider .custom-slider-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}

.luxury-slider .custom-slider-wrapper .parent-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    z-index: -1;
    opacity: 0;
}

.luxury-slider .custom-slider-wrapper .parent-wrapper.active {
    display: block;
    z-index: 2;
    opacity: 1;
}

.slider-controller .custom-slider-wrapper .swiper {
    display: none;
}

.luxury-slider .custom-slider .custom-slide.active {
    max-width: 957px;
    max-height: 755px;
}

.luxury-slider .custom-slider .custom-slide {
    max-width: 545px;
    max-height: 621px;
    height: 100%;
    width: 100%;
    position: relative;
}

.luxury-slider .custom-slider .custom-slide:nth-of-type(odd) .slide-location {
    top: 20px;
    left: 20px;
}

.luxury-slider .custom-slider .custom-slide:nth-of-type(even) .slide-location {
    bottom: 20px;
    left: 20px;
}

.luxury-slider .custom-slider .custom-slide.active img {
    height: 755px;
}

.luxury-slider .custom-slider .custom-slide img {
    width: 100%;
    height: 621px;
    object-fit: cover;
}

.controller-wrapper {
    padding-top: 120px;
    padding-left: 48px;
}

.controller-wrapper .controller-item {
    margin-bottom: 70px;
}

.controller-wrapper .controller-item p {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    cursor: pointer;
    color: #696969;
}

.controller-wrapper .controller-item.active p {
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    text-decoration-line: underline;
    color: #404040;
}

.villas-section .section-heading-label {
    padding-top: 189px;
    padding-bottom: 7px;
    border-bottom: 1px solid #404040;
}

.villas-section .section-heading-label span {
    padding-left: 12px;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #404040;
    position: relative;
}

.villas-section .section-heading-label span:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    background: #404040;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.villas-section .full-width-banner {
    text-align: center;
    padding-top: 338px;
    padding-bottom: 328px;
    margin-top: 90px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.villas-section .full-width-banner.about-us .text p {
    font-size: 110px;
    max-width: 80%;
    margin: 0 auto;
}

.villas-section .full-width-banner .text p {
    font-weight: 500;
    font-size: 125px;
    line-height: 147px;
    color: #FFFFFF;
}

.villas-section .full-width-banner .text span {
    font-family: "Playfair Display";
    font-style: italic;
}

.villas-section .full-width-banner .button {
    padding-top: 75px;
}

.villas-section .full-width-banner .button a {
    background: #FFFFFF;
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;
    text-transform: uppercase;
    color: #404040;
    text-decoration: none;
    display: inline-block;
    padding: 15px 86px;
}

.villas-section .full-width-banner .button a:after {
    content: none;
}

.client-section {
    overflow: hidden;
}

.client-section .section-heading-label {
    padding-top: 152px;
    padding-bottom: 7px;
    border-bottom: 1px solid #404040;
}

.client-section .section-heading-label span {
    padding-left: 12px;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #404040;
    position: relative;
}

.client-section .section-heading-label span:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    background: #404040;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.client-section .slider-main {
    position: relative;
    padding-top: 90px;
}

.client-section .slider-main .images {
    position: relative;
    width: 60%;
}

.client-section .slider-main .images .slider-header {
    position: absolute;
    left: 70px;
    top: 60px;
    width: 100%;
    max-width: 47%;
}

.client-section .slider-main .images .slider-header .text {
    display: flex;
    justify-content: space-between;
}

.client-section .slider-main .images .slider-header .text .title p {
    font-weight: 500;
    font-size: 25px;
    line-height: 29px;
    color: #404040;
}

.client-section__text {
    margin-top: 80px;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

.client-section .slider-main .custom-slider-wrapper {
    overflow: hidden;
}

.client-section .slider-main .custom-slider-wrapper .custom-slider {
    display: flex;
    flex-direction: row-reverse;
    padding-right: 54px;
    align-items: baseline;
    transition: all .2s ease;
}

.client-section .slider-main .custom-slider-wrapper .swiper {
    margin-right: 4vw;
}

.client-section .slider-main .custom-slider-wrapper .swiper-wrapper {
    align-items: baseline;
}

.client-section .slider-main .custom-slider-wrapper .swiper-wrapper .swiper-slide:last-child {
    margin-left: calc(100vw - 32.2%);
}

.client-section .slider-main .custom-slider-wrapper .swiper-wrapper .swiper-slide.swiper-slide-prev {
    margin-right: 14.1% !important;
}

.client-section .slider-main .custom-slider-wrapper .swiper-wrapper .swiper-slide.swiper-slide-active {
    width: 32.2%;
    height: 661px;
}

.client-section .slider-main .custom-slider-wrapper .swiper-wrapper .swiper-slide {
    height: 271px;
    width: 18.1%;
}

.client-section .slider-main .custom-slider-wrapper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client-section .slider-main .custom-slider-wrapper .custom-slider .custom-slide {
    margin-right: 30px;
}

.client-section .slider-main .custom-slider-wrapper .custom-slider .custom-slide img {
    width: 100%;
    height: 271px;
    object-fit: cover;
}

.client-section .slider-main .custom-slider-wrapper .custom-slider .custom-slide.active img {
    height: 661px;
}

.client-section .slider-main .custom-slider-wrapper .custom-slider .custom-slide:first-of-type {
    margin-right: 0;
}

.client-section .slider-main .text-content {
    padding-top: 145px;
    width: 40%;
    padding-left: 114px;
    position: relative;
}

.client-section .slider-main .mobile-slider {
    display: none;
}

.client-section .number {
    font-size: 45px;
    line-height: 60px;
    color: #151515;
    margin-right: 22px;
}

.client-section .number .current {
    font-family: 'Playfair Display';
    font-size: 90px;
    line-height: 0;
    color: #151515;
}

.client-section .number .total {
    font-family: 'Playfair Display';

}

.luxury-slider .big-link .link {
    text-align: center;
    padding-top: 38px;
}

.client-section .slider-main .text-content .header {
    margin-bottom: 70px;
}

.client-section .slider-main .text-content .header p {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #404040;
    margin-bottom: 5px;
}

.client-section .slider-main .text-content .header span {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: rgba(64, 64, 64, 0.6);
}

.client-section .slider-main .text-content .text {
    max-width: 469px;
}

.client-section .slider-main .text-content .slider-btns {
    padding-top: 145px;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 114px;
    z-index: 1;
}

.client-section .slider-main .text-content .slider-btns .separator {
    background: rgba(64, 64, 64, 0.3);
    height: 59px;
    width: 0.5px;
    margin: 0 39px;
}

.client-section .slider-main .text-content .slider-btns .slider-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.client-section .slider-main .text-content .slider-btns .slider-btn.disabled {
    pointer-events: none;
    opacity: 0.6;
}

.our-instagram-section .section-heading-label {
    padding-top: 182px;
    padding-bottom: 7px;
    border-bottom: 1px solid #404040;
}

.our-instagram-section .section-heading-label span {
    padding-left: 12px;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #404040;
    position: relative;
}

.our-instagram-section .section-heading-label span:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    background: #404040;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}


.our-instagram-section .swiper-wrapper .location-label {
    background: #F9FBFA;
    padding: 15px 24px;
    transition: all 0.2s ease;
    opacity: 0;
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
}

.our-instagram-section .swiper-wrapper .swiper-slide {
    position: relative;
    width: 31.2%;
}

.our-instagram-section .swiper-slide {
    height: 755px;
}

.our-instagram-section .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-instagram-section .full-width-slider {
    padding-top: 95px;
}

.our-instagram-section .swiper-wrapper .location-label p {
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
    color: #404040;
    margin-bottom: 10px;
}

.our-instagram-section .swiper-wrapper .location-label span {
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #A8A8A8;
}

.our-instagram-section .swiper-wrapper .full-width-slider {
    padding-top: 91px;
}

.our-instagram-section .swiper-wrapper {
    height: auto;
}

.our-instagram-section .swiper-wrapper .swiper-slide:hover .location-label {
    opacity: 1;
}

.our-instagram-section .big-link {
    padding-top: 81px;
    padding-bottom: 70px;
}

.our-instagram-section .big-link .link {
    text-align: center;
}

.our-instagram-section .big-link .link a {
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;
    border: 0.5px solid #404040;
    color: #151515;
    text-decoration: none;
    text-transform: uppercase;
    padding: 14px 10px;
    display: inline-block;
    width: 100%;
    max-width: 275px;
}

.our-instagram-section .big-link .link a:after {
    content: none;
}

.experience-section {
    background: #F4F4F4;
}

.experience-section .content-row {
    padding-top: 250px;
    max-width: 1440px;
    margin: 0 auto;
    padding-bottom: 157px;
}

.experience-section .content-row .col-lg-6 {
    height: auto;
}

.experience-section .content-row .button {
    display: flex;
}

.experience-section .content-row .text-block .title {
    margin-bottom: 31px;
}

.experience-section .content-row .text-block .title h3 {
    font-weight: 500;
    font-size: 60px;
    line-height: 130%;
    color: #404040;
}

.experience-section .content-row .text-block .text {
    max-width: 450px;
}

.experience-section .content-row .button .link {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.experience-section .content-row .button .link a {
    background: #404040;
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    padding: 16px 88px;
}

.experience-section .content-row .button .link a:after {
    content: none;
}

footer {
    color: #fff;
}

footer .footer-content {
    background: #404040;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-top: 92px;
    padding-left: 55px;
    padding-right: 115px;
    padding-bottom: 108px;
}

footer .footer-content .footer-part {
    display: flex;
    max-width: 831px;
    width: 100%;
    justify-content: space-between;
}

footer .footer-content .footer-part:last-of-type {
    max-width: 504px;
}

footer .footer-content .footer-part:first-of-type {
    padding-right: 80px;
}

footer .footer-content .footer-col .copyrights span {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.5);
}

footer .footer-content .footer-col nav ul {
    list-style: none;
    padding-top: 5px;
}

footer .footer-content .footer-col nav ul li {
    margin-bottom: 20px;
}

footer .footer-content .footer-col nav ul li a {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    text-decoration: none;
}

footer .footer-content .footer-col nav ul li.active a {
    text-decoration: underline;
}

footer .footer-content .footer-col:first-of-type {
    margin-right: 69px;
}

footer .footer-content .footer-col .footer-phone {
    padding-top: 5px;
    margin-bottom: 20px;
}

footer .footer-content .footer-col .footer-phone a {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-decoration: none;
    color: #FFFFFF;
}

footer .footer-content .footer-col .footer-mail {
    margin-bottom: 20px;
}

footer .footer-content .footer-col .footer-mail a {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-decoration: none;
    color: #FFFFFF;
}

footer .footer-content .footer-col .footer-address p {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #fff;
}

footer .footer-content .footer-col .footer-socials {
    display: none;
}

footer .footer-content .footer-col .footer-socials .social-item {
    margin-right: 21px;
}

footer .footer-content .footer-col.mobile {
    display: none;
}

.main-map {
    position: relative;
}

.main-map .eye {
    position: absolute;
    opacity: 0;
    transition: opacity .2s ease;
}

.main-map .eye.show {
    opacity: 1;
}

.main-map-section .main-map svg {
    width: 100%;
}

.main-map-section .main-map svg .location.selected {
    fill: #404040;
}

.main-map-section .main-map svg path:not(.location).selected {
    fill: #ffffff;
}

.main-map-section .main-map svg .location {
    position: relative;
    z-index: 2;
}

.main-map-section .main-map .selected {
    cursor: url("../images/eye.svg") -28 -28, auto;
}

/* location tempalate  */
body main.location-template {
    padding-top: 0;
}

.hero-location {
    padding-top: 166px;
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 0px;
    overflow: hidden;
}

.hero-location.height {
    padding-bottom: 520px;
}

.hero-location.left {
    background-position-x: 0%;
}

.hero-location-title {
    text-align: center;
    padding-top: 135px;
}

.hero-location-title h1 {
    font-weight: 500;
    font-size: 100px;
    line-height: 140%;
    text-transform: uppercase;
    color: #404040;
}

.hero-location-cities {
    display: flex;
    padding-top: 69px;
    flex-wrap: wrap;
    max-width: 1350px;
    margin: 0 -19px;
    justify-content: center;
}

.hero-location-cities-wrapper {
    display: flex;
    justify-content: center;
}

.hero-location-city {
    width: auto;
    padding: 0 19px;
    position: relative;
}

.hero-location-city:after {
    content: '';
    position: absolute;
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #404040;
    top: 50%;
    left: -5px;
    transform: translateY(-50%);
}


.hero-location-city:first-of-type:after {
    content: none;
}

.hero-location-city p {
    font-weight: 400;
    font-size: 25px;
    line-height: 140%;
    color: #404040;
}

.hero-location-link {
    text-align: center;
    padding-top: 112px;
}

.hero-location-link a {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: none;
    color: #404040;
}

.hero-location-slider {
    display: flex;
    padding-top: 364px;
    max-width: 1840px;
    margin: 0 auto;
}

.hero-location-controllers .title p {
    font-weight: 500;
    font-size: 25px;
    line-height: 29px;
    color: #404040;
    max-width: 294px;
}

.hero-location-controllers {
    padding-left: 12.8%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 26px;
    height: 100%;
}

.hero-location-counter span {
    font-family: 'Playfair Display';
    font-size: 45px;
    line-height: 60px;
    color: #151515;
}

.hero-location-counter span.current {
    font-size: 46px;
    line-height: 105px;
}

.location-slider.location-slider-without-title {
    padding-top: 150px;
}

.hero-location-slider-btns {
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: 160px;
}

.hero-location-slider-btns .btn-prev {
    cursor: pointer;
}

.hero-location-slider-btns .btn-next {
    cursor: pointer;
}

.hero-location-slider-btns:after {
    content: '';
    display: block;
    background: #151515;
    width: .5px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: -18px;
    transform: translateX(-50%);
}

.hero-location-slider-bottom .hero-location-counter {
    padding-bottom: 73px;
    padding-left: 11px;
    position: relative;
}

.hero-location-counter .separator {
    position: absolute;
    top: 54px;
    left: 44px;
}

.hero-location-counter .total {
    position: absolute;
    left: 60px;
    top: 53px;
}

.hero-location-slider-content.full-width {
    max-width: 74.6%;
}

.hero-location-slider-content {
    max-width: 77.6%;
}

.hero-location-controllers-wrapper {
    max-width: 445px;
    width: 100%;
}

.hero-location-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 605px;
}

.hero-location-slider-content .swiper-slide {
    position: relative;
    height: 605px;
}

.hero-location-slider-content .swiper-slide a:after {
    content: none;
}

.hero-location-slider-content.full-width .swiper-slide .location-label {
    max-width: 668px;
}

.hero-location-slider-content .swiper-slide .location-label {
    position: absolute;
    bottom: 24px;
    left: 20px;
    background: #F9FBFA;
    width: calc(100% - 116px);
    padding: 15px 20px 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.hero-location-slider-content .swiper-slide .location-label p {
    font-weight: 600;
    font-size: calc(12px + 0.265vw);
    line-height: 1.4;
    text-transform: uppercase;
    color: #404040;
    margin-bottom: 11px;
}

.hero-location-slider-content .swiper-slide .location-label span {
    color: #A8A8A8;
    font-size: calc(11px + 0.265vw);
}

.hero-location-slider-content .swiper-slide .loc-date {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #F9FBFA;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: calc(100% - 40px);
}

.hero-location-slider-content .swiper-slide .loc-date span {
    font-style: italic;
    font-weight: 500;
    font-size: 17px;
    line-height: 150%;
    color: #404040;
    margin-right: 10px;
}

.hero-location-slider-content .swiper-slide .loc-date span:last-child {
    margin-right: 0;
}

.hero-location-slider-content .swiper-slide .loc-date span.loc-date__dur {
    font-weight: 300;
}

.hero-location-slider-content .swiper-slide a {
    display: block;
    color: #404040;
    text-decoration: underline;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}

.hero-location-slider-bottom {
    padding-right: 30px;
}

.location-slider {
    overflow: hidden;
}

.location-slider .hero-location-slider {
    padding-top: 0;
}

.location-slider .section-heading-label {
    padding-top: 130px;
    padding-bottom: 7px;
    border-bottom: 1px solid #404040;
    margin-bottom: 90px;
}

.location-slider .section-heading-label span {
    padding-left: 12px;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #404040;
    position: relative;
}

.location-slider .section-heading-label span:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    background: #404040;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.location-slider .slider-link {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 90px;
}

.location-slider .slider-link a {
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;
    display: inline-block;
    text-transform: uppercase;
    color: #404040;
    text-decoration: none;
    border: 0.5px solid #404040;
    padding: 16px;
    width: 100%;
    max-width: 277px;
}

.location-slider .slider-link a:after {
    content: none;
}

/* location tempale end */

.contact-us-section {
    padding-top: 136px;
    background: #F4F4F4;
    padding-bottom: 140px;
}

.contact-us-content {
    max-width: 1378px;
    width: 100%;
    margin: 0 auto;
}

.col-lg-12.contact-title-mobile {
    display: none;
}

.contact-us-form .text h1 {
    font-weight: 500;
    font-size: 60px;
    line-height: 150%;
    color: #404040;
    margin-bottom: 30px;
}

.contact-us-form form {
    padding-top: 70px;
}

.contact-us-form .input-group label {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    transition: all .2s ease;
}

.contact-us-form .input-group {
    display: flex;
    position: relative;
    flex-direction: column;
    padding-top: 18px;
    margin-bottom: 15px;
}

.contact-us-form .input-group input {
    border: 0;
    outline: 0;
    font-weight: 600;
    font-size: 41px;
    line-height: 49px;
    padding-bottom: 0px;
    padding-top: 14px;
    background: transparent;
    border-bottom: 2px solid transparent;
    transition: all .2s ease;
}

.contact-us-form .input-group input::-webkit-outer-spin-button,
.contact-us-form .input-group input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.contact-us-form .input-group.buttons {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.contact-us-form .input-group.buttons label {
    position: relative;
    top: 0;
    left: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #6D6D6D;
    text-transform: unset;
}

.contact-us-form .input-group.buttons label a {
    font-style: italic;
    font-weight: 700;
    color: #6D6D6D;
    text-decoration: none;
}

.contact-us-form .input-group.buttons label a:after {
    content: none;
}

.contact-us-form .input-group input[type=number] {
    -moz-appearance: textfield;
}

.contact-us-form .input-group.active input {
    border-color: #404040;
    padding-bottom: 35px;
}

.contact-us-form .input-group.active textarea {
    border-color: #404040 !important;
    padding-bottom: 35px;
}

.contact-us-form .input-group.active label {
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #8D8D8D;
    left: 0;
    top: 0;
    transform: translateY(0%);
}

.contact-us-form .input-group.textarea textarea {
    height: 100px;
    border: 0;
    border-bottom: 2px solid transparent;
    outline: 0;
    resize: none;
    overflow: auto;
    font-weight: 600;
    font-size: 41px;
    line-height: 49px;
    padding-bottom: 0px;
    padding-top: 14px;
    background: transparent;
    transition: all .2s ease;
}

.contact-us-form .checkbox {
    display: flex;
    align-items: center;
}

.contact-us-form .checkbox input {
    width: 20px !important;
    height: 20px;
    opacity: 0;
    position: absolute;
    left: -32px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.contact-us-form .checkbox label {
    transform: unset;
}

.contact-us-form .checkbox span.wpcf7-list-item-label,
.contact-us-form .checkbox .wpcf7-list-item {
    position: relative;
}

.contact-us-form .checkbox span.wpcf7-list-item-label {
    font-size: 0;
}

.contact-us-form .checkbox input:checked+span.wpcf7-list-item-label:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #404040;
    border-radius: 50%;
    position: absolute;
    left: -27px;
    top: 50%;
    transform: translateY(-50%);
}

.contact-us-form .checkbox span.wpcf7-list-item-label:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #404040;
    background: transparent;
    position: absolute;
    left: -34px;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
}

.contact-us-form .input-group.buttons input {
    background: #404040;
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 16px 16px;
    max-width: 277px;
    width: 100%;
    border: 0;
    outline: 0;
}

.contact-us-info span {
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #8D8D8D;
}

.contact-us-info p {
    padding-top: 30px;
}

.contact-us-info {
    display: flex;
    flex-direction: column;
    align-items: end;
    padding-top: 20px;
}

.contact-us-info .info-block {
    max-width: 285px;
    width: 100%;
    margin-bottom: 88px;
}

.contact-us-info .info-block a {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #404040;
    text-decoration: none;
}

.contact-us-info .info-block a:after {
    content: none;
}

.contact-us-info .info-block .social-media {
    display: none;
    padding-top: 15px;
    max-width: 59px;
    width: 100%;
    justify-content: space-between;
}

.contact-us-info .info-block .social-media svg path {
    fill: #404040;
}

.map-section {
    margin-bottom: -10px;
}

.map-section iframe {
    width: 100%;
}

.main-map-section .section-heading-label {
    padding-top: 130px;
    padding-bottom: 7px;
    border-bottom: 1px solid #404040;
    margin-bottom: 20px;
}

.main-map-section .section-heading-label span {
    padding-left: 12px;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #404040;
    position: relative;
}

.main-map-section .section-heading-label span:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    background: #404040;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.accordion-mobile-slider {
    display: none;
}

.luxury-slider .custom-slider-wrapper .slider-controller {
    display: none;
}

body.page-template-slider-layout main {
    padding-top: 0;
}

body.page-template-slider-layout footer {
    display: none;
}

section.full-width-slider {
    min-height: 100vh;
    overflow: hidden;
}

.full-width-slider .swiper .swiper-slide {
    position: relative;
}

section.full-width-slider .swiper .swiper-slide:after {
    content: none;
    display: block;
    width: 85%;
    height: 100%;
    background: url("../images/mask.png") no-repeat center center / cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.full-width-slider .swiper {
    position: relative;
}

.full-width-slider .swiper .controllers {
    position: absolute;
    z-index: 2;
    bottom: 4%;
    right: 0;
    display: flex;
    width: auto;
    padding: 0 20px;
    justify-content: space-between;
}

.full-width-slider .swiper .link {
    position: absolute;
    bottom: 4%;
    z-index: 2;
    left: 0;
    justify-content: center;
    width: 100%;
    height: 63px;
    display: flex;
    align-items: center;
}

.full-width-slider .swiper .link a {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.full-width-slider .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.full-width-slider .swiper .controllers .random-btn {
    color: #fff;
    display: flex;
    align-items: center;
}

.full-width-slider .swiper .controllers .random-btn span {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    margin-right: 60px;
    position: relative;
}

.full-width-slider .swiper .controllers .random-btn span:after {
    content: '';
    display: block;
    right: -44px;
    height: 1px;
    width: 30px;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.full-width-slider .swiper .controllers .button {
    width: 63px;
    height: 63px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
}

.full-width-slider .full-width-banner {
    height: 100vh;
}

.full-width-slider .swiper .link a:after {
    background: #fff;
}

.full-width-slider .swiper .main-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 26%;
    z-index: 2;
}

.full-width-slider .swiper .main-btns svg path {
    fill: #fff;
}

.full-width-slider .swiper .main-btns .separator {
    width: 1px;
    height: 59px;
    background: #fff;
    margin: 0 40px;
}

.full-width-slider .swiper .swiper-slide .text {
    position: absolute;
    width: 100%;
    top: 15%;
    left: 0;
    color: #fff;
    padding: 20px;
    text-align: center;
}

.full-width-slider .swiper .swiper-slide .text h2 {
    font-family: "Gilroy";
    position: relative;
    z-index: 1;
    color: inherit;
    text-transform: uppercase;
    font-weight: 300;
    max-width: 700px;
    margin: 0 auto 5px;
}

.full-width-slider .swiper .swiper-slide .text p {
    position: relative;
    z-index: 1;
    color: inherit;
    font-weight: 500;
    max-width: 700px;
    margin: 0 auto;
    font-size: 20px;
}

.full-width-slider .swiper .swiper-slide .text:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
}


.text-image-section {
    padding: 20px 0;
}

.text-image-section .text a {
    color: #404040;
    text-decoration: none;
}

.text-image-section .wrapper {
    display: flex;
}

.text-image-section .container {
    max-width: 1120px;
}

.text-image-section .wrapper>* {
    width: 50%;
}

.text-image-section .wrapper .image {
    max-height: 360px;
    text-align: center;
}

.text-image-section .wrapper .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.text-image-section .text p {
    margin-bottom: 10px;
}

.text-image-section .text {
    margin-bottom: 30px;
}

.text-image-section .text ul {
    padding-left: 30px;
    margin-top: 40px;
}

.text-image-section .text ul li {
    font-size: 22px;
    line-height: 33px;
    color: #404040;
}

.full-width-banner-map .main-content .title h2 {
    font-weight: 500;
    font-size: 3.90625vw;
    line-height: 5.208333333333333vw;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.full-width-banner-map .main-content .location-name {
    display: none;
}

.full-width-banner-map .main-content .title {
    margin-bottom: 35px;
}

.full-width-banner-map .main-content .text p {
    font-weight: 400;
    font-size: 1.1458333333333333vw;
    line-height: 150%;
    color: #FFFFFF;
}

.full-width-banner-map .main-content .text {
    max-width: 27.604166666666668vw;
    margin-bottom: 70px;
}

.full-width-banner-map .main-content .link a {
    font-weight: 600;
    font-size: 0.78125vw;
    line-height: 0.9375vw;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
}

.full-width-banner-map .main-content .link a:after {
    background: #fff;
}

.full-width-banner-map {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
}

.full-width-banner-map .main-content {
    display: flex;
}

.full-width-banner-map .main-content .text-part {
    max-width: 41%;
    width: 100%;
    padding-top: 38vh;
    padding-left: 5.22%;
    padding-bottom: 15.7vh;
}

.full-width-banner-map .main-content .text-part.white * {
    color: #fff;
}

.full-width-banner-map .main-content .text-part.white *:after {
    background: #fff;
}

.full-width-banner-map .main-content .map-part {
    max-width: 60%;
    width: 100%;
}

.full-width-banner-map .main-content .map-part a {
    display: block;
    width: 100%;
    height: 100%;
}

.full-width-banner-map .main-content .map-part a:after {
    content: none;
}

.full-width-banner-map .main-content .map-part a:hover {
    cursor: url("../images/eye.svg") -28 -28, auto;
}

.full-width-banner-map .main-content .map-part img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.big-slider-with-map-section {
    position: relative;
}

.big-slider-with-map-section .swiper-wrapper {
    height: 100%;
}

.big-slider-with-map-section .slider-controllers.black span {
    color: #404040;
}

.big-slider-with-map-section .slider-controllers.self-black span {
    color: #404040;
}

.big-slider-with-map-section .slider-controllers.self-black span.total:before {
    background: #404040;
}

.big-slider-with-map-section .slider-controllers.black span.total:before {
    background: #404040;
}

.big-slider-with-map-section .slider-controllers.black .controller .separator {
    background: #404040;
}

.big-slider-with-map-section .slider-controllers.black .controller svg path {
    fill: #404040;
}

.big-slider-with-map-section .slider-controllers {
    position: absolute;
    z-index: 2;
    bottom: 50px;
    right: 30px;
}

.big-slider-with-map-section .slider-controllers .controller {
    display: flex;
    align-items: center;
}

.big-slider-with-map-section .slider-controllers .controller .separator {
    background: #fff;
    height: 59px;
    width: 1px;
    display: block;
    margin: 0 30px;
}

.big-slider-with-map-section .slider-controllers span {
    font-family: 'Playfair Display';
    color: #FFFFFF;
    font-weight: 400;
}

.big-slider-with-map-section .slider-controllers span.current {
    font-size: 79px;
    line-height: 1;
    margin-right: 20px;
    transform: translateY(-10px);
}

.big-slider-with-map-section .slider-controllers span.total {
    position: relative;
    font-size: 45px;
    line-height: 1;
}

.big-slider-with-map-section .slider-controllers span.total:before {
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    background: #fff;
    position: absolute;
    transform: rotate(20deg);
    top: 4px;
    left: -12px;
}

.big-slider-with-map-section .slider-controllers .pagination {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
    align-items: flex-end;
}

.page-id-1255 footer,
.page-id-1390 footer {
    display: none;
}

.big-slider-with-map-section {
    height: 100vh;
}

.ajax-content {
    display: none;
}

.default-banner {
    padding-top: 452px;
    padding-bottom: 332px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.default-banner .content {
    max-width: 49%;
    margin: 0 auto;
    width: 100%;
}

.default-banner .content .title h1 {
    font-size: 75px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2.8px;
}

.default-banner .content .title {
    margin-bottom: 78px;
}

.default-banner .content .btn a {
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    line-height: 18px;
    text-transform: uppercase;
}

.default-banner .content .btn {
    text-align: center;
}

.default-banner .content .btn a:after {
    background: #fff;
}

.default-text {
    background-size: 50%;
    background-position: left bottom;
    background-repeat: no-repeat;

}

.default-text .container {
    max-width: 95%;
}

.default-text .section-heading-label {
    padding-top: 89px;
    padding-bottom: 7px;
    border-bottom: 1px solid #404040;
}

.default-text .section-heading-label span {
    padding-left: 12px;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #404040;
    position: relative;
}

.default-text .section-heading-label span:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    background: #404040;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.default-text .content {
    display: flex;
    padding-top: 200px;
    max-width: 85%;
    width: 100%;
    margin: 0 auto;
}

.default-text .content .left h4 {
    font-style: italic;
    font-weight: 500;
    font-size: 45px;
    line-height: 150%;
    font-family: 'Gilroy';
    color: #151515;
    margin-bottom: 40px;
}

.default-text .content .left {
    width: 39%;
}

.default-text .content .left a {
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;
    text-transform: uppercase;
    color: #151515;
}

.default-text .content .right {
    width: 61%;
    padding-left: 100px;
}

.default-text .content .right p {
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
    color: #151515;
    margin-bottom: 50px;
}

.default-text .content .right p:last-of-type {
    margin-bottom: 0;
}

.several-text-images .section-heading-label {
    padding-top: 89px;
    padding-bottom: 7px;
    border-bottom: 1px solid #404040;
}

.several-text-images .section-heading-label span {
    padding-left: 12px;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #404040;
    position: relative;
}

.several-text-images .section-heading-label span:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    background: #404040;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.several-text-images .row .text .title h3 {
    font-weight: 500;
    font-size: 60px;
    line-height: 80px;
    color: #404040;
    margin-bottom: 46px;
}

.several-text-images .row.first {
    padding-top: 130px;
}

.several-text-images .row.first .two-images {
    padding-left: 70px;
    position: relative;
}

.several-text-images .row.first .two-images .main-image {
    max-width: 500px;
}

.several-text-images .row.first .two-images .main-image img {
    width: 100%;
    height: auto;
}

.several-text-images .row.first .two-images .second-image {
    max-width: 26.1vw;
    position: absolute;
    bottom: -112px;
    right: 39px;
}

.several-text-images .row.first .two-images .second-image img {
    width: 100%;
    height: auto;
}

.several-text-images .row.first>.text {
    padding-top: 169px;
    padding-left: 60px;
}

.several-text-images .row.first>.text .text {
    max-width: 78%;
}

.several-text-images .row .text .text p {
    font-size: 22px;
    line-height: 170%;
    color: #151515;
}

.several-text-images .row.second {
    padding-top: 212px;
}

.several-text-images .row.second>.text {
    padding-top: 186px;
    padding-left: 12.2vw;
    padding-right: 29px;
}

.several-text-images .row.second .image .main-image {
    max-width: 564px;
    width: 100%;
}

.several-text-images .row.second .image {
    padding-left: 8.4vw;
}

.several-text-images .row.second .image .main-image img {
    width: 100%;
    height: auto;
}

.several-text-images .row.third {
    padding-top: 182px;
}

.several-text-images .row.third .two-images .main-image {
    max-width: 500px;
}

.several-text-images .row.third .two-images {
    position: relative;
    padding-left: 59px;
}

.several-text-images .row.third .two-images .second-image {
    position: absolute;
    max-width: 26.1vw;
    bottom: -47px;
    right: 37px;
}

.several-text-images .row.third .two-images .second-image img {
    width: 100%;
    height: auto;
}

.several-text-images .row.third .two-images .main-image img {
    width: 100%;
    height: auto;
}

.several-text-images .row.third>.text {
    padding-top: 50px;
    padding-left: 59px;
}

.several-text-images .row.third>.text .title {
    max-width: 80%;
}

.several-text-images .row.third>.text .text {
    max-width: 80%;
}

.several-text-images .row.fourth {
    padding-top: 254px;
    padding-bottom: 268px;
}

.several-text-images .row.fourth>.text {
    padding-top: 64px;
    padding-left: 9.7vw;
    padding-right: 20px;
}

.several-text-images .row.fourth>.text .text {
    max-width: 90%;
}

.several-text-images .row.fourth .two-images {
    padding-left: 11.2vw;
    position: relative;
}

.several-text-images .row.fourth .two-images .main-image {
    max-width: 661px;
}

.several-text-images .row.fourth .two-images .main-image img {
    width: 100%;
    height: auto;
}

.several-text-images .row.fourth .two-images .second-image {
    max-width: 24vw;
    position: absolute;
    bottom: -67px;
    left: 51px;
}

.several-text-images .row.fourth .two-images .second-image img {
    width: 100%;
    height: auto;
}

.several-text-images .row.fourth .text .button {
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;
    border: 0.5px solid #404040;
    color: #151515;
    text-decoration: none;
    text-transform: uppercase;
    padding: 14px 10px;
    display: inline-block;
    width: 100%;
    max-width: 275px;
    margin-top: 59px;
    text-align: center;
}

.several-text-images .row.fourth .text .button:after {
    content: none;
}

.small-contact-us {
    background: #f4f4f4;
    padding-top: 187px;
    padding-bottom: 150px;
    overflow-x: hidden;
}

.small-contact-us .text {
    padding-left: 95px;
    padding-top: 12px;
}

.small-contact-us .row h2 {
    font-weight: 500;
    font-size: 80px;
    line-height: 130%;
    max-width: 80%;
    margin-bottom: 49px;
}

.small-contact-us .row p {
    max-width: 70%;
}

.small-contact-us .contact-us-form form {
    padding-top: 0;
}

.small-contact-us .contact-us-form form br {
    display: none;
}

.small-contact-us .contact-us-form .input-group input {
    line-height: 1;
}

.small-contact-us .contact-us-form {
    padding-right: 95px;
}

.small-contact-us .contact-us-form .checkbox {
    padding-left: 36px;
    max-width: 60%;
}

.small-contact-us .contact-us-form .input-group.buttons p {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-end;
}

.small-contact-us .contact-us-form .input-group.buttons {
    align-items: flex-start;
}

.iframe iframe {
    width: 100%;
    height: 550px;
}

.holidays-section .text-images-block {
    padding-top: 0;
}

.simple-block .container {
    max-width: 60%;
}

.simple-block {
    padding: 100px 0;
}

.simple-block .title {
    font-size: 40px;
    position: relative;
    text-align: center;
    margin-bottom: 70px;
}

.simple-block .title:after {
    content: '';
    display: block;
    width: 50px;
    height: 4px;
    background: #404040;
    position: absolute;
    left: 50%;
    bottom: -7px;
    transform: translateX(-50%);
}

.simple-block p,
.simple-block h2,
.simple-block h3,
.simple-block h4,
.simple-block h5,
.simple-block h6 {
    margin-bottom: 10.5px;
}

.simple-block h4 {
    font-size: 22px;
}

.simple-block h3 {
    font-size: 24px;
}

.simple-block a {
    color: #151515;
}

.simple-block ul {
    padding-left: 20px;
    margin-bottom: 10.5px;
}

.simple-block ul li {
    font-family: "Gilroy";
    font-size: 22px;
    line-height: 33px;
    color: #404040;
}

.reviews-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.reviews-section .content {
    max-width: 60%;
    margin: 0 auto;
    width: 100%;
}

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

.reviews .review {
    text-align: center;
    padding: 0 20px;
    width: 50%;
    border-bottom: 1px solid #cecece;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 30px;
}

.reviews .review:nth-last-of-type(-n+2) {
    border-bottom: 0;
}

.reviews .review .bottom {
    font-size: 18px;
}

.reviews .review .title span {
    display: block;
    margin-top: 10px;
    font-size: 20px;
}

.reviews .rate svg {
    width: 20px;
    height: 20px;
    fill: grey;
}

.client-section+.small-contact-us {
    margin-top: 190px;
}

.hero-section-hotel {
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-section-hotel__wrap {
    position: relative;
}

.hero-section-hotel__sticker {
    width: 30.9%;
    min-width: 250px;
    position: absolute;
    right: 0;
    bottom: 55px;
    background-color: #fff;
    padding: 15px 20px;
}
.hero-section-hotel__sticker div{
    margin-top: 10px;
}

.hero-section-hotel__sticker h4 {
    font-family: "Gilroy" !important;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    color: #404040;
}
.hero-section-hotel__sticker span{
    font-size: 17px;
    font-weight: 500;
    color: #A8A8A8;
}
.hero-section-hotel__sticker span:nth-child(even){
    padding-left: 20px;
    position: relative;
}
.hero-section-hotel__sticker span:nth-child(even)::after {
    content: "";
    position: absolute;
    bottom: 50%;
    transform: translate(0%, 50%);
    left: 6px;
    width: 4px;
    height: 4px;
    background-color: #A8A8A8;
    border-radius: 50%;
}

body.single-hotel main {
    padding-top: 0;
}
/* 
body.single-hotel .main-header {
    background: transparent;
} */

body.single .hero-section-hotel__title-main h1,
body.single .hero-section-hotel__title-main h2,
body.single .hero-section-hotel__title-main h3,
body.single .hero-section-hotel__title-main h4,
body.single .hero-section-hotel__title-main h5,
body.single .hero-section-hotel__title-main h6,
body.single .hero-section-hotel__title-main p {
    font-size: 75px;
    font-weight: 500;
    font-family: "Gilroy" !important;
    color: #fff !important;
    margin-bottom: 50px;
}

.hero-section-hotel p {
    font-size: 22px;
    font-weight: 400;
    font-family: "Gilroy" !important;
    color: #fff !important;
    margin-bottom: 60px;
}

.hero-section-hotel h1 em {
    font-family: "Playfair Display" !important;
}

.hero-section-hotel__title-box {
    max-width: 745px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.hero-section-hotel a {
    font-family: "Gilroy" !important;
    font-weight: bold;
    color: #404040;
    text-transform: uppercase;
    background-color: #fff;
    display: inline-block;
    padding: 17px;
    max-width: 277px;
    width: 100%;
    text-align: center;
}

.hero-section-hotel a::after {
    display: none !important;
}

/* .single-hotel .main-header-content .main-header-logo img {
    filter: unset;
} */

/* .single-hotel .main-header-content .main-header-newsletter a,
.single-hotel .main-header-content .main-header-menu-btn p {
    color: #fff;
} */

/* .single-hotel .main-header-content .main-header-newsletter a:after,
.single-hotel .main-header-content .main-header-burger span {
    background: #fff;
} */

.hotel-gallery {
    padding-top: 90px;
}

.hotel-gallery .container--padding {
    padding: 0 12.5vw;
}

.hotel-gallery__row {
    display: flex;
    padding-bottom: 27%;
}

.hotel-gallery__col {
    width: 50%;
}

.hotel-gallery__image-big {
    max-width: 595px;
    width: 100%;
}

.hotel-gallery__image-big img {
    width: 100%;
    height: auto;
}

.hotel-gallery__image-small {
    max-width: 398px;
    position: absolute;
    bottom: -112px;
    width: 20vw;
    max-height: 235px;
}

.hotel-gallery__image-small img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hotel-gallery__images-box {
    position: relative;
}

.container--padding:nth-child(odd) .hotel-gallery__text-inner {
    max-width: 596px;
    padding-left: 10%;
}

.hotel-gallery__text-inner a {
    color: #151515;
    text-transform: uppercase;
    font-size: 19px;
}

.hotel-gallery__text-inner a::after {
    opacity: 0.6;
}

.container--padding:nth-child(even) .hotel-gallery__row{
    flex-direction: row-reverse;
}

.container--padding:nth-child(even) .hotel-gallery__text-inner {
    padding-right: 10%;
    text-align: end;
}

.container--padding:nth-child(odd) .hotel-gallery__image-small {
    right: -15%;
}

.container--padding:nth-child(even) .hotel-gallery__image-small {
    left: -15%;
}

.container--padding:nth-child(odd) .hotel-gallery__images-inner {
    margin-top: 30px;
}

.container--padding:nth-child(even) .hotel-gallery__images-inner {
    margin-top: -30px;
}

.hero-section-hotel__line span {
    color: #404040;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
    display: block;
    position: relative;
    padding-left: 15px;
}

.hero-section-hotel__line span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    display: block;
    width: 7px;
    height: 7px;
    background-color: #404040;
    border-radius: 50%;
}

.hero-section-hotel__line {
    border-bottom: 1px solid #404040;
    margin-bottom: 90px;
}

.hotel-slider-section__title-box {
    padding-right: 5%;
    padding-top: 50px;
    width: 50%;
}

.hotel-slider-section__title-box h2 {
    font-size: calc(24px + 1.1vw);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.15rem;
    margin-bottom: 50px;
}

.hotel-slider-section__title-box a {
    text-align: center;
    display: inline-flex;
    text-decoration: none;
    text-transform: uppercase;
    color: #404040;
    border: 1px solid #404040;
    font-weight: 600;
    padding: 16px 72px;
}

.hotel-slider-section__title-box a::after {
    display: none !important;
}

.hotel-slider-section__inner {
    display: flex;
    margin-bottom: 100px;
    position: relative;
}

.hotel-slider-section__slide-inner {
    display: flex;
    height: 100%;
}

.hotel-slider-section__slider-box {
    width: 50%;
}

.hotel-slider-section__text-side {
    width: 50%;
    background-color: #fff;
    border: 2px solid #CFCFCF;
    padding: 30px;
    margin-right: 18px;
}

.hotel-slider-section__text-side h1,
.hotel-slider-section__text-side h2,
.hotel-slider-section__text-side h3,
.hotel-slider-section__text-side h4,
.hotel-slider-section__text-side h5,
.hotel-slider-section__text-side h6 {
    color: #404040;
    font-size: 30px;
    font-weight: 500;
}

.hotel-slider-section__text-side a {
    text-transform: uppercase;
    color: #404040;
    font-size: 15px;
    font-weight: 600;
}

.hotel-slider-section__image-side {
    width: 50%;
    max-height: 648px;
}

.hotel-slider-section__image-side img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hotel-slider-section .swiper-button-next,
.hotel-slider-section .swiper-button-prev {
    position: static;
    width: 40px;
    height: 40px;
    margin: 40px;
}

.hotel-slider-section .swiper-button-next:after,
.hotel-slider-section .swiper-button-prev:after {
    display: none !important;
}

.hotel-swiper__button-box {
    position: absolute;
    left: 0;
    bottom: 15%;
    display: flex;
    align-items: center;
    margin: -40px;
    width: 40%;
}

.hotel-swiper__button-box span.hotel-swiper__line {
    display: block;
    height: 60px;
    width: 1px;
    background-color: #C2C3C2;
}

.hotel-swiper__button-box .swiper-pagination {
    position: static;
    font-size: 30px;
    color: #404040;
}

.hotel-swiper__button-box .swiper-pagination .swiper-pagination-current {
    font-family: 'Playfair Display';
    font-size: 65px;
    font-weight: 600;
    position: relative;
    top: -11px;
    right: -6px;
    color: #404040;
}

.hotel-swiper__button-box .swiper-pagination .swiper-pagination-total {
    font-family: 'Playfair Display';
    font-size: 40px;
    font-weight: 600;
    position: relative;
    top: 11px;
    right: 6px;
    color: #404040;
}

.hotel-photo-gallery {
    margin-bottom: 3px;
}
.hotel-photo-gallery .swiper-slide,
.hotel-photo-gallery__swiper{
    max-height: 600px;
}
.hotel-photo-gallery .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hotel-photo-gallery__inner-slide {
    position: relative;
}

.hotel-photo-gallery__banner {
    position: absolute;
    background-color: #fff;
    bottom: 0;
    left: 0;
    padding: 15px 20px;
    width: 90.55%;
    margin: 20px;
}

.hotel-photo-gallery__banner h4 {
    font-family: "Gilroy" !important;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    color: #404040;
}

.hotel-photo-gallery__points {
    margin-top: 10px;
}

.hotel-photo-gallery__banner span {
    font-size: 17px;
    font-weight: 500;
    color: #A8A8A8;
}

.hotel-photo-gallery__banner span:nth-child(even) {
    padding-left: 20px;
    position: relative;
}

.hotel-photo-gallery__banner span:nth-child(even)::after {
    content: "";
    position: absolute;
    bottom: 50%;
    transform: translate(0%, 50%);
    left: 6px;
    width: 4px;
    height: 4px;
    background-color: #A8A8A8;
    border-radius: 50%;

}
.hotel-form__inner{
    display: flex;
}
.hotel-form__text-side{
    width: 50%;
    background-color: #F4F4F4;
    padding: 55px;
    padding-left: 15px;
}
.hotel-form__text-side--relative{
    position: relative;
    z-index: 2;
    padding-bottom: 80px;
}
.hotel-form__text-side h2{
    font-size: 45px;
    font-weight: 500;
}
.hotel-form__text-side a{
    font-family: 'Playfair Display';
    color: #404040;
}
.hotel-form__text-side p{
    color: #151515 !important;
    font-size: 45px !important;
    font-weight: 400;
    line-height: 1.2 !important;
}
.hotel-form__text-side p strong,
.hotel-form__text-side p strong em{
    font-weight: 500;
}
.hotel-form__form-side{
    width: 50%;
    padding: 94px;
    padding-right: 15px;
}
.hotel-form__form-side h3{
    color: #404040;
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 50px;
}
.hotel-form__form-side input{
    background:transparent;
    border: none;
    outline: none;
    width: 100%;
}
.hotel-form__form-side input:focus{
    border-bottom: 2px solid #404040;
    font-size: 41px;
    font-weight: 600;
}
.hotel-form__form-side label{
    color: #404040;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}
.hotel-form__sub-box{
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}
.hotel-form__sub-box .wpcf7-spinner{
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(50%,50%);
}
.hotel-form__checkbox{
    display: flex;
}
.hotel-form__checkbox p{
    display: flex;
    align-items: center;
}
.hotel-form__checkbox .wpcf7-list-item-label{
    display: none;
}
.hotel-form__checkbox p span{
    margin: 0;
}
.hotel-form__checkbox input{
    width: 24px;
    height: 24px;
    opacity: 0;
}
.hotel-form__checkbox .wpcf7-checkbox{
    border-radius: 50%;
    border: 2px solid #404040;
    margin-right: 20px;
    cursor: pointer;
}
.hotel-form__checkbox .wpcf7-checkbox.active{
    position: relative;
}
.hotel-form__checkbox .wpcf7-checkbox.active::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #404040;
    transform: translate(-50%, -50%);
}
.hotel-form__check-span{
    color: #6D6D6D;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}
.hotel-form__check-span a{
    font-style: italic;
    font-weight: 600;
    color: #6D6D6D;
}
.hotel-form__check-span a::after{
    display: none !important;
}
.hotel-form__submit-box{
    max-width: 277px;
    width: 100%;
    margin-left: 15px;
}
.hotel-form__form-side form input[type="submit"]{
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    letter-spacing: 0.5;
    font-weight: 600;
    padding: 16px;
}
.hotel-form__form-side form input[type="text"],
.hotel-form__form-side form input[type="number"],
.hotel-form__form-side form input[type="email"]{
    margin-bottom: 50px;
    appearance: none;
}
.hotel-form__form-side form input[type="text"]:focus,
.hotel-form__form-side form input[type="number"]:focus,
.hotel-form__form-side form input[type="email"]:focus{
    padding-bottom: 35px;
}

.hotel-form__form-side form input[type="number"]::-webkit-outer-spin-button,
.hotel-form__form-side form input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.hotel-form__form-side form input[type="number"]{
    -moz-appearance: textfield;
  }
.tour-gallery .hotel-gallery__row{
    padding-bottom: 35%;
}
.tour-gallery .container--padding:nth-child(odd) .hotel-gallery__images-inner{
    margin-top: unset;
}
.tour-gallery h2{
    font-size: 45px;
    font-weight: 500;
    letter-spacing: 0.2rem;
}
.hotel-slider-section__contact-info{
    display: flex;
    margin: 0 -4vw;
    margin-bottom: 70px;
}
.hotel-slider-section__contact-item{
    display: flex;
    flex-direction: column;
    margin: 0 4vw;
}
.hotel-slider-section__contact-item span{
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
}
.hotel-slider-section__contact-item a{
    border: none;
    padding: 0;
    text-transform: inherit;
    font-size: 30px;
    font-weight: 500;
    border-bottom: 2px solid transparent;
}
.hotel-slider-section__contact-email a{
    border-bottom: 2px solid #404040;
}
.tour-slider-section__buttons-row{
    display: flex;
    margin: 0 -1.5vw;
}
.tour-slider-section__button-col{
    margin: 0 1.5vw; 
    max-width: 276px;
    width: 100%;  
}
.tour-slider-section__button-col a{
    font-size: 19px;
    padding: 16px 49px;
    width: 100%;
    justify-content: center;
}
.hero-tour{
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.hero-tour .container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.hero-tour h1{
    color: #fff !important;
    font-size: calc(32px + 2.77vw);
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}
.hero-tour__text-box{
    background-color: #F6F5F4;
    text-align: center;
    padding: 40px 69px;
    margin-top: 60px;
}
body.single .hero-tour__text-box p{
    font-weight: 400;
    font-size: 21px;
    line-height: 2;
}
body.single .hero-tour__text-box strong{
    font-weight: 500;
    font-size: 24px;
}
.hero-tour__down{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translate(-50%, -100%);
    cursor: pointer;
}
.pricing-availability{
    padding: 50px 0;
    overflow: hidden;
}
.pricing-availability h2{
    font-size: calc(24px + 2.7vw);
    font-weight: 500;
    text-align: center;
    margin-bottom: 110px;
}
.pricing-availability__table-wrap{
    overflow-x: auto;
    margin-bottom: 50px;
}
.pricing-availability__table{
    min-width: 1400px;
    padding-bottom: 50px;
}
.pricing-availability__table-titles{
    display: flex;
    margin-bottom: 40px;
}
.pricing-availability__table-titles span{
    display: block;
    width: 25%;
    text-transform: uppercase;
    color: #1E1E1E;
    opacity: 50%;
    font-weight: 600;
}
.pricing-availability__row{
    padding: 30px 0;
}
.pricing-availability__row:last-of-type .pricing-availability__inner{
    position: relative;
}
.pricing-availability__row:last-of-type .pricing-availability__inner::after{
    content: "";
    width: 100%;
    position: absolute;
    bottom: -60px;
    left: 0;
    height: 1px;
    background-color: #1E1E1E4D;
    opacity: 50%;
}
.pricing-availability__inner{
    display: flex;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    justify-content: center;
}
.pricing-availability__row:hover{
    background-color: #F5F5F5;
}
.pricing-availability__item{
    width: 25%;
    display: flex;
    align-items: center;
}
.pricing-availability__table-titles span{
    width: 25%;
}
.pricing-availability__item a{
    font-size: 15px;
    color: #404040;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px solid #404040;
}
body.single .pricing-availability__item p{
    font-size: 25px;
}
body.single .pricing-availability__item--green p{
    color: #189E26;
}
.pricing-availabilit__buttons{
    display: flex;
    justify-content: center;
    margin: -25px;
    margin-bottom: 50px;
}
.pricing-availabilit__buttons a{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 19px;
    color: #404040;
    text-decoration: none;
    border: 1px solid #404040;
    padding: 16px;
    max-width: 277px;
    margin: 25px;
    width: 100%;
    text-align: center;
}
.tour-map{
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -40px;
    margin-bottom: 10%;
}
.tour-map .container{
    height: 100%;
}
.tour-map__row{
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 0 0 5% 5%;
}
.tour-map__sticker{
    background-color: #fff;
    padding: 15px 20px;
    max-width: 559px;
    width: 100%;
    margin-right: 10%;
}
.tour-map__sticker h4{
    font-family: 'Gilroy' !important;
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 10px;
}
.tour-map__sticker ul{
    list-style: none;
    display: flex;
}
.tour-map__sticker ul li{
    color: #A8A8A8;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Gilroy' !important;
}
.tour-map__sticker ul li:last-of-type{
    padding-left: 22px;
    position: relative;
}
.tour-map__sticker ul li:last-of-type::after{
    content: "";
    position: absolute;
    left: 8px;
    top: 9px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #A8A8A8;
}
.tour-map__row img{
    width: 50%;
    margin-bottom: -16%;
    aspect-ratio: 10/7;
    object-fit: cover;
    -webkit-box-shadow: 0px 0px 59px -27px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 59px -27px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 59px -27px rgba(0,0,0,0.75);
}
.tour-about__row{
    display: flex;
}
.tour-about__col{
    width: 50%;
}
.tour-about__slider{
    max-height: 800px;
}
.tour-about__slider img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.tour-about__content{
    padding-left: 50px;
    padding-right: 55px;
    padding-top: 30px;
    position: relative;
    overflow: hidden;
}
.tour-about__circle1{
    position: absolute;
    left: -10%;
    top: -1%;
    width: 80%;
    height: 80%;
}
.tour-about__circle2{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80%;
    height: 80%;
}
.tour-about__circle1 svg,
.tour-about__circle2 svg{
    width: 100%;
    height: 100%;
}
.tour-about__text{
    padding-left: 40px;
    padding-right: 50px;
    position: relative;
    z-index: 2;
}
.tour-about__text h2{
    font-size: calc(24px + 1.1vw);
    font-weight: 400;
}
.tour-about__text em{
    font-family: 'Fuzzy Bubbles' !important;
}
body.single .tour-about__text p{
    font-size: 24px;
}
.tour-about__text a{
    color: #404040;
    font-size: 19px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #404040;
    padding: 16px;
    max-width: 277px;
    display: block;
    width: 100%;
    text-align: center;
}
.itenary__right-side{
    width: 100%;
    width: 65%;
    max-width: 891px;
    margin-left: 25px;
}
.itenary__inner{
    display: flex;
    justify-content: space-between;
}
.itenary__item{
    border-bottom: 1px solid rgba(30, 30, 30, 0.3);
    margin-bottom: 50px;
}
.itenary__item-inner{
    display: none;
}
.itenary__item.active .itenary__item-inner{
    display: block;
}
.itenary__title-box{
    margin-bottom: 63px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.itenary__title-box a{
    text-decoration: none;
    margin-right: 20px;
    font-weight: 700;
    font-size: 17px;
    color: #404040;
}
.itenary__item.active .itenary__title-box a{
    display: none;
}
.itenary__item h3{
    font-family: 'Gilroy' !important;
    font-size: 25px;
    font-weight: 400;
}
.itenary__item h4{
    font-family: 'Gilroy' !important;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 50px;
}
body.single .itenary__item p{
    font-family: 'Gilroy' !important;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 50px;
}
.itenary__table-row{
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}
body.single .itenary__table-row p{
    margin-bottom: 0;
    font-size: 16px;
}
.itenary__table-row span{
    font-family: 'Gilroy' !important;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    width: 25%;
    margin-right: 15px;
    color: #404040;
}
.itenary__item.hide{
    display: none;
}
.itenary__see-box{
    display: flex;
    justify-content: center;
}
.itenary__see-box a{
    text-transform: uppercase;
    text-decoration: none;
    color: #404040;
    font-weight: 700;
    font-size: 17px;
}
.itenary__left-side h2{
    font-size: calc(24px + 2.66vw);
    line-height: 1;
    font-weight: 500;
    margin-bottom: 35px;
    margin-top: -7%;
}
body.single .itenary__left-side p{
    color: #404040;
    font-weight: 600;
    line-height: 1.8;
}
.itenary__left-side p a{
    color: #404040;
    font-weight: 700;
    text-underline-offset: 5px;
}
.itenary__btn-box{
    display: flex;
    flex-direction: column;
    max-width: 277px;
}
.itenary__btn-box a{
    font-weight: 600;
    font-size: 19px;
    text-decoration: none;
    padding: 16px;
    color: #404040;
    text-transform: uppercase;
    border: 1px solid #404040;
    text-align: center;
    margin-top: 60px;
}
.itenary{
    padding: 100px 0;
}
.tour-about-prev,
.tour-about-next{
    background-color: #fff;
    border-radius: 50%;
    width: 91px;
    height: 91px;
}
.tour-about-prev{
    transform: rotate(180deg);
}
.tour-about-prev::after,
.tour-about-next::after{
    display: none;
}
.tour-about-next.swiper-button-disabled,
.tour-about-prev.swiper-button-disabled{
    opacity: 0;
}
.hotel-slider-section{
    overflow-x: hidden;
}
.pricing-availability__item--small{
    width: 200px !important;
}
.main-header-logo-desc a{
    display: block;
    max-width: 80%;
    margin: 0 auto;
}
.main-header-logo-desc a img{
    width: 100%;
    object-fit: contain;
}
@media (max-height: 1600px) {
    .luxury-holidays-section .accordion-item h2 {
        font-size: 131px;
    }

    .full-width-slider .swiper .swiper-slide:after {
        width: 100%;
    }
}

@media (max-width: 1440px) {
    .full-width-slider .swiper .main-btns {
        bottom: 20%;
    }

    .hero-section .hero-text-images:last-of-type .hero-image-col {
        padding-left: 55px;
    }

    .hero-section .hero-text-images .hero-image-col {
        padding-right: 55px;
    }

    .holidays-section .text-images-block .text-images .text-col .text-content .text p {
        font-size: 35px;
    }

    .holidays-section .text-images-block .text-images .images-col .images-wrapper {
        padding-left: 7.2%;
        padding-right: 9.4%;
        padding-top: 5.5%;
    }

    .holidays-section .text-images-block .text-images .text-col .text-content {
        padding-top: 111px;
        padding-left: 35px;
        padding-right: 28px;
        padding-bottom: 89px;
    }

    .holidays-section .text-images-block .text-images .text-col .text-content .text {
        padding-top: 88px;
    }

    .holidays-section .full-width-banner {
        padding-top: 400px;
    }

    .luxury-holidays-section .tabs-images-content .tabs-col .city-title h2 {
        font-size: 110px;
    }

    .luxury-holidays-section .big-locations .location-block .location-item .title h2 {
        font-size: 110px;
    }

    .controller-wrapper {
        padding-left: 18px;
    }

    .choose-us-section .section-heading-label {
        padding-top: 70px;
    }

    .container {
        max-width: 1200px;
    }

    .client-section .slider-main .images .images-wrapper .image img {
        width: 100%;
    }

    .client-section .slider-main .images .images-wrapper .image:last-of-type {
        padding-top: 136px;
    }


    .experience-section .content-row {
        max-width: 1170px;
    }

    footer .footer-content .footer-part:last-of-type {
        max-width: 484px;
    }

    footer .footer-content .footer-part {
        max-width: 681px;
    }

    .our-instagram-section .swiper-wrapper {
        min-width: 2116px;
    }

    .our-instagram-section .swiper-wrapper .swiper-slide {
        width: 479px;
    }

    .contact-us-content {
        max-width: 1087px;
    }

    .hero-section .hero-text-images .hero-image-col .hero-images-content .hero-image-wrapper {
        right: -94px;
        max-width: 47%;
        bottom: -141px;
    }

    .hero-section .hero-text-images:last-of-type .hero-image-col .hero-image-wrapper {
        left: -91px;
        max-width: 55.5%;
        bottom: -201px;
    }

    .choose-us-section .banner-content {
        padding-left: 33px;
        padding-right: 33px;
        padding-top: 80px;
    }

    .choose-us-section .members-blocks .members-blocks-content .blocks-col .blocks-wrapper .block-item {
        padding: 0 15px;
        margin-bottom: 53px;
    }

    .choose-us-section .members-blocks .members-blocks-content .blocks-col .blocks-wrapper {
        margin: 0 -15px;
    }

    .choose-us-section .members-blocks .members-blocks-content .blocks-col {
        padding-left: 39px;
    }

    .choose-us-section .members-blocks .members-blocks-content {
        padding-top: 93px;
    }

    .full-width-banner-map .main-content .map-part img {
        height: 100%;
        align-self: center;
    }

    .full-width-banner-map .main-content .map-part {
        display: flex;
    }

    .default-banner .content {
        max-width: 65%;
    }

    .default-banner {
        padding-top: 292px;
        padding-bottom: 182px;
    }

    .default-text .content .left h4 {
        font-size: 40px;
    }

    .villas-section .full-width-banner.about-us .text p {
        font-size: 84px;
    }

    .several-text-images .row.first .two-images .second-image {
        bottom: -42px;
        right: -21px;
    }

    .several-text-images .row.second>.text {
        padding-top: 66px;
        padding-left: 5.9vw;
    }

    .several-text-images .row .text .title h3 {
        font-size: 50px;
        line-height: 70px;
    }

    .several-text-images .row.third .two-images .second-image {
        bottom: 13px;
        right: -3px;
    }

    .several-text-images .row.fourth {
        padding-top: 195px;
        padding-bottom: 168px;
    }

    .small-contact-us {
        padding-top: 117px;
        padding-bottom: 100px;

    }

    .several-text-images .row.fourth .two-images {
        padding-left: 4.2vw;
    }

    .several-text-images .row.fourth .two-images .second-image {
        bottom: 4.7px;
        left: -9px;
    }

    .small-contact-us .text {
        padding-left: 15px;
    }

    .small-contact-us .contact-us-form {
        padding-right: 15px;
    }

    .small-contact-us .row h2 {
        font-size: 48px;
    }

    .holidays-section .text-images-block .text-images .images-col .block {
        max-width: 66%;
    }

    .holidays-section .text-images-block .text-images .images-col .block h3 {
        font-size: 35px;
    }

    .default-text .content {
        max-width: 90%;
    }

    .villas-section.about-us .container {
        max-width: 90%;
    }

    .several-text-images .container {
        max-width: 90%;

    }

    .small-contact-us .container {
        max-width: 90%;

    }

    .several-text-images .row .text .text p {
        font-size: 18px;
    }

    .small-contact-us .contact-us-form .input-group.buttons label {
        font-size: 10px;
    }

    .villas-section .full-width-banner.about-us .text p {
        line-height: 107px;
    }

    .villas-section .full-width-banner.about-us {
        padding-top: 208px;
        padding-bottom: 188px;
    }

    .reviews-section .content {
        max-width: 70%;
    }

    .reviews-section {
        padding: 200px 0;
    }

    .reviews-section .review .title span {
        font-size: 16px;
    }

    .reviews-section .review p {
        font-size: 16px;
        line-height: 25px;
    }

    .reviews .review .bottom {
        font-size: 16px;
    }
    .hotel-slider-section__title-box h2{
        line-height: 1.1;
    }
    .hotel-slider-section__contact-item a{
        font-size: 20px;
    }
    .hotel-slider-section__contact-email a{
        border: none;
        text-decoration: underline;
    }
    .hotel-slider-section__contact-info{
        margin-bottom: 10px;
        flex-direction: column;
    }
    .hotel-slider-section__contact-item{
        margin-bottom: 20px;
    }
    .tour-slider-section__button-col a{
        padding: 16px;
        font-size: 14px;
    }
    .hotel-gallery__text-inner{
        width: 70%;
    }
    .tour-gallery .hotel-gallery__row{
        padding-bottom: 25%;
    }
}

@media (max-width: 1439px) {
    .holidays-section .text-images-block .text-images .images-col .images-wrapper .image-item:first-of-type {
        padding-top: 35px;
    }

    .holidays-section .text-images-block .text-images .images-col .images-wrapper .image-item {
        padding-top: 0;
    }

    .holidays-section .text-images-block .text-images .text-col .text-content {
        padding-bottom: 59px;
        padding-top: 81px;
    }

    .holidays-section .text-images-block .text-images .text-col .text-content .text {
        padding-top: 68px;
    }

    .luxury-holidays-section .accordion-item h2 {
        font-size: 81px;
        line-height: 140px;
    }

    .luxury-holidays-section .accordion-location-item p {
        font-size: 20px;
    }

    .luxury-holidays-section .accordion-location-item {
        padding-left: 15px;
        padding-right: 15px;
    }

    .luxury-holidays-section .accordion-location-item.active p {
        font-size: 20px;
    }

    .luxury-premium-holidays .cruises-content .cruises-item .cruises-block {
        padding-top: 130px;
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 42px;
    }

    .luxury-premium-holidays .cruises-content .cruises-item .cruises-block .title h2 {
        font-size: 80px;
        line-height: 100px;
    }

    .controller-wrapper .controller-item p {
        font-size: 18px;
    }

    .controller-wrapper .controller-item.active p {
        font-size: 28px;
    }

    .controller-wrapper .controller-item {
        margin-bottom: 60px;
    }

    .villas-section .full-width-banner {
        padding-top: 128px;
        padding-bottom: 98px;
    }

    .villas-section .full-width-banner .text p {
        font-size: 85px;
        line-height: 117px;
    }

    .client-section .slider-main .text-content {
        padding-left: 35px;
    }

    footer .footer-content {
        padding-left: 25px;
        padding-right: 25px;
    }

    footer .footer-content .footer-col:first-of-type {
        margin-right: 0px;
    }

    footer .footer-content .footer-col nav ul li a {
        font-size: 16px;
    }

    footer .footer-content .footer-col .footer-phone a {
        font-size: 16px;
    }

    footer .footer-content .footer-col .footer-address p {
        font-size: 16px;
    }

    footer .footer-content .footer-part {
        max-width: 521px;
    }

    footer .footer-content .footer-part:last-of-type {}

    footer .footer-content .footer-col nav ul {
        padding-top: 0;
    }

    .luxury-slider .slider-controller .slider-controllers-wrapper .slider-count .current {
        font-size: 75px;
    }

    .luxury-slider .slider-controller .slider-controllers-wrapper .slider-count {
        font-size: 40px;
    }

    .choose-us-section .banner-content .content-block.bigger .title h2 {
        font-size: 165px;
    }

    .choose-us-section .banner-content .content-block.bigger .text p {
        font-size: 35px;
        line-height: 48px;
    }

    .choose-us-section .banner-content .content-block.smaller {
        padding-top: 87px;
    }

}
@media (max-width: 1300px) {
    .hotel-form__text-side h2,
    .tour-gallery h2{
        font-size: 34px;
        font-weight: 500;
    }
    .hotel-form__text-side p{
        font-size: 34px!important;
    }
    .hotel-form__form-side{
        padding: 52px;
        padding-right: 15px;
    }
    .tour-about__row{
        flex-direction: column;
    }
    .tour-about__col{
        width: 100%;
    }
    .tour-about__photo-col{
        max-width: 500px;
        margin: 0 auto;
    }
}
@media (max-width: 1100px) {
    .choose-us-section .members-blocks .members-blocks-content .blocks-col .blocks-wrapper .block-item--25 {
        width: 50% !important;
    }
}

@media (max-width: 991px) {
    .text-image-section .wrapper {
        flex-direction: column;
    }

    section.full-width-slider .swiper .swiper-slide:after {
        width: 100%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .hero-section .hero-text-images .hero-text-col {
        padding-left: 15px;
    }

    .hero-section .hero-text-images .hero-image-col .hero-images-content .hero-image-wrapper {
        right: -34px;
        max-width: 47%;
        bottom: -29px;
    }

    .hero-section .hero-text-images .hero-image-col {
        padding-right: 35px;
    }

    .hero-section .hero-text-images:last-of-type .hero-image-col {
        padding-left: 35px;
    }

    .hero-section .hero-text-images:last-of-type .hero-text-col {
        padding-right: 15px;
    }

    .hero-section .hero-text-images:last-of-type .hero-image-col .hero-image-wrapper {
        left: -31px;
        bottom: -41px;
    }

    .hero-section .hero-text-images:last-of-type {
        padding-bottom: 110px;
    }

    .choose-us-section .banner-content .content-block.bigger .title h2 {
        font-size: 132px;
    }

    .choose-us-section .banner-content .content-block.bigger .text p {
        font-size: 30px;
        line-height: 40px;
    }

    .choose-us-section .banner-content .content-block.smaller .text p {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .choose-us-section .banner-content {
        padding: 0 20px 80px;
    }

    .choose-us-section .members-blocks .members-blocks-content .blocks-col .blocks-wrapper .block-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .choose-us-section .members-blocks .members-blocks-content .blocks-col .blocks-wrapper .block-item .title {
        margin-bottom: 25px;
    }

    .holidays-section .text-images-block .text-images .images-col {
        display: none;
    }

    .holidays-section .text-images-block .text-images .text-col {
        width: 100%;
    }

    .choose-us-section .members-blocks .members-blocks-content .members-col .members-wrapper .member-item {
        width: 100%;
        margin-top: 70px;
    }

    .holidays-section .text-images-block {
        padding-top: 89px;
    }

    .holidays-section .text-images-block .text-images .text-col .text a {
        display: block;
        margin-top: 40px;
    }

    .holidays-section .text-images-block .text-images .text-col .text a:after {
        content: none;
    }

    .luxury-holidays-section .section-heading-label {
        padding-top: 109px;
    }

    .luxury-holidays-section .accordion-text {
        padding-top: 0;
    }

    .luxury-premium-holidays .section-heading-label {
        padding-top: 109px;
    }

    .luxury-premium-holidays .cruises-content .cruises-item .cruises-block .title h2 {
        font-size: 60px;
        line-height: 80px;
    }

    .luxury-slider .section-heading-label {
        padding-top: 109px;
    }

    .luxury-slider .slider-controller {
        flex-direction: column-reverse;
        overflow: hidden;
    }

    .luxury-holidays-section .accordion-image-wrapper:first-of-type {
        left: 229px;
        max-width: 37.5%;
    }

    .luxury-holidays-section .accordion-image-wrapper:nth-of-type(2) {
        max-width: 47.5%;
        top: 266px;
    }

    .luxury-holidays-section .accordion-image-wrapper:last-of-type {
        max-width: 60.5%;
    }

    .luxury-holidays-section .accordion-item h2 {
        font-size: 61px;
        line-height: 90px;
    }

    .luxury-holidays-section .accordion-title:after {
        bottom: -25px;
    }

    .luxury-holidays-section .accordion-locations {
        padding-top: 20px;
    }

    .luxury-slider .controller-wrapper {
        flex-wrap: wrap;
        padding-top: 60px;
        justify-content: center;
        display: flex;
        padding-left: 0;
        margin: 0 -16px;
    }

    .controller-wrapper .controller-item {
        margin-bottom: 25px;
        padding: 0 16px;
        position: relative;
    }

    .controller-wrapper .controller-item:after {
        content: '';
        display: block;
        width: 7px;
        height: 7px;
        background: #404040;
        border-radius: 50%;
        top: 50%;
        transform: translateY(-50%);
        left: -4px;
        position: absolute;
    }

    .controller-wrapper .controller-item:first-of-type:after {
        content: none;
    }

    .luxury-slider .slider-controller .slider-block {
        padding-top: 40px;
    }

    .controller-wrapper .controller-item.active p {
        font-size: 18px;
        line-height: 24px;
    }

    .luxury-slider .slider-controller .slider-block {
        order: 2;
    }

    .luxury-slider .slider-controller .controller-block {
        order: 3;
    }

    .luxury-slider .slider-controller .big-link {
        order: 1;
    }

    .villas-section .section-heading-label {
        padding-top: 109px;
    }

    .villas-section .full-width-banner .text p {
        font-size: 65px;
        line-height: 77px;
    }

    .client-section .section-heading-label {
        padding-top: 109px;
    }

    .client-section .slider-main .custom-slider-wrapper .swiper {
        margin-right: 14vw;
    }

    .client-section .slider-main .text-content .slider-btns {
        left: 20px;
    }

    .client-section .slider-main .custom-slider-wrapper .swiper-wrapper .swiper-slide.swiper-slide-active {
        width: 62.2%;
        height: 491px;
    }

    .client-section .slider-main .custom-slider-wrapper .swiper-wrapper .swiper-slide {
        width: 48.1%;
    }

    .client-section .slider-main .custom-slider-wrapper {
        padding-top: 190px;
    }

    .client-section .slider-main .images .slider-header {
        left: 30px;
        width: 100%;
        max-width: 90%;
    }

    .client-section .slider-main {
        padding-top: 40px;
    }

    .client-section .slider-main .text-content {
        padding-left: 15px;
    }

    .our-instagram-section .section-heading-label {
        padding-top: 109px;
    }

    .our-instagram-section .swiper-wrapper .swiper-slide {
        width: 300px;
    }

    .experience-section .content-row .text-block .title h3 {
        font-size: 40px;
    }

    footer .footer-content {
        flex-direction: column;
    }

    footer .footer-content .footer-part {
        max-width: 100%;
    }

    footer .footer-content .footer-part:last-of-type {
        max-width: 100%;
        margin-top: 40px;
    }

    .hero-section .hero-title h1 {
        font-size: 37px;
    }

    .hero-location-slider-content .swiper-slide .location-label {
        width: calc(100% - 40px);
        padding: 15px 15px 15px;
    }

    .hero-location-slider-content .swiper-slide .location-label p {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 1px;
        width: 80%;
    }

    .hero-location-slider-content .swiper-slide .loc-date span {
        font-size: 15px;
        line-height: 18px;
    }

    .hero-location-slider-content .swiper-slide .loc-date {
        padding: 5px 10px;
    }

    .hero-location-controllers .title p {
        font-size: 18px;
        line-height: 22px;
    }

    .hero-location-controllers {
        padding-left: 8.8%;
    }

    .location-slider .section-heading-label {
        padding-top: 90px;
        margin-bottom: 70px;
    }

    .hero-location-title h1 {
        font-size: 60px;
    }

    .hero-location-city p {
        font-size: 22px;
    }

    .contact-us-form {
        width: 60%;
    }

    .contact-us-info {
        width: 40%;
    }

    .contact-us-form .input-group.buttons {
        flex-direction: column;
        align-items: baseline;
    }

    .contact-us-form .checkbox {
        padding-left: 10px;
    }

    .contact-us-form .input-group.buttons button {
        margin-top: 40px;
    }

    .contact-us-form .text h1 {
        font-size: 48px;
    }

    .full-width-banner-map .main-content .text-part {
        max-width: 100%;
        position: relative;
        z-index: 2;
        padding-left: 0;
        text-align: center;
        padding-top: 36vh;
        padding-bottom: 42.7vh;
    }

    .big-slider-with-map-section {
        height: 100vh;
    }

    .big-slider-with-map-section .swiper-wrapper {
        height: 100%;
    }

    .big-slider-with-map-section .slider-controllers {
        display: flex;
        flex-direction: row-reverse;
        width: 100%;
        justify-content: space-between;
        right: 0;
        bottom: 0;
        padding: 0 20px;
    }

    .full-width-banner-map .main-content {
        position: relative;
    }

    .full-width-banner-map .main-content .map-part {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .full-width-banner-map .main-content .title h2 {
        font-size: 50px;
        line-height: 60px;
        letter-spacing: 0.06em;
        color: #404040;
    }

    .full-width-banner-map .main-content .title h2 br {
        display: none;
    }

    .full-width-banner-map .main-content .text {
        display: none;
    }

    .full-width-banner-map .main-content .link a {
        font-size: 18px;
        line-height: 21px;
        color: #404040;
    }

    .full-width-banner-map .main-content .link a:after {
        background: #404040;
    }

    .full-width-banner-map .main-content .title {
        position: relative;
    }

    .full-width-banner-map .main-content .title:after {
        content: '';
        background: #404040;
        width: 60%;
        height: 1px;
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -20px;
    }

    .full-width-banner-map .main-content .location-name {
        display: block;
        margin-bottom: 40px;
    }

    .full-width-banner-map .main-content .location-name p {
        font-weight: 600;
        font-size: 17px;
        line-height: 20px;
        letter-spacing: 0.3em;
        text-transform: uppercase;
    }

    .full-width-banner-map .main-content .text-part.white * {
        color: #404040;
    }

    .full-width-banner-map .main-content .text-part.white *:after {
        background: #404040;
    }

    .page-id-1390 .big-slider-with-map-section .swiper-slide:nth-of-type(5) .main-content .text-part.black * {
        color: #fff;
    }

    .page-id-1390 .big-slider-with-map-section .swiper-slide:nth-of-type(5) .main-content .text-part.black *:after {
        background: #fff;
    }

    .several-text-images .row.first {
        flex-direction: column;
    }

    .several-text-images .row.first>* {
        width: 100%;
    }

    .several-text-images .row.first .two-images .second-image {
        display: none;
    }

    .several-text-images .row.first .two-images .main-image {
        max-width: 100%;
    }

    .several-text-images .row.first .two-images .main-image img {
        height: 100%;
        width: 100%;
        object-fit: contain;
        max-height: 540px;
    }

    .several-text-images .row.first .two-images {
        padding-left: 15px;
    }

    .several-text-images .row.first>.text {
        padding-left: 15px;
        padding-top: 50px;
    }

    .default-banner .content .title h1 {
        font-size: 54px;
    }

    .holidays-section .text-images-block .text-images .images-col.flex {
        width: 100%;
        padding-top: 50px;
    }

    .holidays-section .text-images-block .text-images .images-col .block {
        padding-bottom: 200px;
    }

    .default-text .content {
        flex-direction: column;
        padding-top: 120px;
        padding-bottom: 0;
    }

    .default-text .content .left {
        width: 100%;
    }

    .default-text .content .right {
        width: 100%;
        padding-left: 0;
        padding-top: 50px;
    }

    .several-text-images .row.second {
        padding-top: 112px;
        flex-direction: column-reverse;
    }

    .several-text-images .row.second .image {
        padding-left: 15px;
        width: 100%;
    }

    .several-text-images .row.second .image .main-image {
        max-width: 100%;
    }

    .several-text-images .row.second .image .main-image img {
        height: 100%;
        width: 100%;
        object-fit: contain;
        max-height: 540px;
    }

    .several-text-images .row.second>.text {
        padding-left: 15px;
        width: 100%;
    }

    .several-text-images .row.third {
        padding-top: 112px;
        flex-direction: column;
    }

    .several-text-images .row.third .two-images {
        padding-left: 15px;
        width: 100%;
    }

    .several-text-images .row.third .two-images .second-image {
        display: none;
    }

    .several-text-images .row.third>.text {
        width: 100%;
    }

    .several-text-images .row.third .two-images .main-image {
        max-width: 100%;
    }

    .several-text-images .row.third .two-images .main-image img {
        height: 100%;
        width: 100%;
        object-fit: contain;
        max-height: 540px;
    }

    .several-text-images .row.third>.text {
        padding-left: 15px;
    }

    .several-text-images .row.third>.text .text {
        max-width: 100%;
    }

    .several-text-images .row.fourth {
        flex-direction: column-reverse;
    }

    .several-text-images .row.fourth>.text {
        width: 100%;
    }

    .several-text-images .row.fourth {
        padding-top: 112px;
        padding-bottom: 138px;
    }

    .several-text-images .row.fourth .two-images .main-image {
        max-width: 100%;
    }

    .several-text-images .row.fourth .two-images {
        padding-left: 15px;
        width: 100%;
    }

    .several-text-images .row.fourth>.text {
        padding-left: 15px;
        padding-right: 15px;
    }

    .several-text-images .row.fourth .two-images .second-image {
        display: none;
    }

    .several-text-images .row.fourth .two-images .main-image img {
        height: 100%;
        width: 100%;
        object-fit: contain;
        max-height: 540px;
    }

    .small-contact-us .text {
        width: 100%;
    }

    .small-contact-us .contact-us-form {
        width: 100%;
    }

    .small-contact-us .row h2 {
        max-width: 100%;
    }

    .small-contact-us .contact-us-form .input-group.buttons p {
        align-items: flex-start;
    }

    .small-contact-us .contact-us-form .checkbox {
        margin-bottom: 30px;
    }

    .small-contact-us {
        padding-top: 107px;
        padding-bottom: 110px;
    }

    .reviews-section .content {
        max-width: 100%;
    }

    .luxury-slider .custom-slider-wrapper {
        min-height: 750px;
    }
    .hotel-form__form-side h3{
        font-size: 34px;
    }
    .hotel-form__form-side input:focus{
        font-size: 22px;
        padding-bottom: 20px;
    }
    .hotel-form__form-side form input[type="text"], .hotel-form__form-side form input[type="number"], .hotel-form__form-side form input[type="email"]{
        margin-bottom: 35px;
    }
    .hotel-form__text-side p {
        font-size: 28px!important;
    }
    .hotel-form__sub-box{
        flex-direction: column;
        align-items: flex-start;
    }
    .hotel-form__submit-box{
        margin-left: 0;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .hero-section .hero-text-images .hero-image-col {
        padding-right: 15px;
        padding-top: 0;
    }

    .hero-section .hero-text-images .hero-text-col .hero-text-content p {
        font-size: 16px;
    }

    body.single main,
    body.page-id-850 main {
        padding-top: 87px;
    }

    .hero-section .hero-text-images .hero-text-col .hero-text-content a {
        font-size: 18px;
    }

    .hero-section .hero-text-images .hero-text-col .hero-text-content p:last-of-type {
        margin-bottom: 30px;
    }

    .hero-section .hero-text-images .hero-image-col .hero-images-content .hero-image-wrapper {
        right: -14px;
        top: 321px;
    }

    .hero-section .hero-text-images:last-of-type {
        padding-top: 103px;
        padding-bottom: 50px;
    }

    .hero-section .hero-text-images:last-of-type .hero-text-col {
        padding-top: 0;
    }

    .hero-section .hero-text-images:last-of-type .hero-image-col {
        padding-left: 15px;
    }

    .client-section+.small-contact-us {
        margin-top: 100px;
    }

    .hero-section .hero-text-images:last-of-type .hero-image-col .hero-image-wrapper {
        left: -11px;
    }

    .choose-us-section .banner-content .content-block.bigger .title h2 span {
        font-size: 55px;
    }

    .choose-us-section .banner-content .content-block.bigger .title h2 {
        font-size: 82px;
    }

    .choose-us-section .banner-content {
        padding: 0 0 80px;
    }

    .choose-us-section .banner-content .content-block.bigger .text p {
        font-size: 26px;
        line-height: 35px;
    }

    .choose-us-section .banner-content .content-block.smaller {
        padding-top: 100px;
    }

    .choose-us-section .members-blocks .members-blocks-content .blocks-col {
        padding-left: 15px;
        margin-bottom: 20px;
    }

    .choose-us-section .members-blocks .members-blocks-content {
        padding-top: 50px;
        flex-direction: column;
    }

    .choose-us-section .members-blocks .members-blocks-content .col-lg-6 {
        width: 100%;
    }

    .choose-us-section .members-blocks .members-blocks-content .blocks-col .blocks-wrapper .block-item {
        width: 50%;
    }

    .choose-us-section .members-blocks .members-blocks-content .members-col h3 {
        margin-bottom: 20px;
    }

    .choose-us-section .members-blocks .members-blocks-content .members-col .members-wrapper .member-item {
        width: 33.333%;
        margin-top: 0;
        padding: 0 10px;
    }

    .choose-us-section .members-blocks .members-blocks-content .members-col .members-wrapper .member-item:last-of-type {
        width: 33.333%;
        margin-top: 0;
        padding: 0 10px;
    }

    .choose-us-section .members-blocks .members-blocks-content .members-col .members-wrapper {
        max-width: 100%;
        margin: 0 -10px;
    }

    .luxury-holidays-section .accordion-images {
        display: none;
    }

    .luxury-holidays-section .accordion-text {
        width: 100%;
    }

    .luxury-holidays-section {
        overflow: hidden;
    }

    .luxury-holidays-section .accordion-locations {
        margin-left: -15px;
        margin-right: -15px;
    }

    .accordion-mobile-slider {
        display: block;
        position: relative;
        margin-top: 40px;
    }

    .accordion-mobile-slider-controllers {
        position: absolute;
        bottom: 0;
        left: 0px;
        z-index: 2;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: end;
        padding-right: 20px;
        padding-bottom: 20px;
    }

    .luxury-holidays-section .accordion-item.active .accordion-content {
        max-height: 2000px;
    }

    .accordion-mobile-slider .swiper-slide {
        height: 500px;
    }

    .accordion-mobile-slider .swiper-slide .accordion-image {
        height: 100%;
    }

    .accordion-mobile-slider .swiper-slide .accordion-image img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .accordion-mobile-slider-controllers .separator {
        height: 59px;
        width: 0.5px;
        margin: 0 30px;
        background: #fff;
    }

    .luxury-holidays-section .accordion-text-wrapper {
        padding-left: 0;
        padding-top: 40px;
    }

    .luxury-holidays-section .accordion-item h2 {
        font-size: 53px;
        line-height: 86px;
    }

    .luxury-holidays-section .accordion-text {
        padding-bottom: 40px;
    }

    .luxury-holidays-section .accordion-content:after {
        height: 2px;
    }

    .luxury-premium-holidays .cruises-content .cruises-item .cruises-block .title h2 {
        font-size: 40px;
        line-height: 60px;
    }

    .luxury-slider .slider-controller .slider-controllers-wrapper .slider-controllers {
        max-width: 50%;
    }

    .client-section .slider-main .text-content .slider-btns {
        padding-top: 45px;
    }

    .experience-section .content-row {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .experience-section .content-row>* {
        width: 100%;
    }

    .experience-section .content-row .button .link {
        margin-top: 20px;
        justify-content: center;
    }

    .main-header {
        padding: 17px 0;
    }

    .main-header-content {}

    .main-header-content .main-header-burger,
    .main-header-content .main-header-menu-btn,
    .main-header-content .main-header-logo,
    .main-header-content .main-header-newsletter {
        display: none;
    }

    .main-header-content-mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .main-header-content-mobile .main-header-part-mobile:last-of-type {
        width: 57px;
    }

    .main-header-content .main-header-part .main-header-menu nav>ul>li>a {
        font-size: 18px;
        line-height: 29px;
    }

    .main-header-content-mobile .main-header-menu {
        display: flex;
        align-items: center;
    }

    .main-header-content-mobile .main-header-menu p {
        font-size: 15px;
        line-height: 93.1%;
        color: #151515;
        text-transform: uppercase;
        font-weight: 600;
    }

    .main-header-content-mobile .main-header-logo svg path {
        fill: #151515;
    }

    .main-header-content-mobile .main-header-search {
        display: none;
    }

    .main-header-content-mobile .main-header-search a {
        font-weight: 600;
        font-size: 15px;
        line-height: 93.1%;
        text-decoration: none;
        color: #151515;
        text-transform: uppercase;
    }

    .main-header .container {
        padding: 0 20px;
    }

    .main-header-content-mobile .main-header-menu span {
        width: 9px;
        height: 2px;
        display: block;
    }

    .main-header-content-mobile .main-header-menu .square {
        margin-left: 8px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 9px;
    }

    .main-header-content-mobile .main-header-menu .square span {
        position: relative;
    }

    .main-header-content-mobile .main-header-menu .square span:after {
        content: '';
        display: block;
        width: 2px;
        height: 2px;
        background: #151515;
        position: absolute;
        left: 0px;
        top: 0;
    }

    .main-header-content-mobile .main-header-menu .square span:before {
        content: '';
        display: block;
        width: 2px;
        height: 2px;
        background: #151515;
        position: absolute;
        right: 0px;
        top: 0;
    }

    .hero-location {
        padding-top: 0;
    }

    .hero-location-title {
        padding-top: 128px;
    }

    .hero-location-slider {
        padding-top: 141px;
        flex-direction: column;
    }

    .hero-location-slider-bottom {
        display: flex;
        justify-content: space-between;
        position: absolute;
        left: 0px;
        top: 95px;
        z-index: 2;
        width: 100%;
        padding: 0 15px;
    }

    .hero-location-counter .separator {
        position: relative;
        left: 0;
        top: 0;
        display: none;
    }

    .hero-location-counter .total {
        position: absolute;
        left: 44px;
        top: 25px;
        line-height: 0;
        font-size: 35px;
        color: #fff;
    }

    .hero-location-counter .total:after {
        content: '';
        height: 29px;
        width: 1px;
        display: block;
        background: #fff;
        transform: rotate(21deg);
        position: absolute;
        left: -10px;
        top: -20px;
    }

    .hero-location-slider-btns:after {
        content: none;
    }

    .hero-location-slider-btns .separator {
        height: 59px;
        width: 1px;
        background: #FFf;
        margin: 0 36px;
    }

    .hero-location-slider-btns svg path {
        fill: #fff;
    }

    .hero-location-counter span.current {
        line-height: 0;
        font-size: 65px;
        color: #fff;
    }

    .hero-location-slider-bottom .hero-location-counter {
        padding-bottom: 0;
        padding-left: 0;
    }

    .hero-location-controllers {
        padding-left: 0;
    }

    .hero-location-controllers .title {
        padding-left: 20px;
    }

    .hero-location-controllers .title p {
        font-size: 20px;
        line-height: 24px;
    }

    .hero-location-slider-content {
        max-width: 100%;
        padding-top: 13px;
    }

    .hero-location-slider-content .swiper-slide {
        height: 502px;
    }

    .hero-location-slider .swiper-slide img {
        height: 100%;
        object-fit: cover;
    }

    .hero-location-slider-content .swiper-slide .location-label {
        bottom: 20px;
    }

    .hero-location-slider-content .swiper-slide .location-label span {
        font-size: 12px;
        line-height: 14px;
    }

    .hero-location-controllers-wrapper {
        position: relative;
        max-width: 100%;
    }

    .hero-location-slider-btns {
        align-items: center;
        margin-top: -13px;
    }

    .location-slider .section-heading-label {
        display: none;
    }

    .location-slider {
        padding-top: 104px;
    }

    .location-slider .container {
        padding: 0;
    }

    .location-slider .hero-location-controllers .title p {
        font-size: 20px;
        line-height: 24px;
    }

    .hero-location-slider-content.full-width {
        max-width: 100%;
    }

    .location-slider .slider-link {
        padding-top: 40px;
        padding-bottom: 100px;
    }

    .location-slider .slider-link a {
        font-size: 15px;
        line-height: 18px;
        max-width: 215px;
    }

    .hero-location-slider-content .swiper-slide .loc-date {
        display: none;
    }

    .contact-us-info {
        width: 100%;
        align-items: baseline;
    }

    .contact-us-form {
        width: 100%;
    }

    .contact-us-content {
        flex-direction: column-reverse;
    }

    .col-lg-12.contact-title-mobile {
        order: 1;
        display: block;
    }

    .contact-us-form .text {
        display: none;
    }

    .col-lg-12.contact-title-mobile .text h1 {
        font-size: 48px;
        line-height: 150%;
        font-weight: 500;
    }

    .contact-us-form form {
        padding-top: 0;
    }

    .contact-us-info .info-block {
        margin-bottom: 20px;
    }

    .full-width-slider .swiper .link {
        justify-content: start;
        left: 20px;
    }

    .full-width-slider .swiper .swiper-slide:after {
        content: none;
    }

    .reviews .review {
        width: 100%;
    }
    body.single-hotel main{
        padding-top: 0;
    }
    body.single .hero-section-hotel__title-main h1, body.single .hero-section-hotel__title-main h2, body.single .hero-section-hotel__title-main h3, body.single .hero-section-hotel__title-main h4, body.single .hero-section-hotel__title-main h5, body.single .hero-section-hotel__title-main h6, body.single .hero-section-hotel__title-main p{
        font-size: 50px;
    }
    .hero-section-hotel__sticker{
        padding: 10px;
    }
    .hotel-form__inner{
        flex-direction: column;
    }
    .hotel-form__text-side,
    .hotel-form__form-side{
        width: 100%;
    }
    .hotel-form__form-side{
        padding: 50px 15px;
    }
    .tour-map__row{
        flex-direction: column;
        justify-content: flex-end;
        padding: 0;
    }
    .tour-map__sticker{
        margin-right: auto;
        width: 100%;
        margin-bottom: 10%;
    }
    .tour-map__row img{
        width: 100%;
        max-width: 500px;
    }
}

@media (max-width: 575px) {
    .hero-location-title h1 {
        font-size: 30px;
    }

    .client-section+.small-contact-us {
        margin-top: 0px;
    }

    .hero-location-city p {
        font-size: 15px;
    }

    .hero-location-cities {
        padding-top: 40px;
    }

    .hero-location-city:after {
        width: 4px;
        height: 4px;
        left: -1px;
    }

    .hero-location-city {
        margin-bottom: 26px;
    }

    .hero-location-link {
        padding-top: 0px;
    }

    .container {
        max-width: 100%;
    }

    p {
        font-size: 14px;
        line-height: 150%;
    }

    .hero-section .hero-title h1 {
        font-size: 25px;
        line-height: 150%;
        letter-spacing: 0.44em;
    }

    .hero-section .hero-title {
        padding-top: 89px;
        padding-bottom: 181px;
    }

    .hero-section .hero-title h1:after {
        bottom: -141px;
        height: 101px;
    }

    .col-lg-6 {
        width: 100%;
    }

    .hero-section .hero-text-images .hero-image-col {
        padding: 0;
        margin-bottom: 45px;
    }

    .hero-section .hero-text-images .hero-image-col .hero-images-content .hero-image-wrapper {
        display: none;
    }

    .hero-section .hero-text-images .hero-text-col .hero-text-content p {
        font-size: 14px;
        line-height: 180%;
    }

    .hero-section .hero-text-images .hero-text-col .hero-text-content {
        text-align: center;
    }

    .hero-section .hero-text-images .hero-text-col .hero-text-content a {
        font-size: 15px;
        line-height: 18px;
    }

    .hero-section .hero-text-images .hero-text-col .hero-text-content p:last-of-type {
        margin-bottom: 38px;
    }

    .hero-section .hero-text-images:last-of-type {
        padding-top: 55px;
    }

    .hero-section .hero-text-images:last-of-type .hero-image-col {
        padding: 0;
    }

    .hero-section .hero-text-images:last-of-type .hero-text-col .hero-text-content {
        text-align: center;
    }

    .choose-us-section .section-heading-label {
        padding-top: 54px;
        margin-left: 6px;
        margin-right: 6px;
        margin-bottom: 59px;
    }

    .choose-us-section .banner-content .content-block.bigger .title h2 {
        font-size: 130px;
        line-height: 1;
    }

    .choose-us-section .banner-content .content-block.bigger .title h2 span {
        font-size: 65px;
    }

    .choose-us-section .banner-content .content-block.bigger .title {
        padding-top: 16px;
        margin-bottom: 20px;
    }

    .choose-us-section .banner-content .content-block.bigger .text p {
        font-size: 20px;
        line-height: 150%;
    }

    .choose-us-section .banner-content .content-block.bigger .text {
        max-width: 245px;
    }

    .choose-us-section .banner-content .content-block.bigger {
        padding-left: 4px;
    }

    .choose-us-section .banner-content .content-block.smaller {
        padding-top: 50px;
        padding-left: 4px;
        justify-content: start;
    }

    .choose-us-section .banner-content .content-block.smaller .text p {
        font-size: 14px;
        line-height: 180%;
        margin-bottom: 39px;
    }

    .choose-us-section .banner-content .content-block.smaller .text {
        max-width: 310px;
    }

    .choose-us-section .banner-content {
        padding: 0 0 62px;
        position: relative;
        z-index: 2;
    }

    .choose-us-section .full-width-banner {
        background-position: right center;
        position: relative;
    }

    .choose-us-section .full-width-banner:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .3);
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .choose-us-section .banner-content .content-block.smaller .text a {
        font-size: 15px;
        line-height: 18px;
    }

    .choose-us-section .members-blocks .members-blocks-content .blocks-col .blocks-wrapper .block-item .title h4 {
        font-size: 20px;
        line-height: 150%;
    }

    .choose-us-section .members-blocks .members-blocks-content {
        padding-top: 39px;
    }

    .choose-us-section .members-blocks .members-blocks-content .blocks-col .blocks-wrapper .block-item {
        width: 100%;
        margin-bottom: 40px;
    }

    .choose-us-section .members-blocks .members-blocks-content .blocks-col .blocks-wrapper {
        max-width: 96%;
        margin: 0 auto;
    }

    .choose-us-section .members-blocks .members-blocks-content .blocks-col .blocks-wrapper .block-item .title {
        margin-bottom: 30px;
    }

    .choose-us-section .members-blocks .members-blocks-content .members-col h3 {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 28px;
    }

    .choose-us-section .members-blocks .members-blocks-content .members-col .members-wrapper .member-item {
        width: 50%;
        margin-bottom: 39px;
        height: 70px;
    }

    .choose-us-section .members-blocks .members-blocks-content .members-col .members-wrapper .member-item:last-of-type {
        width: 100%;
    }

    .holidays-section .text-images-block {
        padding-top: 59px;
    }

    .holidays-section .text-images-block .text-images .text-col .text-content {
        padding-top: 49px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .holidays-section .text-images-block .text-images .text-col .text-content .text p {
        font-size: 20px;
        line-height: 150%;
    }

    .holidays-section .text-images-block .text-images .text-col .text-content .text {
        padding-top: 60px;
    }

    .holidays-section .text-images-block .text-images .text-col .text-content .text p br {
        display: none;
    }

    .holidays-section .text-images-block .text-images .text-col .text a {
        font-size: 15px;
        line-height: 18px;
        max-width: 215px;
    }

    .holidays-section .full-width-banner {
        padding-top: 526px;
        padding-bottom: 21px;
    }

    .holidays-section .full-width-banner .location-wrapper {
        margin: 0 5px;
    }

    .holidays-section .full-width-banner .location-wrapper .location-label {
        padding: 14px 15px;
    }

    .holidays-section .full-width-banner .location-wrapper .location-label h5 {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 8px;
    }

    .holidays-section .full-width-banner .location-wrapper .location-label p {
        font-size: 12px;
        line-height: 14px;
    }

    .holidays-section .full-width-banner .location-wrapper .location-label span:before {
        left: -7px;
    }

    .holidays-section .full-width-banner .location-wrapper .location-label span {
        margin-left: 11px;
    }

    .luxury-holidays-section .section-heading-label {
        padding-top: 100px;
        margin: 0 5px;
    }

    .luxury-holidays-section .accordion-item h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .luxury-holidays-section .accordions-wrapper {
        padding-top: 59px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .luxury-holidays-section .accordion-title span {
        padding-top: 6px;
        padding-left: 0;
    }

    .luxury-holidays-section .accordion-title:after {
        bottom: -37px;
    }

    .luxury-holidays-section .accordion-title:after {
        height: 47px;
    }

    .luxury-holidays-section .accordion-title {
        justify-content: space-between;
    }

    .luxury-holidays-section .accordion-item.active .accordion-content {
        padding-top: 27px;
    }

    .luxury-holidays-section .accordion-subtitle {
        justify-content: space-between;
    }

    .luxury-holidays-section .accordion-subtitle span {
        padding-top: 15px;
    }

    .luxury-holidays-section .accordion-location-item.active p {
        font-size: 16px;
        line-height: 19px;
    }

    .luxury-holidays-section .accordion-location-item p {
        font-size: 16px;
        line-height: 19px;
    }

    .luxury-holidays-section .accordion-locations {
        padding-top: 25px;
    }

    .luxury-holidays-section .accordion-location-item {
        margin-bottom: 15px;
    }

    .luxury-holidays-section .accordion-location-item:after {
        width: 4px;
        height: 4px;
        right: 0px;
    }

    .accordion-mobile-slider {
        margin-top: 15px;
    }

    .accordion-mobile-slider .swiper-slide {
        height: 450px;
    }

    .accordion-mobile-slider-controllers .separator {
        margin: 0 40px
    }

    .luxury-holidays-section .accordion-text-wrapper p {
        font-size: 14px;
        line-height: 180%;
    }

    .luxury-holidays-section .accordion-text-wrapper {
        padding-top: 30px;
    }

    .luxury-holidays-section .accordion-link a {
        font-size: 15px;
        line-height: 18px;
    }

    .luxury-holidays-section .accordion-link {
        padding-top: 40px;
        padding-left: 0px;
    }

    .luxury-holidays-section .accordion-text {
        padding-bottom: 52px;
    }

    .luxury-holidays-section .accordion-content:after {
        height: 7px;
    }

    .luxury-holidays-section .accordion-item {
        margin-bottom: 29px;
    }

    .luxury-holidays-section .big-link .link {
        padding-top: 45px;
    }

    .luxury-holidays-section .big-link .link a {
        max-width: 215px;
        font-size: 15px;
        line-height: 18px;
    }

    .luxury-premium-holidays .section-heading-label {
        padding-top: 103px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 59px;
    }

    .luxury-premium-holidays .cruises-content .cruises-item .cruises-block {
        margin-left: 5px;
        margin-right: 5px;
        padding: 155px 0;
        position: relative;
    }

    .luxury-premium-holidays .cruises-content .cruises-item .cruises-block:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .3);
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .luxury-premium-holidays .cruises-content .cruises-item .cruises-block .title h2 {
        font-size: 30px;
        line-height: 40px;
        text-align: center;
    }

    .luxury-premium-holidays .cruises-content .cruises-item .cruises-block .title {
        position: relative;
        z-index: 2;
    }

    .luxury-premium-holidays .cruises-content .big-link .link {
        padding-top: 36px;
    }

    .luxury-premium-holidays .cruises-content .big-link .link a {
        font-size: 15px;
        line-height: 18px;
        padding: 17px 15px;
        max-width: 215px;
    }

    .luxury-slider .section-heading-label {
        padding-top: 99px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .controller-wrapper .controller-item p,
    .controller-wrapper .controller-item.active p {
        font-size: 16px;
        line-height: 19px;
    }

    .controller-wrapper .controller-item:after {
        width: 4px;
        height: 4px;
    }

    .luxury-slider .custom-slider {
        display: none;
    }



    .slider-controller .custom-slider-wrapper .swiper-slide {
        height: 502px;
    }

    .slider-controller .custom-slider-wrapper .swiper-slide .custom-slide {
        height: 100%;
        position: relative;
    }

    .slider-controller .custom-slider-wrapper .swiper-slide .custom-slide img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .luxury-slider .slider-controller .slider-block {
        padding-right: 0;
        padding-left: 0;
    }

    .luxury-slider .slider-controller .slider-controllers-wrapper .slider-controllers {
        display: none;
    }

    .luxury-slider .custom-slider-wrapper {
        position: relative;
    }

    .luxury-slider .custom-slider-wrapper .slider-controller {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        display: flex;
        flex-direction: row;
        padding: 0 18px;
        justify-content: space-between;
    }

    .luxury-slider .custom-slider-wrapper .slider-controller .number {
        font-size: 38px;
        line-height: 60px;
        display: flex;
        color: #fff;
    }

    .luxury-slider .custom-slider-wrapper .slider-controller .number .current {
        font-family: 'Playfair Display';
        font-size: 60px;
        line-height: 1;
        color: #fff;
    }

    .luxury-slider .custom-slider-wrapper .slider-controller .number .total {
        font-family: 'Playfair Display';
        margin-left: 18px;
        margin-top: 26px;
        position: relative;
    }

    .luxury-slider .custom-slider-wrapper .slider-controller .number .total:after {
        content: '';
        height: 29px;
        width: 1px;
        display: block;
        background: #fff;
        transform: rotate(21deg);
        position: absolute;
        left: -7px;
        top: 17px;
    }

    .luxury-slider .custom-slider-wrapper .slider-controller .slider-btns {
        display: flex;
        align-items: center;
        padding-right: 3px;
        margin-top: 8px;
    }

    .luxury-slider .custom-slider-wrapper .slider-controller .slider-btns .separator {
        height: 59px;
        width: 1px;
        background: #fff;
        margin: 0 39px;
    }

    .luxury-slider .custom-slider-wrapper .slider-controller .slider-btns path {
        fill: #fff;
    }

    .luxury-slider .slider-controller .slider-block .slide-location {
        left: 20px;
        bottom: 20px;
        padding: 14px 15px;
    }

    .luxury-slider .slider-controller .slider-block .slide-location p {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 3px;
    }

    .luxury-slider .slider-controller .slider-block .slide-location span {
        font-size: 12px;
        line-height: 14px;
    }

    .luxury-slider .slider-controller .slider-block .slide-location span i {
        font-style: normal;
        position: relative;
        margin-left: 8px;
    }

    .luxury-slider .slider-controller .slider-block .slide-location span i:before {
        content: '';
        display: block;
        width: 4px;
        border-radius: 50%;
        height: 4px;
        background: #A8A8A8;
        left: -7px;
        top: calc(50% + 1px);
        transform: translateY(-50%);
        position: absolute;

    }

    .luxury-slider .big-link .link a {
        max-width: 215px;
        font-size: 15px;
        line-height: 18px;
    }

    .luxury-slider .big-link .link {
        padding-top: 40px;
    }

    .villas-section .section-heading-label {
        padding-top: 102px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .villas-section .full-width-banner {
        margin-top: 59px;
        padding-top: 157px;
        background-position: right center;
        position: relative;
        padding-bottom: 158px;
    }

    .villas-section .full-width-banner:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .3);
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .villas-section .full-width-banner .text {
        max-width: 330px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }

    .villas-section .full-width-banner .text p {
        font-size: 40px;
        line-height: 48px;
    }

    .villas-section .full-width-banner .button {
        padding-top: 38px;
        position: relative;
        z-index: 1;
    }

    .villas-section .full-width-banner .button a {
        font-size: 15px;
        line-height: 23px;
        padding: 14px 65px;
    }

    .client-section .section-heading-label {
        padding-top: 99px;
        margin-right: 5px;
        margin-left: 5px;
    }

    .client-section .slider-main .images,
    .client-section .slider-main .text-content {
        display: none;
    }

    .client-section .slider-main .mobile-slider {
        display: block;
        padding-top: 20px;
        position: relative;
    }

    .client-section__text {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .client-section .slider-main .mobile-slider .mobile-slider-title p {
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
    }

    .client-section .slider-main .mobile-slider .mobile-slider-title {
        padding: 0 20px;
        margin-bottom: 40px;
    }

    .client-section .slider-main .mobile-slider .swiper-slide {
        height: 502px;
    }

    .client-section .slider-main .mobile-slider .swiper-slide .mobile-slide {
        height: 100%;
        position: relative;
    }

    .client-section .slider-main .mobile-slider .swiper-slide .mobile-slide .text {
        position: absolute;
        bottom: 0;
        left: 0;
        padding-left: 20px;
        padding-bottom: 37px;
        width: 100%;
        color: #fff;
        z-index: 2;
    }

    .client-section .slider-main .mobile-slider .swiper-slide .mobile-slide .text span {
        font-weight: 400;
        font-size: 12px;
        line-height: 150%;
    }

    .client-section .slider-main .mobile-slider .swiper-slide .mobile-slide .text p {
        color: #fff;
        margin-top: 20px;
    }

    .client-section .slider-main .mobile-slider .swiper-slide .mobile-slide .text h5 {
        font-family: 'Gilroy';
        color: #fff;
        margin-bottom: 4px;
    }

    .client-section .slider-main .mobile-slider .swiper-slide .mobile-slide:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .3);
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .client-section .slider-main .mobile-slider .swiper-slide .mobile-slide img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .client-section .slider-main .mobile-slider .swiper {
        position: relative;
    }

    .client-section .slider-main .mobile-slider .swiper .slider-controllers {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        width: 100%;
        display: flex;
        flex-direction: row;
        padding: 0 18px;
        justify-content: space-between;
    }

    .client-section .slider-main .mobile-slider .swiper .slider-controllers .number {
        font-size: 38px;
        line-height: 60px;
        display: flex;
        color: #fff;
    }

    .client-section .slider-main .mobile-slider .swiper .slider-controllers .number .current {
        font-family: 'Playfair Display';
        font-size: 60px;
        line-height: 1;
        color: #fff;
    }

    .client-section .slider-main .mobile-slider .swiper .slider-controllers .number .total {
        font-family: 'Playfair Display';
        margin-left: 18px;
        margin-top: 26px;
        position: relative;
    }

    .client-section .slider-main .mobile-slider .swiper .slider-controllers .number .total:after {
        content: '';
        height: 29px;
        width: 1px;
        display: block;
        background: #fff;
        transform: rotate(21deg);
        position: absolute;
        left: -7px;
        top: 17px;
    }

    .client-section .slider-main .mobile-slider .swiper .slider-controllers .slider-btns {
        display: flex;
        align-items: center;
        padding-right: 3px;
        margin-top: 8px;
    }

    .client-section .slider-main .mobile-slider .swiper .slider-controllers .slider-btns path {
        fill: #fff;
    }

    .client-section .slider-main .mobile-slider .swiper .slider-controllers .slider-btns .separator {
        height: 59px;
        width: 1px;
        background: #fff;
        margin: 0 39px;
    }

    .our-instagram-section .section-heading-label {
        padding-top: 100px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .our-instagram-section .full-width-slider {
        padding-top: 47px;
    }

    .our-instagram-section .swiper-wrapper .swiper-slide {
        width: 335px;
        height: 450px;
    }

    .our-instagram-section .swiper-wrapper .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .our-instagram-section .swiper-wrapper .location-label p {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 5px;
    }

    .our-instagram-section .swiper-wrapper .location-label span {
        font-size: 12px;
        line-height: 14px;
    }

    .our-instagram-section .swiper-wrapper .swiper-slide:hover .location-label {
        padding: 13px 15px;
    }

    .our-instagram-section .big-link {
        padding-top: 40px;
        padding-bottom: 99px;
    }

    .our-instagram-section .big-link .link a {
        font-size: 15px;
        line-height: 18px;
        max-width: 215px;
        padding: 16px 10px;
    }

    .experience-section .content-row {
        padding-top: 60px;
        padding-bottom: 73px;
    }

    .experience-section .content-row .text-block .title h3 {
        font-size: 35px;
        line-height: 130%;
    }

    .experience-section .content-row .text-block {
        text-align: center;
    }

    .experience-section .content-row .text-block .title {
        margin-bottom: 20px;
    }

    .experience-section .content-row .text-block .text {
        max-width: 260px;
        margin: 0 auto;
    }

    .experience-section .content-row .button .link {
        margin-top: 26px;
    }

    .experience-section .content-row .button .link a {
        font-size: 15px;
        line-height: 18px;
        max-width: 215px;
        padding: 17px 10px;
        width: 100%;
        text-align: center;
    }

    footer .footer-content .footer-part {
        flex-direction: column;
    }

    footer .footer-content .footer-part:first-of-type .footer-col:first-of-type {
        display: none;
    }

    footer .footer-content .footer-col {
        padding-bottom: 9px;
        border-bottom: 2px solid #fff;
        margin-bottom: 29px;
    }

    footer .footer-content {
        padding: 60px 41px 15px;
    }

    footer .footer-content .footer-col nav ul li a {
        font-size: 18px;
        line-height: 21px;
    }

    footer .footer-content .footer-part:last-of-type {
        margin-top: -5px;
    }

    footer .footer-content .footer-part:last-of-type .footer-col:first-of-type {
        border-bottom: 0;
        margin-bottom: 16px;
    }

    footer .footer-content .footer-col .footer-address p {
        font-size: 18px;
        line-height: 150%;
    }

    footer .footer-content .footer-col .footer-address p br {
        display: none;
    }

    footer .footer-content .footer-part:last-of-type .footer-col:nth-of-type(2) {
        border-bottom: 0;
    }

    footer .footer-content .footer-col.mobile {
        border-bottom: 0;
    }

    footer .footer-content .footer-col.mobile {
        display: block;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    footer .footer-content .footer-col.mobile .footer-logo {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 7px;
    }

    footer .footer-content .footer-col.mobile .footer-logo span {
        font-size: 12px;
        line-height: 14px;
        color: rgba(255, 255, 255, 0.5);
    }

    .contact-us-section {
        padding-top: 61px;
    }

    .col-lg-12.contact-title-mobile .text h1 {
        font-size: 30px;
        margin-bottom: 14px;
    }

    .contact-us-info {
        padding: 49px 5px;
    }

    .col-lg-12.contact-title-mobile .text {
        max-width: 310px;
    }

    .col-lg-12.contact-title-mobile .text p {
        line-height: 180%;
    }

    .col-lg-12.contact-title-mobile {
        padding: 0 5px;
    }

    .contact-us-info p {
        font-size: 20px;
        line-height: 150%;
        padding-top: 19px;

    }

    .contact-us-info .info-block {
        margin-bottom: 50px;
    }

    .contact-us-form {
        padding: 0 5px;
    }

    .contact-us-form .input-group input {
        font-size: 30px;
        line-height: 36px;
    }

    .contact-us-form .input-group.active input {
        padding-bottom: 20px;
    }

    .contact-us-form .input-group.buttons button {
        max-width: 215px;
        font-size: 15px;
        line-height: 18px;
        margin: 40px auto 0;
    }

    .contact-us-form .input-group.textarea textarea {
        font-size: 30px;
        line-height: 36px;
        height: 52px;
    }

    .contact-us-form .input-group.textarea.active textarea {
        padding-bottom: 20px;
    }

    .contact-us-form .input-group {
        padding-top: 10px;
    }

    .map-section iframe {
        height: 502px;
    }

    .main-map-section .section-heading-label {
        padding-top: 100px;
    }

    .main-map-section .section-heading-label span {
        font-size: 15px;
        line-height: 18px;
    }

    .hero-section {
        background-position: 100% -10%;
        background-repeat: repeat-y;
        background-size: 127%;
        background-repeat-x: no-repeat;
    }

    .hero-location {
        background-size: contain;
    }

    section.full-width-slider .swiper .swiper-slide:after {
        content: none;
    }

    .full-width-banner-map .main-content .title h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .full-width-banner-map .main-content .location-name p {
        font-size: 14px;
        line-height: 17px;
    }

    .full-width-banner-map .main-content .link a {
        font-size: 15px;
        line-height: 18px;
    }

    .default-banner .content {
        max-width: 90%;
    }

    .default-banner .content .title h1 {
        font-size: 30px;
    }

    .default-banner {
        padding-top: 202px;
        padding-bottom: 102px;
    }

    .holidays-section .text-images-block .text-images .images-col .block h3 {
        font-size: 25px;
    }

    .holidays-section .text-images-block .text-images .images-col .block {
        max-width: 92%;
    }

    .default-text .content .left h4 {
        font-size: 25px;
    }

    .default-text .content {
        max-width: 100%;
    }

    .villas-section .full-width-banner.about-us .text p {
        font-size: 44px;
        line-height: 67px;
        max-width: 100%;
    }

    .villas-section .full-width-banner.about-us {
        padding-top: 148px;
        padding-bottom: 148px;
    }

    .several-text-images .row .text .title h3 {
        font-size: 35px;
        line-height: 50px;
    }

    .several-text-images .row.first>.text .text {
        max-width: 100%;
    }

    .small-contact-us .row h2 {
        font-size: 38px;
    }

    .small-contact-us {
        padding-top: 27px;
    }

    .small-contact-us .row p {
        max-width: 100%;
    }

    .small-contact-us .contact-us-form {
        padding: 0 15px;
    }

    .small-contact-us .contact-us-form .checkbox {
        max-width: 100%;
    }

    .small-contact-us .contact-us-form .input-group.buttons input {
        margin: 0 auto;
    }

    .holidays-section .text-images-block .text-images .images-col .block {
        padding-bottom: 150px;
    }

    .several-text-images .row.fourth {
        padding-bottom: 88px;
        padding-top: 42px;
    }

    .several-text-images .row.third,
    .several-text-images .row.second,
    .several-text-images .row.first {
        padding-top: 32px;
    }

    .several-text-images .row.second .image .main-image img {
        object-fit: cover;
    }

    .several-text-images .row.first>.text,
    .several-text-images .row.second>.text,
    .several-text-images .row.third>.text,
    .several-text-images .row.fourth>.text {
        padding-top: 30px;
    }

    .several-text-images .row .text .title h3 {
        margin-bottom: 30px;
    }

    .luxury-slider .custom-slider-wrapper .parent-wrapper {
        display: none;
    }

    .slider-controller .custom-slider-wrapper .swiper {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        opacity: 0;
        z-index: -1;
    }

    .slider-controller .custom-slider-wrapper .swiper.active {
        opacity: 1;
        z-index: 1;
    }

    .luxury-slider .custom-slider-wrapper {
        min-height: 500px;
    }

    .slider-controller .custom-slider-wrapper .swiper .controller {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 2;
        display: flex;
        justify-content: space-between;
        padding: 0 18px;
    }

    .slider-controller .custom-slider-wrapper .swiper .controller .current {
        font-family: 'Playfair Display';
        font-size: 60px;
        line-height: 1;
        color: #fff;
    }

    .slider-controller .custom-slider-wrapper .swiper .controller .total {
        font-family: 'Playfair Display';
        margin-left: 18px;
        margin-top: 26px;
        position: relative;
        font-size: 38px;
        line-height: 1;
        color: #fff;
    }

    .slider-controller .custom-slider-wrapper .swiper .controller .total:after {
        content: '';
        height: 29px;
        width: 1px;
        display: block;
        background: #fff;
        transform: rotate(21deg);
        position: absolute;
        left: -7px;
        top: 17px;
    }

    .slider-controller .custom-slider-wrapper .swiper .arrows path {
        fill: #fff;
    }

    .slider-controller .custom-slider-wrapper .swiper .arrows .separator {
        height: 59px;
        width: 1px;
        background: #fff;
        margin: 0 39px;
    }

    .slider-controller .custom-slider-wrapper .swiper .arrows {
        display: flex;
        align-items: center;
        padding-right: 3px;
        margin-top: 8px;
    }
    .hero-section-hotel__sticker{
        display: none;
    }
    .pricing-availabilit__buttons{
        flex-direction: column;
        align-items: center;
        margin: -10px;
        margin-bottom: 35px;
    }
    .pricing-availabilit__buttons a{
        margin: 10px;
    }
    .tour-about__content{
        padding-left: 15px;
        padding-right: 15px;
    }
    .itenary{
        padding: 50px 0;
    }
    .itenary__item,
    .itenary__title-box{
        margin-bottom: 30px;
    }
    .itenary__item h3{
        font-size: 22px;
    }
    .tour-map{
        margin-bottom: 21%;
    }

}


/*inner page start*/

/*inner-banner*/
.inner-banner {
    padding-top: 140px;
    padding-bottom: 100px;
}

.inner-banner h1 {
    font-weight: 500;
    font-size: 45px;
    line-height: 190%;
    text-align: center;
    letter-spacing: 0.7em;
    text-transform: uppercase;
    font-family: "Playfair Display";
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.inner-banner__swiper {
    position: relative;
    height: 600px;
    width: 100%;
    overflow: hidden;
}

.inner-banner__swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner-banner__swiper .slider-controllers-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.inner-banner__swiper .slider-controllers-wrapper .slider-controllers {
    display: flex;
    height: 135px;
    background: rgba(255, 255, 255, 0.8);
    padding: 0 22px 0 40px;
}

.inner-banner__swiper .slider-controllers-wrapper .slider-controllers .slider-btns {
    display: flex;
    padding-top: 52px;
    margin-right: 50px;
}

.inner-banner__swiper .slider-controllers-wrapper .slider-controllers .slider-btns .slider-btn {
    padding-top: 17px;
}

.inner-banner__swiper .slider-controllers-wrapper .slider-controllers .slider-btns .separator {
    background: rgba(64, 64, 64, 0.3);
    height: 59px;
    width: 0.5px;
    margin: 0 2vw;
}

.inner-banner__swiper .slider-controllers-wrapper .slider-count {
    font-size: 40px;
    line-height: 60px;
    color: #151515;
    user-select: none;
    font-family: 'Playfair Display'
}

.inner-banner__swiper .slider-controllers-wrapper .slider-count .current {
    font-family: 'Playfair Display';
    font-size: 75px;
    line-height: 105px;
    color: #151515;
    user-select: none;
}

/*inner-main-form*/
.inner-main-form {
    padding: 80px 0;
    background: #F4F4F4;
}

.inner-main-form__row {
    justify-content: space-between;
}

.inner-main-form__row>div:first-child {
    max-width: 615px;
}

.inner-main-form__title {
    font-weight: 500;
    font-size: 60px;
    line-height: 120%;
    color: #404040;
    margin-bottom: 30px;
}

.inner-main-form p {
    font-family: "Gilroy";
    font-size: 22px;
    line-height: 33px;
    color: #404040;
}

.inner-main-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.inner-main-form .inner-main-form__sub-title {
    font-style: italic;
    font-weight: 500;
    font-size: 32px;
    line-height: 150%;
    font-family: "Playfair Display";
    color: #404040;
    margin-bottom: 50px;
    width: 100%;
}

.inner-main-form form .input-group {
    display: flex;
    position: relative;
    flex-direction: column;
    padding-top: 18px;
    margin-bottom: 15px;
    width: calc(33.33% - 15px);
}

.inner-main-form form .input-group label {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    transition: all .2s ease;
}

.inner-main-form form .input-group input {
    border: 0;
    outline: 0;
    font-weight: 600;
    font-size: 35px;
    line-height: 40px;
    padding-bottom: 0px;
    padding-top: 14px;
    background: transparent;
    border-bottom: 2px solid #8D8D8D;
    transition: all .2s ease;
}

.inner-main-form form .input-group input[type=number] {
    -moz-appearance: textfield;
}

.inner-main-form form .input-group input[type=number]::-webkit-outer-spin-button,
.inner-main-form form .input-group input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.inner-main-form form .input-group.active label {
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #8D8D8D;
    left: 0;
    top: 0;
    transform: translateY(0%);
}

.inner-main-form form .input-group.active input {
    border-color: #404040;
    padding-bottom: 25px;
}

.inner-main-form form .input-group.buttons {
    width: 100%;
}

.inner-main-form form .input-group.buttons input {
    background: #404040;
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 16px 16px;
    max-width: 277px;
    width: 100%;
    border: 0;
    outline: 0;
}

/*inner-best*/

.inner-best {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-best__info {
    max-width: 600px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 35px 25px;
}

.inner-best__info h2 {
    font-weight: 500;
    font-size: 65px;
    line-height: 75px;
    margin-bottom: 25px;
}

.inner-best__text p {
    margin-bottom: 20px;
}

/*inner-text-images*/
.inner-text-images {
    padding: 150px 0 350px;
    background-image: url('../../img/inner-image-bg.png');
    background-position: bottom left;
    background-repeat: no-repeat;
}

.inner-text-images .inner-text-col {
    padding-left: 15px;
    padding-right: 54px;
}

.inner-text-images .inner-text-col .inner-text-content {
    text-align: right;
    max-width: 530px;
    margin-left: auto;
}

.inner-text-images .inner-text-col .inner-text-content p {
    margin-bottom: 40px;
}

.inner-text-images .inner-text-col .inner-text-content p:last-of-type {
    margin-bottom: 50px;
}

.inner-text-images .inner-text-col .inner-text-content a {
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;
    text-transform: uppercase;
    text-decoration: none;
    color: #151515;
}

.inner-text-images .inner-image-col {
    padding-right: 15px;
    padding-left: 125px;
}

.inner-images-content {
    max-width: 595px;
    position: relative;
}

.inner-image-item {
    position: relative;
    padding-bottom: 134%;
    width: 100%;
}

.inner-image-wrapper {
    position: absolute;
    width: 70%;
    height: auto;
    top: 100%;
    transform: translateY(-50%);
    left: -140px;
}

.inner-image-box {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 126%;
}

.inner-image-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*inner-gallery*/
.inner-gallery {
    padding: 100px 0;
}

.inner-gallery__wrap {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    max-height: 800px;
}

.inner-gallery__item:nth-child(1) {
    grid-area: 1 / 1 / 3 / 2;
}

.inner-gallery__item:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
}

.inner-gallery__item:nth-child(3) {
    grid-area: 2 / 2 / 3 / 3;
}

.inner-gallery__item:nth-child(4) {
    grid-area: 1 / 3 / 3 / 4;
}

.inner-gallery__item:after {
    display: none !important;
}

.inner-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*inner-descr*/
.inner-descr {
    padding-bottom: 100px;
    text-align: center;
}

.inner-descr h2 {
    font-weight: 500;
    font-size: 45px;
    line-height: 190%;
    text-align: center;
    /*letter-spacing: 0.7em;*/
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.inner-descr .row>div {
    padding: 0 5%;
    display: flex;
    flex-direction: column;
}

.inner-descr h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.inner-descr p {
    margin-bottom: 20px;
    flex-grow: 1;
}

.inner-descr a {
    display: inline-block;
    background: #404040;
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    padding: 16px 50px;
}

.inner-descr a:after {
    display: none !important;
}

.experience-section.inner-experience .content-row {
    padding: 150px 0;
}

.choose-us-section .members-blocks__style-v2 .members-blocks-content .blocks-col {
    padding-left: 0;
    padding: 0 100px;
}

.members-blocks__title-box {
    text-align: center;
    margin-bottom: -32px;
    padding-top: 100px;
}

.members-blocks__title-box h2 {
    font-weight: 500;
    font-size: 50px;
    line-height: 130%;
    color: #404040;
}

.members-blocks__button-v2 {
    display: flex;
    justify-content: center;
    padding-top: 85px;
}

.members-blocks__button-v2 a {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #404040;
}

.choose-us-section .members-blocks {
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 100px;
    margin-bottom: -100px;
}

@media (max-width: 1440px) {
    .inner-text-images .inner-text-col .inner-text-content {
        margin-left: unset;
    }

    .inner-text-images .inner-image-col {
        padding-left: 10px;
    }

    .inner-text-images {
        padding: 150px 0 285px;
    }

    .inner-image-wrapper {
        left: -50px;
    }

    .inner-descr .row>div {
        padding: 0 1%;
    }

    .inner-main-form form .input-group {
        width: 100%;
    }
    .hotel-slider-section__title-box{
        width: 40%;
    }
    .hotel-slider-section__slider-box{
        width: 60%;
    }

}

@media (max-width: 1200px) {
    .inner-main-form__row>div {
        width: 50%;
    }

    .inner-image-wrapper {
        left: -14px;
    }

    .inner-text-images .inner-text-col {
        padding-left: 15px;
        padding-right: 15px;
    }

    .inner-text-images {
        padding: 150px 0 160px;
    }

    .inner-descr .row>div {
        padding: 0 15px;
    }

    .inner-gallery__wrap {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-template-rows: repeat(2, minmax(0, 1fr));
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        max-height: 500px;
    }
}

@media (max-width: 992px) {
    .inner-banner h1 {
        font-size: 30px;
        line-height: 1.5;
        letter-spacing: 0.6em;
    }

    .inner-banner__swiper {
        height: 400px;
    }

    .inner-banner__swiper .slider-controllers-wrapper .slider-controllers {
        padding: 0px 20px 0 20px;
        height: 100px;
    }

    .inner-banner__swiper .slider-controllers-wrapper .slider-controllers .slider-btns {
        padding-top: 25px;
        margin-right: 30px;
    }

    .inner-banner__swiper .slider-controllers-wrapper .slider-count .current {
        line-height: 75px;
    }

    .inner-main-form__row {
        flex-direction: column;
    }

    .inner-main-form__row>div {
        width: 100%;
    }

    .inner-text-images {
        padding: 90px 0 160px;
    }

    .inner-main-form__row>div:first-child {
        max-width: unset;
        margin-bottom: 40px;
    }

    .inner-text-images .inner-image-col {
        position: relative;
    }

    .inner-images-content {
        position: sticky;
        top: 90px;
    }

    .inner-main-form__title {
        font-size: 30px;
    }

    .inner-descr h2 {
        font-size: 30px;
        margin-bottom: 50px;
        line-height: 1.2;
    }

    .inner-descr h3 {
        font-size: 20px;
    }

    .inner-descr .row>div {
        margin-bottom: 50px;
    }

    .inner-descr .row>div:last-child {
        margin-bottom: 0;
    }

    .experience-section.inner-experience .content-row {
        padding: 100px 0;
    }

    .inner-main-form .inner-main-form__sub-title {
        font-size: 25px;
        margin-bottom: 30px;
    }

    .inner-main-form form .input-group input {
        font-size: 24px;
        line-height: 1.2;
    }

    .inner-main-form form .input-group.active input {
        padding-bottom: 15px;
    }

    .inner-best__info h2 {
        font-size: 40px;
        line-height: 1.2;
    }
    .hotel-gallery__row,
    .container--padding:nth-child(even) .hotel-gallery__row{
        flex-direction: column;
    }
    .hotel-gallery__col{
        width: 100%;
    }
    .hotel-gallery__image-big{
        max-width: unset;
    }
    .container--padding:nth-child(odd) .hotel-gallery__text-inner{
        max-width: unset;
        padding: 0;
    }
    .hotel-gallery__image-small{
        display: none;
    }
    .container--padding:nth-child(even) .hotel-gallery__text-inner{
        text-align: start;
        padding: 0;
    }
    .hotel-gallery__images-box{
        margin-bottom: 30px;
    }
    .hotel-slider-section__inner{
        flex-direction: column;
    }
    .hotel-slider-section__title-box{
        width: 100%;
    }
    .hotel-slider-section__slider-box{
        width: 100%;
    }
    .hotel-slider-section__title-box{
        padding: 0;
        margin-bottom: 50px;
    }
    .hotel-slider-section__slide-inner{
        flex-direction: column-reverse;
    }
    .hotel-slider-section__image-side{
        width: 100%;
    }
    .hotel-slider-section__image-side img{
        width: 100%;
    }
    .hotel-slider-section__text-side{
        width: 100%;
        margin-right: 0;
    }
    .hotel-gallery .container--padding{
        padding: 0 15px;
    }
    .hero-section-hotel__line{
        margin-bottom: 35px;
    }
    body.single .pricing-availability__item p{
        font-size: 20px;
    }
    .pricing-availability__row {
        padding: 20px 0;
    }
    .pricing-availability h2{
        margin-bottom: 55px;
    }
}

@media (max-width: 769px) {
    .inner-banner__swiper {
        margin-right: -15px;
        margin-left: -15px;
        height: 45vw;
        width: calc(100% + 30px);
    }

    .inner-banner__swiper .slider-controllers-wrapper .slider-count .current {
        line-height: 50px;
    }

    .inner-banner__swiper .slider-controllers-wrapper .slider-controllers .slider-btns {
        padding-top: 15px;
        margin-right: 30px;
    }

    .inner-banner__swiper .slider-controllers-wrapper .slider-controllers {
        padding: 0px 20px 0 20px;
        height: 75px;
    }

    .inner-banner {
        padding-bottom: 80px;
    }

    .inner-text-images {
        padding: 80px 0;
    }

    .inner-text-images .row>div {
        width: 100%;
    }

    .inner-image-wrapper {
        display: none;
    }

    .inner-images-content {
        position: relative;
        top: 0;
        margin: 0 auto;
    }

    .inner-text-images .inner-text-col .inner-text-content {
        max-width: unset;
        text-align: left;
        margin-bottom: 50px;
    }

    .inner-gallery,
    .experience-section.inner-experience .content-row {
        padding: 80px 0;
    }

    .inner-gallery__wrap {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: repeat(2, minmax(0, 1fr));
    }

    .inner-gallery__item:nth-child(1) {
        grid-area: 1 / 1 / 2 / 2;
    }

    .inner-gallery__item:nth-child(2) {
        grid-area: 1 / 2 / 2 / 3;
    }

    .inner-gallery__item:nth-child(3) {
        grid-area: 2 / 1 / 3 / 2;
    }

    .inner-gallery__item:nth-child(4) {
        grid-area: 2 / 2 / 3 / 3;
    }
}

@media (max-width: 576px) {
    .inner-banner {
        padding-top: 120px;
        padding-bottom: 0;
    }

    .inner-banner__swiper {
        height: 65vw;
    }

    .inner-banner h1 {
        margin-bottom: 30px;
        font-size: 27px;
        line-height: 1.5;
        letter-spacing: 0.4em;
    }

    .inner-banner__swiper .slider-controllers-wrapper .slider-controllers {
        height: 40px;
    }

    .inner-banner__swiper .slider-controllers-wrapper .slider-count {
        display: none;
    }

    .inner-banner__swiper .slider-controllers-wrapper .slider-controllers .slider-btns {
        margin-right: 0;
        padding-top: 0;
    }

    .inner-banner__swiper .slider-controllers-wrapper .slider-controllers .slider-btns .separator {
        height: 40px;
    }

    .inner-main-form,
    .inner-text-images,
    .inner-gallery,
    .experience-section.inner-experience .content-row {
        padding: 50px 0;
    }

    .inner-descr {
        padding-bottom: 50px;
    }
}

@media (max-width: 450px) {
    .inner-gallery__wrap {
        display: block;
        max-height: unset;
    }

    .inner-gallery__item {
        display: block;
        margin-bottom: 15px;
        width: 100%;
    }

    .inner-gallery__item img {
        max-width: 100%;
        height: auto;
        object-fit: unset;
    }
}

/*blog-section start*/
.blog-section {
    padding-top: 104px;
    padding-bottom: 190px;
    background-color: #fff;
}

body.page main .blog-section a:after {
    display: none;
}

.blog-section__head {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #404040;
    padding: 8px 0;
    border-bottom: 1px solid #404040;
    margin-bottom: 90px;
}

.blog-section__head:before {
    content: '';
    height: 7px;
    width: 7px;
    display: block;
    border-radius: 50%;
    background-color: #404040;
    margin-right: 5px;
}

.blog-section__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.blog-section__main {
    width: 83.1%;
}

.blog-section__right {
    width: 13%;
}

.blog-section__swiper {
    margin-bottom: 23px;
}

.blog-section__swiper_img {
    height: 755px;
    width: 100%;
    object-fit: cover;
}

.blog-section__swiper_descr {
    position: absolute;
    bottom: 70px;
    left: 70px;
    max-width: 747px;
}

.blog-section__cat {
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 11px 20px 10px;
    color: #696969;
    background-color: #F9FBFA;
}

.blog-section__swiper .blog-section__cat {
    margin-bottom: 15px;
}

.blog-section__swiper_descr h2 {
    margin-bottom: 50px;
}

body.page main .blog-section__swiper_descr h2 a,
.blog-section__swiper_descr h2 a {
    font-family: 'Playfair Display';
    font-weight: 500;
    font-size: 55px;
    line-height: 150%;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog-section__swiper_more {
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
}

.blog-section__swiper_controls {
    position: absolute;
    right: 69px;
    bottom: 41px;
    display: flex;
    align-items: flex-end;
    z-index: 1;
}

.blog-section__swiper_btns {
    display: flex;
    margin-bottom: 7px;
}

.blog-section__swiper_btns .swiper__prew,
.blog-section__swiper_btns .swiper__next {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 59px;
    width: 59px;
}

.blog-section__swiper_btns .swiper__separator {
    height: 59px;
    width: 1px;
    background-color: #fff;
    margin: 0 30px;
}

.blog-section__swiper_counter {
    display: flex;
    align-items: flex-end;
    color: #fff;
    margin-left: 199px;
}

body.page main .blog-section__swiper_counter .current,
.blog-section__swiper_counter .current {
    font-family: 'Playfair Display';
    font-weight: 400;
    font-size: 79px;
    margin-bottom: 8px;
    margin-right: 4px;
}

body.page main .blog-section__swiper_counter .total,
.blog-section__swiper_counter .total {
    font-family: 'Playfair Display';
    font-weight: 400;
    font-size: 45px;
    line-height: 60px;
}

.blog-section__articles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blog-section__article {
    width: 32.4%;
    margin-bottom: 73px;
}

.blog-section__article_img {
    width: 100%;
    padding-top: 86.2%;
    position: relative;
    margin-bottom: 10px;
}

.blog-section__article_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-section__article_img .blog-section__cat {
    position: absolute;
    top: 20px;
    right: 19px;
}

.blog-section__article_descr {
    padding: 20px;
}

.blog-section__article_descr h2,
.blog-section__article_descr h3 {
    margin-bottom: 20px;
}

body.page main .blog-section__article_descr h2 a,
.blog-section__article_descr h2 a,
body.page main .blog-section__article_descr h3 a,
.blog-section__article_descr h3 a {
    font-family: 'Playfair Display';
    font-weight: 500;
    font-size: 30px;
    line-height: 150%;
    color: #151515;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

body.page .blog-section__article_descr p,
.blog-section__article_descr p {
    margin: 0;
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
    color: #151515;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog-section__list,
.blog-section__list li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-section__list li {
    margin-bottom: 70px;
}

.blog-section__list li a {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #696969;
}

.blog-section__list li.active a {
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    text-decoration-line: underline;
    color: #404040;
}

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

.blog-section__more_btn {
    display: inline-block;
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;
    text-transform: uppercase;
    color: #404040;
    padding: 15px 78px;
    border: 1px solid #404040;
    background-color: #fff;
}

@media (max-width: 1700px) {
    .blog-section__main {
        width: 77%;
    }

    .blog-section__right {
        width: 20%;
    }
}

@media (max-width: 1440px) {
    .blog-section .container {
        max-width: 1170px;
    }

    .blog-section__swiper_img {
        height: 665px;
    }

    body.page main .blog-section__article_descr h2 a,
    .blog-section__article_descr h2 a,
    body.page main .blog-section__article_descr h3 a,
    .blog-section__article_descr h3 a {
        font-size: 25px;
    }

    body.page .blog-section__article_descr p,
    .blog-section__article_descr p {
        font-size: 20px;
    }
}

@media (max-width: 1200px) {
    .blog-section__head {
        margin-bottom: 40px;
    }

    .blog-section__main {
        width: 74%;
    }

    .blog-section__right {
        width: 23%;
    }

    .blog-section__swiper_img {
        height: 500px;
    }

    .blog-section__cat {
        font-size: 18px;
    }

    body.page main .blog-section__swiper_descr h2 a,
    .blog-section__swiper_descr h2 a {
        font-size: 45px;
    }

    .blog-section__swiper_counter {
        margin-left: 50px;
    }

    .blog-section__article_descr {
        padding: 10px;
    }

    .blog-section__article {
        margin-bottom: 50px;
    }

    .blog-section__list li {
        margin-bottom: 40px;
    }
}

@media (max-width: 992px) {
    .blog-section {
        padding-bottom: 100px;
    }

    .blog-section__main,
    .blog-section__right {
        width: 100%;
    }

    .blog-section__swiper_descr {
        padding-right: 70px;
    }

    .blog-section__list {
        margin-top: 60px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .blog-section__list li {
        margin-bottom: 25px;
        margin-right: 20px;
    }
    .itenary__inner{
        flex-direction: column;
    }
    .itenary__left-side h2{
        margin-top: unset;
    }
    .itenary__left-side{
        margin-bottom: 50px;
    }
    .itenary__right-side{
        width: 100%;
        max-width: unset;
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .blog-section {
        padding-top: 85px;
    }

    .blog-section__swiper_img {
        height: 410px;
    }

    .blog-section__swiper_descr {
        bottom: 35px;
        left: 35px;
    }

    .blog-section__swiper_descr {
        padding-right: 35px;
    }

    body.page main .blog-section__swiper_descr h2 a,
    .blog-section__swiper_descr h2 a {
        font-size: 35px;
    }

    .blog-section__swiper_controls {
        position: absolute;
        right: 35px;
        bottom: 10px;
    }

    .blog-section__article {
        width: 48%;
    }

    .choose-us-section .members-blocks .members-blocks-content .blocks-col .blocks-wrapper .block-item--25 {
        width: 100% !important;
    }

    .choose-us-section .members-blocks .members-blocks-content .blocks-col .blocks-wrapper .block-item--25 .text {
        max-width: unset;
    }
    .hero-tour__text-box{
        padding: 25px 10%;
        margin-top: 30px;
    }
    body.single .hero-tour__text-box p{
        font-size: 19px;
        line-height: 1.2;
    }
    body.single .hero-tour__text-box strong{
        font-size: 22px;
        line-height: 1.2;
        display: block;
    }
    body.single .tour-about__text p{
        font-size: 18px;
    }
    .tour-about__text {
        padding-left: 0;
        padding-right: 0;
    }
    .tour-about__text a{
        padding: 10px;
    }
    .itenary__table-row{
        flex-direction: column;
    }
    .itenary__table-row span{
        margin-right: 0;
        margin-bottom: 10px;
        text-align: center;
    }
    .itenary__btn-box a{
        margin-top: 30px;
    }
    .tour-about-prev, .tour-about-next{
        width: 45px;
        height: 45px;
    }
    .tour-about-prev svg, .tour-about-next svg{
        width: 50%;
    }
}

@media (max-width: 576px) {
    .blog-section {
        padding-bottom: 50px;
    }

    .blog-section__swiper_img {
        height: 385px;
    }

    .blog-section__cat {
        font-size: 16px;
        padding: 7px 15px;
    }

    .blog-section__swiper_descr {
        bottom: 35px;
        left: 20px;
        padding-right: 20px;
    }

    .blog-section__swiper_descr h2 {
        margin-bottom: 35px;
    }

    body.page main .blog-section__swiper_descr h2 a,
    .blog-section__swiper_descr h2 a {
        font-size: 25px;
        -webkit-line-clamp: 4;
    }

    .blog-section__swiper_controls {
        position: absolute;
        right: 20px;
        bottom: 25px;
    }

    .blog-section__swiper_btns .swiper__prew,
    .blog-section__swiper_btns .swiper__next {
        height: 40px;
        width: 40px;
    }

    .blog-section__swiper_btns .swiper__separator {
        height: 40px;
    }

    .blog-section__swiper_counter {
        display: none;
    }

    .blog-section__article {
        margin-bottom: 30px;
    }

    .blog-section__article_descr {
        padding: 0px;
    }

    body.page main .blog-section__article_descr h2 a,
    .blog-section__article_descr h2 a,
    body.page main .blog-section__article_descr h3 a,
    .blog-section__article_descr h3 a {
        font-size: 20px;
        -webkit-line-clamp: 4;
    }

    body.page .blog-section__article_descr p,
    .blog-section__article_descr p {
        font-size: 18px;
        -webkit-line-clamp: 4;
    }

    .blog-section__list {
        margin-top: 40px;
    }
}

@media (max-width: 399px) {
    .blog-section__article {
        width: 100%;
    }

    .blog-section__article_img {
        padding-top: 75%;
    }

    .blog-section__swiper_btns .swiper__separator {
        margin: 0 15px;
    }

    .blog-section__more_btn {
        padding: 15px 40px;
    }
}

/*blog-section end*/

/*single-section start*/
.single-section {
    padding-bottom: 190px;
    background-color: #fff;
    overflow-x: hidden;
}

body.page main .single-section a:after {
    display: none;
}

.single-section__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.single-section__main {
    width: calc(68.5% - 25px);
    padding-top: 114px;
}

.single-section__main .blog-section__cat {
    margin-bottom: 15px;
}

.single-section__main h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 55px;
    line-height: 150%;
    color: #151515;
    margin-bottom: 40px;
}

.single-section__featured-img,
.single-section__img {
    position: relative;
    margin-bottom: 100px;
}

.single-section__featured-img img,
.single-section__img img {
    max-width: 100%;
    height: auto;
}

.single-section__img {
    margin-top: 100px;
}

.single-section__featured-img figcaption,
.single-section__img figcaption {
    position: absolute;
    max-width: 559px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background-color: #F9FBFA;
    padding: 15px 20px;
}

.single-section__featured-img figcaption strong,
.single-section__img figcaption strong {
    display: block;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
    color: #404040;
    margin-bottom: 10px;
}

.single-section__featured-img figcaption span.location,
.single-section__img figcaption span.location {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
}

.single-section__featured-img figcaption span,
.single-section__img figcaption span {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #A8A8A8;
    margin-right: 10px;
}

.single-section__featured-img figcaption span.location>span:after,
.single-section__img figcaption span.location>span:after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #A8A8A8;
    margin-left: 10px;
}

.single-section__featured-img figcaption span.location>span:last-child,
.single-section__img figcaption span.location>span:last-child {
    margin-right: 0;
}

.single-section__featured-img figcaption span.location>span:last-child::after,
.single-section__img figcaption span.location>span:last-child::after {
    display: none;
}

.single-section__descr p,
.single-section__descr h1,
.single-section__descr h2,
.single-section__descr h3,
.single-section__descr h4,
.single-section__descr h5,
.single-section__descr h6 {
    margin-left: 20px;
    margin-right: 40px;
}

.single-section__descr p {
    margin-top: 33px;
    margin-bottom: 33px;
}

.single-section__btn-wrap {
    text-align: right;
    margin-top: 71px;
}

.single-section__next {
    display: inline-block;
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;
    text-transform: uppercase;
    color: #404040;
    padding: 15px 78px;
    border: 1px solid #404040;
}

.single-section__right {
    width: calc(31.5% - 25px);
    padding-left: 57px;
    position: relative;
    padding-top: 239px;
}

.single-section__right:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #F4F4F4;
    height: 100%;
    width: 50vw;
}

.related-articles {
    position: relative;
}

.related-articles>h2 {
    position: relative;
    font-weight: 500;
    font-size: 45px;
    line-height: 150%;
    color: #151515;
    margin-bottom: 39px;
}

.related-articles .blog-section__article {
    width: 100%;
    margin-bottom: 30px;
}

@media (max-width: 1700px) {}

@media (max-width: 1440px) {
    .single-section .container {
        max-width: 1170px;
    }

    .single-section__main {
        width: calc(65.5% - 25px);
    }

    .single-section__right {
        width: calc(34.5% - 25px);
        padding-left: 30px;
    }
}

@media (max-width: 1200px) {
    .single-section__right {
        padding-top: 189px;
    }

    .single-section__main h1 {
        font-size: 45px;
    }

    .related-articles>h2 {
        font-size: 35px;
    }
}

@media (max-width: 992px) {

    .single-section__main,
    .single-section__right {
        width: 100%;
    }

    .single-section__right:before {
        display: none;
    }

    .single-section__right {
        padding: 0;
        margin-top: 50px;
    }

    .single-section__descr p,
    .single-section__descr h1,
    .single-section__descr h2,
    .single-section__descr h3,
    .single-section__descr h4,
    .single-section__descr h5,
    .single-section__descr h6 {
        margin-right: auto;
        margin-left: auto;
    }

    .related-articles__wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .related-articles .blog-section__article {
        width: 48%;
    }

    .members-blocks__title-box {
        padding-top: 20px;
    }

    .members-blocks__title-box h2 {
        font-size: 38px;
    }
}

@media (max-width: 768px) {
    .single-section__main h1 {
        font-size: 35px;
    }

    .single-section__featured-img,
    .single-section__img {
        margin-bottom: 50px;
    }

    .single-section__img {
        margin-top: 50px;
    }

    .choose-us-section .members-blocks .members-blocks-content .blocks-col {
        padding: 0 50px;
    }

    .members-blocks__title-box h2 {
        padding-bottom: 30px;
    }

    .members-blocks__button-v2 {
        padding-top: 40px;
    }
}

@media (max-width: 576px) {

    body.page .single-section__descr p,
    .single-section__descr p {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .single-section__btn-wrap {
        margin-top: 40px;
    }

    .choose-us-section .members-blocks .members-blocks-content .blocks-col {
        padding: unset;
    }

    .members-blocks__button-v2 {
        padding-top: 10px;
    }

    .members-blocks__title-box h2 {
        font-size: 32px;
    }
}

@media (max-width: 399px) {
    .related-articles .blog-section__article {
        width: 100%;
    }
    
}
@media (max-width: 1500px) {
    .hero-location-slider-content .swiper-slide .location-label{
        flex-direction: column;
        align-items: center;
    }
}

@media (min-width: 1920px) {
    .hero-location-slider-content .swiper-slide .location-label p{
        font-size: 17px;
    }
    .hero-location-slider-content .swiper-slide .location-label span{
        font-size: 16px;
    }
}
/*single-section end*/
body #announcements .announcement-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    text-align: center;
    width: 100%;
    background: var(--announcement-bg-color, #E50695);
    color: var(--announcement-text-color, #FFFFFF);
    font-family: inherit;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    font-size: 0.8em;
}
@media (max-width: 576px) {
    body #announcements {
        display: none;
    }
}
body #announcements .announcement-bar a,
body #announcements .announcement-bar p {
    color: inherit;
    text-decoration: none;
}

/*# sourceMappingURL=style.css.map */