/*
Theme Name: Trip & Study Theme
Theme URI: N/A
Author: Marco
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

@font-face {
	font-family: 'Onmark TRIAL';
	src: url('fonts/OnmarkTRIAL.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

body .btn-filled{
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 220px;
	padding: 20px 18px;
	color: #000;
	text-align: center;
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	border-radius: 8px;
	border: 1px solid #F8BD15;
	background: #FCC012;
	width: 100% !important;
}

body .btn-filled:hover{
	background: #fff;
	color: #FCC012;
}

body .btn-outlined{
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 220px;
	padding: 20px 18px;
	color: #FCC012;
	text-align: center;
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	border-radius: 8px;
	border: 1px solid #F8BD15;
	background: #fff;
	width: 100%;
}

body .btn-outlined:hover{
	background: #FCC012;
	color: #000;
}

.has-text-align-justify{
	text-align: justify;
}

#hotel-section{
	margin-bottom: 24px;
}

.hotel-detail-repeater .block-item .block-img {
	height: 400px;
    background-size: cover;
    border-radius: 15px;
    margin-bottom: 16px;
    background-repeat: no-repeat;
    background-position: bottom center;
}

*, body {
	box-sizing: border-box;
}

 body:not(.privacy-policy) ul, body:not(.privacy-policy) ol, body:not(.privacy-policy) li, body:not(.privacy-policy) h1, body:not(.privacy-policy) h2, body:not(.privacy-policy) h3, body:not(.privacy-policy) h4, body:not(.privacy-policy) h5, body:not(.privacy-policy) h6, body:not(.privacy-policy) div, body:not(.privacy-policy) p, body:not(.privacy-policy)  {
	margin: 0;
	padding: 0;
}

strong {
	font-weight: 700;
}

.btn {
	width: fit-content;
    font-family: Manrope;
	font-weight: 800;
	font-size: 16px;
	line-height: 150%;
	
    padding: 10px 15px;
    border-radius: 8px;
    text-decoration: none;

    transition: all .25s ease-in-out;
}

.btn.btn-primary {
    border: 1px solid #FCC012;
    background-color: #FCC012;
    color: #000;
}

.btn.btn-primary:hover {
    background-color: #fff;
    color: #FCC012;
}

.btn.btn-outline {
	border: 1px solid #FCC012;
	background-color: #fff;
    color: #000;
}

.btn.btn-outline:hover {
    background-color: #FCC012;
}

body {
	margin: 0;
	padding: 0;
}

.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto !important;
	padding: 40px;
}

.slider-navigation {
    display: flex;
    align-items: center;
    column-gap: 12px;
    position: absolute;
    top: 10px;
    right: 50px;
}

@media (max-width: 575px){
	.slider-navigation {
		top: 3px;
	}
}

.slider-navigation > svg {
	cursor: pointer;
}

.text-uppercase {
	text-transform: uppercase;
}

header#main-header {
	background: #FFF;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

header#main-header .container {
	padding: 12px 40px;
}

header#main-header .container .inner-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 16px;
}

header#main-header .container .inner-wrapper .logo a {
	display: flex;
	align-items: center;
	column-gap: 16px;
	text-decoration: none;
}

header#main-header .container .inner-wrapper .logo > a > img {
	width: 64px;
	height: 64px;
}

header#main-header .container .inner-wrapper .logo > a .logo-text > span {
	flex: 1;
	font-family: Manrope;
	font-weight: 800;
	font-size: 24px;
	line-height: 150%;
	
	color: #000000;
}

header#main-header .container .inner-wrapper .logo > a .logo-text > span > span {
	color: #FFC942;
}

header#main-header .container .inner-wrapper .logo-text__subtitle{
	font-family: Manrope;
	font-weight: 800;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #FCC012;
}

header#main-header .inner-wrapper .menu-wrapper {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	column-gap: 1.111vw;
}

header#main-header .inner-wrapper .menu-wrapper .btn-menu-close,
header#main-header .inner-wrapper .menu-wrapper .btn-menu-toggle {
	display: none;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu {
	display: flex;
	column-gap: 16px;
	list-style: none;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li {
	display: flex;
	align-items: center;
	column-gap: 16px;
}

header#main-header .phones{
	display: flex;
	flex-direction: column;	
    padding-right: 16px;
}

header#main-header .phones__item {
	display: block;
	font-family: Manrope;
	font-weight: 700;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #000;
	text-decoration: none;
	margin-bottom: 4px;
}

header#main-header .phones__item:hover {
	color: #FCC012;
}

header#main-header .phones__item-icon {
	margin-right: 11px;
	position: relative;
    top: 2px;
}

header#main-header .phones__item:first-child{
	margin-bottom: 5px;
}

@media(min-width: 1800px) {
	header#main-header .inner-wrapper .menu-wrapper {
		column-gap: 16px;
	}

	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu {
		column-gap: 16px;
	}

	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li {
		column-gap: 16px;
	}
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li a {
	color: #000;
	font-family: Manrope;
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	

	text-decoration: none;
	transition: all .25s ease-in-out;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li a:hover {
	color: #FCC012;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu li.menu-item-has-children>.arrow {
	right: 0 !important;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu li {
	height: inherit;
	position: relative;
	padding: 10px 0;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu>li.menu-item-has-children>ul.sub-menu {
	left: -3000px;
	display: flex;
	position: absolute;
	width: max-content;
	top: 100%;
	background-color: #ededed;
	box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	flex-direction: column;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu>li.menu-item-has-children>ul.sub-menu>li:not(:last-child) {
	border-bottom: 1px solid #E1E2E3;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu>li.menu-item-has-children>ul.sub-menu>li {
	width: 100%;
	padding: 10px;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu>li.menu-item-has-children:hover>ul.sub-menu {
	list-style: none;
	left: -5px;
	z-index: 1;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu>li.menu-item-has-children:hover>ul.sub-menu>li>a {
	color: #000;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	transition: color .25s ease-in-out;
	font-size: 14px;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu>li.menu-item-has-children:hover>ul.sub-menu>li:hover {
	background-color: #fcc012;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu {
	list-style: none;
	left: -3000px;
	display: flex;
	position: absolute;
	width: max-content;
	top: 0;
	background-color: #ededed;
	box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	flex-direction: column;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu {
	left: 100%;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li > a {
	color: #000;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	transition: color .25s ease-in-out;
	font-size: 14px;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li {
	width: 100%;
	padding: 10px;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li:hover {
	background-color: #fcc012;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li:not(:last-child) {
	border-bottom: 1px solid #E1E2E3;
}

/* Begin 3 lv menu */
header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu {
	list-style: none;
	left: -3000px;
	display: flex;
	position: absolute;
	width: max-content;
	top: 0;
	background-color: #ededed;
	box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	flex-direction: column;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu {
	left: 100%;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li > a {
	color: #000;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	transition: color .25s ease-in-out;
	font-size: 14px;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li {
	width: 100%;
	padding: 10px 30px;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li:hover {
	background-color: #00394A;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li:not(:last-child) {
	border-bottom: 1px solid #E1E2E3;
}
/* END 3 lv menu */

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu .arrow.arrow-left svg {
	transition: all .25s ease-in-out;
	transform: rotate(90deg);
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu .arrow svg {
	transform: rotate(0);
}

header#main-header .logo > a {
	display: flex;
	column-gap: 20px;
	align-items: center;
	text-decoration: none;
}

@media(min-width: 1500px) {
	header#main-header .container {
		padding-left: 70px;
		padding-right: 70px;
	}
}


@media(min-width: 1401px) {
	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu .arrow {
		display: none;
	}
}

@media (max-width: 1400px) {
	header#main-header .inner-wrapper .menu-wrapper {
		flex-direction: row;
		justify-content: flex-end;
		column-gap: 30px;
		align-items: center;
	}

	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu {
		display: none;
	}

	header#main-header .inner-wrapper .menu-wrapper .btn-menu-toggle {
		display: flex;
		width: 40px;
		height: 40px;
		padding: 10px;
		align-items: center;
		cursor: pointer;
		border-radius: 5px;
		background: #fcc012;
	}

	body.menu-opened header#main-header .inner-wrapper .menu-wrapper nav {
		transition: transform .25s ease-in-out;
		transform: translateX(0);
	}

	header#main-header .inner-wrapper .menu-wrapper nav {
		overflow: auto;
		position: fixed;
		width: 100%;
		height: 100vh;
		top: 0;
		left: 0;
		z-index: 999;
		background-color: #1e1e1e;
		display: flex;
		flex-direction: column;
		row-gap: 30px;
		padding: 50px 4vw;
		transform: translateX(100%);
	}

	header#main-header .inner-wrapper .menu-wrapper nav .btn-menu-close {
		display: block;
		color: #FFF;
		font-size: 32px;
		position: absolute;
		top: 100px;
		right: 50px;
		cursor: pointer;
		z-index: 101;
	}

	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu {
		display: flex;
		flex-direction: column;
		width: 100%;
		max-width: 450px;
		margin: auto;
		justify-content: flex-end;
	}

	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu li {
		width: 100%;
	}

	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li {
		flex-direction: column;
		align-items: flex-start;
		padding: 10px 0px;
	}

	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu>li:not(:last-child) {
		border-bottom: 1px solid #FFF;
	}

	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu>li:after {
		display: none;
	}

	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu>li.menu-item-has-children:hover>ul.sub-menu>li>a {
		padding: unset;
		font-size: 20px;
	}

	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu li a {
		color: #FFF;
		font-size: 20px;
	}

	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu li.menu-item-has-children>.arrow {
		position: absolute;
		right: 5px;
		transform: scale(1.5);
		top: 17px;
		width: 30px;
		height: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu li.menu-item-has-children ul.sub-menu {
		list-style: none;
		position: static;
		width: 100%;
		margin: 20px 0px -20px;
		border-radius: 0px;
		background: transparent;
		box-shadow: none;
	}

	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu li.menu-item-has-children ul.sub-menu>li {
		padding: 10px 20px 20px 30px;
	}


	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu,
	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu {
		position: static;
		width: 100%;
		border-radius: 0px;
		background: transparent;
		box-shadow: none;
	}


	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu>li {
		padding: 10px 20px 20px 30px;
	}

	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu>li.menu-item-has-children:hover>ul.sub-menu>li:hover,
	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu>li.menu-item-has-children:hover>ul.sub-menu>li.menu-item-has-children:hover>ul.sub-menu>li:hover,
	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu>li.menu-item-has-children:hover>ul.sub-menu>li.menu-item-has-children:hover>ul.sub-menu>li.menu-item-has-children:hover>ul.sub-menu>li:hover {
		background-color: transparent;
	}

	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu>li.menu-item-has-children>ul.sub-menu>li > a:hover,
	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu>li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children>ul.sub-menu>li:hover > a:hover,
	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu>li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children>ul.sub-menu>li:hover > a:hover {
		color: #fcc012;
	}
}

