
@font-face {
    font-family: "TTHoves";
    src: url("../fonts/TT_Hoves_Pro_Regular.woff") format("woff2"),
         url("../fonts/TT_Hoves_Pro_Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "TTHoves";
    src: url("../fonts/TT_Hoves_Pro_Medium.woff2") format("woff2"),
         url("../fonts/TT_Hoves_Pro_Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

:root {
    --black: #1F1B1B;
    --black-90: rgba(31,27,27,0.9);
    --white: #fff;
    --white-600: rgba(255, 255, 255, 0.6);

    --sage: #D1D9D0;
    --sage-400: rgba(209, 217, 208, 0.4);
    --sage-100: rgba(209, 217, 208, 0.1);

    --sage-light: #F1F6F0;
    --sage-light-90: rgba(241,246,240,0.9);

    --grey: #96958B;
    --grey-400: rgba(150, 149, 139, 0.4);
    --grey-200: rgba(150, 149, 139, 0.2);

    --orange: #D84A10;

    --brown: #3B322E;
}

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
	font-family: 'TTHoves', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: var(--black);
    background: var(--sage-light);
}
ol, ul { 
	list-style: none;
}
blockquote, q { 
	quotes: none; 
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.layouts-title {
	font-size: 26px;
	margin:15px 0;
}
.layouts ul li {
	margin-bottom:5px;
}
.layouts ul li a {
	font-size: 17px;
	display: inline-block;
	padding:3px 10px;
}
.layouts ul li a:hover {
	background:#000;
	color:#fff;
}
/* -- END RESET -- */

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
}
.nopad {
	padding:0;
}
.nopadleft {
	padding-left:0;
}
.nopadright {
	padding-right:0;
}
strong, b {
	font-weight: bold;
}
i {
	font-style: italic;
}
em {
	font-style: italic;
}
.clear {
	clear:both;
}
.left {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
.right {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}
.alignleft {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
.alignright {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
	max-width: 100%;
    margin-bottom: 15px;
}
.invi {
	visibility: hidden;
	opacity: 0;
}
.object-fit {
	position: relative;
}
.object-fit > img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
   object-fit: cover;
}
.object-fit.object-contain > img {
    -o-object-fit: contain;
    object-fit: contain;
}
.object-fit > video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: none;
}

.submitting button,
.submitting input[type="button"] {
    pointer-events: none;
}
.submitting {
    position: relative;
}
.submitting::before {
    content: '';
    width: 100%; height: 100%;
    background: var(--sage-light-90);
    position: absolute;
    top: 0; left: 0;
    z-index: 11;
}
.submitting::after {
    content: '';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border-top: 2px solid #000;
    border-right: 2px solid transparent;
    -webkit-animation: formSpinner .6s linear infinite;
    animation: formSpinner .6s linear infinite;
    z-index: 12;
}

footer .submitting::before {
    background: rgba(31,27,27,0.5);
}
footer .submitting::after {
    border-top: 2px solid var(--white);
    border-right: 2px solid transparent;
}
@-webkit-keyframes formSpinner {
    to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes formSpinner {
    to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}

/* preloader */
.preloader {
    display: inline-block;
	width: 25px;
	height: 25px;
	border: 3px solid hsla(0,0%,100%,.3);
    border-top-color: rgba(255, 255, 255, 0.3);
    border-right-color: rgba(255, 255, 255, 0.3);
    border-bottom-color: rgba(255, 255, 255, 0.3);
    border-left-color: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	border-top-color: #ccc !important;
	-webkit-animation: a 1s ease-in-out infinite;
	animation: a 1s ease-in-out infinite;
	z-index: 50;
}
@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}
@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

/*   hamburger   */
.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
    float: right;
    display: none;
}
.hamburger:hover {
    opacity: 1;
}
.hamburger-box {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    float: right;
}
.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -1px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    border-radius: 2px;
    position: absolute;
    width: 24px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    background-color: var(--white);
}
.hamburger-inner {
    background-color: transparent;
}
.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: "";
}
.hamburger-inner:before {
    top: -4px;
}
.hamburger-inner:after {
    bottom: -4px;
}
.hamburger--squeeze .hamburger-inner:before {
    transition: top 75ms ease .12s, opacity 75ms ease, transform 75ms cubic-bezier(.55, .055, .675, .19);
}
.hamburger--squeeze .hamburger-inner:after {
    transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
}
.hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(45deg);
}
.hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(-45deg);
}

.tabs {
    margin: 0;
    border: none;
    background: transparent;
}
.tabs-content {
    border: none;
    background: transparent;
    color: inherit;
}
.tabs-panel {
    padding: 0;
}

.accordion {
    background: none;
}
.accordion-title {
    border: none;
}
.accordion-title:hover,
.accordion-title:focus {
    background: none;
}
.accordion-content {
    padding: 0;
    border: none;
    background: none;
    color: inherit;
}
:last-child > .accordion-content:last-child,
:last-child:not(.is-active) > .accordion-title {
    border: none;
}

.prev-scroll {
    overflow: hidden;
    height: 100%;
    position: relative;
}

.grid-container {
    width: 100%;
    max-width: 1320px;
    padding: 0 20px;
    position: relative;
    z-index: 5;
}

.grid-container.grid-container-md {
    max-width: 872px;
}
.grid-container.grid-container-sm {
    max-width: 648px;
}

.dflex,
.dflex-ul ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.dflex-wrap,
.dflex-ul-wrap ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.dflex-aic,
.dflex-ul-aic ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.padding-top-xl {
    padding-top: 160px;
}
.padding-top-lg {
    padding-top: 120px;
}
.padding-top-md {
    padding-top: 80px;
}
.padding-top-sm {
    padding-top: 40px;
}

.padding-bottom-xl {
    padding-bottom: 160px;
}
.padding-bottom-lg {
    padding-bottom: 120px;
}
.padding-bottom-md {
    padding-bottom: 80px;
}
.padding-bottom-sm {
    padding-bottom: 40px;
}

.btn-primary,
.btn-primary:focus,
.btn-primary:active {
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.16px;
    padding: 14px 32px;
    color: var(--black);
    background: var(--white);
    border-radius: 64px;
}
.btn-primary::before {
    content: '';
    width: 10px; height: 10px;
    background: url(../img/icon-plus-black.svg) no-repeat center center / contain;
    position: absolute;
    top: 50%; left: 25px;
    transform: translateY(-50%);
    opacity: 0;
    transition: 0.2s ease-in-out;
}
.btn-primary:hover,
a:hover .btn-primary {
    padding-left: 47px;
    color: var(--black);
}
.btn-primary:hover::before,
a:hover .btn-primary::before {
    opacity: 1;
}

.btn-primary-black,
.btn-primary-black:focus,
.btn-primary-black:active {
    background: var(--black);
    color: var(--white);
}
.btn-primary-black::before {
    background: url(../img/icon-plus-white.svg) no-repeat center center / contain;
}
.btn-primary.btn-primary-black:hover,
a:hover .btn-primary.btn-primary-black {
    color: var(--white);
}

