/*
Theme Name: Ossetia Travels
Description: Тема для сайта Ossetia Travels
Version: 4.10
Author: Savelev Digital
*/

/*---Normalize--------------------------------------------------------------------------- */

body, html {
    height: 100%;
}

body {
    margin: 0;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

article, footer, header, main, nav, section, div, input, textarea {
    display: block;
}

a, a:active, a:focus, button, button:focus, button:active, .btn, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
    outline: none !important;
    outline: 0 !important;
}

input::-moz-focus-inner {
    border: 0 !important;
}

*, *:after, *:before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a {
    text-decoration: none !important;
}

a:hover, a:active, button:focus, button:hover, button:active, input:focus, input:hover, input:active {
    outline: 0 !important;
}

a:focus {
    outline: 0 !important;
}

b, strong {
    font-weight: bold;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
	height: auto;
	border: 0;
    display: block;
}

.logo img, .loop-post img {
    width: 100%;
}

/*---Basic-Structure--------------------------------------------------------------------- */

body {
    color: #2F2F2F;
    font-size: 16px;
    line-height: 1.3;
    background: #fff;
}

main {
	max-width: 1920px;
	min-height: 100vh;
	overflow: hidden;
	margin: 0 auto;
}

section, .section, .wrapper, .awesome {
    position: relative;
}

.wrapper {
    width: 100%;
    height: 100%;
    max-width: 1480px !important;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
}

.awesome:before, .main-nav ul:not(.sub-menu) > li.menu-item-has-children > a span:before {
	content: '';
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	top: 0;
	height: 100%;
	font-weight: 900;
    color: currentColor;
}

.awesome:before {
    left: 0;
}

.main-nav ul:not(.sub-menu) > li.menu-item-has-children > a span:before {
	right: 0;
}

.scrolltop {
    position: fixed;
    bottom: 10px;
    left: 10px;
    color: #F07B3F;
    font-size: 28px;
    z-index: 9;
    transition: color .5s;
    cursor: pointer;
    display: none;
}

.scrolltop:hover {
    color: rgba(0,0,0,.9);
}

/*---Flexbox----------------------------------------------------------------------------- */

.flex-around, .flex-between, .main-nav > ul, .flex-center, .btn, .fab, .main-nav ul a, .awesome:before, .main-nav ul:not(.sub-menu) > li.menu-item-has-children > a span:before, .main-nav > ul li ul.sub-menu, .flex-start, .flex-end, .header-flex {
    display: flex;
    align-items: center;
}

.flex-around {
    justify-content: space-around;
}

.flex-between, .main-nav > ul {
    justify-content: space-between;
}

.flex-center, .btn, .fab, .main-nav ul a, .awesome:before, .main-nav ul:not(.sub-menu) > li.menu-item-has-children > a span:before, .main-nav > ul li ul.sub-menu, .item .number {
    justify-content: center;
}

.flex-start, .main-nav > ul li ul.sub-menu {
    justify-content: flex-start;
}

.flex-end, .header-flex {
    justify-content: flex-end;
}

.wrap {
    flex-wrap: wrap;
}

.stretch {
	align-items: stretch;
}

.gap-10 {
    gap: 10px;
}

.gap-20, .header-flex {
    gap: 20px;
}

.gap-30 {
    gap: 30px;
}

.x2 {
    width: 50%;
}

.x3 {
    width: calc(100% / 3);
}

.x4 {
    width: 25%;
}

.gap-10 .x2 {
    width: calc(50% - 5px);
}

.gap-10 .x3 {
    width: calc((100% - 20px) / 3);
}

.gap-10 .x4 {
    width: calc((100% - 30px) / 4);
}

.gap-20 .x2 {
    width: calc(50% - 10px);
}

.gap-20 .x3 {
    width: calc((100% - 40px) / 3);
}

.gap-20 .x4 {
    width: calc((100% - 60px) / 4);
}

.gap-30 .x2 {
    width: calc(50% - 15px);
}

.gap-30 .x3 {
    width: calc((100% - 60px) / 3);
}

.gap-30 .x4 {
    width: calc((100% - 90px) / 4);
}

/*---Kadence-Blocks---------------------------------------------------------------------- */

.wp-block-kadence-accordion .kt-accordion-header-wrap .kt-blocks-accordion-header {
	cursor: pointer;
}

/*---Basic-Typography-------------------------------------------------------------------- */

h1, h2, h3, h4, .popup-title {
    margin: 0;
    line-height: 1.3;
}