@media(max-width: 768px) {
	header#main-header .container {
		padding: 40px 4vw;
	}

	header#main-header .phones{
		display: none;
	}
}

@media(max-width: 390px) {
	header#main-header .inner-wrapper {
		gap: 10px;
	}

	header#main-header .inner-wrapper .menu-wrapper {
		column-gap: 10px;
	}
}

/* *
* Banner Section
* */
section#home-banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	padding: 40px 0;
	min-height: 563px;
}

section#home-banner .container {
	padding: 0 40px;
}

section#home-banner .banner-area {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	row-gap: 14px;
	max-width: 445px;
	margin-left: auto;
	margin-right: 31px;
}

section#home-banner .banner-area .banner-area__image{
	max-width: 150px;
}

section#home-banner .banner-title {
	color: #fff;
	font-family: Manrope;
	font-weight: 700;
	font-size: 80px;
	line-height: 100%;
	word-break: break-all;
}

section#home-banner .banner-subtitle{
	color: #FCC012;
	font-family: Manrope;
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: 100%;
	margin-bottom: 21px;
}

section#home-banner .banner-title strong {
	font-weight: 700;
}

section#home-banner .banner-title span {
	color: #FCC012;
}

section#home-banner .banner-content {
	color: #FFF;
	font-family: Manrope;
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	padding-left: 7px;
}