.btn-secondary,
.btn-secondary:focus,
.btn-secondary:active {
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.16px;
    padding: 13px 31px;
    color: var(--black);
    background: transparent;
    border-radius: 64px;
    border: 1px solid var(--sage);
}
.btn-secondary:hover,
a:hover .btn-secondary {
    background: var(--sage);
    color: var(--black);
    
}
.btn-secondary-white,
.btn-secondary-white:focus,
.btn-secondary-white:active {
    border-color: var(--sage-light);
}
.btn-secondary-white:hover,
a:hover .btn-secondary-white {
    background: var(--sage-light);
    color: var(--black);
}
.btn-secondary-grey,
.btn-secondary-grey:focus,
.btn-secondary-grey:active {
    border-color: var(--grey-400);
}
.btn-secondary-grey:hover,
a:hover .btn-secondary-grey {
    background: var(--grey-400);
}

.btn-arrow,
.btn-arrow:focus,
.btn-arrow:active {
    display: inline-block;
    cursor: pointer;
    width: 40px; height: 40px;
    background-color: var(--sage-100);
    border-radius: 50%;
    transition: 0.2s ease-in-out;
    position: relative;
}
.btn-arrow::after {
    content: '';
    width: 12px; height: 10px;
    background: url(../img/icon-arrow-right-white.svg) no-repeat center center / contain;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.2s ease-in-out;
}
.btn-arrow:hover,
a:hover .btn-arrow {
    background: var(--orange) !important;
}
.btn-arrow.btn-arrow-dark,
.btn-arrow.btn-arrow-dark:focus,
.btn-arrow.btn-arrow-dark:active {
    background: var(--grey-200);
}
.btn-arrow.btn-arrow-dark::after {
    background: url(../img/icon-arrow-right-black.svg) no-repeat center center / contain;
}
.btn-arrow.btn-arrow-dark:hover::after,
a:hover .btn-arrow.btn-arrow-dark::after {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.mb-80-64 {
    margin-bottom: 80px;
}
.mb-64-40 {
    margin-bottom: 64px;
}
.mb-32-24 {
    margin-bottom: 32px;
}
.mb-24 {
    margin-bottom: 24px;
}
.mb-24-16 {
    margin-bottom: 24px;
}

.mt-80-64 {
    margin-top: 80px;
}
.mt-80-48 {
    margin-top: 80px;
}
.mt-64-40 {
    margin-top: 64px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-40-32 {
    margin-top: 40px;
}
.mt-24-32 {
    margin-top: 24px;
}
.mt-24 {
    margin-top: 24px;
}

.bg-sage {
    background: var(--sage);
}
.bg-black {
    background: var(--black);
}

.title-h1 {
    font-size: 72px;
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -1.44px;
}
.title-h2 {
    font-size: 56px;
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -0.56px;
}
.title-h3 {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -0.48px;
}
.title-h4 {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.4px;
}
.title-h5 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.title-24 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.01em;
}
.title-20 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.01em;
}
.text-accent {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.42px;
    text-transform: uppercase;
    color: var(--orange);
}
.text-regular {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.16px;
}
.text-regular p:not(:last-child) {
    margin-bottom: 16px;
}
.text-md {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.2px;
}
.text-md-responsive {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.2px;
}



header {
    position: fixed;
    top: 0; right: 0; left: 0;
    z-index: 999;
    padding: 32px 0;
    transition: 0.2s ease-in-out;
}

header.header-up {
    transform: translateY(-100%);
}
header.is-active {
    transform: translateY(0%);
}

header.header-scrolled {
    background: var(--white);
}
header .grid-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    gap: 24px;
}
.header-logo {
    position: relative;
    z-index: 1;
}
.header-logo img {
    max-height: 28px;
    transition: 0.2s ease-in-out;
}
.header-nav > ul {
    gap: 40px;
    pointer-events: none;
}
.header-nav > ul:hover > li > a {
    opacity: 0.6;
}
.header-nav > ul > li:hover > a {
    opacity: 1;
}
.header-nav ul li {
    position: relative;
    pointer-events: all;
}
.header-nav ul li > a {
    color: var(--white);
}
.header-nav ul li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.66;
    letter-spacing: 0.16px;
    transition: 0.2s ease-in-out;
}
.header-nav ul li ul {
    display: block;
    position: absolute;
    top: calc(100% + 18px); left: 0;
    min-width: 288px;
    padding: 6px;
    border-radius: 8px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.70)), to(rgba(255, 255, 255, 0.70))), #F1F6F0;
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.70) 0%, rgba(255, 255, 255, 0.70) 100%), #F1F6F0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.70) 0%, rgba(255, 255, 255, 0.70) 100%), #F1F6F0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease-in-out;
}
.header-nav ul li ul::before {
    content: '';
    width: 100%; height: 28px;
    position: absolute;
    top: -24px; left: 0;
}
.header-nav ul li ul li a {
    display: block;
    padding: 14px 22px;
    color: var(--black);
    border-radius: 4px;
}
.header-nav ul li ul li a:hover {
    background: rgba(209, 217, 208, 0.40);
}
.header-nav ul li.menu-item-has-children > a {
    display: inline-block;
    padding-right: 24px;
    position: relative;
    color: var(--white);
}
.header-nav ul li.menu-item-has-children > a::after {
    content: '';
    width: 9px; height: 9px;
    background: url(../img/icon-plus-white.svg) no-repeat center center / contain;
    position: absolute;
    top: 50%; right: 0;
    transform: translateY(-50%);
    transition: 0.2s ease-in-out;
}
.header-nav ul li.menu-item-has-children:hover > a::after,
.header-nav ul li.menu-item-has-children.is-active > a::after {
    transform: translateY(-50%) rotate(-45deg);
}
.header-nav ul li.menu-item-has-children:hover ul {
    opacity: 1;
    visibility: visible;
}

header.header-dark .header-logo img,
header.header-scrolled .header-logo img,
header.is-active .header-logo img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}
header.header-dark .hamburger-inner::before,
header.header-dark .hamburger-inner::after,
header.header-scrolled .hamburger-inner::before,
header.header-scrolled .hamburger-inner::after,
header.is-active .hamburger-inner::before,
header.is-active .hamburger-inner::after {
    background: var(--black);
}
header.header-dark .header-nav ul li a,
header.header-scrolled .header-nav ul li a {
    color: var(--black);
}
header.header-dark .header-nav ul li.menu-item-has-children > a::after,
header.header-scrolled .header-nav ul li.menu-item-has-children > a::after {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}









.home-hero {
    min-height: 100vh;
    min-height: 100dvh;
    padding: 156px 0;
    position: relative;
}
.home-hero-bg {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    overflow: hidden;
}
.home-hero-bg::after {
    content: '';
    width: 100%; height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.20)), to(rgba(0, 0, 0, 0.20)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
    position: absolute;
    top: 0; left: 0;
    z-index: 2;
}
.home-hero-bg span {
    display: inline-block;
    width: 19px; height: 19px;
    position: absolute;
    right: 143px;
    bottom: 197px;
    background: url(../img/icon-plus-fat-sage-light.svg) no-repeat center center / contain;
    z-index: 3;
    pointer-events: none;
}
.home-hero-bg span::before {
    content: '';
    width: 200vw; height: 1px;
    background: url(../img/orn-dash-horizontal-sage-light-400.svg) repeat-x center left;
    position: absolute;
    top: calc(50% - 1px); left: 50%;
    transform: translate(-50%, -50%);

    top: 9px;
    transform: translate(-50%, 0%);
}
.home-hero-bg span::after {
    content: '';
    width: 1px; height: 200vh;
    background: url(../img/orn-dash-vertical-sage-light-400.svg) repeat-y center top;
    position: absolute;
    top: 50%; left: calc(50% - 1px);
    transform: translate(-50%, -50%);

    left: 9px;
    transform: translate(-0%, -50%);
}
.home-hero-textbox {
    width: 100%;
    max-width: 842px;
    margin: 0 auto;
}
.home-hero .section-btn {
    position: absolute;
    bottom: 56px; left: 0; right: 0;
    z-index: 5;
}