h2, .popup-title, h3 {
    font-weight: 500 !important;
}

.page-title {
    margin: 60px 0;
}

.popup-title {
    margin: 0 0 40px;
    text-align: center;
    font-size: 24px;
}

a {
    position: relative;
    transition: all .3s;
}

p, label {
    margin: 0;
}

/*---Header------------------------------------------------------------------------------ */

header {
    position: fixed;
    top: 0; left: 0; right: 0;
    height: 138px;
    transition: all .3s;
    z-index: 5;
    color: #fff;
}

header.animate, header.blue {
    background: #2D4059;
    height: 100px;
}

body.admin-bar .header {
    top: 32px;
}

.logo {
    width: 200px; height: 100%;
}

.header-flex {
    width: calc(100% - 220px);
}

header .is-phone, footer .is-phone {
    font-weight: 400;
    color: currentColor;
}

/*---Main-Nav---------------------------------------------------------------------------- */

.main-nav {
    margin: 0 auto;
}

.main-nav ul, .main-nav > ul li ul.sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-nav ul:not(.sub-menu) {
    gap: 40px;
}

.main-nav > ul > li {
    flex-grow: 1;
    position: relative;
}

.main-nav ul a {
    color: currentColor;
    text-transform: uppercase;
    font-weight: 400;
}

.main-nav ul:not(.sub-menu) > li > a:hover, .main-nav ul li.current-menu-item > a, .main-nav ul li.current-post-parent > a {
    text-decoration: underline !important;
    text-underline-offset: 7px;
    text-decoration-thickness: 2px;
}

.main-nav ul:not(.sub-menu) > li.menu-item-has-children > a span {
    position: relative;
    padding-right: 15px;
}

.main-nav ul:not(.sub-menu) > li.menu-item-has-children > a span:before {
 	content: '\f078';
    font-size: 12px;
    padding-top: 2px;
}

.main-nav > ul li ul.sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	width: auto;
	flex-direction: column;
	transition: all .3s;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    background: #fff;
    border: 1px solid #ececec;
}

.main-nav > ul li:hover ul.sub-menu {
    opacity: 1;
    pointer-events: auto;
}

.main-nav > ul li ul.sub-menu li {
    width: 100%;
    border-bottom: 1px solid #ececec;
}

.main-nav > ul li ul.sub-menu li:last-of-type {
    border-bottom: 0;
}

.main-nav > ul li ul.sub-menu li a {
	width: 100%;
	justify-content: flex-start;
	text-align: left;
	padding: 10px 20px;
    color: #404756;
    border-left: 3px solid transparent;
}

.main-nav > ul li ul.sub-menu li a:hover {
    background: #fafafa;
}

.menu-toggle {
    margin-left: 20px;
    cursor: pointer;
}

/*---Custom-CSS-------------------------------------------------------------------------- */

.parallax-sky .kt-row-layout-overlay {
    background-size: 820px !important;
}

.parallax-sky {
    position: relative !important;
    overflow: hidden !important; 
    z-index: 1;
    perspective: 1000px;
}

.parallax-sky > .kt-row-layout-overlay {
    will-change: transform;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    transform: scale(1.15) translate3d(0, 7%, 0); 
    z-index: 1;
}

.parallax-sky::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: var(--sky-transform, scale(1.1) translate3d(0, 0, 0)) !important;
    will-change: transform;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    z-index: 0;
    background-image: url('/wp-content/uploads/bg-01.png');
    background-size: cover;
}

.parallax-sky > .kt-row-column-wrap {
    position: relative;
    z-index: 2;
}

#map-lazy-container {
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.side-menu {
	z-index: 11;
	position: fixed;
	top: 0;
	right: -40px;
	width: 360px;
	height: 100%;
	background: #fff;
	padding: 20px;
	box-shadow: 0 0 10px 2px rgba(0,0,0,.2);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
	overflow-y: auto;
	scrollbar-width: thin;
	opacity: 0;
	pointer-events: none;
	transition: all .3s ease-out;
}

.side-menu.animate {
	right: 0;
	opacity: 1;
	pointer-events: auto;
	transition: all .3s ease-in;
}

.side-menu a {
    color: #2F2F2F;
}

.menu-close {
	margin-left: auto;
	cursor: pointer;
}

.menu-contacts {
    margin-top: auto;
    width: 100%;
}

.menu-title {
	font-family: 'Philosopher';
	font-size: 24px;
	font-weight: 600;
	color: #2D4059;
}