@media(max-width: 768px) {
	section#home-banner .banner-title {
		font-size: 40px;
		margin-top: -6px;
	}

	section#home-banner .banner-subtitle {
		text-align: center;
		width: 100%;
		font-size: 14px;
		margin-top: -6px;
		margin-bottom: 16px;
	}

	section#home-banner .banner-content{
		font-size: 14px;
	}

	section#home-banner .banner-area .banner-area__image {
		max-width: 80px;
		align-self: center;
	}

	section#home-banner .banner-area{
		max-width: 218px;
    	margin-right: 20px;
	}

	section#home-banner{
		padding: 57px 0;
		min-height: 366px;
	}
}

@media(max-width: 575px) {

	section#home-banner .banner-title {
		font-size: 24px;
		margin-top: -17px;
	}

	section#home-banner .banner-subtitle {
		text-align: center;
		width: 100%;
		font-size: 10px;
		margin-top: -8px;
		margin-bottom: 1px;
	}

	section#home-banner .banner-content{
		font-size: 10px;
	}

	section#home-banner .banner-area .banner-area__image {
		max-width: 56px;
		align-self: center;
	}

	section#home-banner .banner-area{
		max-width: 130px;
    	margin-right: 3px;
	}

	section#home-banner{
		padding: 19px 0;
		min-height: 206px;
	}

	section#home-banner .container{
		padding: 0 10px;
	}
}

html, body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* *
* Main Block Style
* */
main#main {
	display: flex;
	flex-direction: column;
	row-gap: 40px;
	padding-top: 80px;
	height: auto;
    flex: 1;
}

main#main.page-more-tour{
	padding-top: 6px;
}

section.home-section .container {
	padding: 0 40px;
}

section.home-section .section-title {
	font-family: Manrope;
	font-weight: 800;
	font-size: 30px;
	line-height: 150%;
	
	color: #000;
	margin-bottom: 24px;
}

section.home-section .section-content {
	color: #000;
	font-family: Manrope;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	
	margin-bottom: 24px;
}

@media(max-width: 767.99px) {
	section.home-section .container {
		padding: 0 20px;
	}
}

/* *
* About Section
* */
section#about-section .section-area {
	background-color: #FFF7E0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	padding: 40px calc(20px + 1.389vw);
	border-radius: 24px;
}

section#about-section .section-area .section-title {
	text-transform: uppercase;
}

section#about-section .section-area .section-content {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0;
}

section#about-section .section-area .section-content .section-left {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	width: 100%;
	max-width: 289px;
}

section#about-section .section-area .section-content .section-left > img {
	width: 100%;
	height: auto;
}

section#about-section .section-area .section-right {
	flex: 1;
	width: 100%;
	max-width: calc(400px + 9.514vw);
}

section#about-section .section-area .section-content .about-title {
	font-family: Manrope;
	font-weight: 800;
	font-size: 24px;
	line-height: 150%;
	color: #000;
	margin-bottom: 16px;
}

section#about-section .section-area .section-content .about-description {
	font-family: Manrope;
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	color: #000;
}

section#about-section .section-area .section-content .about-description strong {
	font-weight: 700;
}

/* *
* Hot Tour Section
* */
section.tour-section .container {
	position: relative;
}

section.tour-section .section-area {
	display: flex;
	flex-direction: column;
	row-gap: 24px;
}

section.tour-section .section-area .section-title {
	margin-bottom: 0;
	padding-right: 80px;
}

@media (max-width: 575px){
	
	section.tour-section .section-area .section-title {
		font-size: 20px;
	}
}

section.tour-section .section-area .tour-list-container {
	overflow: hidden;
}

section.tour-section .section-area .tour-list-container .slick-track {
	display: flex;
	gap: 16px;
	padding: 10px 0;
}

section.tour-section .section-area .tour-list-container .block-item {
	overflow: hidden;
	border-radius: 24px;
	display: flex;
	flex-direction: column;
	box-shadow: 0px 4px 4px 0px #00000040;
	text-decoration: none;
}