.section-top:not(.section-top-full) {
    margin-left: auto;
    margin-right: auto;
    max-width: 745px;
}
.overflow-hidden {
    overflow: hidden;
}

.top-tours-owl {
    position: relative;
    padding-bottom: 80px;
}
.top-tours-owl .owl-nav {
    position: absolute;
    bottom: 0; left: 0;
}
.top-tours-owl .owl-dots {
    position: absolute;
    bottom: 16px; left: 112px;
}
.top-tours-owl .owl-stage-outer {
    overflow: visible;
}
.top-tours-owl .item {
    width: 528px;
}
.top-tours-owl .item a {
    min-height: 528px;
}
.tour-list-card {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;

    position: relative;
    padding: 40px;
    min-height: 464px;
}
.tour-list-card-img {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: -1;
}
.tour-list-card-img::after {
    content: '';
    width: 100%; height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 27, 27, 0.30)), to(rgba(31, 27, 27, 0.00)));
    background: -o-linear-gradient(top, rgba(31, 27, 27, 0.30) 0%, rgba(31, 27, 27, 0.00) 100%);
    background: linear-gradient(180deg, rgba(31, 27, 27, 0.30) 0%, rgba(31, 27, 27, 0.00) 100%);
    position: absolute;
    top: 0; left: 0;
    z-index: 1;
}
.text-box-bottom .tour-list-card-img::after {
    background: linear-gradient(0deg, rgba(31, 27, 27, 0.30) 0%, rgba(31, 27, 27, 0.00) 100%);

}
.tour-list-card .btn-arrow {
    position: absolute;
    right: 40px;
    bottom: 40px;
}
.tour-list-card-textbox {
    position: relative;
    z-index: 5;
    padding-right: 80px;
}
.tour-list-card-cat {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.14px;
    text-transform: uppercase;
    margin-bottom: 24px;
    color: var(--white);
}
.tour-list-card-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.24px;
    color: var(--white);
}

.owl-carousel-nav .owl-nav {
    line-height: 0;
}
.owl-carousel-nav .owl-nav button {
    display: inline-block;
    cursor: pointer;
    width: 40px; height: 40px;
    border-radius: 50%;
    background: var(--sage) !important;
    position: relative;
    transition: 0.2s ease-in-out;
}
.owl-carousel-nav .owl-nav button.disabled {
    background: var(--sage-400) !important;
    pointer-events: none;
}
.owl-carousel-nav .owl-nav button::before {
    content: '';
    width: 12px; height: 10px;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.2s ease-in-out;
}
.owl-carousel-nav .owl-nav button.owl-prev {
    margin-right: 8px;
}
.owl-carousel-nav .owl-nav button.owl-prev::before {
    background: url(../img/icon-arrow-left-black.svg) no-repeat center center / contain;
}
.owl-carousel-nav .owl-nav button.owl-next::before {
    background: url(../img/icon-arrow-right-black.svg) no-repeat center center / contain;
}
.owl-carousel-nav .owl-nav button span {
    display: none;
}
.owl-carousel-nav .owl-nav button:hover {
    background: var(--orange) !important;
}
.owl-carousel-nav .owl-nav button:hover::before {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.owl-carousel-dots .owl-dots {
    line-height: 0;
}
.owl-carousel-dots .owl-dot {
    display: inline-block;
    width: 8px; height: 8px;
    background: var(--sage) !important;
    border: 1px solid transparent !important;
    border-radius: 50%;
    margin-right: 8px;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}
.owl-carousel-dots .owl-dot:hover {
    background: var(--orange) !important;
}
.owl-carousel-dots .owl-dot.active {
    background-color: transparent !important;
    border-color: var(--black) !important;
}

.highlight-block-left {
    padding-right: 32px;
}
.highlight-block-left.large-order-2 {
    padding: 0 0 0 32px;
}
.highlight-block-right {
    padding-left: 32px;
    gap: 40px;

    -ms-flex-line-pack: justify;
    align-content: space-between;
}
.highlight-block-right.large-order-1 {
    padding-left: 0px;
    padding-right: 32px;
}
.highlight-block-right.large-order-2 {
    padding: 0 32px 0 0;
}
.highlight-block-image {
    padding-bottom: 131.58%;
}
.highlight-block-list ul li {
    padding: 24px 0;
    position: relative;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -0.2px;
}
.highlight-block-list ul li::after {
    content: '';
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, var(--grey) 70%, rgba(150, 149, 139, 0) 0%);
    background-position: bottom;
    background-size: 8px 1px;
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0; left: 0;
}

.highlight-block-list.v2 ul li {
    padding: 20px 0;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: -0.01em;
}

.tours-list {
    padding-top: 30px;
}
.tours-cat-list .tour-list-card {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.tours-cat-list .tour-list-card-textbox {
    padding-right: 0;
    padding-bottom: 80px;
}
.tours-list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 64px;
}
.tours-list .text-regular {
    margin-top: 24px;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease-in-out;
    color: var(--white);
}
.tour-list-card:hover .text-regular {
    opacity: 1;
    visibility: visible;
}

.highlight-block-right-center {
    -ms-flex-line-pack: center;
    align-content: center; 
}
.highlight-block-right-center > div {
    max-width: 496px;
    max-width: 560px;
}
.highlight-block-right-center .text-regular {
    max-width: 496px;
}
.highlight-block-right-center .title-h3 {
    max-width: 432px;
}

.three-col-one-line-list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 64px;
}
.three-col-one-line-list-img {
    padding-bottom: 100%;
    margin-bottom: 32px;
}
.three-col-one-line-list-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.2px;
    margin-bottom: 16px;
}
.three-col-one-line-list ul li .text-regular {
    max-width: 292px;
}

.review-slider-section {
    gap: 40px;
}
.review-slider-row {
    gap: 20px; 
    will-change: transform;
}
.review-track {
    gap: 20px; 
    flex-shrink: 0;
}
.review-track-card {
    width: 416px;
    margin: 0 10px;
    min-height: 441px;
}
.review-track-card.review-track-card-img {
    width: 628px;
}
.review-track-card-box {
    background: var(--sage);
    padding: 40px;
    height: 100%;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    gap: 40px;
}
.review-track-card-box > div {
    width: 100%;
}
.review-track-person {
    gap: 12px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.16px;
}
.review-track-person span {
    display: inline-block;
    width: 44px; height: 44px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}
.review-slider-section + .hide-for-large {
    margin-top: 40px;
}