.side-nav ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 12px;
	font-size: 18px;
	padding: 0 0 20px 0;
}

.side-nav ul:not(.sub-menu) > li > a:hover, .side-nav ul li.current-menu-item > a, .side-nav ul li.current-post-parent > a {
    text-decoration: underline !important;
    text-underline-offset: 10px !important;
    text-decoration-color: #F07B3F !important;
}

.menu-contacts-title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}

.menu-item-content {
	margin-bottom: 20px;
}

.menu-item-content :last-child {
	font-size: 20px;
	font-weight: 600;
}

.menu-social {
	padding: 20px 0;
    margin: 30px 0;
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
}

.menu-legal {
	font-size: 13px;
	margin-bottom: 20px;
}

.conf {
    font-size: 13px;
}

.additional-option-card {
	width: 100%;
}

.additional-option-card__inner {
	padding: 0 10px;
}

.additional-option-card__image {
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border-radius: 15px;
}

.additional-option-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.additional-option-card__title {
	margin: 20px 0 15px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	color: #2D4059;
	text-align: center;
}

.additional-option-card__desc {
	padding: 30px 40px;
	border-radius: 15px;
	background: #F9F9F9;
	font-size: 16px;
	text-align: center;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.additional-option-card__price {
	margin-top: 20px;
}

.additional-option-card__price-label {
	display: block;
	margin-bottom: 4px;
	font-size: 12px;
	line-height: 1.2;
	color: #979797;
	text-align: center;
}

.additional-option-card__price-value {
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	color: #2D4059;
	text-align: center;
}

.additional-options-slider, .tours-slider {
	padding: 0 50px;
	margin: 0 -60px;
}

.additional-options-slider .slick-arrow, .tours-slider .slick-arrow {
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translatey(-50%);
	width: 42px;
	height: 42px;
	border: 0;
	font-size: 0;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .2s;
    background: #d5d5d5;
    opacity: .75;
    cursor: pointer;
}

.additional-options-slider .slick-arrow.slick-next, .tours-slider .slick-arrow.slick-next {
	right: 0;
}

.additional-options-slider .slick-arrow.slick-prev, .tours-slider .slick-arrow.slick-prev {
	left: 0;
}

.additional-options-slider .slick-arrow:hover, .additional-options-slider .slick-arrow:focus, .tours-slider .slick-arrow:hover, .tours-slider .slick-arrow:focus {
    background: #F07B3F;
    opacity: 1;
}

.additional-options-slider .slick-dots, .tours-slider .slick-dots {
	list-style: none;
	padding: 0;
	margin: 25px 0 0;
	display: flex;
	justify-content: center;
	align-content: center;
	gap: 10px;
}

.additional-options-slider .slick-dots li button, .tours-slider .slick-dots li button {
	border: 0;
	font-size: 0;
	height: 3px;
	width: 36px;
	transition: all .2s;
	cursor: pointer;
}

.additional-options-slider .slick-dots li.slick-active button, .tours-slider .slick-dots li.slick-active button {
	background: #F07B3F;
}

.additional-options-slider .slick-arrow::before, .tours-slider .slick-arrow::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 26px;
	color: #fff;
}

.additional-options-slider .slick-arrow.slick-prev::before, .tours-slider .slick-arrow.slick-prev::before {
	content: "\f053";
	margin-right: 3px;
}

.additional-options-slider .slick-arrow.slick-next::before, .tours-slider .slick-arrow.slick-next::before {
	content: "\f054";
	margin-left: 3px;
}

@media only screen and (max-width: 1620px) {
  .additional-options-slider, .tours-slider {
    margin: 0 !important;
  }
}

.tours-list {
	display: flex;
	justify-content: flex-start;
	gap: 20px;
	flex-wrap: wrap;
	align-items: stretch;
}

.tour-card {
	background: #fff;
	border: 1px solid #DEDEDE;
	border-radius: 15px;
	max-width: calc((100% - 40px) / 3);
    overflow: hidden;
}

.tours-slider .tours-slider__item {
    padding: 0 10px;
}

.tours-slider .tour-card {
	max-width: 100%;
}

.tour-card__image {
	position: relative;
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
    color: #2F2F2F;
}

.tour-card__image > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tour-card__content {
	padding: 32px 20px 20px;
}

.tour-card__title {
	margin: 0 0 12px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	color: #2D4059;
}

.tour-card__description {
	margin-bottom: 26px;
	font-size: 18px;
	line-height: 1.3;
}

.tour-card__price {
	padding: 20px 0;
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
}