section.tour-section .section-area .tour-list-container .block-item .block-image {
	width: 100%;
	border-radius: 24px 24px 0 0;
	height: 165px;
}

section.tour-section .section-area .tour-list-container .block-item .block-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section.tour-section .section-area .tour-list-container .block-item .block-meta {
	padding: 16px;
	display: flex;
	flex-direction: column;
	row-gap: 8px;
}

section.tour-section .section-area .tour-list-container .block-item .block-meta h3 {
	font-family: Manrope;
	font-weight: 800;
	font-size: 24px;
	line-height: 150%;
	
	color: #BA3505;
}

section.tour-section .section-area .tour-list-container .block-item .block-meta h4 {
	font-family: Manrope;
	font-weight: 800;
	font-size: 18px;
	line-height: 150%;
	
	color: #000;
}

section.tour-section .section-area .tour-list-container .block-item .block-meta .block-review {
	display: flex;
	column-gap: 16px;
	align-items: center;
}

section.tour-section .section-area .tour-list-container .block-item .block-meta .block-review .block-review-progress-wrapper {
	position: relative;
	width: calc(100px + 2.431vw);
	height: 10px;
	border-radius: 4px;
	background-color: #D9D9D9;
}

section.tour-section .section-area .tour-list-container .block-item .block-meta .block-review .block-review-progress-wrapper .block-review-progress {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background-color: #FCC012;
}

section.tour-section .section-area .tour-list-container .block-item .block-meta .block-review .block-review-value {
	color: #000;
	font-family: Manrope;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	
}

section.tour-section .section-area .tour-list-container .block-item .block-meta .block-period {
	display: flex;
	column-gap: 24px;
	align-items: center;
}

section.tour-section .section-area .tour-list-container .block-item .block-meta .block-position {
	display: flex;
	column-gap: 24px;
	align-items: center;
	padding-bottom: 16px;
	border-bottom: 1px solid #D9D9D9;
	margin-bottom: 8px;
}

section.tour-section .section-area .tour-list-container .block-item .block-meta .block-action {
	display: flex;
	flex-direction: column;
	row-gap: 8px;
}

section.tour-section .section-area .tour-list-container .block-item .block-meta .block-action .block-price-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

section.tour-section .section-area .tour-list-container .block-item .block-meta .block-action .block-price-wrapper .block-price {
	font-family: Manrope;
	font-weight: 800;
	font-size: 24px;
	line-height: 150%;
	color: #BA3505;
}

section.tour-section .section-area .tour-list-container .block-item .block-meta .block-action .block-price-wrapper .block-person {
	display: flex;
	column-gap: 8px;
	align-items: center;
}

section.tour-section .section-area .tour-list-container .block-item .block-meta .block-period > span,
section.tour-section .section-area .tour-list-container .block-item .block-meta .block-position > span,
section.tour-section .section-area .tour-list-container .block-item .block-meta .block-action .block-price-wrapper .block-person > span {
	flex: 1;
	font-family: Manrope;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #000;
}

section.tour-section .section-area .tour-list-container .block-item .block-meta .block-action .btn {
	width: 100%;
	text-align: center;
	padding: 13px;
	border-radius: 99px;
	cursor: pointer;
}

section.tour-section .section-area .tour-list-container .block-item{
	transition: 0.3s;
}

section.tour-section .slick-slider .slick-list{
	padding: 20px 0;
}

section.tour-section .section-area .tour-list-container .block-item:hover .block-meta .block-action .btn{
	background-color: #fff;
	color: #FCC012;
}

@media(min-width: 768px){
	section.tour-section .section-area .tour-list-container .block-item:hover{
		transform: scale(1.035);
	}
}

section.tour-section .section-area a.btn {
	margin: 0 auto;
	padding: 20px calc(20px + 2.778vw);
}

/* *
* Review Section
* */
.swiper-review-slider{
    padding: 0 5px 20px 5px;
}

section#review-section .container {
	position: relative;
}

section#review-section .review-list-container {
	overflow: hidden;
}

section#review-section .review-list-container .slick-track {
	display: flex;
	gap: 16px;
	padding: 10px 0;
}

section#review-section .review-list-container .block-item {
	display: flex;
	flex-direction: column;
	row-gap: 16px;
	padding: 16px;
	box-shadow: 0px 4px 4px 0px #00000040;
	border-radius: 0 0 24px 24px;
}

section#review-section .review-list-container .block-item h3 {
	font-family: Manrope;
	font-weight: 800;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000;
}

section#review-section .review-list-container .block-item h4 {
	font-family: Manrope;
	font-weight: 800;
	font-size: 14px;
	line-height: 20px;
	color: #BA3505;
}

section#review-section .review-list-container .block-item .block-content {
	font-family: Manrope;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	color: #000;
}

section#review-section .review-list-container .block-item .block-author {
	display: flex;
	column-gap: 10px;
	align-items: center;
}

section#review-section .review-list-container .block-item .block-author .block-avatar {
	width: 40px;
	height: 40px;
	background-color: #FFF7E0;
	border-radius: 999px;
	display: flex;
	justify-content: center;
	align-items: center;
}

section#review-section .review-list-container .block-item .block-author .block-author-wrapper {
	display: flex;
	flex-direction: column;
	font-family: Manrope;
	font-size: 14px;
	line-height: 20px;
}

section#review-section .review-list-container .block-item .block-author .block-author-wrapper > strong {
	font-weight: 800;
}