.journal-list ul:hover li a {
    opacity: 0.5;
}
.journal-list ul li {
    position: relative;
}
.journal-list ul li::before {
    content: '';
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, var(--grey) 70%, rgba(150, 149, 139, 0) 0%);
    background-position: bottom;
    background-size: 8px 1px;
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0; left: 0;
}
.journal-list ul li:first-child::after {
    content: '';
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, var(--grey) 70%, rgba(150, 149, 139, 0) 0%);
    background-position: bottom;
    background-size: 8px 1px;
    background-repeat: repeat-x;
    position: absolute;
    top: 0; left: 0;
    z-index: -1;
}
.journal-list ul li:hover {
    z-index: 10;
}
.journal-list ul li a {
    display: block;
    padding: 38px 64px 38px 0;
    position: relative;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.16;
    color: var(--black);
    transition: 0.2s ease-in-out;
}
.journal-list ul li a:hover {
    opacity: 1;
}
.journal-list ul li a .btn-arrow {
    position: absolute;
    top: 50%; right: 0;
    transform: translateY(-50%);
}
.journal-list-img-wrap {
    position: absolute;
    top: 50%; right: 24%;
    transform: translateY(-50%);
    width: 31.57%;
    clip-path: inset(100% 0 0 0);
    transition: opacity 0.3s, visibility 0.3s, clip-path 0.5s;
    opacity: 0;
    visibility: hidden;
}
.journal-list-img {
    padding-bottom: 69.3%;
}

.journal-list-img.has-logo {
    background: var(--sage-light);
}
.bg-light .journal-list-img.has-logo {
    background: var(--sage);
}
.journal-list-img.has-logo img {
    max-height: 140px;
}

.links-list .journal-list-img-wrap {
    right: 20%;
}
.links-list .btn-arrow::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.journal-list-img-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 56%;
    transform: translate(-50%, -50%);
}

.journal-list ul li a:hover .journal-list-img-wrap {
    opacity: 1;
    visibility: visible;
    clip-path: inset(0 0 0 0);
}

.cta-box-wrap {
    position: relative;
    min-height: 600px;
    padding: 24px;
}
.cta-box-wrap-img {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: -1;
    overflow: hidden;
}
.cta-box-wrap-img > span {
    display: inline-block;
    width: 19px; height: 19px;
    position: absolute;
    right: 143px;
    bottom: 99px;
    z-index: 3;
    pointer-events: none;
}
.cta-box-wrap-img > span span {
    display: inline-block;
    width: 100%; height: 100%;
    background: url(../img/icon-plus-fat-sage-light.svg) no-repeat center center / contain;
    position: relative;
    z-index: 1;
}
.cta-box-wrap-img > span::before {
    content: '';
    width: 200vw; height: 1px;
    background: url(../img/orn-dash-horizontal-sage-light-400.svg) repeat-x center left;
    position: absolute;
    top: calc(50% - 1px); left: 50%;
    transform: translate(-50%, -50%);

    top: 9px;
    transform: translate(-50%, 0%);
}
.cta-box-wrap-img > span::after {
    content: '';
    width: 1px; height: 200vh;
    background: url(../img/orn-dash-vertical-sage-light-400.svg) repeat-y center top;
    position: absolute;
    top: 50%; left: calc(50% - 1px);
    transform: translate(-50%, -50%);
    left: 9px;
    transform: translate(0%, -50%);
}

footer {
    background: var(--black);
    padding: 80px 0 48px;
}
.footer-top {
    gap: 64px;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer-left {
    max-width: 416px;
}
.footer-right {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    width: 50%;
    padding-left: 32px;
}
.footer-newsletter-accent {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.12px;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: var(--white);
}
.footer-menu:not(:last-child) {
    margin-bottom: 56px;
}
.footer-menu > span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.12px;
    text-transform: uppercase;
    color: var(--grey);
    margin-bottom: 32px;
}

.footer-bottom {
    margin-top: 96px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.035px;
    color: var(--grey);
}
.footer-menu ul li {
    line-height: 0;
}
.footer-menu ul li:not(:last-child) {
    margin-bottom: 20px;
}
.footer-menu ul li a {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.035px;
    color: var(--white);
    transition: 0.2s ease-in-out;
}
.footer-menu ul li a:hover {
    color: var(--sage);
}


/* Other */
.text-white {
    color: var(--white);
}

/* Animations */
.fade-up {
    transform: translateY(30px);
    opacity: 0;
    transition: opacity 0.75s linear, transform 0.75s cubic-bezier(0.19,1,0.22,1);
}
.fade-up.fade-up-later {
    transition-delay: 0.3s;
}
.fade-up.in-view,
.in-view .fade-up{
    transform: translateY(0px);
    opacity: 1;
}

.fade-in {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.fade-in.in-view,
.in-view .fade-in {
    opacity: 1;
}

.animated-title {
    opacity: 0;
}
.animated-title.in-view,
.in-view .animated-title {
    opacity: 1;
}

.animated-title .char {
    transform: translateY(20px);
    opacity: 0;
    transition: transform 1.2s cubic-bezier(0.19,1,0.22,1), opacity 1.2s cubic-bezier(0.19,1,0.22,1);
    transition-delay: calc(30ms* var(--word-index));
}
.animated-title.in-view .char,
.in-view .animated-title .char {
    transform: translateY(0);
    opacity: 1;
}

.archive-section {
    padding-top: 252px;
}

.tour-list-single-card-textbox {
    padding-right: 80px;
}

.filter-style {
    overflow: auto;
    padding-top: 40px;
    margin-bottom: 34px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.filter-style ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
}
.filter-style ul li input {
    display: none;
}
.filter-style ul li label {
    display: block;
    margin: 0;
    cursor: pointer;
    color: var(--grey);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.66;
    letter-spacing: 0.01em;
    white-space: nowrap;
    transition: 0.2s;
}
.filter-style ul li input:checked + label {
    color: var(--black);
}

.filter-more-button {
    margin-top: 80px;
}

.cta-box-wrap .text-regular {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
}
.cta-box-wrap .text-regular:not(:last-child) {
    margin-bottom: 64px;
}

.faq-acc .accordion-item {
    position: relative;
}

.faq-acc .accordion-item:first-child:before {
    content: '';
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, var(--grey) 70%, rgba(150, 149, 139, 0) 0%);
    background-position: bottom;
    background-size: 8px 1px;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    left: 0;
}

.faq-acc .accordion-item:after {
    content: '';
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, var(--grey) 70%, rgba(150, 149, 139, 0) 0%);
    background-position: bottom;
    background-size: 8px 1px;
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
}

.faq-acc .accordion-title {
    padding: 24px 48px 24px 0;
    border: none !important;
    color: var(--black);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.01em;
}
.faq-acc .accordion-content {
    padding: 8px 0 40px;
    border: none !important;
}
.faq-acc .accordion-content .text-regular {
    max-width: 565px;
}

.faq-acc .accordion-title::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(0);
    right: 0;
    margin-top: 0rem;
    width: 24px;
    height: 24px;
    background: url(../img/icon-plus.svg) no-repeat center center;
    transition: 0.2s;
}
.faq-acc .is-active>.accordion-title::before {
    transform: translateY(-50%) rotate(45deg);
}

.course-options ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 64px;
}
.course-options ul li {
    border: 1px solid var(--sage-400);
    background: var(--sage);
    padding: 40px 40px;
}

.course-options .text-regular {
    margin-bottom: 48px;
}

.course-option-button {
    margin-top: 64px;
}

