@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@700&display=swap');
body {
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	line-height: 1.4;
	color: #1A1A1A;
}
a {
	color: #1A1A1A;
}
a:hover {
	color: inherit;
}
.wrapper {
	padding-top: 80px;
	padding-bottom: 80px;
}
h1,
.block-title {
	margin: 0px;
	text-align: center;
	font-weight: bold;
	font-size: 32px;
	color: #000;
	padding-bottom: 40px;
}
#page-wrapper,
#single-wrapper {
	padding-top: 0px;
}

/* header */
.home #header-wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
}
#header {
	width: 100%;
	padding: 18px 0px;
}
.home #header {
	background: rgba(0, 0, 0, 0.2);
}
.navbar-brand {
	padding: 0px;
	margin: 0px;
}
#header .row {
	align-items: center;
}
.branding img {
	max-width: 244px;
	height: auto;
}
.search-flex {
	width: 100%;
	max-width: 357px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid #AEAEAE;
	border-radius: 45px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.search-flex input {
	background: none !important;
	border: 0px;
	box-shadow: unset !important;
	outline: none !important;
	padding: 14px 40px 14px 18px;
	color: #FFFFFF !important;
	font-size: 14px;
}
.search-flex input::placeholder {
	color: #fff;
	opacity: 1;
}
.header-inner .search-flex input,
.header-inner .search-flex input::placeholder {
	color: #676767 !important;
}
.search-flex input::focus {
	color: #fff;
}
.search-flex button {
	background: none;
	border: 0px;
	cursor: ponter;
	padding: 0px;
	margin:-3px 15px 0px 0px;
}
.search-flex button:hover svg path {
	fill: #078A5E;
}
#menu-wrapper {
	position: relative;
	z-index: 100;
	width: 100%;
	background: rgba(34, 193, 139, 0.5);
}
#mnmwp-main-menu > ul > li,
#mnmwp-main-menu {
    background: none !important;
}
#mnmwp-main-menu > ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
#mnmwp-main-menu > ul > li {
	margin: 0px 10px;
}
#mnmwp-main-menu > ul > li > a {
    padding:15px 16px;
    font-size: 16px;
	letter-spacing: unset;
	text-decoration: none;
	font-weight: normal;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
	text-transform: unset;
}
#mnmwp-main-menu > ul > li:hover > a {
	color: #FFE500 !important;
}
#header.active #mnmwp-main-menu > ul > li > a {
	color: #FFE500 !important;
	text-shadow: unset !important;
}
#mnmwp-main-menu > ul > li.has-sub > a {
    padding-right: 5px;
}
#mnmwp-main-menu ul > li.has-sub > a::before,
#mnmwp-main-menu ul > li.has-sub > a::after {
	display: none !important;
}
#mnmwp-main-menu ul ul {
	border:0px !important;
	padding: 0px;
	background: #FFE500;
	border-radius: 8px;
	padding: 10px 0px 10px 0px;
}
#mnmwp-main-menu ul ul:after {
	display: block;
	content: '';
	position: absolute;
    left: 20px; 
    top: -20px;
    border: 14px solid transparent; 
    border-bottom: 14px solid #FFE500; 
}
#mnmwp-main-menu ul ul li a {
    border: 0px;
    padding: 8px 15px;
    width: 250px;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: normal;
}
#mnmwp-main-menu > ul > li#menu-item-27 > a {
	padding: 0px;
	background: none !important;
	margin-right: 10px;
	position: relative;
	margin-top: 0px;
}
.header-menu {
	padding-top: 5px;
}
.header-blocks {
	display: flex;
	justify-content: flex-end;
}
.phone {
	display: flex;
	align-items: center;
	margin-bottom: 4px;
}
.phone a:nth-child(1) {
	display: block;
	margin-right: 8px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 19px;
	letter-spacing: 0.004em;
}
.worktime {
	font-size: 14px;
	letter-spacing: 0.004em;
	color: #D9D9D9;
}
.header-inner .worktime {
	color: #34B68A;
}
.header-inner .phone a:nth-child(1) {
	color: #1A1A1A;
}
.menu-phone {
	display: none;
	justify-content: flex-end;
}
#menu-wrapper.fixed {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10000;
	background: #22C18B;
}
#menu-wrapper.menu-inner {
	background: #22C18B;
}
#menu-wrapper.fixed .menu-phone {
	display: flex;
}
#menu-wrapper.fixed .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#menu-wrapper.fixed #mnmwp-main-menu > ul > li {
	margin: 0px;
}
#menu-wrapper.fixed .phone a:nth-child(1) {
	font-weight: 500;
	font-size: 18px;
}
#menu-wrapper.fixed .phone svg path {
	fill: #92FFDA;
}
/* intro */
#video {
	display: inline-block;
    position: absolute;
    width: auto;
    height: 100%;
    left: 50%;
    transform: translate(-50%);
}
video {
    pointer-events: none;
}
.slide-item .container {
	position: relative;
	z-index: 20;
}
.slide-item {
	width: 100%;
	height: 800px;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.slide-item p:nth-child(1) {
	font-family: 'Caveat', cursive;
	font-weight: bold;
	font-size: 72px;
	line-height: 1;
	text-align: center;
	color: #FFE600;
	text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.4);
	margin-bottom: 15px;
}
.slide-item p:nth-child(2) {
	font-size: 24px;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.4);
	margin-bottom: 30px;
}
.slide-item:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.3);
}
.slide-item a {
	display: inline-block;
	text-decoration: none;
	background: #005D69;
	border-radius: 4px;
	padding: 15px 35px;
	color: #fff;
	font-weight: 500;
	font-size: 21px;
	text-shadow: unset;
	letter-spacing: unset;
	margin-top: 30px;
	transition: all 0.2s ease;
}
.slide-item a:hover {
	background: #007483;
	color: #fff;	
}
body #slider.owl-carousel .owl-nav button:focus {
	outline: none;
}
body #slider.owl-carousel .owl-nav button {
	background: none !important;
	border-radius: 0px !important;
}
body #slider.owl-carousel .owl-nav button.owl-prev {
	left: 30px !important;
}
body #slider.owl-carousel .owl-nav button.owl-next {
	right: 30px !important;
}
body #slider.owl-carousel .owl-nav button:hover svg path {
	fill: #005D69;
}
body .owl-theme .owl-dots {
	position: absolute;
	bottom: 40px;
	left: 0px;
	width: 100%;
	z-index: 100;
}
body .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0px 7px;
    background: #EFEFEF;
	border: 1px solid #DCDCDC;
    border-radius: 50%;
}
body .owl-theme .owl-dots .owl-dot.active span, body .owl-theme .owl-dots .owl-dot:hover span {
    background: #005D69;
	border: 1px solid #DCDCDC;
}
/* tours */
#tours {
	width: 100%;
}
.product-item {
	padding-bottom: 30px;
}
.product-wrapper {
	border: 1px solid #EBEBEB;
	border-radius: 4px;
	transition: all 0.2s ease;
}
.product-wrapper:hover {
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
.p-foto img {
	border-radius: 4px 4px 0px 0px;
}
.p-desc {
	padding: 15px 20px;
}
.p-title {
	min-height: 50px;
	font-weight: 500;
	font-size: 21px;
	line-height: 25px;
	color: #1C1C1C;
	padding-bottom: 8px;
}
.p-title a {
	text-decoration: none;
	color: #1C1C1C;
}
.p-days {
	display: flex;
	align-items: center;
	margin-bottom: 9px;
}
.p-days svg {
	margin-right: 8px;
}
.tours-meta {
	display: flex;
	flex-wrap: wrap;
}
.tours-meta > div {
	margin: 0px 15px 15px 0px;
}
.p-text {
	color: #6A6A6A;
	padding-bottom: 12px;
	font-size: 16px;
	min-height: 50px;
}
.p-more {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.p-price span:nth-child(1) {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #34B68A;
	padding-right: 10px;
}
.p-price span:nth-child(2) {
	font-size: 16px;
	line-height: 19px;
	text-decoration-line: line-through;
	color: #6A6A6A;
}
.p-more a {
	display: inline-block;
	text-decoration: none;
	background: linear-gradient(180deg, #41D0A0 0%, #119A6C 100%);
	border-radius: 29px;
	padding: 7px 20px;
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	transition: all 0.2s ease;
}
.p-more a:hover {
	background: #078A5E;
}
.tours-left {
	padding-right: 0px;
}
.tours-right {
	background: #FAFAFA;
	padding: 25px 30px 25px 30px;
}
.show-more {
	padding-top: 30px;
}
.show-more.callback {
	padding-top: 0px;
}
.ajax-load-more-wrap.green .alm-load-more-btn,
.show-more a {
	display: inline-block;
	text-decoration: none;
	background: linear-gradient(180deg, #41D0A0 0%, #119A6C 100%) !important;
	border-radius: 29px;
	padding: 12px 25px;
	font-weight: 500;
	font-size: 18px;
	color: #fff !important;
	cursor: pointer;
	transition: all 0.2s ease;
}
.ajax-load-more-wrap.green .alm-load-more-btn:hover,
.show-more a:hover {
	background: #078A5E !important;
}

/* why */
#why {
	width: 100%;
	background: url(../images/why-bg.jpg) center top no-repeat;
	color: #fff;
	padding: 66px 0px;
}
#why .block-title {
	color: #fff;
}
.why-item {
	margin-top: 20px;
}
.why-pic {
	margin-bottom: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 91px;
}
.why-title {
	font-weight: 500;
	font-size: 21px;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
	padding-bottom: 5px;
}
.why-text {
	font-size: 18px;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
}

/* reviews */
#reviews {
	width: 100%;
	padding-top: 0px;
}
.video {
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
}
.video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.review-item {
	margin-bottom: 30px;
}

/* footer */
#footer-wrapper {
	width: 100%;
	background: url(../images/footer-bg.jpg) center center no-repeat;
	background-size: cover;
	padding-top: 118px;
	color: #fff;
}
#footer-wrapper .block-title {
	color: #fff;
	padding-bottom: 24px;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
}
.fb-subtitle {
	font-style: normal;
	font-weight: 500;
	font-size: 21px;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
	padding-bottom: 40px;
}
.copy {
	font-weight: normal;
	font-size: 16px;
	color: #fff;
}
.copy a {
	color: #fff;
	text-decoration: underline;
}
.copy a:hover {
	text-decoration: none;
}
.copy p {
	margin: 0px;
}
.counters {
	text-align: right;
	color: #fff;
}
.social-title {
	padding-bottom: 4px;
}
.social a {
	margin: 0px 6px;
}
.form-item {
	margin-bottom: 20px;
}
#slider-wrapper .wpcf7 input[type="tel"], #slider-wrapper .wpcf7 input[type="text"], #slider-wrapper .wpcf7 input[type="tel"], #slider-wrapper .wpcf7 textarea,
#footer-blocks .wpcf7 input[type="tel"], #footer-blocks .wpcf7 input[type="text"], #footer-blocks.wpcf7 input[type="tel"], #footer-blocks .wpcf7 textarea {
	border-radius: 45px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid #7ECAFB;
	height: 46px;
	padding: 0px 15px;
	font-weight: normal;
	font-size: 16px;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
	color: #fff;
}
#slider-wrapper .wpcf7 input[type="tel"], #slider-wrapper .wpcf7 input[type="text"], #slider-wrapper .wpcf7 input[type="tel"], #slider-wrapper .wpcf7 textarea {
	border: 1px solid #AEAEAE;
}
#slider-wrapper .wpcf7 input[type="tel"]::placeholder, #slider-wrapper .wpcf7 input[type="text"]::placeholder, #slider-wrapper .wpcf7 input[type="tel"]::placeholder, #slider-wrapper .wpcf7 textarea::placeholder,
#footer-blocks .wpcf7 input[type="tel"]::placeholder, #footer-blocks .wpcf7 input[type="text"]::placeholder, #footer-blocks.wpcf7 input[type="tel"]::placeholder, #footer-blocks .wpcf7 textarea::placeholder {
	color: #fff;
	opacity: 1;
}
.wpcf7 input[type="submit"] { 
	border-radius: 45px;
	background: linear-gradient(180deg, #41D0A0 0%, #119A6C 100%);
	border-radius: 45px;
	border: 0px;
	padding: 0px 20px;
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
	height: 46px;
	transition: all 0.2s ease;
}
.modal .wpcf7 input[type="submit"] {
	background: linear-gradient(180deg, #41D0A0 0%, #119A6C 100%);
	border-radius: 45px;
	color: #fff;
}
.modal {
    z-index: 10050;
}
.wpcf7 input[type="submit"]:hover {
	background: #078A5E;
	color: #fff;
	border-color: #078A5E;
}
.modal .wpcf7 input[type="submit"]:hover {
	background: #078A5E;
	color: #fff;
	border-color: #078A5E;
}
.wpcf7 input.wpcf7-not-valid {
	border:1px solid red !important;
}
div.wpcf7 .ajax-loader {
	position: absolute;
	top: 0px;
	left: 0px;
}
.wpcf7 .form-flex input[type="submit"] {
	padding: 0px 10px;
	height: 57px;
	font-size: 18px;
	white-space: pre;
}
.wpcf7 .wpcf7-not-valid-tip,
.wpcf7 form .wpcf7-response-output {
	display: none !important;
}
.wpcf7 input.wpcf7-not-valid {
	border-color: red;
}
#slider-wrapper .wpcf7,
#footer-wrapper .wpcf7 {
	max-width: unset;
}
#slider-wrapper .d-flex,
#footer-wrapper .d-flex {
	align-items: center;
}
.d-flex .form-item {
	width: 269px;
	margin: 0px 9px;
}
.d-flex .form-actions {
	width: 154px;
	margin: 0 9px;
}
.d-flex .form-item input,
.d-flex .form-actions input {
	width: 100%;
}
#footer {
	width: 100%;
	background: rgba(0, 0, 0, 0.2);
	padding: 17px 0px;
	margin-top: 128px;
}
.breadcrumbs {
	font-weight: normal;
	color: #6A6A6A;
	padding-top: 25px;
	padding-bottom: 15px;
}
.breadcrumbs a {
	color: #34B68A;
	text-decoration: underline;
}
.breadcrumbs a:hover {
	text-decoration: none;
}
.wp-block-media-text .wp-block-media-text__content {
	padding: 0px 30px 0px 0px;
}
.wp-block-media-text.has-media-on-the-right {
    -ms-grid-columns: 1fr 30%;
    grid-template-columns: 1fr 30%;
}
.entry-content h2 {
	font-weight: 500;
	font-size: 21px;
}
.row-2 {
	padding-top: 30px;
}
.card-header {
    padding: 0px;
    margin: 0px;
    border: 0px;
	background: none;
}
.accordion > .card {
	padding: 0px;
	border: 0px;
	margin-bottom: 15px;
}
.btn-link {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	text-decoration: none;
	padding: 10px 15px;
	background: #F5F5F5;
	text-decoration: none !important;
	font-weight: 500;
	font-size: 16px;
	color: #000 !important;
}
.btn-link svg {
	transform: rotate(0deg);
	transition: all 0.2s ease;
}
.btn-link.collapsed svg {
	transform: rotate(180deg);
}
#sync2 {
	margin-top: 10px;
}
#sync2 .owl-item {
	opacity: 0.8;
}
#sync2 .owl-item.current {
	opacity: 1;
}
.single .p-price {
	padding-bottom: 20px;
}
body .owl-carousel .owl-nav button {
	position: absolute;
	top: 50%;
	margin: -15px 0px 0px 0px !important;
	width: 30px;
	height: 30px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg, #41D0A0 0%, #119A6C 100%) !important;
	border-radius: 50% !important;
}
body .owl-carousel .owl-nav button:hover {
	background: #078A5E !important;
}
body .owl-carousel .owl-nav button.owl-prev {
	left: 10px;
}
body .owl-carousel .owl-nav button.owl-next {
	right: 10px;
}
.grecaptcha-badge {
	display: none !important;
}
.modal-header {
	border: 0px;
}
.mes1 {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	padding-top: 40px;
}
.mes2 {
	text-align: center;
	padding: 10px 0px 15px 0px;
	color: #242424;
	font-size: 16px;
}
.mes3 {
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #34B68A;
	padding-bottom: 40px;
}
.modal-header .close {
    opacity: 1;
    position: absolute;
    right: -40px;
    top: 0px;
}
.modal-title {
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	color: #000;
	padding-bottom: 5px;
}
.modal-title-2 {
	padding-bottom: 16px;
}
.modal-subtitle {
	font-size: 14px;
	text-align: center;
	color: #1C1C1C;
	padding-bottom: 15px;
}
.modal .wpcf7 {
	padding: 0px 30px 60px 30px;
}
.modal .wpcf7 input[type="text"],
.modal .wpcf7 input[type="tel"] {
	border-radius: 35px;
	background: #fff;
	height: 55px;
}
.modal .wpcf7 textarea {
	border-radius: 8px;
	height: 151px;
	resize: none;
}
.modal .form-actions {
	text-align:center;
}
.modal .wpcf7 input[type="submit"] {
	display: inline-block;
	height: 45px;
	width: auto;
}
.alm-btn-wrap .alm-load-more-btn.done {
	display: none !important;
}
.gallery-item {
	padding-bottom: 30px;
}
.alm-btn-wrap .alm-load-more-btn.done {
	display: none !important;
}
.rev-wrapper {
	margin: 30px 0px;
	padding: 20px 30px;
	background: #F8F8F8;
}
.rev-name {
	padding-bottom: 10px;
	font-size: 16px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #34B68A;
}
.rev-text {
	font-weight: normal;
	font-size: 16px;
	color: #1A1A1A;
	padding-bottom: 10px;
}
.rev-text p {
	margin: 0px;
}
.rev-date {
	font-size: 16px;
	color: #727272;
}
#steps {
	margin-top: 40px;
}
.step-item {
	display: flex;
	margin-bottom: 40px;
}
.step-item:last-child {
	margin-bottom: 0px;
}
.step-num {
	margin-right: 20px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	min-width: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #005d69;
	color: #fff;
	font-weight: 500;
	font-size: 24px;
	font-family: 'Roboto Slab', serif;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.step-title {
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 10px;
}
.step-list {
	position: relative;
}
.step-list:before {
    display: block;
    width: 1px;
    height: 88%;
    left: 21px;
    top: 0px;
    content: '';
    background: #ccc;
    position: absolute;
    z-index: -1;
}
.serv-wrapper {
	margin-bottom: 30px;
	border: 1px solid #EBEBEB;
	border-radius: 4px;
}
.services-left a {
	display: block;
	padding: 3px;
}
.services-right {
	padding: 20px 15px;
}
.serv-title {
	padding-bottom: 10px;
}
.serv-title a {
	font-weight: 500;
	font-size: 21px;
	color: #1C1C1C;
}
.serv-text {
	color: #6A6A6A;
	padding-bottom: 10px;
}
.serv-more a {
	display: inline-block;
	text-decoration: none;
	background: linear-gradient(180deg, #41D0A0 0%, #119A6C 100%);
	border-radius: 29px;
	padding: 7px 20px;
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	transition: all 0.2s ease;
}
.serv-more a:hover {
	background: #078A5E;
}
.error-404.not-found a {
	text-decoration: underline;
}
.error-404.not-found a:hover {
	text-decoration: none;
}
#excursions {
	padding-top: 0px;
}
.wpcf7-spinner {
	display: none !important;
}