section#review-section .review-list-container .block-item .block-author .block-author-wrapper > span {
	font-weight: 300;
}

/**
 * Advantage Section
 * 
 */
section#advantage-section .section-title{
	margin-bottom: 23px;
}

section#advantage-section .section-area {
	background-color: #FFF7E0;
	padding: 24px;
	border-radius: 24px;
}

section#advantage-section .section-area .advantage-repeater {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px 26px;
}

section#advantage-section .section-area .advantage-repeater .block-item {
	border-radius: 16px;
	border: 1px solid #FCC012;
	background: #FFF;
	padding: 24px;
	flex-direction: column;
	align-items: flex-start;
	flex: 1 1 30%;
	max-width: 420px;
	width: 100%;
}

section#advantage-section .section-area .advantage-repeater .block-item > *:not(:last-child) {
	margin-bottom: 18px;
}

section#advantage-section .section-area .advantage-repeater .block-item__image{
	display: block;
	margin: 0 auto;
	max-width: 95px;
	height: auto;
}

section#advantage-section .section-area .advantage-repeater .block-item__title{
	color: #000;
	font-family: Manrope;
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	text-align: center;
}

section#advantage-section .section-area .advantage-repeater .block-content{
	color: #000;
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	display: flex;
    flex-direction: column;
    gap: 18px;
}

section#advantage-section .section-area .advantage-repeater .block-content ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

section#advantage-section .section-area .advantage-repeater .block-content ul li{
	padding-left: 42px;
	position: relative;
}

section#advantage-section .section-area .advantage-repeater .block-content ul li:not(:last-child){
	margin-bottom: 16px;
}

section#advantage-section .section-area .advantage-repeater .block-content ul li::before{
	content: "";
	position: absolute;
	left: 3px;
    top: 6px;
	display: block;
	width: 17px;
	height: 13px;
	background: url("assets/images/check-mark.svg") no-repeat center;
}

section#advantage-section .section-area .advantage-repeater .block-item > .block-content strong {
	font-weight: 800;
}

@media(max-width: 991.99px) {
	section#advantage-section .section-area .advantage-repeater .block-item {
		flex: 1 1 48%;
		max-width: 500px;
	}
}


@media(max-width: 768px) {
	section#advantage-section .section-area .advantage-repeater {
		align-items: center;
		flex-direction: column;
		row-gap: 20px;
	}
}

/* *
* FAQ Section
* */
.faq-list {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}

.faq-list .block-item .block-title {
	padding: 24px;
	border-radius: 16px;
	border-bottom: 1px solid #D9D9D9;
	box-shadow: 0px 4px 4px 0px #00000040;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 24px;
}

.faq-list .block-item .block-title h3 {
	display: flex;
	align-items: center;
	column-gap: 16px;
}

.faq-list .block-item .block-title h3 > span {
	flex: 1;
	font-family: Manrope;
	font-weight: 800;
	font-size: 24px;
	line-height: 150%;
	color: #000000;
}

.faq-list .block-item .block-title .btn-minus {
	display: none;
}

.faq-list .block-item .block-content {
	display: none;
	padding: 24px calc(30px + 2.778vw);
	font-family: Manrope;
	font-weight: 300;
	font-size: 16px;
	line-height: 150%;
	color: #000;
}

/* *
* Pre Footer Section
* */
section#pre-footer-section .section-area {
	padding: 20px calc(40px + 7.361vw);
	display: flex;
	column-gap: calc(40px + 2.778vw);
	justify-content: center;
	align-items: center;
}

@media (max-width: 1130px){
	section#pre-footer-section .section-area {
		padding-right: calc(40px + 3.361vw);
		padding-left: calc(40px + 3.361vw);
	}	
}

@media (max-width: 992px) AND (min-width: 769px){
	section#pre-footer-section .section-area .logo-title{
		font-size: 26px !important;
	}
	
	section#pre-footer-section .section-area .logo-text__subtitle{
		font-size: 14px !important;
	}

	section#pre-footer-section .section-area .logo-wrapper img{
		max-width: 90px !important;
	}
}

section#pre-footer-section .section-area .section-left {
	flex: 1;
	display: flex;
	flex-direction: column;
	row-gap: 16px;
	align-items: center;
}

section#pre-footer-section .section-area .section-left .logo-wrapper {
	display: flex;
	align-items: center;
	column-gap: 40px;
}

section#pre-footer-section .section-area .section-left .logo-wrapper > img {
	width: 100%;
	height: auto;
	max-width: 128px;
}

section#pre-footer-section .section-area .section-left .logo-wrapper .logo-title {
	font-family: Manrope;
	font-weight: 800;
	font-size: 45.68px;
	line-height: 150%;
	color: #000;
}

section#pre-footer-section .section-area .section-left .logo-wrapper .logo-title > span {
	color: #FFC942;
}

section#pre-footer-section .section-area .section-left .pre-description {
	font-family: Manrope;
	font-weight: 800;
	font-size: 30px;
	line-height: 100%;
	text-align: center;
	color: #000;
	width: 100%;
	max-width: calc(200px + 28.333vw);
}

h2.pre-footer-section__contact-info-title{
	font-family: Manrope;
	font-weight: 800;
	font-size: 30px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	color: #BA3505;
}

.pre-footer-section__contact-info{
	padding-top: 10px;
}

section#pre-footer-section .phones{
	padding-left: 18px;
    padding-top: 12px;
	margin-bottom: 22px;
}