.gallery-carousel-item {
    padding-bottom: 72.533%;
}

.gallery-carousel {
    position: relative;
    padding-bottom: 80px;
}

.gallery-carousel .owl-nav {
    position: absolute;
    bottom: 0;
    left: 0;
}

.gallery-carousel .owl-dots {
    position: absolute;
    bottom: 16px;
    left: 112px;
}

.gallery-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}


.gallery-carousel-hold {
    padding-right: 24px;
}

.w-50 {
    width: 50%;
}

.intro-ci-left {
    padding-right: 7%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: 40px;
}
.intro-ci-right {
    padding-left: 32px;
}

.intro-ci-section {
    padding-top: 148px;
}

.multi-buttons ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    gap: 16px;
}

.intro-ci-back {
    margin-bottom: 40px;
}

.link-back,
.link-back:focus,
.link-back:active {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--grey);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    transition: 0.2s;
}   
.link-back:hover {
    color: var(--black);
}
.link-back:before {
    content: '';
    width: 14px;
    height: 14px;
    background: url(../img/arrow-back-grey.svg) no-repeat center center;
    margin-right: 8px;
    transition: 0.2s;
}
.link-back:hover:before {
    filter: grayscale(0) brightness(0);
}

.link-more,
.link-more:focus,
.link-more:active {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--grey);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    transition: 0.2s;
}   
.link-more:hover {
    color: var(--black);
}
.link-more:before {
    content: '';
    width: 19px;
    height: 19px;
    background: url(../img/link-plus.svg) no-repeat center center;
    margin-right: 8px;
    transition: 0.2s;
}
.link-more:hover:before {
    filter: grayscale(0) brightness(0);
}

.text-accent span.sec {
    color: var(--grey);
    margin-left: 4px;
}

.course-options-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.course-options-title > span {
    color: var(--grey);
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: 0.035px;
}

.intro-cfi-section {
    padding-top: 196px;
}

.intro-cfi-image {
    position: relative !important;
    margin-top: 144px;
    padding-bottom: 48.83%;
}
.intro-cfi-image.cta-box-wrap-img > span {
    right: 20%;
    bottom: 30%;
}

.section-top.start-left {
    margin-left: 0 !important;
}

.tours-list.grid-for-two ul {
    grid-template-columns: repeat(2, 1fr);
}
.tours-list.grid-for-two .tour-list-card {
    min-height: 624px;
}

.section-top.narrow {
    max-width: 505px;
}

.persons-list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 64px;
}

.persons-list-item-image {
    padding-bottom: 120.83%;
    margin-bottom: 24px;
}

.section-top.mb-lg {
    margin-bottom: 120px;
}

.tours-list.no-padd {
    padding-top: 0;
}


.intro-ci-section.v2 .title-h2 {
    max-width: 500px;
}
.intro-ci-section.v2 .text-regular {
    max-width: 500px;
}

.intro-gift-card-section .title-h3 {
    max-width: 495px;
}
.intro-gift-card-section .text-regular {
    max-width: 470px;
}

.intro-gift-card-section .faq-acc .accordion-content .text-regular {
    max-width: 352px;
}

.guide-carousel-item {
    padding-bottom: 131.771%;
}

.guide-item-left {
    width: 50%;
    padding-right: 32px;
}
.guide-item-right {
    width: 50%;
    padding-left: 32px;
    padding-right: 8.8%;
}

.guide-carousel-hold {
    max-width: 384px;
}

.guide-carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.guide-carousel.owl-carousel-dots .owl-dot {
    background: rgba(241, 246, 240, 0.50)!important;
}
.guide-carousel.owl-carousel-dots .owl-dot.active {
    background-color: transparent !important;
    border-color: var(--white) !important;
}

.guide-item {
    padding-top: 40px;
    position: relative;
    margin-bottom: 80px;
}
.guide-item:last-child {
    margin-bottom: 0px;
}
.guide-item:before {
    content: '';
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, var(--grey) 70%, rgba(150, 149, 139, 0) 0%);
    background-position: bottom;
    background-size: 8px 1px;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    left: 0;
}

.contacts-options:not(:first-child) {
    margin-top: 64px;
}
.contacts-options ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 64px;
}

.contacts-option-label {
    color: var(--grey);
}

.contacts-option-text.text-regular p:not(:last-child) {
    margin-bottom: 0;
}
.contacts-option-text a {
    color: var(--black);
    transition: 0.2s;
}
.contacts-option-text a:hover {
    color: var(--orange);
    /* text-decoration: underline; */
}

.contact-form-left {
    padding-right: 10%;
}
.contact-form-right {
    padding-left: 32px;
}

.form-reg,
.form-reg form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.form-element-half {
    width: calc(50% - 20px)
}
.form-element-full {
    width: 100%;
}

.form-element {
    margin-bottom: 40px;
    position: relative;
}
.form-element:after {
    /* content: '';
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, var(--grey) 70%, rgba(150, 149, 139, 0) 0%);
    background-position: bottom;
    background-size: 8px 1px;
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0;
    left: 0; */
}
.form-element input,
.form-element input:focus {
    outline: none;
    margin: 0;
    padding: 2px 0;
    background: transparent;
    border: none;
    box-shadow: none;
    height: 54px;
    font-size: 16px;
    color: var(--brown);
    /* border-bottom: 1px dashed var(--grey) */
    border-bottom: 1px solid transparent;
    border-image: repeating-linear-gradient(to right, var(--grey) 0 5px, transparent 5px 10px) 1;
    transition: 0.2s;
}
.form-element input:hover {
    background: rgba(209, 217, 208, 0.20);
}
.form-element input:focus {
    background: rgba(209, 217, 208, 0.20);
    border-image: repeating-linear-gradient(to right, var(--brown) 0 5px, transparent 5px 10px) 1;
}

.form-element textarea::-webkit-input-placeholder,
.form-element input::-webkit-input-placeholder {
	color: var(--grey);
	opacity: 1;
}
.form-element textarea::-moz-placeholder,
.form-element input::-moz-placeholder {
	color: var(--grey);
	opacity: 1;
}
.form-element textarea:-ms-input-placeholder,
.form-element input:-ms-input-placeholder {
	color: var(--grey);
	opacity: 1;
}
.form-element textarea:-moz-placeholder,
.form-element input:-moz-placeholder {
	color: var(--grey);
	opacity: 1;
}

.form-submit {
    margin-top: 40px;
}

.journal-archive-list > ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px 64px;
}

.journal-archive-list-item-image {
    padding-bottom: 72.7%;
    margin-bottom: 32px;
    overflow: hidden;
}
.journal-archive-list-item-image img {
    transform: scale(1);
    will-change: transform;
    transition: 0.3s ease-in-out;
}
a:hover .journal-archive-list-item-image img {
    transform: scale(1.03);
}

.journal-archive-list ul li a {
    display: block;
    color: var(--black);
}
.info-details {
    margin-bottom: 16px;
}
.info-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.info-details.text-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.info-details span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.info-details span:after {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--orange);
    margin: 0 16px;
}
.info-details span:last-child:after {
    display: none;
}

.journal-archive-list-item-image > .btn-arrow {
    position: absolute;
    bottom: 40px;
    right: 40px;
    opacity: 0;
}
a:hover .journal-archive-list-item-image > .btn-arrow {
    opacity: 1;
}