.tour-card__price-label {
	margin-bottom: 3px;
	font-size: 16px;
	line-height: 1.3;
}

.tour-card__price-row {
	display: flex;
	align-items: center;
	gap: 20px;
}

.tour-card__price-value {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.1;
	white-space: nowrap;
}

.tour-card__capacity {
	font-size: 16px;
	line-height: 1.15;
}

.tour-card__button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 54px;
	margin: 20px auto 0 0;
	border-radius: 30px;
	background: #F07B3F;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.tour-card__button:hover {
	opacity: .9;
	color: #fff;
}

.tour-card__badge {
	position: absolute;
	left: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: #fff;
	outline: 2px solid rgba(255, 255, 255, 0.5);
	border-radius: 10px;
}

.tour-card__badge--duration {
	top: 20px;
}

.tour-card__badge--length {
	top: 84px;
}

.tour-card__badge-value {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	color: #F07B3F;
}

.tour-card__badge-label {
	margin-top: 2px;
	font-size: 14px;
	line-height: 1;
}

.tour-card__meal {
	position: absolute;
	left: 20px;
	bottom: 20px;
	display: flex;
	align-items: center;
	gap: 7px;
	width: 150px;
	height: 33px;
	padding: 0 10px;
	background: #fff;
	outline: 2px solid rgba(255, 255, 255, 0.5);
	border-radius: 10px;
	font-size: 14px;
	line-height: 1;
}

.tour-card__meal-icon {
	display: block;
	width: 20px;
	height: 20px;
	object-fit: contain;
	flex: 0 0 20px;
}

.tours-filters {
	margin-bottom: 40px;
	display: flex;
	justify-content: flex-start;
	gap: 10px;
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: none;
	-ms-overflow-style: none;
	-webkit-overflow-scrolling: touch;
	touch-action: pan-x;
	flex-wrap: nowrap;
}

.tours-filter {
	display: flex;
	align-items: center;
	gap: 8px;
	border: 0;
	border-radius: 5px;
	padding: 3px 9px;
    background: #F3F3F3;
	transition: all .3s;
    cursor: pointer;
    white-space: nowrap;
}

.tours-filter img {
	max-width: 32px;
}

.tours-filter:hover, .tours-filter.is-active {
    background: #fce0d1;
}

.home-tour-types {
	width: 100%;
	overflow: hidden;
}

.home-tour-types__slider {
	width: 100%;
}

.home-tour-types__slider .slick-list {
	overflow: hidden;
	margin: 0 -10px;
}

.home-tour-types__slider .slick-slide {
	padding: 0 10px;
	box-sizing: border-box;
}

.home-tour-types__item {
	position: relative;
	display: flex !important;
	width: 100%;
	max-width: 320px;
	margin: 0 10px;
	aspect-ratio: 4 / 3;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 15px;
	overflow: hidden;
	text-decoration: none;
}

.home-tour-types__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .3);
}

.home-tour-types__content {
	position: relative;
	z-index: 1;
	align-self: flex-end;
	width: 100%;
	padding: 20px;
	color: #fff;
}

.home-tour-types__title {
	margin: 0;
	color: inherit;
	font-size: 24px;
	font-weight: 700 !important;
}

.home-tour-types__description {
	margin: 0;
	color: inherit;
}

.home-tour-types__head {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
	margin-bottom: 20px;
}

.home-tour-types__counter {
	display: flex;
	align-items: flex-end;
	gap: 4px;
	font-family: "Philosopher";
	font-size: 22px;
    line-height: 22px;
}

.home-tour-types__counter .home-tour-types__current {
    font-size: 36px;
    line-height: 36px;
}

.home-tour-types__arrows {
	display: flex;
	align-items: center;
	gap: 8px;
}

.home-tour-types__arrows .slick-arrow {
	position: static;
	width: 42px;
	height: 42px;
	padding: 0;
	margin: 0;
    color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	background: transparent;
	cursor: pointer;
	font-size: 0;
}

.home-tour-types__arrows .slick-arrow::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
}

.home-tour-types__arrows .slick-prev::before {
	content: "\f053";
}

.home-tour-types__arrows .slick-next::before {
	content: "\f054";
}

@media (max-width: 640px) {

	.home-tour-types__slider .slick-list {
		margin: 0 -10px;
	}

	.home-tour-types__slider .slick-slide {
		margin: 0 auto;
	}
}

/*---Footer------------------------------------------------------------------------------ */

footer {
    position: relative;
    padding: 90px 0;
}