section#pre-footer-section a.phones__item{
	font-family: Manrope;
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #000;
	display: block;
	text-decoration: none;
}

section#pre-footer-section  .phones__item-icon{
	position: relative;
    top: 6px;
    left: 5px;
    margin-right: 14px;
}

section#pre-footer-section a.phones__item:hover{
	color: #FCC012;
}

section#pre-footer-section .email__item{
	font-family: Manrope;
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0%;
	text-decoration: underline;
	text-decoration-style: dotted;
	text-decoration-thickness: 7.5%;
	text-decoration-skip-ink: auto;
	color: #BA3505;
}

section#pre-footer-section .email__item-icon{
	margin-right: 12px;
}

section#pre-footer-section .email__item:hover{
	text-decoration: none;
}

section#pre-footer-section .email{
	text-align: center;
}

section#pre-footer-section .logo-text .logo-title{
	word-break: break-all;
}

section#pre-footer-section .logo-text .logo-text__subtitle{
	font-family: Manrope;
	font-weight: 800;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	color: #FCC012;
}

@media(max-width: 768px) {
	.pre-footer-section__contact-info{
		margin-bottom: 83px;
	}
}

@media(max-width: 575px) {
	section#pre-footer-section .logo-text .logo-text__subtitle{
		font-size: 14px;
	}


	.pre-footer-section__contact-info{
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
	}

	section#pre-footer-section .section-area .section-left .pre-description {
		font-size: 18px;
		padding-top: 6px;
	}

	h2.pre-footer-section__contact-info-title{
		font-size: 18px;
	}

	section#pre-footer-section .email__item, section#pre-footer-section a.phones__item{
		font-size: 14px;
	}

	section#pre-footer-section .section-area .section-left .logo-wrapper .logo-title{
		font-size: 32px;
	}

	section#pre-footer-section .email__item-icon{
		width: 20px !important;
		height: 16px !important;
	}

	section#pre-footer-section .phones__item-icon{
		width: 24px !important;
		height: 24px !important;
		margin-left: -10px;
	}

	section#pre-footer-section .phones{
		padding-left: 0;
		display: flex;
		flex-direction: column;
		row-gap: 16px;
	}
}

section#pre-footer-section .section-area .section-right {
	width: 100%;
	max-width: calc(200px + 9.722vw);
}

section#pre-footer-section .section-area .contact-form-wrapper .forminator-label,
section#pre-footer-section .section-area .contact-form-wrapper .forminator-edit-module,
section#pre-footer-section .section-area .contact-form-wrapper .forminator-description{
	display: none;
}

section#pre-footer-section .section-area .contact-form-wrapper .form-title p {
	font-family: Manrope;
	font-weight: 300;
	font-size: 14px;
	line-height: 150%;
	color: #000;
	text-align: center;
}

section#pre-footer-section .section-area .contact-form-wrapper input.forminator-input,
section#pre-footer-section .section-area .contact-form-wrapper .forminator-textarea {
	padding: 20px;
	border-radius: 8px;
	border: 1px solid #000000;
	outline: none;
	box-shadow: none;
	font-family: Manrope;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #000;
}

section#pre-footer-section .section-area .contact-form-wrapper .forminator-textarea::placeholder, section#pre-footer-section .section-area .contact-form-wrapper .forminator-textarea::-webkit-input-placeholder{
  color: #A7A7A7 !important;
}

section#pre-footer-section .section-area .contact-form-wrapper textarea:-ms-input-placeholder, section#pre-footer-section .section-area .contact-form-wrapper textarea::-ms-input-placeholder{
  color: #A7A7A7 !important;
}

section#pre-footer-section .section-area .contact-form-wrapper .forminator-textarea:-moz-placeholder,
section#pre-footer-section .section-area .contact-form-wrapper .forminator-textarea::-moz-placeholder {
  color: #A7A7A7;
  opacity: 1;
}

section#pre-footer-section .section-area .contact-form-wrapper input.forminator-input::placeholder {
	color: #A7A7A7;
}

section#pre-footer-section .section-area .contact-form-wrapper .btn-submit {
	width: 100%;
	outline: none;
	box-shadow: none;
	border-radius: 8px;
	padding: 8px 64px;
	border: 1px solid #F8BD15;
	font-family: Manrope;
	font-weight: 800;
	font-size: 18px;
	line-height: 150%;
	text-align: center;
}

/* *
* Footer Section
* */
footer#footer {
	background: #000000;
	box-shadow: 0px 4px 4px 0px #00000040;
}

footer#footer .container {
	padding: 20px 40px;
}

footer#footer .inner-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

footer#footer .inner-wrapper .footer-menu-list ul {
	list-style: 0;
	margin: 0;
	padding: 0;

	display: flex;
	align-items: center;
	column-gap: 40px;
}

footer#footer .inner-wrapper .footer-menu-list ul li a {
	font-family: Manrope;
	font-weight: 700;
	font-size: 14px;
	line-height: 150%;
	color: #fff;
	text-decoration: none;
	transition: all .25s ease-in-out;
}

footer#footer .inner-wrapper .footer-menu-list ul li a:hover {
	color: #FCC012;
}

footer#footer .inner-wrapper .footer-author-wrapper {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
}

footer#footer .inner-wrapper .footer-author-wrapper > p:first-child {
	font-family: Manrope;
	font-weight: 800;
	font-size: 15.26px;
	color: #fff;
}