.intro-single-journey-section .info-details {
    margin-bottom: 32px;
}
.intro-single-journey-section .section-top:not(.section-top-full) {
    max-width: 608px;
}

.intro-single-journey-image {
    padding-bottom: 39.0625%;
    margin-top: 120px;
}

.entry {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: -0.01em;
}
.entry p {
    margin-bottom: 17px;
}

.entry h2,
.entry h3,
.entry h4,
.entry h5  {
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.01em;
    margin-bottom: 40px;
}
.entry h2:not(:first-child),
.entry h3:not(:first-child),
.entry h4:not(:first-child),
.entry h5:not(:first-child)  {
    margin-top: 40px;
}
.entry h2 {
    font-size: 40px;
}
.entry h3 {
    font-size: 32px;
}
.entry h4 {
    font-size: 24px;
}
.entry h5 {
    font-size: 20px;
}

.entry .wp-caption {
    margin: 80px 0;
}
.entry .wp-caption p {
    margin-top: 16px;
}
.entry .wp-caption p:last-child {
    margin-bottom: 0;
}

.entry > *:first-child {
    margin-top: 0;
}

.entry > *:last-child {
    margin-bottom: 0;
}

.entry ul,
.entry ol {
    margin-bottom: 24px;
}

.entry ul li,
.entry ol li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 9px;
}
.entry ul li:last-child,
.entry ol li:last-child {
    margin-bottom: 0px;
}
.entry ul li:before {
    content: '•';
    position: absolute;
    left: 8px;
    top: 0;
}

.entry ol {
    counter-reset: item;
}
.entry ol li:before {
    content: counters(item, ".") ".";
    counter-increment: item;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    text-align: center;
}

.single-journal-block:not(:last-child) {
    margin-bottom: 80px;
}

.gift-card-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: auto;
    bottom: auto;
    z-index: 5;
    background: var(--sage-light);
    padding: 16px 16px;
    width: 70.75%;
    min-height: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.cta-box-wrap-img.gift-card-box > span {
    right: 36px;
    bottom: 75px;
    filter: invert(1);
    opacity: 0.4;
    width: 11px;
    height: 11px;
    display: flex;
}
.cta-box-wrap-img.gift-card-box > span span {
    filter: brightness(0.5);
}

.intro-gift-card-section .faq-acc {
    margin-top: 80px;
}

.section-btn .text-regular {
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
}

.review-item {
    width: 100%;
    position: relative;
    padding-bottom: 48px;
    margin-bottom: 48px;
    
}
.review-item:after {
    content: '';
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, var(--grey) 70%, rgba(150, 149, 139, 0) 0%);
    background-position: bottom;
    background-size: 8px 1px;
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
}

.review-item-gallery {
    margin-top: 40px;
}

.review-item-gallery ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
}
.review-item-gallery ul li a {
    display: block;
    padding-bottom: 125%;
}

.home-hero .title-h1 {
    text-wrap: balance;
}

.review-item-title {
    margin-bottom: 24px;
}

.fancybox__thumbs {
    display: none !important;
}

.carousel__button.fancybox__button--thumbs,
.carousel__button.fancybox__button--slideshow,
.carousel__button.fancybox__button--fullscreen,
.carousel__button.fancybox__button--zoom {
    display: none !important;
}

.review-item-top {
    margin-bottom: 40px;
}

.review-item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    gap: 8px;
}
.review-item-info .rii-date {
    color: var(--grey);
}

.review-item-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    gap: 4px;
    padding: 3px 0;
    margin-bottom: 16px;
}
.review-item-rating span {
    width: 20px;
    height: 19px;
    background: url(../img/icon-rating.svg) no-repeat center center;
}

.review-item-text.clamped {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.review-item.expanded .review-item-text {
    display: block;
    -webkit-line-clamp: unset;
}

.review-item-button-hold {
    margin-top: 16px;
}

.reviews-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    margin-bottom: -48px;
}

div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ng {
    border: none !important;
    float: left !important;
    margin: 10px 0 !important;
    padding: 0 !important;
    color: #ef586b !important;
}

div.wpcf7-mail-sent-ok {
    float: left !important;
    border: none !important;
    padding: 0 !important;
    margin: 10px 0 !important;
}

span.wpcf7-not-valid-tip {
	display: none !important;
}

span.wpcf7-list-item {
    margin: 0 !important;
}

.form-element input.wpcf7-not-valid,
.form-element input.wpcf7-not-valid:focus,
.form-element textarea.wpcf7-not-valid,
.form-element textarea.wpcf7-not-valid:focus {
    background: rgba(216,43,16,0.1);
    border-image: repeating-linear-gradient(to right, #D82B10 0 5px, transparent 5px 10px) 1;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    float: left;
    width: 100%;
    text-align: left;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 24px !important;
    color: #D82B10;
}

.wpcf7 form.sent .wpcf7-response-output {
    float: left;
    width: 100%;
    text-align: left;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 24px !important;
}

.wpcf7 form .wpcf7-response-output {
    float: left;
    width: 100%;
    text-align: left;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 24px !important;
    font-size: 16px;
    line-height: 1.6;
}


.newsletter-form-element {
    position: relative;
}

.newsletter-form-element input,
.newsletter-form-element input:focus {
    outline: none;
    box-shadow: none;
    margin: 0;
    border: none;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.05);
    height: 59px;
    padding: 2px 20px;
    padding-right: 50px;
    color: var(--white);
    font-size: 16px;
    letter-spacing: -0.04px;
}
.newsletter-form-element button {
    position: absolute;
    top: 0;
    right: 0;
    height: 59px;
    width: 48px;
    outline: none;
    border: none;
    cursor: pointer;
    background: url(../img/arrow-submit.svg) no-repeat center center;
    transition: 0.2s;
}
.newsletter-form-element button:hover {
    opacity: 0.7;
}

.newsletter-form-element input::-webkit-input-placeholder {
	color: var(--grey);
	opacity: 1;
}
.newsletter-form-element input::-moz-placeholder {
	color: var(--grey);
	opacity: 1;
}
.newsletter-form-element input:-ms-input-placeholder {
	color: var(--grey);
	opacity: 1;
}
.newsletter-form-element input:-moz-placeholder {
	color: var(--grey);
	opacity: 1;
}
.newsletter-form-element input.wpcf7-not-valid, 
.newsletter-form-element input.wpcf7-not-valid:focus {
    background: rgba(216, 43, 16, 0.1);
}

.newsletter-form .wpcf7 form.invalid .wpcf7-response-output, 
.newsletter-form .wpcf7 form.unaccepted .wpcf7-response-output {
    margin-top: 16px !important;
}

.mob-nav-hold {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.70)), to(rgba(255, 255, 255, 0.70))), #F1F6F0;
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.70) 0%, rgba(255, 255, 255, 0.70) 100%), #F1F6F0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.70) 0%, rgba(255, 255, 255, 0.70) 100%), #F1F6F0;
    padding: 88px 0px 20px;
    z-index: 888;
}