footer a {
    color: #2F2F2F;
}

/*---Pages------------------------------------------------------------------------------- */

.breadcrumbs, .yoast-breadcrumbs {
    margin: 0 auto;
}

.breadcrumbs a, .yoast-breadcrumbs a {
    color: currentColor;
}

.sec-page {
    height: 100%;
    padding-top: 0;
    padding-bottom: 60px;
}

.sec-404 {
    min-height: calc(100vh - 70px);
    text-align: center;
}

/*---Loop-------------------------------------------------------------------------------- */

.loop-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
}

.loop-post {
	width: 100%;
    color: #444 !important;
}

.loop-post h3 {
    color: currentColor;
}

.wp-pagenavi {
    width: 100%;
    margin-top: 30px;
}

.wp-pagenavi span, .wp-pagenavi a {
	height: 42px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #ececec;
	min-width: 42px;
	padding: 0 6px;
	margin: 0 3px 0 0;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background: #f5f5f5;
	border: 1px solid #d9d9d9;
}

.wp-pagenavi span.pages {
    display: none;
}

/*---Posts------------------------------------------------------------------------------- */
/*---Editor-Styles----------------------------------------------------------------------- */

article a {
    text-decoration: underline !important;
}

article :is(a.btn, a.kb-gallery-item-link, .kt-tabs-title-list li a) {
    text-decoration: none !important;
}

article .kt-tabs-title-list li a {
    text-decoration: none !important;
}

article .wp-block-separator {
	border: 0;
	border-top: 1px solid #ececec;
}

article :is(p, h2, h3, h4, .wp-block-image, .wp-block-table, .wp-block-kadence-iconlist, .wp-block-kadence-tabs, .wp-block-kadence-accordion) {
    margin: 0 0 20px !important;
}

article > ul, article > ol {
    margin: 0 0 20px !important;
}

.wp-block-table tr {
    transition: all .3s;
}

.wp-block-table tr th, .wp-block-table tr td {
    border: 1px solid #ececec;
    padding: 10px;
}

article > *:last-child, .wp-block-image, article .wp-block-separator, article .btn p {
    margin: 0 !important;
}

h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
	padding: 10px 20px !important;
}

.wp-block-embed {
    width: 100%;
}

/*---Buttons----------------------------------------------------------------------------- */

.uni-btn {
    --btn-height: 64px;
    --btn-bg: transparent;
    --btn-color: inherit;
    --btn-icon-bg: #fff;
    --btn-icon-color: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: fit-content;
    min-width: 240px;
    height: var(--btn-height);
    padding: 0 24px;
    border: 0;
    border-radius: 999px;
    background: var(--btn-bg);
    color: var(--btn-color);
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        opacity 0.2s ease;
}

.uni-btn--size-m {
    --btn-height: 64px;
}

.uni-btn--size-s {
    --btn-height: 55px;
}

.uni-btn--color-blue {
    --btn-bg: #2D4059;
    --btn-color: #fff;
    --btn-icon-bg: #fff;
    --btn-icon-color: #2D4059;
}

.uni-btn--color-orange {
    --btn-bg: #F07B3F;
    --btn-color: #fff;
    --btn-icon-bg: #fff;
    --btn-icon-color: #F07B3F;
}

.uni-btn--color-grey {
    --btn-bg: #F5F5F5;
    --btn-color: #2F2F2F;
    --btn-icon-bg: #F07B3F;
    --btn-icon-color: #fff;
}

.uni-btn__text {
    display: block;
    line-height: 1.2;
    margin: 0 auto;
}

.uni-btn__icon {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(var(--btn-height) - 10px);
    height: calc(var(--btn-height) - 10px);
    border-radius: 50%;
    background: var(--btn-icon-bg);
    color: var(--btn-icon-color);
}

.uni-btn__icon svg {
    display: block;
    width: 24px;
    height: 24px;
    color: inherit;
}

.uni-btn--margin-auto {
    margin-top: auto;
}

.uni-btn:hover {
    opacity: 0.9;
}

.uni-btn:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

.uni-btn:disabled,
.uni-btn[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}

.uni-btn--with-icon {
    padding: 0 5px 0 24px;
}

header .uni-btn {
	border: 1px solid #fff;
}

header .uni-btn:hover {
	background: rgba(255,255,255,.1)
}

/*---Popup------------------------------------------------------------------------------- */

.backdrop {
    position: fixed;
    inset: 0;
    background: rgba(50,26,14,.75);
    backdrop-filter: blur(3px);
    opacity: 0;
    z-index: 10;
    pointer-events: none;
    transition: opacity .3s;
}