footer#footer .inner-wrapper .footer-author-wrapper > p:first-child > span {
	color: #FCC012;
}

footer#footer .inner-wrapper .footer-author-wrapper > p:last-child {
	font-family: Manrope;
	font-weight: 500;
	font-size: 12px;
	color: #fff;
}

@media(max-width: 1024px) {
	section#pre-footer-section .section-area {
		padding: 20px 40px;
	}

	footer#footer .inner-wrapper {
		flex-direction: column;
		row-gap: 16px;
	}

	footer#footer .inner-wrapper .footer-author-wrapper {
		flex-direction: row;
		align-items: center;
		column-gap: 16px;
	}
}

@media(max-width: 768px) {
	section#about-section .section-area .section-content {
		flex-direction: column;
		row-gap: 16px;
	}

	section#pre-footer-section .section-area {
		padding: 0;
		flex-direction: column;
		row-gap: 16px;
	}

	section#about-section .section-area .section-right,
	section#pre-footer-section .section-area .section-left .pre-description,
	section#pre-footer-section .section-area .section-right {
		max-width: unset;
	}

	footer#footer .inner-wrapper .footer-menu-list ul {
		justify-content: center;
		flex-wrap: wrap;
		row-gap: 16px;
	}
}

@media(max-width: 468px) {
	header#main-header .inner-wrapper .menu-wrapper #btn-book {
		display: none;
	}

	.faq-list .block-item .block-title h3 > span {
		font-size: 20px;
	}

	section#pre-footer-section .section-area .section-left .logo-wrapper {
		flex-direction: column;
	}

	footer#footer .inner-wrapper .footer-author-wrapper {
		flex-direction: column;
		row-gap: 16px;
	}
}

.page-more-tour img {
	width: 100%;
	height: auto;
}

.page-more-tour #intro-section .intro-main {
	display: flex;
	align-items: center;
	column-gap: 50px;
	margin-bottom: 34px;
}

.page-more-tour .intro-section__buttons{
    display: flex;
    gap: 11px;
    padding-top: 24px;
}

.page-more-tour .intro-section__buttons .btn{
	word-break: break-word;
}

.page-more-tour #intro-section .intro-main .intro-image {
	width: 100%;
	max-width: 56vw;
	border-radius: 24px;
	overflow: hidden;
}

.page-more-tour #intro-section .intro-main .intro-info {
	flex: 1;
}

.page-more-tour #intro-section .intro-main .intro-info .intro-schedule {
	list-style: none;
	display: flex;
	flex-direction: column;
	row-gap: 16px;
}

.page-more-tour #intro-section .intro-main .intro-info .intro-schedule > li {
	display: flex;
	align-items: center;
	column-gap: 22px;
}

.page-more-tour #intro-section .intro-main .intro-info .intro-schedule > li span {
	color: #000;
	font-family: Manrope;
	font-weight: 300;
	font-size: 16px;
	line-height: 150%;
}

.page-more-tour #intro-section .intro-main .intro-info .intro-schedule > li strong {
	font-weight: 800;
}

.page-more-tour #intro-section .intro-main .intro-info .intro-schedule > li span span {
	color: #BA3505;
	font-weight: 700;
}

.page-more-tour #intro-section .intro-content {
	font-family: Manrope;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
}

.page-more-tour #intro-section .intro-content strong {
	display: block;
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 40px;
}

.page-more-tour #hotel-section .hotel-name {
	color: #BA3505;
    font-family: Manrope;
    font-weight: 800;
    font-size: 24px;
    line-height: 100%;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 19px;
}

.page-more-tour #hotel-section .hotel-repeater {
	display: flex;
	column-gap: 32px;
	align-items: center;
	margin-bottom: 33px;
}

.page-more-tour #hotel-section .section-title{
	position: relative;
    padding-left: 80px;
    padding-top: 6px;
	margin-bottom: 43px;
}

.page-more-tour #hotel-section .section-title__icon{
	position: absolute;
    left: 16px;
    top: 8px;
}

.page-more-tour #hotel-section .hotel-info .hotel-info__features{
    display: flex;
	flex-wrap: wrap;
    gap: 24px;
}

.page-more-tour #hotel-section .hotel-info .hotel-info__item{
    flex: 1 1 31%;
}

.page-more-tour #hotel-section .hotel-info .hotel-info__item:first-child{
    column-gap: 14px;
}

.page-more-tour #hotel-section .hotel-info {
    display: flex;
    gap: 24px;
    margin-bottom: 40px;
    flex-direction: column;
	padding: 0 16px;
}

.page-more-tour #hotel-section .hotel-info > ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	row-gap: 16px;
}

.page-more-tour #hotel-section .hotel-info > div > div {
	display: flex;
	align-items: center;
	column-gap: 24px;
}

.page-more-tour #hotel-section .hotel-info > div > div > span {
	display: flex;
	align-items: center;
	color: #000;
	font-family: Manrope;
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
}

.page-more-tour #hotel-section .hotel-detail-repeater {
	row-gap: 7px;
}

.page-more-tour #hotel-section .hotel-detail-repeater img {
	width: 100%;
	height: auto;
	margin-bottom: 0;
	border-radius: 15px;
}

.page-more-tour #hotel-section .hotel-detail-repeater .block-content{
	padding: 24px 24px 22px 24px;
}

.page-more-tour #hotel-section .hotel-detail-repeater .block-content__inner {
	color: #000;
	font-family: Manrope;
	font-weight: 300;
	font-size: 16px;
	line-height: 120%;
	text-align: justify;
	display: flex;
    gap: 40px;
}