.mob-nav ul li {
    position: relative;
}
.mob-nav ul li > a {
    color: var(--black);
    position: relative;
    padding: 12px 0;
    display: inline-block;
    padding-right: 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.36;
    letter-spacing: 0.01em;
}
.mob-nav ul li.menu-item-has-children > a:after {
    content: '';
    width: 9px;
    height: 9px;
    background: url(../img/icon-plus-white.svg) no-repeat center center / contain;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: 0.2s ease-in-out;
    -webkit-filter: brightness(0);
    filter: brightness(0);
}
.mob-nav ul li ul {
    display: none;
    position: relative;
    top: 0;
    min-width: 1px;
    margin: 0;
    padding-left: 12px;
}
.mob-nav ul li ul li a {
   font-size: 14px;
   font-weight: 400;

}

.intro-ci-h-section .highlight-block-image {
    padding-bottom: 0;
    min-height: calc(100vh - 148px - 40px);
    min-height: calc(100svh - 148px - 40px);
}

.footer-bottom {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.footer-bottom-link a {
    color: var(--grey);
    font-size: 14px;
    line-height: 1;
    transition: 0.2s;
}
.footer-bottom-link a:hover {
    color: var(--white);
}

/* Medias */

@media only screen and (min-width: 1024px) {
    .header-nav {
        display: block !important;
    }
    .mob-nav-hold {
        display: none !important;
    }
} /* end of min-width 1024 */

@media only screen and (max-width: 1139px) {
    .footer-right {
        width: auto;
        padding-left: 0;
    }
    .footer-left {
        max-width: 360px;
    }
    .journal-list-img-logo {
        width: 62%;
    }
    .journal-list-img.has-logo img {
        max-height: 120px;
    }
    .intro-gift-card-section .faq-acc {
        margin-top: 60px;
    }
    .journal-archive-list > ul {
        gap: 64px 40px;
    }
    .contact-form-left {
        padding-right: 8%;
    }
    .contacts-options ul {
        gap: 32px 40px;
    }
    .tours-list.grid-for-two .tour-list-card {
        min-height: 540px;
    }
    .persons-list ul {
        gap: 40px;
    }
    .section-top.mb-lg {
        margin-bottom: 100px;
    }
    .intro-cfi-image {
        margin-top: 120px;
    }
    .course-options ul {
        gap: 40px;
    }
    .padding-top-xl {
        padding-top: 120px;
    }
    .padding-bottom-xl {
        padding-bottom: 120px;
    }
    .intro-ci-back {
        margin-bottom: 32px;
    }
    .title-h1 {
        font-size: 68px;
    }
    .title-h2 {
        font-size: 52px;
    }
    .intro-ci-left {
        padding-right: 32px;
    }
    .filter-style {
        overflow: auto;
        padding-top: 0px;
        margin-bottom: 18px;
    }
    .filter-style ul {
        gap: 20px;
    }
    .tour-list-card-textbox {
        padding-right: 64px;
    }
    .tour-list-card .btn-arrow {
        right: 32px;
        bottom: 32px;
    }
    .tour-list-card {
        padding: 32px;
    }
    .tours-list ul {
        gap: 40px;
    }
    .three-col-one-line-list ul {
        gap: 40px;
    }
    .archive-section {
        padding-top: 200px;
    }
    .header-nav > ul {
        gap: 24px;
    }
} /* end of max-width 1139 */

@media only screen and (max-width: 1023px) {
    .intro-ci-h-section .highlight-block-image {
        min-height: 1px;
        padding-bottom: 131.58%;
    }
    .footer-left {
        max-width: 416px;
    }
    .intro-gift-card-section .faq-acc {
        margin-top: 40px;
    }
    .intro-gift-card-section .text-regular {
        max-width: 100%;
    }
    .intro-gift-card-section .faq-acc .accordion-content .text-regular {
        max-width: 100%;
    }
    .journal-archive-list > ul {
        gap: 64px 20px;
    }
    .form-submit {
        margin-top: 24px;
    }
    .contact-form-right {
        padding-left: 0;
    }
    .contact-form-left {
        margin-bottom: 40px;
    }
    .contacts-options:not(:first-child) {
        margin-top: 40px;
    }
    .highlight-block-right-center > div {
        max-width: 100%;
    }
    .highlight-block-right-center .text-regular {
        max-width: 100%;
    }
    .intro-ci-section.v2 .text-regular {
        max-width: 100%;
    }
    .guide-item-right {
        padding-left: 0px;
        padding-right: 0;
    }
    .intro-cfi-image.cta-box-wrap-img > span {
        right: 24%;
        bottom: 32%;
    }
    .tours-list.grid-for-two .tour-list-card {
        min-height: 464px;
    }
    .persons-list ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .section-top.mb-lg {
        margin-bottom: 80px;
    }
    .intro-cfi-image {
        margin-top: 80px;
        padding-bottom: 100%;
    }
    .intro-cfi-section {
        padding-top: 152px;
    }
    .course-options ul li {
        padding: 32px 24px;
    }
    .course-options ul li .title-h1 {
        font-size: 52px;
    }
    .course-options ul {
        gap: 20px;
    }
    .cta-box-wrap .text-regular:not(:last-child) {
        margin-bottom: 48px;
    }
     .padding-top-xl {
        padding-top: 100px;
    }
    .padding-bottom-xl {
        padding-bottom: 100px;
    }
    .gallery-carousel-hold {
        padding-right: 48px;
    }
    .intro-ci-section {
        padding-top: 136px;
    }
    .w-50 {
        width: 100%;
    }
    .intro-ci-left {
        padding-right: 0;
        margin-bottom: 40px;
    }
    .intro-ci-right {
        padding-left: 0;
    }
    .tour-list-card-textbox {
        padding-right: 80px;
    }
    .archive-section {
        padding-top: 152px;
    }
    .filter-style {
        margin-bottom: 32px;
    }
    .filter-style ul li:last-child {
        padding-right: 20px;
    }
    .filter-style {
        margin-left: -20px;
        width: calc(100% + 40px);
        padding-left: 20px;
    }
    .filter-more-button {
        margin-top: 64px;
    }
    .tour-list-card .btn-arrow {
        right: 40px;
        bottom: 40px;
    }
    .tour-list-card {
        padding: 40px;
    }
    .padding-top-lg,
    .padding-top-md,
    .padding-top-sm {
        padding-top: 80px;
    }
    .padding-bottom-lg,
    .padding-bottom-md,
    .padding-bottom-sm {
        padding-bottom: 80px;
    }
    .mb-32-24 {
        margin-bottom: 24px;
    }
    .mb-24-16 {
        margin-bottom: 16px;
    }
    .mb-80-64 {
        margin-bottom: 64px;
    }
    .mb-64-40 {
        margin-bottom: 40px;
    }
    .mt-80-64 {
        margin-top: 64px;
    }
    .mt-80-48 {
        margin-top: 48px;
    }
    .mt-64-40 {
        margin-top: 40px;
    }
    .mt-40-32 {
        margin-top: 32px;
    }
    .mt-24-32 {
        margin-top: 32px;
    }
    .title-h1 {
        font-size: 56px;
        letter-spacing: -1.12px;
    }
    .title-h2 {
        font-size: 44px;
        letter-spacing: -0.44px;
    }
    .title-h3 {
        font-size: 36px;
        letter-spacing: -0.36px;
    }
    .title-h4 {
        font-size: 32px;
        letter-spacing: -0.32px;
    }
    .title-h5 {
        font-size: 24px;
    }
    .text-accent {
        font-size: 12px;
        letter-spacing: 0.36px;
    }
    .text-md-responsive {
        font-size: 18px;
        line-height: 1.45;
        letter-spacing: -0.18px;
    }


    header {
        padding: 24px 0;
    }
    .header-logo img {
        max-height: 20px;
    }
	.hamburger {
		display: inline-block;
	}
    .header-nav {
        display: none;
        position: fixed;
        top: 0; right: 0; left: 0;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.70)), to(rgba(255, 255, 255, 0.70))), #F1F6F0;
        background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.70) 0%, rgba(255, 255, 255, 0.70) 100%), #F1F6F0;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.70) 0%, rgba(255, 255, 255, 0.70) 100%), #F1F6F0;
        padding: 88px 20px 20px;
    }
    .header-nav > ul {
        display: block;
        max-height: calc(100vh - 108px);
        max-height: calc(100dvh - 108px);
        overflow: auto;
    }
    .header-nav ul li a {
        color: var(--black) !important;
        opacity: 1 !important;
    }
    .header-nav > ul > li > a {
        display: block;
        padding: 12px 0;
    }
    .header-nav ul li.menu-item-has-children > a::after {
        -webkit-filter: brightness(0);
        filter: brightness(0);
    }
    .header-nav ul li ul {
        display: none;
        position: relative;
        top: 0;
        min-width: 1px;
        padding: 0;
        border-radius: 0;
        background: transparent;
        margin: 0;
        opacity: 1;
        visibility: visible;
        transition: 0s;
    }
    .header-nav ul li ul::before {
        display: none;
    }
    .header-nav ul li ul li a {
        padding: 12px;
        background: transparent !important;
    }

    .home-hero {
        padding: 100px 0;
    }
    .home-hero-bg span {
        right: 63px;
        bottom: 149px;
    }
    .home-hero .section-btn {
        bottom: 40px;
    }
    .highlight-block-left {
        padding: 0 !important;
        margin-bottom: 40px;
    }
    .highlight-block-right {
        padding: 0 !important;
        gap: 88px;
    }
    .tours-list ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }
    .tours-list .text-regular {
        opacity: 1;
        visibility: visible;
    }
    .three-col-one-line-list ul {
        gap: 20px;
    }
    .three-col-one-line-list-img {
        margin-bottom: 24px;
    }
    .three-col-one-line-list-title {
        font-size: 18px;
        letter-spacing: -0.18px;
        margin-bottom: 8px;
    }
    .review-slider-section {
        gap: 20px;
    }
    .review-track-card {
        width: 316px;
        margin: 0 0;
        min-height: 335px;
    }
    .review-track-card.review-track-card-img {
        width: 417px;
    }
    .review-slider-section + .hide-for-large {
        margin-top: 20px;
    }
    .review-track-card-box {
        padding: 32px;
    }
    .tours-list {
        padding-top: 0;
    }
    .journal-list ul li a {
        padding: 20px 120px 20px 0;
        position: relative;
        font-size: 18px;
    }
    .journal-list-img-wrap {
        display: none;
    }
    .journal-list ul li a .btn-arrow::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    .cta-box-wrap {
        min-height: 457px;
    }
    .cta-box-wrap-img > span {
        right: 58px;
        bottom: 63px;
    }
    .section-cta-block {
        padding-top: 0 !important;
    }
    footer {
        padding: 64px 0 20px;
    }
    .footer-bottom {
        margin-top: 64px;
    }
} /* end of max-width 1023 */