.backdrop.animate {
    opacity: 1;
    pointer-events: auto;
}

.ims-popup {
	position: fixed;
	left: 50%; top: 50%;
	transform: translatex(-50%) translatey(-50%) scale3d(1.1, 1.1, 1);
	width: 100%;
 	max-width: 768px;
	background: #fff;
	z-index: 11;
	padding: 50px 10px;
    opacity: 0;
    transition: all .3s;
    flex-direction: column;
    border-radius: 2px;
}

.ims-popup.animate {
	opacity: 1;
    pointer-events: auto;
 	transform: translatex(-50%) translatey(-50%) scale3d(1, 1, 1);
}

.ims-popup, .ims-popup * {
    pointer-events: none !important;
}

.ims-popup.animate, .ims-popup.animate * {
    pointer-events: auto !important;
}

.popup-close {
	position: absolute;
	right: 0; top: 0;
	height: 30px; width: 30px;
 	cursor: pointer;
    z-index: 20;
}

.popup-close:before {
	display: flex;
	justify-content: center;
 	align-items: center;
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
	color: #444;
    font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    font-size: 20px;
    content: '\f00d';
    transition: all .3s ease;
}

.popup-close:hover:before {
	color: #777;
}

/*---Forminator-------------------------------------------------------------------------- */

.forminator-custom-form {
	max-width: 480px;
    margin: 0 auto !important;
}

.forminator-button.forminator-button-submit {
	padding: 0 !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	height: 55px !important;
	width: 100% !important;
	box-shadow: none !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    transition: all .3s !important;
    border-radius: 28px !important;
}

.forminator-input {
	line-height: 22px !important;
	padding-top: 16px !important;
	padding-bottom: 16px !important;
	border-radius: 27px !important;
}

.forminator-response-message {
	border-radius: 0 !important;
	padding: 10px 16px !important;
}

.forminator-response-message .screen-reader-only, .forminator-edit-module {
    display: none !important;
}

.iti__country-container {
    border-top-left-radius: 28px !important;
    border-bottom-left-radius: 28px !important;
}

.forminator-textarea {
    border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}

/*---Slick-Slider------------------------------------------------------------------------ */

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}

/*---Adaptive-Design--------------------------------------------------------------------- */

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

}

@media only screen and (max-width: 1170px) {
.logo {
	width: 160px;
}

.header-flex {
	width: calc(100% - 180px);
}

.main-nav ul:not(.sub-menu) {
	gap: 20px;
}

.tour-card {
	max-width: calc(50% - 10px);
}
}

@media only screen and (max-width: 1024px) {
header .main-nav, footer .main-nav {
    display: none;
}

.popup-title {
    font-size: 22px;
}
}

@media only screen and (max-width: 768px) {
.ims-popup {
	left: 2%; right: 2%;
	transform: translatex(0) translatey(-50%) scale3d(1.1, 1.1, 1);
	width: auto;
}

.ims-popup.animate {
	transform: translatex(0) translatey(-50%) scale3d(1, 1, 1);
}

body.admin-bar .header {
	top: 46px;
}

.logo {
	width: 120px;
}

.header-flex {
	width: calc(100% - 120px);
}

.uni-btn--size-m, .uni-btn--size-s {
    --btn-height: 48px;
}

.uni-btn {
	min-width: 180px;
	padding: 0 18px;
	font-size: 16px;
}

.uni-btn.uni-btn--with-icon {
    padding-right: 5px !important;
}

header .uni-btn {
	min-width: 140px;
	padding: 0 16px;
	font-size: 14px;
}

.menu-toggle {
	margin-left: 0;
}

footer .wrapper {
	flex-direction: column;
}

footer .header-flex {
	flex-direction: column;
	width: 100%;
	margin-top: 20px;
}

.menu-title, .menu-contacts-title {
	font-size: 22px;
}

.side-nav ul {
	gap: 10px;
	font-size: 16px;
}

.menu-item-content :last-child {
	font-size: 18px;
}

.menu-close {
	margin-bottom: -20px;
}

.additional-options-slider, .tours-slider {
	padding: 0;
}

.additional-options-slider .slick-arrow, .tours-slider .slick-arrow {
    display: none !important;
}

.popup-title {
    font-size: 20px;
}
}

@media only screen and (max-width: 640px) {
header .is-phone {
    display: none !important;
}

.tour-card {
	max-width: 100%;
}
}

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

}

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

}