.page-more-tour #hotel-section .hotel-detail-repeater .block-content .block-content__img{
    width: 240px;
}

.page-more-tour #faq-section .section-title{
	text-transform: uppercase;
}

.watch-entire-program-btn__wrapper{
	display: flex;
	justify-content: center;
	margin-top: 24px;
}

.watch-entire-program-btn__wrapper .watch-entire-program-btn{
	max-width: 380px;;
}

@media(max-width: 768px) {
	.page-more-tour #intro-section .intro-main {
		flex-direction: column;
		row-gap: 40px;
	}

	.page-more-tour #intro-section .intro-main .intro-image {
		max-width: unset;
	}
}

@media(max-width: 575px) {
	.page-more-tour #hotel-section .hotel-detail-repeater .block-content .block-content__inner{
		flex-direction: column;
		gap: 20px;
	}

	.page-more-tour #hotel-section .hotel-detail-repeater .block-content .block-content__img{
		width: 100%;
	}
}

@media(max-width: 468px) {

	.page-more-tour #hotel-section .hotel-repeater {
		flex-direction: column;
		row-gap: 40px;
	}
	
	.page-more-tour #hotel-section .hotel-info {
		row-gap: 40px;
		flex-direction: column;
		align-items: flex-start;
	}

	.page-more-tour #hotel-section .hotel-detail-repeater {
		display: flex;
		flex-direction: column;
	}

	.page-more-tour .intro-section__buttons .btn{
		font-size: 14px;
    	padding: 20px 10px;
	}

	.page-more-tour #hotel-section .hotel-info .hotel-info__item{
		flex: 1 1 100%;
	}
}

/**
 * Breadcrumbs
 */
.breadcrumbs, .breadcrumbs a{
	color: #FCC012;
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.breadcrumbs a {
	text-decoration: none;
}
.breadcrumbs a:visited {
	color: #FCC012;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}

.breadcrumbs .breadcrumb_last {
	color: #000;
	font-weight: 500;
	padding-left: 4px;
}

.breadcrumbs .container {
	padding: 24px 40px;
}

/**
 * Our Partners Section
 */
.our-partners.home-section .section-area{
	padding: 24px 40px;
	background: #FCC012;
	text-align: center;
	border-radius: 24px;
}

.our-partners.home-section .section-title{
	font-size: 36px;
	margin-bottom: 12px;
}

.our-partners.home-section .section-description{
	font-family: Montserrat;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: center;
	color: #000;
	max-width: 674px;
	margin: 0 auto;
	margin-bottom: 19px;
}

.our-partners .swiper-our-partners-slider__item {
	width: 193px;
	height: 144px;
	border-radius: 24px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.our-partners .swiper-our-partners-slider{
	overflow: hidden;
}

@media (max-width: 768px) {
	.our-partners.home-section .section-area{
		overflow: hidden;
		padding: 24px 40px 38px 40px;
	}

	.our-partners.home-section .section-title{
		font-size: 30px;
	}

	.our-partners.home-section .section-description{
		font-size: 14px;
		margin-bottom: 25px;
	}

	.our-partners .swiper-our-partners-slider{
		overflow: visible;
	}

	.our-partners .swiper-our-partners-slider__item{
		width: 280px;
		height: 140px;
		border-radius: 16px;
	}
}

@media (max-width: 575px){
	.our-partners.home-section .section-area{
		padding: 23px 40px 22px 40px;
	}

	.our-partners .swiper-our-partners-slider__item{
		width: 128px;
		height: 64px;
		border-radius: 8px;
	}

	.our-partners.home-section .section-title{
		font-size: 20px;
		text-transform: uppercase;
		margin-bottom: 16px;
	}

	.our-partners.home-section .section-description{
		font-size: 10px;
		line-height: 1;
	}
}

/**
 * Tour page. Dates section.
 */
.page-more-tour .swiper-intro-dates-slider__wrapper{
	margin-bottom: 45px;
	display: flex;
}

.page-more-tour .swiper-intro-dates-slider{
	overflow: hidden;
	flex: 1;
}

.page-more-tour .swiper-intro-dates-slider__item{
	width: 240px;
	border: 1px solid #D9D9D9;
	text-align: center;
}

.page-more-tour .swiper-intro-dates-slider__item:not(:last-child){
	border-right: none;
}

.page-more-tour .swiper-intro-dates-slider__item-title{
	padding: 13px 10px;
	background: #FFF7E0;
	font-family: Manrope;
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	color: #000;
}

.page-more-tour .swiper-intro-dates-slider__item-subtitle{
	padding: 13px 10px;
	background: #fff;
	font-family: Manrope;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	сolor: #000;
}

.page-more-tour .swiper-intro-dates-slider__control{
	display: none;
}

@media (max-width: 768px){

	.page-more-tour .swiper-intro-dates-slider__wrapper{
		margin-bottom: 20px;
	}

	.page-more-tour .swiper-intro-dates-slider__control{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 24px;
		border: 1px solid #D9D9D9;
		flex-shrink: 0; /* prevent shrinking */
	}

	.page-more-tour .swiper-intro-dates-slider__control:hover{
		background-color: #FCC012;
	}

	.page-more-tour #intro-section .intro-main{
		margin-bottom: 23px;
	}
}

/**
 * Privacy Policy page.
 */
body.privacy-policy{
	text-align: justify;
}