@media screen and (max-width:639px) {
    .footer-bottom-right {
        width: 100%;
        margin-bottom: 24px;
    }
    .footer-bottom-left {
        width: 100%;
        order: 2;
    }
    .review-item-rating {
        padding: 0;
        margin-bottom: 8px;
    }
    .review-item-button-hold {
        margin-top: 8px;
    }
    .reviews-list {
        margin-bottom: -40px;
    }
    .review-item {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    .review-item-gallery {
        margin-top: 24px;
    }
    .title-20 {
        font-size: 18px;
    }
    .review-item-title {
        margin-bottom: 16px;
    }
    .review-item-top {
        margin-bottom: 24px;
    }
    .intro-gift-card-section .faq-acc {
        margin-top: 24px;
    }
    .gift-card-box {
        width: calc(100% - 40px);
    }
    .journal-archive-list-item-image {
        margin-bottom: 24px;
    }
    .journal-archive-list > ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }
    .form-element {
        margin-bottom: 32px;
        margin-bottom: 24px;
    }
    .form-element-half {
        width: 100%;
    }
    .contacts-options ul {
        gap: 24px;
        grid-template-columns: repeat(1, 1fr);
    }
    .guide-item {
        margin-bottom: 64px;
    }
    .guide-item .mb-80-64 {
        margin-bottom: 40px;
    }
    .guide-item-right {
        width: 100%;
    }
    .guide-item-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }
    .section-top.mb-lg {
        margin-bottom: 64px;
    }
    .persons-list-item-image {
        margin-bottom: 16px;
    }
    .title-24 {
        font-size: 20px;
    }
    .persons-list ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .tours-list.grid-for-two .tour-list-card {
        min-height: 334px;
    }
    .tours-list.grid-for-two ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .course-option-button {
        margin-top: 48px;
    }
    .course-options .text-regular {
        margin-bottom: 40px;
    }
    .faq-acc .accordion-content {
        padding: 0px 0 32px;
    }
    .padding-top-xl {
        padding-top: 80px;
    }
    .padding-bottom-xl {
        padding-bottom: 80px;
    }
    .gallery-carousel-hold {
        padding-right: 16px;
    }
    .multi-buttons ul li {
        width: 100%;
    }
    .intro-ci-back {
        margin-bottom: 24px;
    }
    .intro-ci-section {
        padding-top: 120px;
    }
	.course-options ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .top-tours-owl .item {
        width: auto;
    }
    .top-tours-owl .item a {
        min-height: 334px;
    }
    .tour-list-card {
        padding: 32px;
        min-height: 334px;
    }
    .tour-list-card-cat {
        font-size: 12px;
        line-height: 1.2;
        letter-spacing: 0.12px;
        margin-bottom: 18px;
    }
    .tour-list-card-title {
        font-size: 20px;
        letter-spacing: -0.2px;
    }
    .tour-list-card .btn-arrow {
        right: 32px;
        bottom: 32px;
    }
    .tours-list ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .three-col-one-line-list ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        overflow: auto;
        width: calc(100% + 40px);
        margin-left: -20px;
        padding: 0 20px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .three-col-one-line-list ul::-webkit-scrollbar {
        display: none;
    }
    .three-col-one-line-list ul li {
        width: 246px;
        flex-shrink: 0;
    }
    .three-col-one-line-list ul li .text-regular {
        max-width: 222px;
    }
    .footer-left {
        width: 100%;
    }
    .footer-right {
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }
    .footer-menu:not(:last-child) {
        margin-bottom: 40px;
    }
    .footer-menu > span {
        margin-bottom: 24px;
    }
    .footer-menu-socials ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        gap: 20px;
    }
    .footer-menu-socials ul li {
        margin-bottom: 0;
    }
} /* end of max-width 639 */


@media (max-width: 375px) {
    .title-h1 {
        font-size: 52px;
    }
} 