/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}


@font-face {
	font-family: "Montserrat";
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

textarea,
input,
a,
a:focus,
a:active,
a:hover {
	text-decoration: none;
	outline: 0;
}

button {
	outline: 0;
}

a,
a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: 0 !important;
	outline-color: transparent !important;
	outline-width: 0 !important;
	outline-style: none !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

select {
	outline: none;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.oh {
	overflow: hidden;
}

/* Remove outline on the forms and links */

input[type=text],
input[type=number],
textarea {
	outline: 0;
	outline-offset: 0;
	-webkit-appearance: none;
}

input:active,
input:hover,
input:focus,
textarea:active,
textarea:hover,
textarea:focus {
	outline: 0;
	outline-offset: 0;
}

.popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	overflow-y: auto;
}

.popup.open {
	z-index: 350;
	opacity: 1;
	visibility: visible;
}

.popup__body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 850px;
}

.popup__inner {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.popup__close {
	position: absolute;
	right: 36px;
	top: 20px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	z-index: 3;
}

@media (max-width: 992px) {
	.popup__close {
		right: 20px;
		top: 16px;
	}
}

.popup__close:hover {
	opacity: 0.7;
}

.popup__close-ico {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	background: url("../img/ico/close-icon.svg") center no-repeat;
}

.popup__head {
	background: #309699;
	padding: 20px 40px;
	border-radius: 34px 34px 0 0;
}

@media (max-width: 992px) {
	.popup__head {
		padding: 20px 20px;
		border-radius: 20px 20px 0 0;
	}
}

.popup__title {
	color: white;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 400;
}

@media (max-width: 992px) {
	.popup__title {
		font-size: 18px;
	}
}

.popup__body-inner {
	padding: 40px 40px 20px;
	background: white;
	border-radius: 0 0 34px 34px;
}

@media (max-width: 992px) {
	.popup__body-inner {
		padding: 20px 20px 15px;
		border-radius: 0 0 20px 20px;
	}
}

@media (max-width: 992px) {
	.desktop {
		display: none !important;
	}
}

@media (max-width: 1100px) {
	.desktop {
		display: none !important;
	}
}

@media (min-width: 1101px) {
	.tablet {
		display: none !important;
	}
}

@media (min-width: 550px) {
	.mobile {
		display: none !important;
	}
}

@media (min-width: 801px) {
	.show-for-800 {
		display: none !important;
	}
}

@media (max-width: 800px) {
	.hide-for-800 {
		display: none !important;
	}
}

@media (max-width: 680px) {
	.hide-for-680 {
		display: none !important;
	}
}

@media (max-width: 680px) {
	.hide-path-mobile {
		display: none;
	}
}

.text-align-right {
	text-align: right;
}

.pr-0 {
	padding-right: 0 !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.wfc {
	width: -webkit-fit-content !important;
	width: -moz-fit-content !important;
	width: fit-content !important;
}

.font-size-22 {
	font-size: 22px !important;
}

@media (max-width: 992px) {
	.font-size-22 {
		font-size: 16px !important;
	}
}

.position-relative {
	position: relative;
}

.d-none {
	display: none;
}

.w-100 {
	width: 100% !important;
}

.mw-100 {
	max-width: 100% !important;
}

.light-hide {
	z-index: -1;
	visibility: hidden;
	opacity: 0;
}

.site-checkbox label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.site-checkbox input[type="checkbox"] {
	display: none;
}

.site-checkbox__label {
	color: #212529;
	font-size: 12px;
	line-height: 107.5%;
	padding-left: 25px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
}

.site-checkbox__label:before {
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 2px;
	border: 1px solid #ecedeb;
	background: #ecedeb;
	position: absolute;
	left: 0;
	top: 0;
}

.site-checkbox__label:after {
	content: "";
	width: 11px;
	height: 6px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	border-left: 1px solid #212529;
	border-bottom: 1px solid #212529;
	opacity: 0;
	border-left: 2px solid #212529;
	border-bottom: 2px solid #212529;
	left: 2px;
	top: 2px;
}

input[type="checkbox"]:checked + .site-checkbox__label:after {
	opacity: 1;
}

.site-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	border-radius: 34px;
	-webkit-box-shadow: 0 15px 26px 5px rgba(0, 4, 7, 0.27);
	box-shadow: 0 15px 26px 5px rgba(0, 4, 7, 0.27);
	background: white;
}

.site-info__head {
	padding: 35px 50px 0;
	/*padding: 35px 25px 0;*/
	background: #309699;
	border-radius: 34px 34px 0 0;
	text-transform: uppercase;
}

@media (max-width: 1100px) {
	.site-info__head {
		padding-left: 30px;
		padding-right: 30px;
		/*padding-left: 0;*/
		/*padding-right: 0;*/
	}
}

@media (max-width: 992px) {
	.site-info__head {
		padding: 25px 30px 0;
	}
}

.site-info__title {
	font-weight: bold;
	font-size: 48px;
	margin-bottom: 25px;
	color: white;
}

@media (max-width: 1100px) {
	.site-info__title {
		font-size: 28px;
	}
}

@media (max-width: 992px) {
	.site-info__title {
		font-size: 22px;
		margin-bottom: 10px;
	}
}

.site-info__head-desc {
	font-size: 20px;
	color: white;
	font-weight: bold;
	margin-bottom: 20px;
}

@media (max-width: 1100px) {
	.site-info__head-desc {
		font-size: 16px;
	}
}

@media (max-width: 992px) {
	.site-info__head-desc {
		margin-bottom: 15px;
	}
}

.site-info__body {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	border-radius: 0 0 34px 34px;
}

.ask_button {
	margin: 20px 0 0;
}

@media (max-width: 1100px) {
	.site-info__body {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (max-width: 420px) {
	.site-info__body {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.site-info__section {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #838383;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	padding-left: 25px;
	padding-right: 25px;
}

@media (max-width: 1100px) {
	.site-info__section {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 992px) {
	.site-info__section {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

.site-info__section:last-child {
	border: 0;
}

.site-info__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 30px;
}

@media (max-width: 1100px) {
	.site-info__row {
		margin-bottom: 15px;
	}
}

.site-info__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.site-info__col:nth-child(1) {
	border-right: 1px solid #838383;
	padding-right: 30px;
}

@media (max-width: 992px) {
	.site-info__col:nth-child(1) {
		padding-right: 15px;
	}
}

.site-info__col:nth-child(2) {
	padding-left: 30px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media (max-width: 992px) {
	.site-info__col:nth-child(2) {
		padding-left: 15px;
	}
}

.site-info__half {
	color: #838383;
	font-weight: 500;
	font-size: 18px;
}

@media (max-width: 1100px) {
	.site-info__half {
		font-size: 14px;
	}
}

.site-info__color {
	font-weight: bold;
	color: white;
	background: #0166c5;
	border-radius: 24px;
	padding: 11px;
	text-transform: uppercase;
	font-size: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 20px;
	border: none;
}

#cr_qna.cr-qna-block div.cr-qna-search-block {
	justify-content: center;
	margin: 0;
}

#cr_qna.cr-qna-block div.cr-qna-search-block button.cr-qna-ask-button.site-info__color {
	font-weight: bold;
	color: white;
	border-radius: 24px;
	padding: 11px;
	text-transform: uppercase;
	font-size: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	margin: 20px 0;
	border: none;
	background-color: #309699;
	height: auto;
}

.cr-qna-list-block{
	background: #fff;
}
#cr_qna.cr-qna-block div.cr-qna-list-block .cr-qna-list-q-cont button.cr-qna-ans-button {
	padding: 0 10px;
}

.um-profile #cr_qna.cr-qna-block div.cr-qna-search-block {
	display: none;
}

#cr_qna.cr-qna-block div.cr-qna-list-block .cr-qna-list-q-cont button.cr-qna-ans-button.delete {
	margin-right: auto;
	margin-left: 20px;
	color: red;
	border-color: red;
}

@media (max-width: 1100px) {
	.site-info__color {
		font-size: 18px;
	}
}

.site-info__color.red {
	background: #EA7D6B;
}

.site-info__color.orange {
	background: #e09c3f;
}

.site-info__color.green {
	background-color: #309699;
}

.site-info a.site-info__color {
	-webkit-transition: .3s;
	transition: .3s;
}


.site-info a.site-info__color:hover {
	background: #309699;
}

.site-info__t-list {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.site-info__t-item {
	width: 100%;
	color: #2A2968;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}

@media (max-width: 1100px) {
	.site-info__t-item {
		font-size: 16px;
	}
}

@media (max-width: 992px) {
	.site-info__t-item {
		margin-bottom: 20px;
	}

	.site-info__t-item:last-child {
		margin-bottom: 0;
	}
}

.site-info__t-item span {
	font-weight: bold;
}

.site-info__subtitle {
	color: #2A2968;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 25px;
}

@media (max-width: 992px) {
	.site-info__subtitle {
		margin-bottom: 15px;
	}
}

.site-info__need-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 8px;
}

.site-info__need-item {
	margin-bottom: 8px;
	color: #838383;
	font-weight: 500;
	font-size: 20px;
}

@media (max-width: 1100px) {
	.site-info__need-item {
		font-size: 16px;
	}
}

.site-date__btn {
	color: white;
	text-transform: uppercase;
	font-size: 16px;
	border-radius: 30px;
	padding: 10px 20px;
	background: #e09c3f;
	border: 0;
	cursor: pointer;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
	margin-left: 15px;
}

.site-date__btn:hover {
	background: #2A2968;
}

@media (max-width: 680px) {
	.site-date__btn {
		font-size: 12px;
		padding: 8px 15px;
	}
}

@media (max-width: 350px) {
	.site-date__btn {
		font-size: 10px;
	}
}

.site-date__apply-btn {
	background: #309699;
}

.site-case {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 680px) {
	.site-case {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.site-case__img {
	max-width: 155px;
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.site-case__img picture {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.site-case__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.site-case__content {
	padding-left: 30px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	width: 100%;
}

@media (max-width: 1320px) {
	.site-case__content {
		padding: 15px;
	}
}

@media (max-width: 680px) {
	.site-case__content {
		padding-left: 0;
		padding-right: 0;
	}
}

.site-case__from {
	font-weight: 700;
	position: absolute;
	right: 20px;
	top: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	text-align: right;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	font-size: 12px;
	color: #838383;
}

@media (max-width: 680px) {
	.site-case__from {
		font-size: 10px;
		right: 0;
	}
}

.site-case__from-price {
	font-size: 16px;
	font-weight: 600;
	color: #2A2968;
	text-align: right;
}

@media (max-width: 680px) {
	.site-case__from-price {
		font-size: 14px;
	}
}

.site-case__name {
	color: #2A2968;
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 16px;
	-webkit-transition: 0.15s;
	transition: 0.15s;
	padding-right: 65px;
}

@media (max-width: 1320px) {
	.site-case__name {
		padding-right: 30px;
	}
}

@media (max-width: 680px) {
	.site-case__name {
		margin-bottom: 8px;
		padding-right: 0;
	}
}

.site-case__name:hover {
	color: #309699;
}

.site-case__description {
	margin-bottom: 30px;
	color: #838383;
	font-weight: 500;
	font-size: 14px;
}

@media (max-width: 680px) {
	.site-case__description {
		font-size: 12px;
		margin-bottom: 8px;
	}
}

.site-case__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 680px) {
	.site-case__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.site-case__col.col-border {
	padding-left: 20px;
	margin-left: 20px;
	border-left: 2px solid #838383;
}

@media (max-width: 680px) {
	.site-case__col.col-border {
		margin-left: 10px;
		padding-left: 15px;
	}
}

.site-case__property {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.site-case__property-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 8px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 680px) {
	.site-case__property-item {
		font-size: 12px;
	}
}

.site-case__property-item:last-child {
	margin-bottom: 0;
}

.site-case__property-ico {
	margin-right: 8px;
}

@media (max-width: 680px) {
	.site-case__property-ico img {
		width: 14px;
		height: 14px;
		margin-top: 2px;
	}
}

.site-case__more {
	margin-left: auto;
	margin-top: auto;
}

@media (max-width: 680px) {
	.site-case__more {
		margin-top: 15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
	}
}

.site-case__more-link {
	font-weight: 700;
	font-size: 18px;
	color: #309699;
	text-decoration: underline;
}

@media (max-width: 1320px) {
	.site-case__more-link {
		font-size: 14px;
	}
}

@media (max-width: 680px) {
	.site-case__more-link {
		padding: 8px 15px;
		color: white;
		background: #309699;
		border-radius: 24px;
		text-decoration: none;
		font-weight: normal;
		text-transform: uppercase;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		max-width: 200px;
	}
}

.site-case__more-link:hover {
	text-decoration: none;
}

.site-case__reviews {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #2a2968;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 500;
}

.site-case__reviews-num {
	margin-right: 5px;
}

.site-case__rating-inner {
	font-size: 24px;
}

.tours-case {
	border-radius: 34px;
	-webkit-box-shadow: 0 4px 26px 9px rgba(0, 4, 7, 0.27);
	box-shadow: 0 4px 26px 9px rgba(0, 4, 7, 0.27);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 440px;
	background: white;
}

.tours-case__number {
	font-size: 40px;
	font-weight: bold;
	color: white;
	background: #309699;
	border-radius: 34px 0 0 34px;
	max-width: 72px;
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tours-case__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	border-radius: 0 34px 34px 0;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tours-case__title {
	font-weight: 600;
	color: #2A2968;
	font-size: 16px;
	padding-top: 12px;
}

.tours-case__desc {
	padding-right: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 12px;
}

.tours-case__desk-i {
	font-size: 14px;
	font-weight: 500;
	color: #838383;
	padding-right: 5px;
	margin-right: 5px;
	position: relative;
}

.tours-case__desk-i:after {
	content: '';
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 12px;
	background: #838383;
	position: absolute;
}

.tours-case__desk-i:last-child {
	margin-right: 0;
	padding-right: 0;
}

.tours-case__desk-i:last-child:after {
	display: none;
}

.tours-case__edit {
	position: absolute;
	right: 25px;
	bottom: 12px;
}

.tours-case__edit-i {
	color: #309699;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	padding-bottom: 2px;
	cursor: pointer;
}

.tours-case__edit-i:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	border-radius: 20px;
	background: #309699;
}

.tours-case__edit-i:hover:after {
	display: none;
}

.site-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.site-pagination ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -4px;
	margin-right: -4px;
}

.site-pagination li {
	padding-left: 4px;
	padding-right: 4px;
}

.site-pagination li > * {
	height: 28px;
	width: 28px;
	border-radius: 50%;
	border: 2px solid transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 15px;
	color: #838383;
	font-weight: 700;
	-webkit-transition: 0.15s;
	transition: 0.15s;
}

.site-pagination li > *:not(.spacer):hover {
	border-color: #309699;
}

.site-pagination li .active,
.site-pagination li .current {
	background: #309699;
	border-color: #309699;
	color: white;
}

.site-pagination li .disabled {
	display: none;
}

.site-pagination li .prev,
.site-pagination li .next {
	border-color: #309699;
	color: #309699;
}

.site-detail-slider__container {
	width: 310px;
	height: 210px;
	position: relative;
}

@media (max-width: 1320px) {
	.site-detail-slider__container {
		width: 250px;
		height: 188px;
	}
}

@media (max-width: 680px) {
	.site-detail-slider__container {
		width: 100%;
	}
}

.site-detail-slider__slide-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.site-detail-slider__slide-content picture {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.site-detail-slider__slide-content img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.site-detail-slider__pagination {
	position: absolute;
	bottom: 10px;
	width: 100%;
	z-index: 2;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.site-detail-slider__pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #ECEDEB;
	opacity: 1;
	margin: 0 2px;
}

.site-detail-slider__pagination .swiper-pagination-bullet-active {
	background: #2A2968;
}

.site-detail-slider__prev,
.site-detail-slider__next {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: #ECEDEB;
	background-position: center;
	background-size: 10px;
	background-repeat: no-repeat;
	z-index: 2;
	cursor: pointer;
	-webkit-transition: 0.15s;
	transition: 0.15s;
	opacity: 0;
}

.site-detail-slider__prev.swiper-button-disabled,
.site-detail-slider__next.swiper-button-disabled {
	display: none;
}

.site-detail-slider__container:hover .site-detail-slider__prev,
.site-detail-slider__container:hover .site-detail-slider__next {
	opacity: 1;
}

.site-detail-slider__prev {
	left: 8px;
	background-image: url("../img/ico/slid-det-arrow-left.svg");
}

.site-detail-slider__next {
	right: 8px;
	background-image: url("../img/ico/slid-det-arrow-right.svg");
}

.rate-base-layer span {
	color: #f69e34;
}

.rate-select-layer span {
	color: #f69e34;
}



.select2-container {
	width: fit-content !important;
}
.select2-container.select2-container--default .select2-selection--single {
	background-color: #f69e34  !important;
	border: 0 !important;
}

.select2-container--default
.select2-selection--single
.select2-selection__rendered {
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	padding: 0 16px;
	margin-right: 7px;
	cursor: pointer;
	white-space: nowrap;
}

.select2-selection__arrow::after {
	position: absolute;
	content: "";
	top: 11px;
	right: 0;
	width: 18px;
	height: 11px;
	background-image: url("../img/ico/select-arrow.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.custom-select .select2.select2-container .select2-selection .select2-selection__arrow:before {
	display: none !important;
}

.select2-container--default.select2-container--open
.select2-selection--single
.select2-selection__arrow::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.select2-selection__arrow b {
	display: none;
}

.select2-container.select2-container--open .select2-dropdown {
	margin-top: 25px;
	border: 0 !important;
	border-radius: 4px !important;
	top: 100%;
	left: 14px !important;
	width: fit-content !important;
	background-color: #f69e34;
	-webkit-box-shadow: 5px 5px 30px -15px black;
	box-shadow: 5px 5px 30px -15px black;
}

.select2-container.select2-container--open .select2-dropdown .select2-results li {
	font-size: 18px !important;
	font-weight: 500!important;
	color: #fff!important;
	padding: 8px 16px!important;
	margin: 0!important;
	cursor: pointer!important;
	white-space: nowrap!important;
}

.select2-container--default .select2-results__option--selected,
.select2-results li.select2-results__option.select2-results__option--highlighted,
.select2-container--default .select2-results__option[aria-selected="true"] {
	background-color: rgba(0, 0, 0, 0.1) !important;
}


.header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 245px;
	padding-top: 30px;
}

@media (max-width: 1320px) {
	.header {
		height: 200px;
		padding-top: 15px;
	}
}

@media (max-width: 992px) {
	.header {
		height: 70px;
		padding-top: 5px;
		background: url("../img/header-bg-mobile.svg") center/cover no-repeat;
		-webkit-box-shadow: 0 1px 10px -5px black;
		box-shadow: 0 1px 10px -5px black;
	}
}

.header__inner {
	position: relative;
}

@media (max-width: 992px) {
	.header__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.header__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.header__logo-wrap {
	width: 100%;
	max-width: 157px;
}

@media (max-width: 1320px) {
	.header__logo-wrap {
		max-width: 130px;
	}
}

@media (max-width: 992px) {
	.header__logo-wrap {
		max-width: initial;
	}
}

.header__logo-img {
	width: 100%;
	height: 100%;
}
.header__logo-img.logo-mobile{
	display: none;
}

@media (max-width: 992px) {
	.header__logo-img {
		max-height: 60px;
		height: 100%;
		display: none;
	}
	.header__logo-img.logo-mobile{
		display: block;
		max-height: 70px;
		width: 80px;
	}
}

.header__logo-text {
	position: relative;
	font-size: 15px;
	text-transform: uppercase;
	color: #2A2968;
	display: -ms-flexbox;
	display: flex;
	padding-top: 10px;
	margin-top: 10px;
	text-align: center;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-weight: 700;
}

@media (min-width: 993px) {
	.header__logo-text:before {
		content: "";
		background: #2A2968;
		width: 36px;
		height: 3px;
		border-radius: 20px;
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@media (max-width: 992px) {
	.header__logo-text {
		display: none;
	}
}

.header__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width: 993px) {
	.header__nav {
		margin-top: -63px;
	}
}

@media (max-width: 992px) {
	.header__nav {
		z-index: 4;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: fixed;
		right: 0;
		width: 280px;
		top: 0;
		background: white;
		height: 100%;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 40px 30px 30px;
		-webkit-transition: 0.25s;
		transition: 0.25s;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

.header__menu-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

@media (min-width: 993px) {
	.header__menu-list {
		height: 0;
		max-width: 704px;
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media (max-width: 992px) {
	.header__menu-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		max-width: 100%;
		padding: 15px;
		padding-top: 20px;
	}
}

.header__menu-item {
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 993px) {
	.header__menu-item--logo-space {
		margin-right: 150px;
	}

	.header__menu-item--logo-space + li {
		margin-left: 150px;
	}
}

@media (max-width: 992px) {
	.header__menu-item {
		margin-bottom: 15px;
	}

	.header__menu-item:last-child {
		margin-bottom: 0;
	}
}

.header__link {
	color: #2A2968;
	font-size: 18px;
	-webkit-transition: 0.15s;
	transition: 0.15s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 700;
}

.mobile-menu-open .header__link:visited {
	color: #76bbf7;
}

@media (min-width: 993px) {
	.header__link:hover {
		color: #0166c5;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

.header__burger-btn {
	z-index: 10;
	max-width: 50px;
	width: 100%;
	height: 50px;
	background: transparent;
	border: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width: 993px) {
	.header__burger-btn {
		display: none;
	}
}

.header__menu-close {
	display: none;
}

.mobile-menu-open .header__menu-burger {
	display: none;
}

.mobile-menu-open .header__menu-close {
	display: block;
	position: fixed;
	right: 35px;
}

.mobile-menu-open .header__menu-close path {
	stroke: #2A2968;
}

.header.mobile-menu-open .js_header-menu {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-box-shadow: 0 0 23px -3px black;
	box-shadow: 0 0 23px -3px black;
}

.footer {
	border-bottom: 10px solid #e97d6b;
}

.footer__inner {
	padding: 28px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 680px) {
	.footer__inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.footer__info {
	width: 100%;
	max-width: 473px;
	padding-right: 65px;
	border-right: 2px solid #b6b6b6;
	border-radius: 2px;
}

@media (max-width: 680px) {
	.footer__info {
		width: 100%;
		border-right: 0;
		padding-right: 0;
	}
}

.footer__logo {
	margin-bottom: 30px;
}

.footer__info-text {
	margin-bottom: 17px;
	font-weight: 500;
	font-size: 14px;
	color: #838383;
}

.footer__info-text:last-child {
	margin-bottom: 0;
}

.footer__copyright {
	margin-top: 45px;
	font-weight: 500;
	font-size: 14px;
	color: #838383;
}

@media (max-width: 680px) {
	.footer__copyright.dsk {
		display: none;
	}
}

.footer__copyright.mob {
	display: none;
}

@media (max-width: 680px) {
	.footer__copyright.mob {
		display: block;
	}
}

.footer__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 100%;
	padding-left: 20px;
}

@media (max-width: 680px) {
	.footer__nav {
		padding-left: 0;
	}
}

.footer__nav-inner {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 92px;
}

@media (max-width: 680px) {
	.footer__nav-inner {
		padding-top: 20px;
	}
}

.footer__navigation-col {
	padding-left: 50px;
	width: 33.33333%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media (max-width: 1100px) {
	.footer__navigation-col {
		width: 50%;
	}
}

@media (max-width: 992px) {
	.footer__navigation-col {
		width: 100%;
	}
}

@media (max-width: 680px) {
	.footer__navigation-col {
		padding-left: 0;
	}
}

.footer__item-link {
	display: block;
	margin-bottom: 7px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	color: #838383;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.footer__item-link:hover {
	color: #000;
}

.footer__item-link.terms {
	display: block;
	margin-top: 35px;
}

.footer__social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 25px;
}

.footer__social-link {
	display: block;
	margin-right: 20px;
}

.footer__social-link:last-child {
	margin-right: 0;
}

.footer__social-link svg {
	width: 100%;
	max-width: 20px;
	max-height: 20px;
	fill: #838383;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.footer__social-link:hover svg {
	fill: #000;
}

.footer__social-ico {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 20px;
}

.search-form {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width: 992px) {
	.search-form {
		padding-top: 25px;
	}
}

.search-form * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.search-form__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	max-width: 900px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

@media (max-width: 992px) {
	.search-form__inner {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.search-form__simple {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding-left: 28px;
	padding-right: 15px;
	height: 67px;
	background: white;
	border-radius: 45px;
	max-width: 360px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	-webkit-transition: .5s;
	transition: .5s;
	border: 2px solid transparent;
}

@media (max-width: 680px) {
	.search-form__simple {
		max-width: 280px;
	}
}

.search-form__simple:hover {
	border-color: #309699;
}

.search-form.animated .search-form__simple {
	max-width: 100%;
}

@media (max-width: 992px) {
	.search-form.animated .search-form__simple {
		max-width: calc(100% - 30px);
	}
}

.search-form__simple-text {
	font-weight: 300;
	color: #212529;
	width: 100%;
}

.search-form__button {
	background: #309699;
	border-radius: 50%;
	border: none;
	min-width: 45px;
	max-width: 45px;
	width: 100%;
	height: 45px;
	min-height: 45px;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.search-form__button svg {
	width: 23px;
	height: 23px;
	fill: white;
	-webkit-transition: .2s;
	transition: .2s;
}

.search-form__button:hover svg {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.search-form__form .search-form__button {
	margin-right: 15px;
}

@media (max-width: 992px) {
	.search-form__form .search-form__button {
		margin: 0 auto;
	}
}

.search-form__form {
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	background: white;
	border-radius: 45px;
	height: 67px;
	z-index: 2;
	-webkit-transition: .3s;
	transition: .3s;
}

.search-form__form form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

@media (max-width: 992px) {
	.search-form__form form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

.active .search-form__form {
	z-index: 1;
	visibility: visible;
	opacity: 1;
	-webkit-transition: .3s all;
	transition: .3s all;
	-webkit-box-shadow: 0 4px 26px 30px rgba(0, 4, 7, 0.27);
	box-shadow: 0 4px 26px 30px rgba(0, 4, 7, 0.27);
}

@media (max-width: 992px) {
	.active .search-form__form {
		height: auto;
	}
}

.search-form__form-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
}

@media (max-width: 992px) {
	.search-form__form-inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.search-form__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 35px;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.search-form__item.active,
.search-form__item:hover {
	background: #ECEDEB;
}

@media (max-width: 992px) {
	.search-form__item {
		height: auto;
		width: 50%;
		margin: 0;
		padding-top: 10px;
	}
}

@media (max-width: 680px) {
	.search-form__item {
		width: 100%;
	}
}

.search-form__label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

@media (max-width: 992px) {
	.search-form__label {
		margin-bottom: 15px;
		padding-bottom: 10px;
		border-bottom: 1px solid #7a7a7a;
	}
}

.search-form__label-i {
	color: #2A2968;
	font-size: 16px;
	font-weight: 700;
}

@media (max-width: 992px) {
	.search-form__label-i {
		margin-bottom: 10px;
	}
}

.search-form__input {
	border: 0;
	font-size: 14px;
	color: #212529;
	font-weight: 300;
	width: 100%;
	background: transparent;
}

@media (min-width: 993px) {
	.search-form__input[type=date] {
		display: grid;
		grid-template-columns: 53px 0;
		width: 100px;
	}

	.search-form__input[type=number] {
		width: 100px;
	}
}

@media (max-width: 992px) {
	.search-form__input {
		font-size: 16px !important;
	}
}

.search-form__input::-webkit-input-placeholder {
	color: #838383;
}

.search-form__input::-moz-placeholder {
	color: #838383;
}

.search-form__input:-ms-input-placeholder {
	color: #838383;
}

.search-form__input::-ms-input-placeholder {
	color: #838383;
}

.search-form__input::placeholder {
	color: #838383;
}

.search-form__modal {
	z-index: -1;
	visibility: hidden;
	opacity: 0;
}

.search-form__item.hover .search-form__modal {
	z-index: 1;
	visibility: visible;
	opacity: 1;
	-webkit-transition: .3s all;
	transition: .3s all;
}

.search-form__datepicker {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.search-form__datepicker .site-date {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.search-form__guests {
	position: absolute;
	left: 0;
	top: 100%;
	width: 280px;
}

@media (max-width: 992px) {
	.search-form__guests {
		width: 100%;
	}
}

.search-form__guests-inner {
	background: #fff;
	padding: 22px 22px 7px;
	border-radius: 0 45px 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-shadow: 0 15px 26px 5px rgba(0, 4, 7, 0.27);
	box-shadow: 0 15px 26px 5px rgba(0, 4, 7, 0.27);
}

.search-form__guests-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.search-form__guests-title {
	font-size: 14px;
	padding-right: 10px;
}

.search-form__guests-input {
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.search-form__guests-input [data-btn] {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border-width: 1px;
	border-style: solid;
	border-color: #b0b0b0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: white;
	font-size: 20px;
	color: #212529;
	font-weight: 300;
	-webkit-transition: .2s;
	transition: .2s;
}

.search-form__guests-input [data-btn]:hover {
	border-color: #212529;
}

.search-form__guests-input [data-btn].disabled {
	opacity: 0.5;
}

.search-form__guests-input input {
	background: transparent;
	padding: 0 5px;
	font-size: 16px;
	font-weight: 300;
	width: 40px;
	height: 32px;
	border: 0;
	text-align: center;
}

.search-form__result-list-inner {
	background: #fff;
	padding: 22px 22px 7px;
	border-radius: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: auto;
	max-height: 600px;
	width: 400px;
	-webkit-box-shadow: 0 15px 26px 5px rgba(0, 4, 7, 0.27);
	box-shadow: 0 15px 26px 5px rgba(0, 4, 7, 0.27);
}

@media (max-width: 992px) {
	.search-form__result-list-inner {
		width: 100%;
	}
}

.search-form__result-list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 15px;
}

.search-form__result-list-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	font-weight: 400;
	width: 100%;
	color: #212529;
	-webkit-transition: .2s;
	transition: .2s;
}

.search-form__result-list-link:hover {
	color: #2A2968;
	background: #ECEDEB;
	border-radius: 0 10px 10px 0;
}

.search-form__result-list-ico {
	max-width: 30px;
	width: 100%;
	height: 30px;
	background: #ECEDEB;
	border-radius: 4px;
	margin-right: 8px;
}

.search-modal {
	position: absolute;
	top: 100%;
	left: -5px;
	padding-top: 8px;
	z-index: 2;
}

@media (max-width: 992px) {
	.search-modal {
		left: 0;
		width: 100%;
	}
}

.search-modal__search-modal-block {
	background: white;
	padding: 22px 22px 7px 22px;
	border-radius: 0 45px 45px 45px;
	-webkit-box-shadow: 0 15px 26px 5px rgba(0, 4, 7, 0.27);
	box-shadow: 0 15px 26px 5px rgba(0, 4, 7, 0.27);
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

@media (max-width: 992px) {
	.search-modal__search-modal-block {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}

.search-modal__search-modal-label {
	margin-bottom: 10px;
	display: inline-block;
}

@media (max-width: 992px) {
	.search-modal__search-modal-label {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.search-modal__search-modal-label-i {
	display: block;
	white-space: nowrap;
	font-size: 14px;
}

@media (max-width: 992px) {
	.search-modal__search-modal-label-i {
		white-space: normal;
	}
}

.daterangepicker {
	max-width: 450px;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 28px;
	padding-right: 18px;
	background: #fff;
	border-radius: 45px;
	-webkit-box-shadow: 0 15px 26px 5px rgba(0, 4, 7, 0.27);
	box-shadow: 0 15px 26px 5px rgba(0, 4, 7, 0.27);
}

.daterangepicker:before,
.daterangepicker:after {
	display: none !important;
}

.daterangepicker .single {
	width: 100%;
	max-width: 100%;
}

@media (max-width: 992px) {
	.daterangepicker {
		position: fixed;
		top: 88px !important;
		left: 50% !important;
		right: auto;
		bottom: auto;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: calc(100% - 30px);
		overflow: auto;
		max-height: calc(100vh - 50px);
	}
}

@media (max-width: 680px) {
	.daterangepicker {
		padding: 15px;
	}
}

.daterangepicker * {
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
}

.daterangepicker .calendar-table thead {
	padding-bottom: 15px;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td,
.daterangepicker .calendar-table tr td {
	width: 32px;
	height: 40px;
	min-height: 32px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
	background-color: #2A2968;
}

.daterangepicker td.off.disabled {
	background: #ECEDEB;
	border-radius: 0;
}

.site-form__title {
	margin-bottom: 30px;
	font-weight: bold;
	/*font-size: 66px;*/
	font-size: 56px;
	color: #2A2968;
	text-transform: uppercase;
}

@media (max-width: 992px) {
	.site-form__title {
		font-size: 36px;
		margin-bottom: 15px;
	}
}

.site-form__title:not(.site-form__title:first-child) {
	margin-top: 30px;
}

@media (max-width: 992px) {
	.site-form__title:not(.site-form__title:first-child) {
		margin-top: 20px;
	}
}

.site-form__text {
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 20px;
	color: #838383;
}

@media (max-width: 992px) {
	.site-form__text {
		font-size: 16px;
	}
}

.site-form__row {
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 992px) {
	.site-form__row {
		margin-bottom: 20px;
	}
}

.site-form__row--items {
	margin-left: -5px;
	margin-right: -5px;
}

.site-form__col {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 5px;
	padding-right: 5px;
}

.site-form__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.acf-button.button.button-primary,
.site-textarea .acf-button.button.button-primary,
.site-form__btn-i {
	display: inline-block;
	color: white;
	text-transform: uppercase;
	font-size: 21px;
	font-weight: bold;
	border-radius: 30px;
	padding: 15px 40px;
	background: #e09c3f;
	border: 0;
	cursor: pointer;
	-webkit-transition: .2s all;
	transition: .2s all;
	margin: auto;
}

.acf-button.button.button-primary {
	font-size: 16px;
	padding: 12px 20px;
}

.acf-field
.acf-fields.-left > .acf-field:before {
	display: none !important;
}

.acf-tooltip {
	font-size: 15px !important;
}

.acf-tooltip.left {
	margin-left: -15px !important;
}

.acf-icon.small, .acf-icon.-small {
	width: 30px !important;
	height: 30px !important;
	line-height: 26px !important;
}

.acf-repeater .acf-row-handle .acf-icon {
	left: 0 !important;
}

.site-form__btn-i.right {
	margin-right: 0;
}

@media (max-width: 992px) {
	.acf-button.button.button-primary,
	.site-textarea .acf-button.button.button-primary,
	.site-form__btn-i {
		font-size: 16px;
		padding: 12px 20px;
	}
}

.site-form__btn-i:hover {
	background: #2A2968;
}

.site-form__switch {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -30px;
	margin-right: -30px;
	margin-bottom: 30px;
	margin-top: 15px;
	width: 100%;
}

.cia-messages-list-frame li .cia-mes-list-item img {
	margin-right: 15px !important;
}

.cia-frame * {
	box-sizing: border-box !important;
}

.site-form__switch-i {
	font-weight: bold;
	font-size: 22px;
	color: #2A2968;
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	border-right: 1px solid #2A2968;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
	-webkit-transition: .2s;
	transition: .2s;
}

@media (max-width: 992px) {
	.site-form__switch-i {
		font-size: 16px;
	}
}

.site-form__switch-i:hover {
	color: #0166c5;
}

.site-form__switch-i:last-child {
	border: 0;
}

.site-form__switch-i.active {
	color: #309699;
}

.site-form__label-separate {
	color: #2A2968;
	font-size: 22px;
	font-weight: bold;
	min-width: 150px;
	max-width: 150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	min-height: 60px;
	margin-top: 20px;
	margin-right: 20px;
}

@media (max-width: 992px) {
	.site-form__label-separate {
		min-height: auto;
		max-width: 100%;
		width: 100%;
		margin-bottom: 15px;
		font-size: 18px;
	}
}

.site-input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	width: 100%;
}

.woocommerce form .site-input .form-row {
	display: block;
	width: 100%;
	float: none;
}

.site-input__label {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
	font-weight: 400;
	color: #2A2968;
	font-size: 16px;
	margin-bottom: 8px;
}

.site-input input[type=text],
.site-input input[type=tel],
.site-input input[type=email],
.site-input input[type=number] {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	height: 60px;
	font-size: 22px;
	border: 1px solid transparent;
	border-radius: 10px;
	color: #212529;
	background: #ECEDEB;
	padding: 0 20px;
	font-weight: bold;
	width: 100%;
}

.site-input textarea {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	font-size: 22px;
	border: 1px solid transparent;
	border-radius: 10px;
	color: #212529;
	background: #ECEDEB;
	padding: 0 20px;
	font-weight: bold;
	width: 100%;
}

@media (max-width: 992px) {
	.site-input input {
		font-size: 16px;
		height: 45px;
	}
}

.site-input input::-webkit-input-placeholder {
	color: #2A2968;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.site-input input::-moz-placeholder {
	color: #2A2968;
	text-transform: uppercase;
	box-sizing: border-box;
}

.site-input input:-ms-input-placeholder {
	color: #2A2968;
	text-transform: uppercase;
	box-sizing: border-box;
}

.site-input input::-ms-input-placeholder {
	color: #2A2968;
	text-transform: uppercase;
	box-sizing: border-box;
}

.site-input input::placeholder {
	color: #2A2968;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.site-input input.error {
	border-color: red;
}

.site-input label.error {
	position: absolute;
	top: calc(100% + 3px);
	right: 0;
	color: red;
	font-size: 12px;
	font-weight: 300;
}

.site-textarea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	width: 100%;
}

.site-textarea textarea {
	font-size: 22px;
	border: 1px solid transparent;
	border-radius: 10px;
	background: #ECEDEB;
	padding: 20px;
	width: 100%;
	font-weight: 500;
	color: #838383;
	height: 210px;
	resize: none;
}

.site-textarea textarea::-webkit-scrollbar {
	width: 1em;
	background: white;
}

.site-textarea textarea::-webkit-scrollbar-track {
	border-radius: 0 8px 8px 0;
	background: #ECEDEB;
}

.site-textarea textarea::-webkit-scrollbar-thumb {
	background-color: #DCDCDC;
	border-radius: 50px;
	border: 1px solid #ECEDEB;
}

@media (max-width: 992px) {
	.site-textarea textarea {
		font-size: 16px;
		height: 45px;
	}
}

.site-textarea textarea::-webkit-input-placeholder {
	color: #2A2968;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.site-textarea textarea::-moz-placeholder {
	color: #2A2968;
	text-transform: uppercase;
	box-sizing: border-box;
}

.site-textarea textarea:-ms-input-placeholder {
	color: #2A2968;
	text-transform: uppercase;
	box-sizing: border-box;
}

.site-textarea textarea::-ms-input-placeholder {
	color: #2A2968;
	text-transform: uppercase;
	box-sizing: border-box;
}

.site-textarea textarea::placeholder {
	color: #2A2968;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.site-textarea textarea.error {
	border-color: red;
}

.site-textarea label.error {
	position: absolute;
	top: calc(100% + 3px);
	right: 0;
	color: red;
	font-size: 12px;
	font-weight: 300;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	padding: 0;
	margin: 0;
}

html,
body {
	height: 100%;
}

.page__wrapper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
}

.page__content {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.top-pd-bg {
	padding-top: 245px;
}

@media (max-width: 1320px) {
	.top-pd-bg {
		padding-top: 200px;
	}
}

@media (max-width: 992px) {
	.top-pd-bg {
		padding-top: 70px;
	}
}

.main-wrap {
	overflow: hidden;
	position: relative;
}

.site-container {
	margin: 0 auto;
	max-width: 1170px;
	width: 100%;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}

@media (max-width: 1320px) {
	.site-container {
		padding-right: 15px;
		padding-left: 15px;
		width: auto;
		align-items: flex-start;
	}
}

@media (max-width: 992px) {
	.desktop-section {
		display: none;
	}
}

.custom-price {
	width: 10px;
	height: 10px;
	background-color: #ff0000;
	border-radius: 50%;
}

.about {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
}

.about__search {
	min-height: 150px;
}

.about__hero {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (max-width: 680px) {
	.about__hero {
		min-height: 700px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.about__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 150px;
	margin-top: 85vh;
}

@media (max-width: 1610px) {
	.about__inner {
		padding-bottom: 100px;
	}
}

@media (max-width: 992px) {
	.about__inner {
		padding-bottom: 30px;
		margin-top: 45vh;
	}
}

@media (max-width: 800px) {
	.about__inner {
		margin-top: 25vh;
	}
}

@media (max-width: 680px) {
	.about__inner {
		margin-top: 30px;
	}
}

.about__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: -15px;
	margin-right: -15px;
	width: 100%;
}

@media (min-width: 993px) {
	.about__content {
		padding-left: 75px;
	}
}

@media (max-width: 992px) {
	.about__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.about__title {
	font-size: 62px;
	color: #2A2968;
	text-transform: uppercase;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 993px) {
	.about__title {
		width: 50%;
	}
}

@media (max-width: 992px) {
	.about__title {
		font-size: 40px;
		margin-bottom: 15px;
	}
}

@media (max-width: 680px) {
	.about__title {
		font-size: 25px;
	}
}

.about__text {
	padding-left: 15px;
	padding-right: 15px;
	color: #2A2968;
	font-size: 22px;
	font-weight: 500;
	line-height: normal;
}

@media (min-width: 993px) {
	.about__text {
		width: 50%;
	}
}

@media (max-width: 992px) {
	.about__text {
		font-size: 16px;
	}
}

.intro {
	background-size: cover;
}

.intro__inner {
	padding-top: 80px;
	padding-bottom: 70px;
	min-height: 320px;
}

@media (max-width: 992px) {
	.intro__inner {
		min-height: auto;
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.intro__title {
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	font-size: 66px;
	color: white;
	margin: 0;
	margin-bottom: 30px;
}

@media (max-width: 992px) {
	.intro__title {
		font-size: 40px;
		margin-bottom: 15px;
	}
}

@media (max-width: 680px) {
	.intro__title {
		font-size: 25px;
	}
}

.intro__desc {
	font-size: 22px;
	color: white;
	font-weight: 500;
	text-align: center;
	max-width: 992px;
	margin-left: auto;
	margin-right: auto;
	line-height: 26px;
}

@media (max-width: 992px) {
	.intro__desc {
		font-size: 16px;
		line-height: normal;
	}
}

.intro__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.intro__sub-title {
	margin-bottom: 20px;
	font-size: 32px;
	color: white;
	line-height: normal;
}

.intro__nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -10px;
	margin-right: -10px;
}

@media (max-width: 992px) {
	.intro__nav-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.intro__nav-item {
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}

@media (max-width: 992px) {
	.intro__nav-item {
		width: 100%;
		margin-bottom: 15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.intro__nav-item:after {
	content: "";
	right: 0;
	width: 1px;
	height: 20px;
	background: white;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}


@media (max-width: 992px) {
	.intro__nav-item:after {
		display: none;
	}
}

.intro__nav-item:last-child:after {
	display: none;
}

.intro__nav-link {
	font-size: 22px;
	color: white;
	font-weight: 300;
	-webkit-transition: 0.15s;
	transition: 0.15s;
	text-align: center;
}

@media (max-width: 992px) {
	.intro__nav-link {
		font-size: 16px;
	}
}

.intro__nav-link:hover {
	opacity: 0.7;
}

.intro__nav-dropdown {
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 100%;
	left: 0;
	padding-top: 10px;
	-webkit-transition: 0.15s;
	transition: 0.15s;
}

.intro__nav-item:hover .intro__nav-dropdown {
	z-index: 1;
	visibility: visible;
	opacity: 1;
	-webkit-transition: .3s all;
	transition: .3s all;
}

.videoblock {
	width: 100%;
}

.videoblock__inner {
	width: calc(100vw - 400px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 385px;
}

@media (max-width: 1220px) {
	.videoblock__inner {
		width: calc(100vw - 200px);
	}
}

@media (max-width: 992px) {
	.videoblock__inner {
		width: 100%;
	}
}

.videoblock__video {
	position: relative;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 680px) {
	.videoblock__video {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.videoblock__video-i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
}

.videoblock__video-i iframe {
	border: 0;
	width: 100%;
}

@media (max-width: 680px) {
	.videoblock__video-i iframe {
		height: 300px;
	}
}

.videoblock__share {
	position: absolute;
	top: 55px;
	left: calc(100% - 45px);
	padding: 30px 35px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: white;
}

@media (max-width: 1220px) {
	.videoblock__share {
		max-width: 200px;
	}
}

@media (max-width: 992px) {
	.videoblock__share {
		position: relative;
		left: auto;
		top: auto;
		max-width: 100%;
		padding: 15px;
	}
}

.videoblock__share-title {
	color: #2A2968;
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
	border-bottom: 1px solid #838383;
}

@media (max-width: 992px) {
	.videoblock__share-title {
		font-size: 18px;
	}
}

.videoblock__share-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (max-width: 680px) {
	.videoblock__share-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-left: -10px;
		margin-right: -10px;
	}
}

.videoblock__share-link {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 500;
	color: #838383;
	-webkit-transition: 0.15s;
	transition: 0.15s;
}

@media (max-width: 992px) {
	.videoblock__share-link {
		font-size: 14px;
	}
}

@media (max-width: 680px) {
	.videoblock__share-link {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.videoblock__share-link:hover {
	opacity: 0.7;
}

.amal-detail__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 992px) {
	.amal-detail__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

.amal-detail__inner .marker {
	white-space: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #fff;
	border-radius: 40px;
	-webkit-box-shadow: black 0 3px 16px -10px;
	box-shadow: black 0 3px 16px -10px;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: 600;
}

.amal-detail__inner .marker .sticker {
	width: 15px;
	height: 15px;
	margin-left: 5px;
}

.amal-detail__inner .marker .sticker svg {
	width: 100%;
	height: 100%;
}

.amal-detail__content {
	max-width: 760px;
	margin: 0 auto;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}

@media (max-width: 992px) {
	.amal-detail__content {
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}

.amal-detail__list {
	padding-top: 40px;
}

@media (max-width: 1320px) {
	.amal-detail__list {
		padding-top: 25px;
	}
}

.amal-detail__item {
	margin-bottom: 30px;
	padding-bottom: 40px;
	border-bottom: 1px solid #838383;
}

@media (max-width: 1320px) {
	.amal-detail__item {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
}

.amal-detail__pagination {
	padding-bottom: 30px;
}

@media (max-width: 1320px) {
	.amal-detail__pagination {
		padding-bottom: 15px;
	}
}

.amal-detail__map {
	position: relative;
	max-width: 55%;
	width: 100%;
}

@media (max-width: 1610px) {
	.amal-detail__map {
		max-width: 600px;
	}
}

@media (max-width: 1320px) {
	.amal-detail__map {
		max-width: 450px;
	}
}

@media (min-width: 993px) {
	.amal-detail__map {
		height: 100vh;
		position: sticky;
		top: 0;
	}
}

@media (max-width: 992px) {
	.amal-detail__map {
		max-width: 100%;
		height: 450px;
	}
}

.amal-detail__map iframe {
	border: 0;
	width: 100%;
	height: 100%;
}

.amal-detail__map-inner {
	height: 100%;
}

.amal-detail .map__close {
	position: absolute;
	z-index: 5;
	left: 0;
	top: 0;
	margin-top: 24px;
	margin-left: 10px;
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	border-radius: 8px;
	-webkit-box-shadow: black 0 3px 16px -10px;
	box-shadow: black 0 3px 16px -10px;
	background-color: #fff;
	-webkit-transition: .3s;
	transition: .3s;
}

.amal-detail .map__close:hover .map__close-btn {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.amal-detail .map__close-btn {
	width: 15px;
	height: 15px;
	-webkit-transition: .3s;
	transition: .3s;
}

.amal-detail .map__search {
	position: absolute;
	z-index: 5;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-top: 24px;
	padding: 15px 10px;
	padding-top: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: white;
	-webkit-box-shadow: black 0 3px 16px -10px;
	box-shadow: black 0 3px 16px -10px;
	border-radius: 8px;
	cursor: pointer;
}

.amal-detail .map__search .site-checkbox input[type="checkbox"]:checked + .site-checkbox__label:before {
	opacity: 1;
	background-color: #212529;
}

.amal-detail .map__search .site-checkbox input[type="checkbox"]:checked + .site-checkbox__label::after {
	opacity: 1;
	border-color: #fff;
}

.amal-detail .map__search .site-checkbox__label {
	font-size: 14px;
	font-weight: 600;
	padding-left: 35px;
	padding-top: 6px;
}

.amal-detail .map__search .site-checkbox__label::before {
	width: 25px;
	height: 25px;
	border-radius: 8px;
}

.amal-detail .map__search .site-checkbox__label::after {
	content: "";
	width: 12px;
	height: 7px;
	left: 7px;
	top: 6px;
}

.amal-detail .map__btn {
	position: absolute;
	z-index: 5;
	right: 0;
	top: 0;
	margin-top: 24px;
	margin-right: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.amal-detail .map__zoom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 15px;
	position: relative;
}

.amal-detail .map__zoom a {
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #222222;
	border-radius: 0px 0px 8px 8px;
	-webkit-box-shadow: black 0 3px 16px -10px;
	box-shadow: black 0 3px 16px -10px;
	background-color: #fff;
	cursor: pointer;
}

.amal-detail .map__zoom a:first-child {
	border-radius: 8px 8px 0px 0px;
}

.amal-detail .map__zoom::after {
	position: absolute;
	content: '';
	z-index: 2;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 80%;
	height: 1px;
	background-color: rgba(160, 160, 160, 0.315);
}

.amal-detail .map__zoomIn-ico,
.amal-detail .map__zoomOut-ico {
	width: 10px;
}

.amal-detail .map__location {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 8px;
	-webkit-box-shadow: black 0 3px 16px -10px;
	box-shadow: black 0 3px 16px -10px;
	cursor: pointer;
}

.amal-detail .map__location:hover svg {
	-webkit-animation: bounce 1s infinite;
	animation: bounce 1s infinite;
}

@-webkit-keyframes bounce {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes bounce {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.amal-detail .map__location-btn {
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.amal-detail .map__location-btn svg {
	width: 80%;
	height: 80%;
	-webkit-transition: .3s;
	transition: .3s;
}

.booking {
	background-size: cover;
}

.booking__inner {
	padding-top: 30px;
	padding-bottom: 30px;
}

.booking__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 992px) {
	.booking__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

.booking__form {
	width: 100%;
	padding-right: 55px;
}

@media (max-width: 992px) {
	.booking__form {
		padding-right: 0;
	}
}

.booking__aside {
	max-width: 510px;
	width: 100%;
}

@media (max-width: 992px) {
	.booking__aside {
		max-width: 100%;
		margin-bottom: 50px;
	}
}

.booking__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 50px;
}

@media (max-width: 992px) {
	.booking__btn {
		margin-top: 15px;
	}
}

.booking__btn-i {
	background: #309699;
	padding-left: 75px;
	padding-right: 75px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	-webkit-transition: 0.15s;
	transition: 0.15s;
	cursor: pointer;
}

@media (max-width: 992px) {
	.booking__btn-i {
		padding-right: 25px;
		padding-left: 25px;
	}
}

.booking__btn-i:hover {
	background: #0166c5;
}

.personal-nav__inner {
	padding-top: 80px;
	position: relative;
}

@media (max-width: 992px) {
	.personal-nav__inner {
		padding-top: 0;
	}
}

.personal-nav__mobile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px;
	margin-top: 15px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width: 993px) {
	.personal-nav__mobile {
		display: none;
	}
}

.personal-nav__page-name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: bold;
	font-size: 16px;
	color: #309699;
}

.personal-nav__btn {
	max-width: 40px;
	width: 100%;
	height: 40px;
}

.personal-nav__btn-i {
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 15px;
	background-color: #ECEDEB;
	background-image: url("../img/ico/slid-det-arrow-right.svg");
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-box-shadow: 0 0 5px -2px black;
	box-shadow: 0 0 5px -2px black;
}

.personal-nav__btn-i.rotate {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.personal-nav__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: -30px;
	margin-right: -30px;
	margin-bottom: 30px;
	margin-top: 15px;
	width: 100%;
}

@media (max-width: 1320px) {
	.personal-nav__list {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media (max-width: 992px) {
	.personal-nav__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-left: 0;
		margin-right: 0;
		background: #ECEDEB;
		-webkit-box-shadow: 0 0 5px -2px black;
		box-shadow: 0 0 5px -2px black;
		display: none;
	}
}

.personal-nav__item {
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	border-right: 1px solid #2A2968;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

@media (max-width: 1320px) {
	.personal-nav__item {
		padding: 20px 15px;
	}
}

@media (max-width: 992px) {
	.personal-nav__item {
		border-right: 0;
		border-bottom: 1px solid #309699;
	}
}

.personal-nav__item:last-child {
	border: 0;
}

@media (max-width: 992px) {
	.personal-nav__item.active {
		display: none;
	}
}

.personal-nav__link {
	font-weight: bold;
	font-size: 22px;
	color: #2A2968;
	white-space: nowrap;
}

@media (max-width: 1320px) {
	.personal-nav__link {
		font-size: 18px;
	}
}

@media (max-width: 992px) {
	.personal-nav__link {
		font-size: 16px;
	}
}

.personal-nav__link:hover {
	color: #0166c5;
}

.personal-nav__item.active .personal-nav__link {
	color: #309699;
}

.tours__title {
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	font-size: 66px;
	margin-bottom: 40px;
	color: #2A2968;
}

@media (max-width: 992px) {
	.tours__title {
		font-size: 30px;
	}
}

.tours__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-bottom: 40px;
}

.tours__form-block {
	margin-top: 40px;
	width: 100%;
	overflow: hidden;
	transition: height 0.15s ease-out;
	height: 0;
}

.tours__item.visible .tours__form-block {
	height: auto;
}


.tours__text {
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #2A2968;
	margin-bottom: 30px;
	font-weight: 500;
}

@media (max-width: 992px) {
	.tours__text br {
		display: none;
	}
}

.tours__form form {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.tours__form .site-form__row {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media (max-width: 992px) {
	.tours__form .site-form__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.hiw {
	background-color: #b1d482;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 650px;
}

@media (min-width: 1611px) {
	.hiw {
		min-height: 70vh;
	}
}

@media (min-width: 1801px) {
	.hiw {
		min-height: 90vh;
	}
}

@media (max-width: 680px) {
	.hiw {
		min-height: 100%;
		background-position-x: 0;
	}
}

.hiw__inner {
	padding-top: 125px;
	padding-bottom: 50px;
}

@media (max-width: 992px) {
	.hiw__inner {
		padding-top: 40px;
		padding-bottom: 30px;
	}
}

.hiw__body {
	padding-left: 75px;
	max-width: 650px;
}

@media (max-width: 992px) {
	.hiw__body {
		padding-left: 0;
	}
}

.hiw__heading {
	font-size: 66px;
	font-weight: 700;
	color: #2f2e6b;
	text-transform: uppercase;
	margin-bottom: 30px;
}

@media (max-width: 992px) {
	.hiw__heading {
		font-size: 40px;
		margin-bottom: 30px;
	}
}

@media (max-width: 800px) {
	.hiw__heading {
		margin-bottom: 25px;
	}
}

@media (max-width: 680px) {
	.hiw__heading {
		font-size: 25px;
		margin-bottom: 15px;
	}
}

.hiw__resume {
	margin-bottom: 60px;
	font-size: 22px;
	font-weight: 600;
	color: #2f2e6b;
}

@media (max-width: 992px) {
	.hiw__resume {
		font-size: 16px;
		margin-bottom: 25px;
	}
}

.hiw__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
}

.hiw__number {
	font-size: 40px;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 25px;
	background-color: #ea7d6b;
	color: #fff;
}

@media (max-width: 680px) {
	.hiw__number {
		font-size: 20px;
		width: 32px;
		height: 32px;
	}
}

.hiw__item-text {
	max-width: 250px;
	font-size: 16px;
	font-weight: 500;
	color: #2f2e6b;
}

.destination {
	background-color: #fff;
	background-position: top;
	background-size: 100%;
	background-repeat: no-repeat;
}

@media (min-width: 1611px) {
	.destination {
		background-position-y: 100% !important;
	}
}

@media (max-width: 1100px) {
	.destination {
		background-size: 120%;
	}
}

@media (max-width: 992px) {
	.destination {
		background-size: 130%;
	}
}

@media (max-width: 800px) {
	.destination {
		background-size: 150%;
	}
}

@media (max-width: 680px) {
	.destination {
		background-size: 180%;
	}
}

@media (max-width: 420px) {
	.destination {
		background-size: 250%;
	}
}

.destination__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
	padding-top: 104px;
	padding-bottom: 80px;
}

@media (max-width: 992px) {
	.destination__inner {
		padding-top: 40px;
		padding-bottom: 20px;
	}
}

.destination__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	margin-bottom: 10px;
}

@media (max-width: 992px) {
	.destination__head {
		margin-bottom: 0;
	}
}

.destination__title {
	font-size: 66px;
	font-weight: 700;
	color: #2f2e6b;
	text-transform: uppercase;
	text-align: center;
}

@media (max-width: 992px) {
	.destination__title {
		font-size: 40px;
		margin-bottom: 30px;
	}
}

@media (max-width: 800px) {
	.destination__title {
		margin-bottom: 25px;
	}
}

@media (max-width: 680px) {
	.destination__title {
		font-size: 25px;
		margin-bottom: 15px;
	}
}

.destination__desc {
	letter-spacing: 3px;
	max-width: 810px;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
}

@media (max-width: 680px) {
	.destination__desc {
		font-size: 14px;
	}
}

.destination__container {
	overflow: hidden;
}

.destination__container-inner {
	overflow: visible !important;
	padding: 50px 0;
}

@media (max-width: 800px) {
	.destination__container-inner {
		padding: 25px 0;
	}
}

.destination__wrapper {
	max-width: 1140px;
	margin: 0 auto;
}

.destination__card {
	padding: 20px 15px;
	overflow: hidden;
}

.destination__card .site-slider__card {
	background-color: #fff;
	border-radius: 40px;
	-webkit-box-shadow: 0px 0px 22px 0 rgba(34, 34, 44, 0.603);
	box-shadow: 0px 0px 22px 0 rgba(34, 34, 44, 0.603);
}

@media (max-width: 800px) {
	.destination__card .site-slider__card {
		-webkit-box-shadow: 0px 0px 20px 0 rgba(34, 34, 44, 0.603);
		box-shadow: 0px 0px 20px 0 rgba(34, 34, 44, 0.603);
	}
}

.destination__card-city {
	padding: 30px 25px 0;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 600;
	color: #2a2968;
}

.destination__card-country {
	padding: 0 25px;
	font-size: 16px;
	color: #2a2968;
}

.destination__card-img {
	height: 170px;
	margin-top: 10px;
	overflow: hidden;
	border-radius: 0 0 40px 40px;
}

.destination__card-img img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.slider_reviews_container,
.slider_reviews_container .swiper-container{
	width: 100%;
}

.slider_reviews_container .swiper-wrapper{
	height: auto;
	align-items: center;
}

.slider_reviews_pagination,
.destination__pagination {
	margin-top: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.slider_reviews_pagination .swiper-pagination-bullet,
.destination__pagination .swiper-pagination-bullet {
	margin: 0 10px !important;
	width: 10px;
	height: 10px;
}

.slider_reviews_pagination .swiper-pagination-bullet-active {
	background-color: #000;
}
.destination__pagination .swiper-pagination-bullet-active {
	background-color: #309699;
}

.testi {
	background-color: #e8654d;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 432px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width: 992px) {
	.testi {
		min-height: auto;
	}
}

.testi__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	padding-top: 110px;
	padding-bottom: 85px;
}

@media (max-width: 992px) {
	.testi__inner {
		padding-top: 40px;
		padding-bottom: 40px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.testi__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

@media (max-width: 800px) {
	.testi__title {
		width: 100%;
		margin-bottom: 20px;
	}
}

.testi__title-txt {
	padding-right: 90px;
	font-size: 66px;
	font-weight: 700;
	color: #2f2e6b;
	text-transform: uppercase;
}

@media (max-width: 1220px) {
	.testi__title-txt {
		padding-right: 0;
	}
}

@media (max-width: 992px) {
	.testi__title-txt {
		font-size: 40px;
		width: 100%;
		text-align: start;
	}

	.testi__title-txt br {
		display: none;
	}
}

@media (max-width: 680px) {
	.testi__title-txt {
		font-size: 25px;
	}
}

.testi__article {
	width: 100%;
}

@media (max-width: 992px) {
	.testi__article {
		padding-left: 0;
		width: 100%;
	}
}

.testi__article-inner {
	max-width: 460px;
	margin-left: 90px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	color: #2f2e6b;
}

@media (max-width: 992px) {
	.testi__article-inner {
		padding-left: 20px;
	}
}

@media (max-width: 992px) {
	.testi__article-inner {
		padding-left: 0;
		margin-left: 0;
		font-size: 16px;
	}
}

.testi__author {
	margin-top: 10px;
	font-weight: 800;
	font-size: 20px;
	font-style: italic;
	letter-spacing: 1px;
	color: #2f2e6b;
}

@media (max-width: 992px) {
	.testi__author {
		font-size: 16px;
	}
}

.subscribe {
	background-image: url("../img/bgr-get-started.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	max-width: 100vw;
	height: 100vh;
}

@media (max-width: 800px) {
	.subscribe {
		height: 75vh;
	}
}

@media (max-width: 680px) {
	.subscribe {
		height: 50vh;
	}
}

.subscribe__inner {
	padding-top: 80px;
	padding-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (max-width: 680px) {
	.subscribe__inner {
		padding-top: 40px;
	}
}

.subscribe__title {
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	font-size: 66px;
	color: #2a2968;
	margin-bottom: 65px;
}

@media (max-width: 800px) {
	.subscribe__title {
		font-size: 40px;
		margin-bottom: 25px;
	}
}

@media (max-width: 680px) {
	.subscribe__title {
		font-size: 30px;
		margin-bottom: 15px;
	}
}

.subscribe__form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	height: 65px;
	border-radius: 40px;
	background-color: #fff;
	border-radius: 30px;
}

.subscribe__form-inner form .wpcf7-response-output {
	padding: 20px;
	background: #fff;
}

.subscribe__form-inner form.sent .wpcf7-response-output {
	border-color: #309699;

}

.subscribe__form-row label {
	position: absolute;
	left: 32px;
	top: 110%;
	font-weight: 400;
	font-size: 16px;
}

.subscribe__form-row .wpcf7-not-valid-tip {
	padding-left: 10px;
	padding-top: 7px;
}

.subscribe__form-row label.error {
	color: red;
}


.subscribe__label {
	position: absolute;
	left: 32px;
	top: 14px;
	font-size: 16px;
	font-weight: 600;
	color: #2f2e6b;
	z-index: 1;
}

@media (max-width: 680px) {
	.subscribe__label {
		font-size: 16px;
		left: 20px;
		top: 15px;
	}
}

.subscribe__input {
	min-width: 315px;
	height: 100%;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	padding: 0 32px;
	padding-top: 20px;
	border: 0;
	border-radius: 30px;
}

.subscribe__input::-webkit-input-placeholder {
	color: #b6b6b6;
}

.subscribe__input::-moz-placeholder {
	color: #b6b6b6;
}

.subscribe__input:-ms-input-placeholder {
	color: #b6b6b6;
}

.subscribe__input::-ms-input-placeholder {
	color: #b6b6b6;
}

.subscribe__input::placeholder {
	color: #b6b6b6;
}

.subscribe__input.error {
	border: 1px solid red;
}

@media (max-width: 680px) {
	.subscribe__input {
		padding: 0 20px;
		padding-top: 15px;
		width: 270px;
		min-width: 230px;
	}
}

.subscribe__button {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: left;
	color: #fff;
	background-color: #309699;
	border: none;
	font-size: 10px;
	cursor: pointer;
	border-radius: 0 30px 30px 0;
	padding: 0 20px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.subscribe__button:hover {
	background-color: #317577;
}

@media (max-width: 680px) {
	.subscribe__button {
		padding: 0 10px;
	}
}

.subscribe__button-txt {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 2px;
}

.subscribe__button-sub-txt {
	font-size: 14px;
	font-weight: 500;
}

@media (max-width: 680px) {
	.subscribe__button-sub-txt {
		display: none;
	}
}

.manager {
	-webkit-box-shadow: inset 0 19px 35px -20px rgba(0, 0, 0, 0.562);
	box-shadow: inset 0 19px 35px -20px rgba(0, 0, 0, 0.562);
	background-color: #e8654d;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.manager__inner {
	padding-top: 40px;
	padding-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.manager__image {
	position: relative;
	z-index: 1;
}

.manager__image-inner {
	width: 252px;
	height: 252px;
	border-radius: 50%;
	border: 10px solid #fff;
	background-color: #fff;
	overflow: hidden;
}

@media (max-width: 680px) {
	.manager__image-inner {
		width: 160px;
		height: 160px;
		border: 5px solid #fff;
	}
}

@media (max-width: 420px) {
	.manager__image-inner {
		width: 100px;
		height: 100px;
	}
}

.manager__img {
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
}

.manager__img img {
	width: 100%;
	height: 100%;
}

.manager__status {
	position: absolute;
	z-index: 3;
	top: 70%;
	left: 100%;
	-webkit-transform: translateX(-27%);
	transform: translateX(-27%);
	width: 100%;
	height: 100%;
}

.manager__status-ico {
	width: 120px;
	height: 75px;
}

@media (max-width: 680px) {
	.manager__status-ico {
		width: 75px;
	}
}

@media (max-width: 420px) {
	.manager__status-ico {
		width: 60px;
		height: 60px;
	}
}

.manager__info {
	padding-left: 80px;
}

@media (max-width: 420px) {
	.manager__info {
		padding-left: 60px;
	}
}

.manager__name-wrap {
	margin-bottom: 10px;
}

.manager__name,
.manager__subname {
	font-weight: 700;
	font-size: 66px;
	line-height: 69px;
	color: #fff;
}

@media (max-width: 992px) {
	.manager__name,
	.manager__subname {
		font-size: 40px;
		line-height: 1;
	}
}

@media (max-width: 680px) {
	.manager__name,
	.manager__subname {
		font-size: 25px;
	}
}

.manager__position-txt {
	font-weight: 500;
	font-size: 22px;
	color: #fff;
}

@media (max-width: 992px) {
	.manager__position-txt {
		font-size: 16px;
	}
}

.company {
	position: relative;
	background-color: #fff;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}

@media (max-width: 992px) {
	.company {
		background-image: url("../img/company-bg.svg");
	}
}

.company__inner {
	position: static;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 80px;
	padding-bottom: 80px;
}

@media (max-width: 992px) {
	.company__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.company__info {
	width: 50%;
	z-index: 2;
}

@media (max-width: 992px) {
	.company__info {
		width: 100%;
	}
}

.company__info::after {
	position: absolute;
	content: "";
	z-index: -1;
	top: 0;
	left: -5px;
	width: calc(50vw + 30px);
	height: 100%;
	background-image: url("../img/comp-green-bg.svg");
	background-position: left;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 992px) {
	.company__info::after {
		width: 100%;
		left: 0;
	}
}

.company__info-inner {
	max-width: 660px;
}

.company__name {
	color: #2a2968;
	font-size: 66px;
	line-height: 69px;
	font-weight: 700;
	margin-bottom: 35px;
}

@media (max-width: 992px) {
	.company__name {
		font-size: 40px;
		line-height: 1;
	}
}

@media (max-width: 680px) {
	.company__name {
		font-size: 25px;
		margin-bottom: 15px;
	}
}

.company__desc-txt {
	color: #2a2968;
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: 30px;
}

@media (max-width: 992px) {
	.company__desc-txt {
		font-size: 16px;
		line-height: 1;
	}
}

@media (max-width: 680px) {
	.company__desc-txt {
		margin-bottom: 15px;
	}
}

.company__image {
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50%;
	max-width: 445px;
}

@media (max-width: 992px) {
	.company__image {
		padding-left: 0;
		margin-bottom: 15px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		width: 100%;
	}
}

.company__image:after {
	position: absolute;
	content: "";
	z-index: -1;
	top: 0;
	right: 0;
	width: calc(100vw - 59%);
	height: 100%;
	background-image: url("../img/comp-white-bg.svg");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (min-width: 1801px) {
	.company__image:after {
		background-position: 0 -80px;
	}
}

@media (max-width: 992px) {
	.company__image:after {
		display: none;
	}
}

.company__image-inner {
	padding-left: 70px;
}

@media (max-width: 992px) {
	.company__image-inner {
		padding-left: 0;
	}
}

.company__image-inner img {
	width: 100%;
	height: 100%;
}

.bg-wrapper {
	background-color: #fff;
	background-position: center top;
	background-size: 100%;
	background-repeat: no-repeat;
}

.bg-wrapper .com-page-title {
	text-align: center;
	font-size: 66px;
	font-weight: 700;
	line-height: 69px;
	color: #2a2968;
	text-transform: uppercase;
	margin-bottom: 50px;
}

@media (max-width: 992px) {
	.bg-wrapper .com-page-title {
		font-size: 40px;
		line-height: 1;
		margin-bottom: 30px;
	}
}

@media (max-width: 680px) {
	.bg-wrapper .com-page-title {
		font-size: 25px;
		margin-bottom: 20px;
	}
}

.awards__inner {
	padding-top: 90px;
	padding-bottom: 80px;
}

@media (max-width: 680px) {
	.awards__inner {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.awards__subtitle {
	margin: 0 auto;
	max-width: 750px;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	line-height: 18px;
	color: #838383;
	margin-bottom: 50px;
}

@media (max-width: 992px) {
	.awards__subtitle {
		font-size: 16px;
		margin-bottom: 30px;
	}
}

.awards__container {
	position: relative;
}

@media (max-width: 1220px) {
	.awards__container {
		padding: 0 50px;
	}
}

@media (max-width: 680px) {
	.awards__container {
		padding: 0 20px;
		margin: 0 -10px;
	}
}

.awards__doc-next,
.awards__doc-prev {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 45px;
	height: 45px;
	left: -50px;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.awards__doc-next:hover,
.awards__doc-prev:hover {
	-webkit-transform: translate(-10px, -50%);
	transform: translate(-10px, -50%);
}

@media (max-width: 680px) {
	.awards__doc-next:hover,
	.awards__doc-prev:hover {
		-webkit-transform: translate(-5px, -50%);
		transform: translate(-5px, -50%);
	}
}

@media (max-width: 1220px) {
	.awards__doc-next,
	.awards__doc-prev {
		left: 0;
	}
}

@media (max-width: 680px) {
	.awards__doc-next,
	.awards__doc-prev {
		width: 20px;
		height: 20px;
	}
}

.awards__doc-next {
	left: unset;
	right: -50px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.awards__doc-next:hover {
	-webkit-transform: translate(10px, -50%);
	transform: translate(10px, -50%);
}

@media (max-width: 680px) {
	.awards__doc-next:hover {
		-webkit-transform: translate(5px, -50%);
		transform: translate(5px, -50%);
	}
}

@media (max-width: 1220px) {
	.awards__doc-next {
		right: 0;
	}
}

.awards__card {
	padding: 20px 15px;
	overflow: hidden;
}

.awards__card .site-slider__card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 225px;
	padding: 30px;
	background-color: #fff;
	border-radius: 40px;
	-webkit-box-shadow: 0px 0px 22px 0 rgba(34, 34, 44, 0.603);
	box-shadow: 0px 0px 22px 0 rgba(34, 34, 44, 0.603);
}

@media (max-width: 800px) {
	.awards__card .site-slider__card {
		-webkit-box-shadow: 0px 0px 20px 0 rgba(34, 34, 44, 0.603);
		box-shadow: 0px 0px 20px 0 rgba(34, 34, 44, 0.603);
	}
}

@media (max-width: 680px) {
	.awards__card .site-slider__card {
		padding: 13px;
	}
}

.awards__card-img {
	width: 75px;
	height: 75px;
}

.awards__card-img svg * {
	fill: #2a2968;
}

.awards__info {
	width: 100%;
	max-width: 190px;
	padding-left: 25px;
}

@media (max-width: 680px) {
	.awards__info {
		padding-left: 15px;
	}
}

.awards__card-title {
	color: #2a2968;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
}

.awards__card-desc {
	color: #2a2968;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 20px;
}

.awards__card-link {
	font-size: 14px;
	font-weight: 700;
	color: #838383;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.awards__card-link:hover {
	color: #2a2968;
}

.activities {
	padding-bottom: 80px;
}

@media (max-width: 992px) {
	.activities {
		padding-bottom: 40px;
	}
}

.activities__dashboard-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
	margin-bottom: -65px;
}

@media (max-width: 992px) {
	.activities__dashboard-inner {
		margin-bottom: -20px;
	}
}

.activities__card {
	width: 50%;
	padding: 0 20px;
	margin-bottom: 65px;
	position: relative;
}

.activities__card .site-case {
	border-radius: 40px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 50px -10px #2a29689e;
	box-shadow: 0 0 50px -10px #2a29689e;
	background-color: #fff;
}

@media (max-width: 1100px) {
	.activities__card {
		width: 100%;
		margin-bottom: 20px;
	}
}

.activities__card .site-case__row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-top: 10px;
}

@media (max-width: 680px) {
	.activities__card .site-case__img {
		max-width: 100%;
		height: 180px;
	}
}

.activities__card .site-case__content {
	width: 100%;
}

@media (max-width: 680px) {
	.activities__card .site-case__content {
		padding: 15px;
	}
}

.activities__card .site-case__from {
	top: 10px;
	right: 25px;
}

.activities__card .site-case__description {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}

.services__inner {
	padding-bottom: 80px;
}

@media (max-width: 680px) {
	.services__inner {
		padding-bottom: 40px;
	}
}

.similar__title {
	margin-bottom: -30px;
}

.similar__inner {
	padding-bottom: 0;
}

.rate {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.rate__inner {
	padding-top: 90px;
	padding-bottom: 80px;
}

@media (max-width: 680px) {
	.rate__inner {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.rate__title {
	text-align: center;
	font-size: 66px;
	font-weight: 700;
	line-height: 69px;
	color: #2a2968;
	text-transform: uppercase;
	margin-bottom: 40px;
}

@media (max-width: 992px) {
	.rate__title {
		font-size: 40px;
		line-height: 1;
		margin-bottom: 20px;
	}
}

@media (max-width: 680px) {
	.rate__title {
		font-size: 25px;
	}
}

.rate__stars-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -10px;
}

.rate__star {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 20px;
	padding: 5px;
	width: 75px;
	height: 75px;
	background-color: #fff;
	border-radius: 50%;
	border: 3px solid #dcdcdc;
}

.rate__star.active {
	border-color: #2a2968;
}

.rate__star.active svg * {
	fill: #2a2968;
}

@media (max-width: 680px) {
	.rate__star {
		width: 45px;
		height: 45px;
		margin: 0 5px;
	}
}

.activity {
	-webkit-box-shadow: inset 0 19px 35px -20px rgba(0, 0, 0, 0.562);
	box-shadow: inset 0 19px 35px -20px rgba(0, 0, 0, 0.562);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.activity__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 90px;
	padding-bottom: 90px;
}

.activity__title {
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	font-size: 66px;
	color: #fff;
	margin-bottom: 50px;
}

@media (max-width: 800px) {
	.activity__title {
		font-size: 40px;
		margin-bottom: 25px;
	}
}

@media (max-width: 680px) {
	.activity__title {
		font-size: 30px;
		margin-bottom: 15px;
	}
}

.activity__subtitle {
	margin: 0 auto;
	max-width: 750px;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
	color: #fff;
	margin-bottom: 50px;
}

@media (max-width: 992px) {
	.activity__subtitle {
		font-size: 16px;
		line-height: 1;
		margin-bottom: 30px;
	}
}

.activity-image {
	background-color: #fff;
}

.activity-image__inner {
	padding-top: 45px;
}

.activity-image__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -3px;
}

.activity-image__big {
	width: 50%;
	padding-left: 3px;
	padding-right: 3px;
}

.activity-image__big img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 550px) {
	.activity-image__big {
		width: 100%;
		padding: 0;
		margin-bottom: 6px;
	}
}

.activity-image__list {
	padding: 0 5px;
	width: 50%;
}

@media (max-width: 550px) {
	.activity-image__list {
		width: 100%;
		padding: 0;
	}
}

.activity-image__list-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
	margin: -3px;
}

.activity-image__small {
	width: 50%;
	padding: 3px;
}

.activity-image__small-inner {
	height: 100%;
}

.activity-image__small-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.features {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.features__inner {
	padding-top: 70px;
	padding-bottom: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 1100px) {
	.features__inner {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.features__case {
	width: 33.3333%;
}

@media (max-width: 1100px) {
	.features__case {
		width: 50%;
		margin-bottom: 20px;
	}
}

@media (max-width: 680px) {
	.features__case {
		width: 100%;
	}
}

.features__case-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.features__num {
	font-size: 40px;
	font-weight: 700;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 25px;
	background-color: #fff;
	color: #30989b;
}

@media (max-width: 680px) {
	.features__num {
		font-size: 20px;
		width: 32px;
		height: 32px;
	}
}

.features__info {
	max-width: 250px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

@media (max-width: 680px) {
	.features__info {
		max-width: 420px;
	}
}

@media (max-width: 420px) {
	.features__info {
		max-width: 200px;
	}
}

.activity-desc__inner {
	padding-top: 100px;
	padding-bottom: 60px;
}

@media (max-width: 992px) {
	.activity-desc__inner {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.activity-desc__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 100px;
}

.activity-desc__row:last-child {
	margin-bottom: 0;
}

@media (max-width: 1100px) {
	.activity-desc__row {
		margin-bottom: 50px;
	}
}

@media (max-width: 680px) {
	.activity-desc__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 20px;
	}
}

.ciao-content h2,
.activity-desc__title {
	text-align: end;
	width: 100%;
	max-width: 525px;
	font-size: 66px;
	font-weight: 700;
	line-height: 69px;
	color: #2a2968;
	text-transform: uppercase;
	margin-bottom: 40px;
	padding-right: 50px;
}

.ciao-content h2 {
	text-align: left;
	max-width: 100%;
	margin-bottom: 25px;
}

@media (max-width: 1100px) {
	.ciao-content h2,
	.activity-desc__title {
		font-size: 50px;
	}
}

@media (max-width: 992px) {
	.ciao-content h2,
	.activity-desc__title {
		font-size: 40px;
		line-height: 1;
		margin-bottom: 20px;
		padding-right: 30px;
	}
}

@media (max-width: 680px) {
	.ciao-content h2,
	.activity-desc__title {
		text-align: start;
		max-width: 100%;
		font-size: 25px;
	}
}

.activity-desc__body {
	width: 100%;
}

.activity-desc__body ul li {
	position: relative;
	padding-left: 15px;
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
	color: #2a2968;
}

@media (max-width: 992px) {
	.activity-desc__body ul li {
		font-size: 16px;
	}
}

.activity-desc__body ul li::after {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #2a2968;
}

.ciao-content p,
.activity-desc__txt {
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
	color: #2a2968;
	margin-bottom: 25px;
}

@media (max-width: 992px) {
	.ciao-content p,
	.activity-desc__txt {
		font-size: 16px;
		line-height: normal;
		margin-bottom: 10px;
	}
}

.reserve {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.reserve__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 45px;
	padding-bottom: 45px;
}

.reserve__col {
	width: 50%;
}

@media (max-width: 680px) {
	.reserve__col {
		width: 100%;
	}
}

.reserve__desc {
	padding-right: 30px;
}

@media (max-width: 680px) {
	.reserve__desc {
		margin-bottom: 20px;
		padding-right: 0;
	}
}

.reserve__title {
	font-size: 66px;
	font-weight: 700;
	line-height: 69px;
	color: #2a2968;
	text-transform: uppercase;
	margin-bottom: 40px;
	padding-right: 50px;
}

@media (max-width: 1100px) {
	.reserve__title {
		font-size: 50px;
	}
}

@media (max-width: 992px) {
	.reserve__title {
		font-size: 40px;
		line-height: 1;
		margin-bottom: 20px;
		padding-right: 30px;
	}
}

@media (max-width: 680px) {
	.reserve__title {
		text-align: start;
		max-width: 100%;
		font-size: 25px;
	}
}

.reserve__info p {
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
	color: #2a2968;
	margin-bottom: 25px;
}

@media (max-width: 992px) {
	.reserve__info p {
		font-size: 16px;
		line-height: 1;
		margin-bottom: 10px;
		line-height: normal;
	}
}

.reserve__card-confirm {
	display: none;
}

.reserve__card-confirm.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.reserve__card-confirm .reserve__card-head {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #b1d482;
}

.reserve__card-inner {
	padding-left: 30px;
}

@media (max-width: 800px) {
	.reserve__card-inner {
		padding-left: 0;
	}
}

.reserve__card-head {
	background-color: #b1d482;
}

.reserve__card-info {
	display: none;
}

.reserve__card-info.active {
	display: block;
}

.reserve__card-info .site-info__t-list {
	display: block;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

@media (max-width: 680px) {
	.reserve__card-info .site-info__t-list {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}
}

.reserve__card-info .site-info__t-item {
	position: relative;
	padding-left: 15px;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	color: #2a2968;
}

.reserve__card-info .site-info__t-item::after {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #2a2968;
}

.reserve__card-info .site-info__color {
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.reserve__card-info .site-info__color:hover {
	background-color: #309699;
}

.reserve__card-head {
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.reserve__card-price {
	font-size: 48px;
	font-weight: 700;
	color: #9d9d9d;
}

@media (max-width: 800px) {
	.reserve__card-price {
		font-size: 30px;
	}
}

.reserve__card-reviews .site-case__reviews-txt {
	text-transform: none;
}

.reserve__card-sel-prop {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
	color: #2a2968;
}

.reserve__card-ins-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
	color: #2a2968;
	line-height: 24px;
	margin-bottom: 10px;
}

@media (max-width: 992px) {
	.reserve__card-ins-title {
		line-height: 20px;
	}
}

.reserve__card-ins-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
}

.reserve__card-ins-row .site-checkbox__label {
	color: #2a2968;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	padding-left: 50px;
}

.reserve__card-ins-row .site-checkbox__label::before {
	width: 30px;
	height: 30px;
}

.reserve__card-ins-row .site-checkbox__label::after {
	width: 18px;
	height: 7px;
	left: 7px;
	top: 9px;
	border-color: #2a2968;
}

.reserve__card-ins-row .site-checkbox__label.error::before {
	border-color: #ff0000;
}

.reserve__card-ins-link {
	padding-left: 50px;
	color: #2a2968;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.reserve__card-ins-link:hover {
	opacity: 0.7;
}

.account {
	-webkit-box-shadow: inset 0 19px 35px -20px rgba(0, 0, 0, 0.562);
	box-shadow: inset 0 19px 35px -20px rgba(0, 0, 0, 0.562);
	background-color: #f69e34;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.account__inner {
	position: relative;
	padding-top: 11px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	max-height: 205px;
}

@media (max-width: 1220px) {
	.account__inner {
		padding-bottom: 11px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media (max-width: 550px) {
	.account__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding-left: 115px;
	}
}

@media (max-width: 992px) {
	.account__info {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
}

.account__info-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 992px) {
	.account__info-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
}

@media (max-width: 550px) {
	.account__info-inner {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.account__info-basket {
	width: 32px;
	height: 25px;
	margin-right: 10px;
}

@media (max-width: 992px) {
	.account__info-basket {
		margin-right: 0;
		margin-bottom: 5px;
	}
}

.account__info-currency {
	margin-right: 10px;
}

@media (max-width: 992px) {
	.account__info-currency {
		margin-right: 0;
	}
}

@media (max-width: 550px) {
	.account__info-currency .select-items div,
	.account__info-currency .select-selected {
		font-size: 16px;
	}
}

@media (max-width: 992px) {
	.account__info-currency .select-items {
		left: 0;
	}
}

@media (max-width: 550px) {
	.account__info-currency .select-items {
		font-size: 16px;
	}
}

.account__info-currency-select select {
	display: none;
}

.account__info-account select {
	display: none;
}

@media (max-width: 550px) {
	.account__info-account .select-items div,
	.account__info-account .select-selected {
		font-size: 16px;
	}
}

@media (max-width: 992px) {
	.account__info-account .select-items {
		left: 0;
	}
}

@media (max-width: 550px) {
	.account__info-account .select-items {
		font-size: 16px;
	}
}

.account__image {
	margin: 0 40px;
	margin-top: 65px;
	min-width: 252px;
	max-width: 252px;
	min-height: 252px;
	max-height: 252px;
	border-radius: 50%;
	border: 10px solid #fff;
	background-color: #fff;
	overflow: hidden;
}

@media (max-width: 992px) {
	.account__image {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-top: 0;
		margin-bottom: 15px;
		min-width: 180px;
		max-width: 180px;
		min-height: 180px;
		max-height: 180px;
		margin: 0;
		margin-right: 15px;
	}
}

@media (max-width: 680px) {
	.account__image {
		width: 160px;
		height: 160px;
		border: 5px solid #fff;
	}
}

@media (max-width: 550px) {
	.account__image {
		position: absolute;
		left: 15px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		min-width: 80px;
		max-width: 80px;
		min-height: 80px;
		max-height: 80px;
	}
}

.account__img {
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
}

.account__img img {
	width: 100%;
	height: 100%;
}

@media (max-width: 992px) {
	.account__user {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

.account__user-inner {
	margin-bottom: 15px;
}

.account__user-name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 66px;
	line-height: 69px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
}

@media (max-width: 1220px) {
	.account__user-name {
		font-size: 40px;
		line-height: 1.2;
	}
}

@media (max-width: 680px) {
	.account__user-name {
		font-size: 25px;
		margin-bottom: 0;
	}
}

.account__user-message {
	font-size: 22px;
	line-height: 24px;
	font-weight: 500;
	color: #fff;
}

@media (max-width: 992px) {
	.account__user-message {
		font-size: 16px;
		line-height: 1.2;
	}
}

.dashboard__inner {
	padding-top: 10px;
	padding-bottom: 70px;
}

@media (max-width: 992px) {
	.dashboard__inner {
		padding-top: 10px;
		padding-bottom: 40px;
	}
}

.dashboard__card-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -20px;
}

@media (max-width: 992px) {
	.dashboard__card-list {
		margin: 0 -10px;
	}
}

.dashboard__card {
	width: 50%;
	background-color: #fff;
}

@media (max-width: 992px) {
	.dashboard__card {
		width: 100%;
	}
}

.dashboard__card-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 15px 20px;
	border-radius: 40px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 20px -6px #2a2968;
	box-shadow: 0 0 20px -6px #2a2968;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}

.dashboard__card:hover .dashboard__card-inner {
	-webkit-box-shadow: 0 0 5px 0 #2a2968;
	box-shadow: 0 0 5px 0 #2a2968;
}

.dashboard__card-ico {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 135px;
	width: 135px;
	background-color: #b1d482;
}

@media (max-width: 1220px) {
	.dashboard__card-ico {
		min-width: 120px;
		width: 120px;
	}
}

@media (max-width: 680px) {
	.dashboard__card-ico {
		min-width: 90px;
		width: 90px;
	}
}

.dashboard__card-ico svg {
	width: 92px;
	height: 92px;
}

@media (max-width: 1220px) {
	.dashboard__card-ico svg {
		width: 60px;
		height: 60px;
	}
}

@media (max-width: 680px) {
	.dashboard__card-ico svg {
		width: 50px;
		height: 50px;
	}
}

.dashboard__card-title {
	font-size: 60px;
	font-weight: 700;
	text-transform: uppercase;
	color: #2a2968;
	padding: 58px 0;
	padding-left: 30px;
}

@media (max-width: 1220px) {
	.dashboard__card-title {
		font-size: 50px;
	}
}

@media (max-width: 992px) {
	.dashboard__card-title {
		font-size: 40px;
		padding: 40px 0;
		padding-left: 20px;
	}
}

@media (max-width: 680px) {
	.dashboard__card-title {
		font-size: 25px;
		padding: 50px 0;
		padding-left: 10px;
	}
}

.profile__section-inner {
	padding: 40px 0 25px;
	border-bottom: 1px solid #b6b6b6;
}

@media (max-width: 680px) {
	.profile__section-inner {
		padding: 20px 0 20px;
	}
}

.profile__section-inner:last-child {
	margin-bottom: 20px;
}

.profile__section-title {
	font-size: 22px;
	font-weight: 700;
	color: #2a2968;
	margin-bottom: 15px;
}

.profile__info {
	font-size: 22px;
	font-weight: 500;
	color: #838383;
}

@media (max-width: 992px) {
	.profile__info {
		font-size: 16px;
	}
}

.profile__manager {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.profile__manager-img {
	margin-right: 70px;
	width: 252px;
	height: 252px;
	border-radius: 50%;
	border: 10px solid #fff;
	background-color: #fff;
	overflow: hidden;
}

@media (max-width: 680px) {
	.profile__manager-img {
		position: absolute;
		width: 160px;
		height: 160px;
		border: 5px solid #fff;
	}
}

@media (max-width: 550px) {
	.profile__manager-img {
		width: 100px;
		height: 100px;
	}
}

.profile__manager-img-inner {
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
}

.profile__manager-img-inner img {
	width: 100%;
	height: 100%;
}

@media (max-width: 680px) {
	.profile__manager-info {
		padding-left: 190px;
	}
}

@media (max-width: 550px) {
	.profile__manager-info {
		padding-left: 110px;
	}
}

.profile__manager-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}

.profile__link-row {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.profile__manager-title {
	margin-right: 5px;
	color: #2a2968;
	font-weight: 700;
}

.profile__media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

@media (max-width: 800px) {
	.profile__media {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.profile__media-large {
	width: 100%;
	max-width: 275px;
}

@media (max-width: 800px) {
	.profile__media-large {
		max-width: 100%;
		margin-bottom: 15px;
	}
}

.profile__media-large-inner iframe,
.profile__media-large-inner img {
	width: 100%;
	height: 100%;
}

.profile__media-small-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin-right: -6px;
	margin-left: 70px;
}

@media (max-width: 992px) {
	.profile__media-small-list {
		margin-left: 20px;
	}
}

@media (max-width: 800px) {
	.profile__media-small-list {
		margin-left: 0;
	}
}

.profile__media-small {
	width: 25%;
}

.profile__media-small iframe,
.profile__media-small img {
	width: 100%;
	height: 100%;
}

@media (max-width: 800px) {
	.profile__media-small {
		width: 50%;
	}
}

.profile__media-small-inner {
	padding: 0 6px;
}

@media (max-width: 800px) {
	.profile__media-small-inner {
		padding: 6px;
	}
}

.profile__list-item {
	position: relative;
	padding-left: 18px;
	margin-bottom: 3px;
}

.profile__list-item::after {
	position: absolute;
	content: "";
	top: 10px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #838383;
}

.profile__section-link-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 40px;
	margin-right: 30px;
}

@media (max-width: 680px) {
	.profile__section-link-wrap {
		margin-top: 10px;
	}
}

.profile__section-link-wrap:last-child {
	margin-right: 0;
}

.profile__section-link-wrap span {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	color: #309699;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.profile__section-link-wrap span:hover {
	opacity: 0.7;
}

.profile__section-link-wrap span::after {
	position: absolute;
	content: "";
	top: 102%;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #309699;
}

/*.list-checkboxes,*/
/*.list-checkboxes .acf-field{*/
/*	position: relative;*/
/*}*/

.list-checkboxes .acf-field .acf-label {
	display: block;
	margin-bottom: 0;
	/*padding-left: 20px;*/
}

.acf-fields.list-checkboxes > .acf-field:first-child {
	padding: 10px 0;
	border-top: #EEEEEE solid 1px;
}

/*.list-checkboxes .acf-field .acf-input {*/
/*	osition: absolute;*/
/*	top: -1em;*/
/*}*/
.acf-field-true-false.acf-field .acf-label label,
.list-checkboxes .acf-field .acf-label label {
	display: block;
}

.woocommerce-order-details__title,
.woocommerce-column__title {
	margin-bottom: 10px;
}

.woocommerce-customer-details {
	adding: 20px;
	line-height: 1.6em;
	font-size: 1.2em;
}

.book_start_date,
.book_end_date,
.book_travellers {
	color: #838383;
	font-weight: 500;
	font-size: 18px;
	border: 1px solid #838383;
	padding: 5px;
	width: 90%;
	margin: 7px 0px;
}

.datepicker.book_date {
	width: auto;
}

.datepicker.book_date .datepicker--cell {
	height: 50px;
}

.woocommerce form .form-row textarea {
	padding-top: 10px;
}

@media (max-width: 680px) {
	.woocommerce form .form-row {
		width: 100%;
		padding: 0 !important;
	}

	#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
		margin: 0;
	}

	.woocommerce-privacy-policy-text {
		padding: 10px;
		line-height: normal;
	}
}

.cia-add-new-tour.min-button {
	display: inline-block;
	width: auto;
}

.woocommerce .thank_you_page_left section {
	margin-bottom: 50px;
}

.woocommerce .thank_you_page_left table.shop_table,
.woocommerce .thank_you_page_left address {
	border: 1px solid transparent;
	border-radius: 10px;
	color: #212529;
	background: #ECEDEB;
	padding: 0 15px;
}


/******************************************
Map Popup
*******************************************/
.gm-style .gm-style-iw-c,
.gm-style .gm-style-iw-d {
	min-width: 280px !important;
	max-width: 280px !important;
	min-height: 220px;
	overflow: hidden !important;
}

.gm-style-iw-d .ciao-map-pop {
	position: relative;
	width: 100%;
}

.ciao-map-pop .ciao-card-descr {
	min-height: 80px;
	padding: 12px 16px 16px;
}

.ciao-map-pop .ciao-card-image-frame {
	width: 100%;
}

.gm-style-iw .gm-style-iw-d > div:first-child {
	width: 100%;
}

.ciao-map-pop .ciao-card-image-frame .ciao-card-cover-sm {
	height: 170px;
}

.ciao-map-pop .ciao-card-category-frame a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 7px;
	padding: 1px 7px;
}

.ciao-map-pop .ciao-card-image-frame img {
	height: 140px;
	max-height: 100%;
	object-fit: cover;
	/* object-position: center; */
	width: 100%;
	/*object-position: center;*/
}

.ciao-map-pop .ciao-header-xxs {
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	color: #50505a;
	margin-bottom: 10px;
}

.ciao-map-pop .ciao-text-xs {
	text-transform: uppercase;
	font-size: 9px;
	color: rgba(90, 90, 100, .7);
}

.ciao-close-pop {
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 11px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 15px;
	width: 15px;
	cursor: pointer;
	background-color: rgba(250, 250, 255, 1);
	color: rgba(80, 80, 90, 1);
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}


.ciao_widget_map .gm-style .gm-style-iw-d,
.gm-style-iw .gm-style-iw-d div:first-child,
.gm-style .gm-style-iw-c {
	padding: 0 !important;
}

.ciao-close-pop i {
	-ms-flex-item-align: center;
	align-self: center;
}

.ciao-close-pop:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media (max-width: 589px) {
	.ciao-map-pop .ciao-card-image-frame .ciao-card-cover-sm {
		height: 130px;
	}
}

.email_order_info_status {
	display: none;
	color: green;
	text-align: center;
	padding: 20px 0 10px;
	font-weight: 600;
	font-size: 20px;
}

.ciao-slider {
	margin: 20px 0 0;
	column-span: all;
}

.ciao-update-filter {
	display: block;
	margin: 20px 0;
	column-span: all;
}

.ciao-filter-checkbox {
	border: 1px solid #ecedeb;
	width: 20px;
	height: 20px;
	background: #ecedeb;
}

.ciao-slider-value {
	padding: 10px;
	border: 1px solid #ecedeb;
	background: #ecedeb;
	display: block;
	margin-bottom: 15px;
	margin-top: 5px;
}

.ciao-text-status.sent {
	display: none;
	color: #2f9699;
	font-size: 15px;
	font-weight: bold;
}

.ciao-go-ptofile {
	display: none;
	padding: 7px 0;
	color: #e09c3f;
}

.ciao-go-ptofile.visible {
	display: block;
}

.um .phoe-war *{
	box-sizing: border-box;
}

.ivole-show-more-button{

}
