/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local("Lato Light"), local("Lato-Light"), url("../fonts/Lato-Light.woff2") format("woff2"), url("../fonts/Lato-Light.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap; }

/* lato-300Italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: local("Lato Light italic"), local("Lato-LightItalic"), url("../fonts/Lato-LightItalic.woff2") format("woff2"), url("../fonts/Lato-LightItalic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap; }

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"), local("Lato-Regular"), url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap; }

/* lato-Italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: local("Lato italic"), local("Lato-Italic"), url("../fonts/Lato-Italic.woff2") format("woff2"), url("../fonts/Lato-Italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap; }

/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local("Lato Bold"), local("Lato-Bold"), url("../fonts/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap; }

/* lato-700Italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: local("Lato Bold italic"), local("Lato-BoldItalic"), url("../fonts/Lato-BoldItalic.woff2") format("woff2"), url("../fonts/Lato-BoldItalic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap; }

/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local("Lato Black"), local("Lato-Black"), url("../fonts/Lato-Black.woff2") format("woff2"), url("../fonts/Lato-Black.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap; }

/* lato-900Italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 900;
  src: local("Lato Black italic"), local("Lato-BlackItalic"), url("../fonts/Lato-BlackItalic.woff2") format("woff2"), url("../fonts/Lato-BlackItalic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap; }

/* Fonts */
.fs-12 {font-size: 12px}
.fs-13 {font-size: 13px}
.fs-14 {font-size: 14px}
.fs-15 {font-size: 15px}
.fs-16 {font-size: 16px}
.fs-18 {font-size: 18px}
.fs-19 {font-size: 19px}
.fs-20 {font-size: 20px}
.fs-22 {font-size: 22px}
.fs-25 {font-size: 25px}
.fz-lg {font-size: 1.1em;}
.fw-normal {font-weight: 400}
.fw-semibold {font-weight: 600}
.fw-bold {font-weight: 700}
.fw-bolder {font-weight: 900}
.fw-thin {font-weight: 300}

/* Backgrounds */
.bg-dark {
    background: var(--dark) !important;
}
.bg-gray-dark {
    background: var(--gray-dark);
}
.bg-gray-mid-dark {
    background: var(--gray-mid-dark);
}
.bg-primary {
    background: var(--primary) !important;
    color: #fff;
}
.bg-primary h1,
.bg-primary h2,
.bg-primary .title,
.bg-primary .subtitle {
    color: #fff
}
.bg-gray-light {
    background: var(--gray-light) !important;
}
/* Colors */
.color-primary {
    color: var(--primary)!important;
}
.color-gray {
    color: var(--gray)
}
.color-gray-dark {
    color: var(--gray-dark)
}
.color-white {
    color: #fff;
    text-decoration: none;
}
.text-italic {
    font-family: arial,sans-serif;
    font-style:italic;
}
.color-white:hover,
.color-white:active {
    color: #fff;
    text-decoration: none;
}
.overflow-x-hidden {
    overflow-x: hidden
}
.fx-1 {flex: 1}

.lh-10 {
    line-height: 10px;
}
.md-flex {text-align: center;}

@media (min-width: 992px){
    .md-flex {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .md-half {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0 10px;
    }
}
@media (max-width: 991px) {
    .no-gutters-md {padding-left: 0;padding-right: 0;}

    .px-sm-15 {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 767px) {
    .mb-sm-20 {
        margin-bottom: 20px !important;
    }
    .mb-sm-30 {
        margin-bottom: 30px !important;
    }
}
@media (max-width: 575px) {

    .fx-xs-auto {
        flex: auto
    }
    /* Paddings */
    .pl-xs-0 {
        padding-left: 0;
    }
    .pr-xs-0 {
        padding-right: 0;
    }
    .px-xs-15 {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    .py-xs-0 {
        padding-top: 0px!important;
        padding-bottom: 0px!important;
    }
    .py-xs-12 {
        padding-top: 12px!important;
        padding-bottom: 12px!important;
    }
    .py-xs-15 {
        padding-top: 15px!important;
        padding-bottom: 15px!important;
    }
    .py-xs-20 {
        padding-top: 20px!important;
        padding-bottom: 20px!important;
    }
    .py-xs-25 {
        padding-top: 25px!important;
        padding-bottom: 25px!important;
    }
    .py-xs-30 {
        padding-top: 30px!important;
        padding-bottom: 30px!important;
    }

    .pb-xs-0 {
        padding-bottom: 0!important;
    }
    .pb-xs-5 {
        padding-bottom: 5px!important;
    }
    .pb-xs-10 {
        padding-bottom: 10px!important;
    }
    .pb-xs-15 {
        padding-bottom: 15px!important;
    }
    .pb-xs-20 {
        padding-bottom: 20px!important;
    }
    .pb-xs-25 {
        padding-bottom: 25px!important;
    }
    .pb-xs-30 {
        padding-bottom: 25px!important;
    }

    .pt-xs-0 {
        padding-top: 0!important;
    }
    .pt-xs-3 {
        padding-top: 3px!important;
    }
    .pt-xs-10 {
        padding-top: 10px!important;
    }
    .pt-xs-15 {
        padding-top: 15px!important;
    }
    .pt-xs-20 {
        padding-top: 20px!important;
    }
    .pt-xs-25 {
        padding-top: 25px!important;
    }
    .pt-xs-30 {
        padding-top: 30px!important;
    }

    /* Margins */
    .ml-xs-0 {
        margin-left: 0!important;
    }
    .mr-xs-0 {
        margin-right: 0!important;
    }
    .mx-xs-0 {
        margin-left: 0;
        margin-right: 0
    }
    .mt-xs-30 {
        margin-top: 30px !important;
    }
    .mt-xs-25 {
        margin-top: 25px !important;
    }
    .mt-xs-20 {
        margin-top: 20px !important;
    }
    .mt-xs-15 {
        margin-top: 15px !important;
    }
    .mt-xs-10 {
        margin-top: 10px !important;
    }
    .mb-xs-0 {
        margin-bottom: 0 !important;
    }
    .mb-xs-5 {
        margin-bottom: 5px !important;
    }
    .mb-xs-7 {
        margin-bottom: 7px !important;
    }
    .mb-xs-10 {
        margin-bottom: 10px !important;
    }
    .mb-xs-12 {
        margin-bottom: 12px !important;
    }
    .mb-xs-20 {
        margin-bottom: 20px !important;
    }
    .mb-xs-25 {
        margin-bottom: 25px !important;
    }
    .mb-xs-30 {
        margin-bottom: 30px !important;
    }

    /* Backgrounds */
    .bg-xs-white {
        background: #fff !important;
    }

    .bg-xs-gray-light {
        background: var(--gray-light) !important;
    }
}
.fxg-1 {flex-grow: 1;flex-basis: 76%}

.cbalink, div[style*="text-align:center"], [style*="font-family:arial"],[style^="position: fixed"]:not(.pswp) {display: none!important;}
.flatpickr-calendar {
	background: transparent;
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	padding: 0;
	animation: none;
	direction: ltr;
	border: 0;
	display: none;
	font-size: 14px;
	line-height: 24px;
	border-radius: 5px;
	position: absolute;
	/*width: 307.875px;*/
	width: 334px;
	box-sizing: border-box;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	background: #fff;
	box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
	opacity: 1;
	visibility: visible;
	overflow: visible;
	max-height: 640px;
}
.flatpickr-calendar.open {
	display: inline-block;
	z-index: 99999;
}
.flatpickr-calendar.animate.open {
	animation: fpFadeInDown 200ms cubic-bezier(.23, 1,.32,1);
}
.flatpickr-calendar.inline {
	display: block;
	position: relative;
	top: 2px;
}
.flatpickr-calendar.static {
	position: absolute;
	top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
	z-index: 999;
	display: block;
}
.flatpickr-calendar.hasWeeks {
	width: auto;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
	border-left: 0;
}
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
	height: 40px;
	padding: 1em 1.8em 0;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
	height: auto;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
	left: auto;
	right: 22px;
}
.flatpickr-calendar:before {
	border-width: 5px;
	margin: 0 -5px;
}
.flatpickr-calendar:after {
	border-width: 4px;
	margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:after {
	border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
	top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
	border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
	border-top-color: #fff;
}
.flatpickr-calendar:focus {
	outline: 0;
}
.flatpickr-wrapper {
	position: relative;
	display: inline-block;
}
.flatpickr-month {
	background: transparent;
	color: rgba(0, 0, 0, 0.9);
	fill: rgba(0, 0, 0, 0.9);
	height: 50px;
	line-height: 1;
	text-align: center;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: hidden;
}
.flatpickr-prev-month,
.flatpickr-next-month {
	text-decoration: none;
	cursor: pointer;
	position: absolute;
	top: 10px;
	font-size: 0;
	line-height: 16px;
	height: 30px;
	padding: 6px;
	min-width: 30px;
	text-align: center;
	z-index: 3;
	border-radius: 5px;
	border: solid 1px rgba(191,200,210,.25);
	transition: .3s;
}
.flatpickr-prev-month i,
.flatpickr-next-month i {
	position: relative;
}
.flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-next-month.flatpickr-prev-month {
	left: 22px;
}
.flatpickr-prev-month.flatpickr-next-month,
.flatpickr-next-month.flatpickr-next-month {
	right: 22px;
}
.flatpickr-prev-month:active,
.flatpickr-next-month:active {
	color: #efe1ff;
	background-color: var(--primary);
	color: #fff;
}
.flatpickr-prev-month svg,
.flatpickr-next-month svg {
	width: 11px;
	height: 11px;
	display: inline-block;
	fill: currentColor;
}
.numInputWrapper {
	position: relative;
	height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
	display: inline-block;
}
.numInputWrapper input {
	width: 100%;
}
.numInputWrapper input::-ms-clear {
	display: none;
}
.numInputWrapper span {
	position: absolute;
	right: 0;
	width: 14px;
	padding: 0 4px 0 2px;
	height: 50%;
	line-height: 50%;
	opacity: 0;
	cursor: pointer;
	border: 1px solid rgba(57, 57, 57, 0.15);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.numInputWrapper span:active {
	background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
	display: block;
	content: "";
	position: absolute;
}
.numInputWrapper span.arrowUp {
	top: 0;
	border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid rgba(57, 57, 57, 0.6);
	top: 26%;
}
.numInputWrapper span.arrowDown {
	top: 50%;
}
.numInputWrapper span.arrowDown:after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid rgba(57, 57, 57, 0.6);
	top: 40%;
}
.numInputWrapper span svg {
	width: inherit;
	height: auto;
}
.numInputWrapper span svg path {
	fill: rgba(0, 0, 0, 0.5);
}
.numInputWrapper:hover span {
	opacity: 1;
}
.flatpickr-time span.arrowDown,.flatpickr-time span.arrowUp {
	opacity: 1;
	right: calc(50% - 25px);
	text-align: center;
	z-index: 3;
	border-radius: 5px;
	border: solid 1px rgba(191,200,210,.25);
	width: 50px;
	height: 50px;
	padding: 12px;
	transition: .3s;
	cursor: pointer;
}
.flatpickr-time span.arrowUp {top: 7%;}
.numInputWrapper span.arrowDown {top: 65%;}

.flatpickr-time span.arrowDown:active,.flatpickr-time span.arrowUp:active{
	background-color: var(--primary);
}
.flatpickr-time span.arrowDown:after,.flatpickr-time span.arrowUp:after {
	display: inline-block;
	width: 25px;
	height: 25px;
	position: relative;
	top: auto;
	border: none;
	background-repeat: no-repeat;
	background-position: center
}
.flatpickr-time span.arrowDown:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M24.933 12.933l-8 8c-0.267 0.267-0.533 0.4-0.933 0.4s-0.667-0.133-0.933-0.4l-8-8c-0.533-0.533-0.533-1.333 0-1.867s1.333-0.533 1.867 0l7.067 7.067 7.067-7.067c0.533-0.533 1.333-0.533 1.867 0s0.533 1.333 0 1.867z'%3E%3C/path%3E%3C/svg%3E");
}
.flatpickr-time span.arrowUp:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M24.933 20.933c-0.267 0.267-0.533 0.4-0.933 0.4s-0.667-0.133-0.933-0.4l-7.067-7.067-7.067 7.067c-0.533 0.533-1.333 0.533-1.867 0s-0.533-1.333 0-1.867l8-8c0.533-0.533 1.333-0.533 1.867 0l8 8c0.533 0.533 0.533 1.333 0 1.867z'%3E%3C/path%3E%3C/svg%3E");
}
.flatpickr-time span.arrowDown:active:after,.flatpickr-time span.arrowUp:active:after{
	filter: invert(100%)
}
.flatpickr-current-month {
	font-size: 135%;
	line-height: inherit;
	font-weight: 300;
	color: inherit;
	position: absolute;
	width: 75%;
	left: 12.5%;
	padding: 13px 0 0 0;
	line-height: 1;
	height: 28px;
	display: inline-block;
	text-align: center;
	transform: translate3d(0, 0, 0);
}
.flatpickr-current-month span.cur-month {
	font-family: inherit;
	color: inherit;
	display: inline-block;
	margin-left: 0.5ch;
	padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
	background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
	width: 6ch;
	width: 7ch\0;
	display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
	border-bottom-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
	border-top-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month input.cur-year {
	background: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	cursor: text;
	padding: 0 0 0 0.5ch;
	margin: 0;
	display: inline-block;
	font-size: inherit;
	font-family: inherit;
	font-weight: 300;
	line-height: inherit;
	height: auto;
	border: 0;
	border-radius: 0;
	vertical-align: initial;
}
.flatpickr-current-month input.cur-year:focus {
	outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
	font-size: 100%;
	color: rgba(0, 0, 0, 0.5);
	background: transparent;
	pointer-events: none;
}
.flatpickr-weekdays {
	background: transparent;
	text-align: center;
	overflow: hidden;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 33px;
}
span.flatpickr-weekday {
	cursor: default;
	font-size: 70%;
	background: transparent;
	color: rgba(0, 0, 0, 0.3);
	line-height: 1;
	margin: 0;
	text-align: center;
	display: block;
	-ms-flex: 1;
	flex: 1;
	font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
	padding: 1px 0 0 0;
}
.flatpickr-days {
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: flex;
	/*width: 307.875px;*/
	width: 334px;
}
.flatpickr-days:focus {
	outline: 0;
}
.dayContainer {
	padding: 0;
	outline: 0;
	text-align: left;
	/*width: 307.875px;*/
	width: 334px;
	/*min-width: 307.875px;*/
	min-width: 334px;
	/*max-width: 307.875px;*/
	max-width: 334px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	transform: translate3d(0, 0, 0);
	opacity: 1;
	pointer-events: auto;
}
.flatpickr-day {
	background: none;
	border: 1px solid transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	font-weight: 400;
	width: 14.2857143%;
	-ms-flex-preferred-size: 14.2857143%;
	flex-basis: 14.2857143%;
	max-width: 39px;
	height: 39px;
	line-height: 39px;
	border-radius:4px;
	margin: 0 3px 1px;
	display: inline-block;
	position: relative;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	transition: .3s;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
	cursor: pointer;
	outline: 0;
	background: #e6e6e6;
	border-color: #e6e6e6;
}
.flatpickr-day.today {
	border-color: rgba(191, 200, 210, 0.1);
	background-color: rgba(191, 200, 210, 0.1);
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
	border-color: rgba(191, 200, 210, 0.2);
	background: rgba(191, 200, 210, 0.2);
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
	background: var(--accent);
	box-shadow: none;
	color: #222;
	border-color: var(--accent);
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
	border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
	border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange,
.flatpickr-day.startRange.startRange + .endRange,
.flatpickr-day.endRange.startRange + .endRange {
	box-shadow: -10px 0 0 #905dcf;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
	border-radius: 50px;
}
.flatpickr-day.inRange {
	border-radius: 0;
	box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay,
.flatpickr-day.busy  {
	color: rgba(57, 57, 57, 0.3);
	background: transparent;
	border-color: transparent;
	cursor: default;
}
.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.nextMonthDay:hover{
	opacity: 0;
	height: 2px;
	cursor: default;
	pointer-events: none;
}
.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
	cursor: not-allowed;
	text-decoration: line-through
}
.flatpickr-day.week.selected {
	border-radius: 0;
	box-shadow: -5px 0 0 #905dcf, 5px 0 0 #905dcf;
}
.rangeMode .flatpickr-day {margin-top: 1px;}
.flatpickr-weekwrapper {float: left;}

.flatpickr-weekwrapper .flatpickr-weeks {
	padding: 0 12px;
	box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
	float: none;
	width: 100%;
	line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
	display: block;
	width: 100%;
	max-width: none;
	color: rgba(57, 57, 57, 0.3);
	background: transparent;
	cursor: default;
	border: none;
}
.flatpickr-innerContainer {
	display: block;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
.flatpickr-rContainer {
	display: inline-block;
	padding: 0;
	min-height: 191px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.flatpickr-time {
	text-align: center;
	outline: 0;
	display: block;
	height: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	display: -ms-flexbox;
	display: flex;
	user-select: none;
}
.flatpickr-time:after {
	content: "";
	display: table;
	clear: both;
}
.flatpickr-time .numInputWrapper {
	-ms-flex: 1;
	flex: 1;
	width: 40%;
	float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
	border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
	border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
	width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
	width: 49%;
}
.flatpickr-time input {
	background: transparent;
	box-shadow: none;
	border: 0;
	border-radius: 0;
	text-align: center;
	margin: 0;
	padding: 0;
	height: inherit;
	line-height: inherit;
	cursor: pointer;
	color: #393939;
	font-size: 14px;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	user-select: none;
}
.flatpickr-time input.flatpickr-hour,
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
	font-weight: 700;
	font-size: 1.4em;
	color: #8b95a1;
	padding: 4em 0;
	width: 40px;
	pointer-events: none;
}
.flatpickr-time input:focus {
	outline: 0;
	border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
	height: inherit;
	float: left;
	line-height: inherit;
	color: #393939;
	font-weight: 700;
	width: 2%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
	outline: 0;
	width: 18%;
	cursor: pointer;
	text-align: center;
	font-weight: 400;
}
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time .flatpickr-am-pm:focus {
	background: #f0f0f0;
}
.flatpickr-input[readonly] {
	cursor: pointer;
	word-spacing: 2px;
	-webkit-appearance: none;
	appearance: none;
}
@keyframes fpFadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -20px, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}
.flatpickr-confirm {
	height: 40px;
	max-height: 0px;
	visibility: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background: rgba(0,0,0,0.06)
}
.flatpickr-confirm svg path {
	fill: inherit;
}
.flatpickr-confirm.visible {
	max-height: 40px;
	visibility: visible
}
#btn-flatpickr-close {
	display:inline-block;
	border:none;
	background:none;
	color: var(--primary);
	cursor: pointer;
	font-size: 1.06em;
	margin: .8em auto 1.2em;
}
#btn-flatpickr-close[disabled] {color: #ccc}

/*=================================*/
.header--white {
	padding: 0 2px;
	top: 0;
   left: 0;
	right: 0;
	background-color: #fff;
   box-shadow: 0 2px 7px 0 rgba(0,0,0,.1);
   position: fixed;
   z-index: 999;
   transform: translateY(-100%);
   transition: .6s;
}
.header--white.slideInDown {
	transform: translateY(0%);
}
.reservation-sec {
	padding: 0 5px 1em;
	background-color: #f9f9f9;
	display: flex;
	flex-flow: column wrap;
}
.reservation__form {
	display: flex;
	flex-flow: column wrap;
	flex-grow: 1;
	max-width: 730px;
}
.reservation-sec .btn {
	padding: 13px 10px;
}
.reservation__header {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	max-width: 883px;
	padding: 2em 15px;
}
.header--white .reservation__header {
	padding: 1.1em 15px;
}
.reservation__header--lg {
	font-size: 1.1em;
	line-height: 1.34;
	/* max-width: 440px; */
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.reservation-sec .reservation__header:not(.reservation__header--lg):after,.sec .reservation__header:after, .modal .reservation__header:after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 15px;
	right: 15px;
	border-top: 1px solid #f2f2f2;
}
.ava.reservation__ava {
	width: 60px;
	height: 60px;
	max-width: 60px;
	margin-left: 0;
	margin-right: 0.84em;
	border-radius: 50%;
	border: 1px solid var(--primary);
	flex-shrink: 0;
}
.ava.reservation__ava--success {border-color: var(--success)}

.reservation__person {
	font-size: 0.8em;
	flex-grow: 0.9;
	max-width: calc(100% - 88px);
}
.reservation__header--lg .reservation__person {max-width: calc(100% - 54px);}

.reservation__person b {
	font-size: 1.168em;
	color: var(--main);
}
.icon--close {
	display: inline-block;
	padding: 8px;
	width: 34px;
	height: 34px;
	background-color: transparent;
	border: none;
	line-height: 0.9;
}
.icon--close:focus {
	outline-color: transparent;
	box-shadow: none;
}
.icon--close svg {
	display: inline-block;
	width: 100%;
	height: 100%;
	max-width: 100%;
}
.reservation__header .icon--close {
	margin-left: auto;
}
.state {
	position: relative;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-top: 1.9em;
	padding-bottom: 1.4em;
	margin-top: calc(3vh + 5px);
	max-width: 730px;
}
.state__title {
	max-width: calc(100% - 60px);
	font-size: 0.9em;
	word-spacing: .1em;
}
.state__title--lg {font-size: 1em;}

.reservation__title  {
	font-size: 1.3334em;
	word-spacing: .04em;
	line-height: 1;
	margin: 0;
}
.reservation__subtitle {
	font-size: 14px;
	color: #5e6b79;
	line-height: 1.7;
	padding-top: 1em;
	margin-bottom: 0;
	width: 100%;
}
.header--white .reservation__title{font-size: 1.1em;}

.state__title b {
	font-size: 1.3009em;
	color: var(--main);
	white-space: nowrap;
}
.state__steps {
	padding-top: .2em;
	margin-left: auto;
	margin-right: .2em;
	font-size: .78em;
	line-height: 1.4;
	text-align: center;
}
.state__steps i {
	font-style: normal;
	font-weight: 300;
	display: block;
}
.state__steps span {color: var(--main);}

.label-picker {
	position: relative;
	margin-bottom: 1.6em;
}
.label-picker > span,.label-text {
	display: block;
	color: #5e6b79;
	margin-left: 2px;
	margin-bottom: 0.4em;
	font-size: 0.92em;
}
.label-picker .form-control {
	border: solid 1px #bfc8d2;
	background-color: #fff;
	border-radius: 4px;
	height: 50px;
	padding: 2px 15px;
	/*color: #8b95a1;*/
	font-weight: 700;
	font-size: 1.3em;
	letter-spacing: .03em;
}
.form-control--great:focus,.picker-change .form-control--great {
	font-weight: 700;
	font-size: 1.3em;
	letter-spacing: .03em;
}
.code__box [name=code] {
	font-weight: 700;
	text-transform: uppercase;
}
.quantity__box .form-control{
	max-width: calc(100% - 92px);
	pointer-events: none;
}
.picker-change .form-control, .form-control.changed {
	font-weight: bold;
	color: var(--main);
}
.form-control.changed[type=password],.form__input.changed[type=password],[type=password]:focus{
	font-size: 1.2em;
	font-weight: 700;
	letter-spacing: .15em;
	transition: 0s;
}
[type=password]::placeholder {transition: 0;}

.label-picker .form-control:focus {
	background-color: #fff;
	outline-color: transparent;
	box-shadow: none;
	border-color: #afb8c2;
}
.icon-picker {
	display: inline-block;
	position: absolute;
	right: calc(1% + 14px);
	bottom: 17px;
	width: 17px;
	height: 17px;
	font-size: 0;
	user-select: none;
	pointer-events: none;
}
.icon-picker svg {
	display: inline-block;
	fill: #bfc8d2;
	max-width: 100%;
	height: 100%;
}
.picker-change .icon-picker svg,.check .form-control:invalid + .icon-picker svg {
	fill: var(--primary)
}
.reservation__remark {
	color: #5e6b79;
	text-align: center;
	margin-top: 1.5vh;
	user-select: none;
}
.reset-picker {
	background-color: transparent;
	border: none;
	position: absolute;
	top: -4px;
	right: 0;
	padding: 4px 1px;
	color: var(--primary);
	font-size: .8em;
	display: none;
}
.picker-change .reset-picker {display: inline-block;}

.reset-picker:focus{
	outline-color: transparent;
	box-shadow: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   margin: 0;
}
input[type=number]{
  -webkit-appearance: none;
	appearance: none;
	-moz-appearance: textfield;
}
.quantity__box {
	display: flex;
	/*max-width: 420px;*/
	margin: 0 auto 1em;
}
.quantity-num {
	margin: 0 -4px;
	text-align: center;
	font-size: 1.2em;
}
.quantity-control {
	display: inline-block;
	font-style: normal;
	height: 50px;
	width: 50px;
	padding: 14px;
	border: solid 1px #bfc8d2;
	background-color: #f9f9f9;
	/* -webkit-tap-highlight-color: var(--primary); */
	position: relative;
	z-index: 1;
	flex-shrink: 0;
	font-size: 0;
	cursor: pointer;
	transition: .3s;
}
.quantity-control:not([disabled]):active {
	background-color: var(--primary);
	border-color: var(--primary);
	color: #fff;
}
.quantity-control[disabled] {
	color: #bfc8d2;
	cursor: not-allowed;
}
.quantity-control:focus {
	outline-color: transparent;
	box-shadow: none
}
.quantity-control svg {
	display: inline-block;
	max-width: 100%;
}
.quantity-minus {
	border-radius: 5px 0 0 5px;
}
.quantity-plus {
	border-radius: 0 5px 5px 0;
}
.pay__systems {
	display: flex;
	margin: 10px 0;
	width: 100%;
	max-width: 322px;
}
.pay__systems img {flex-grow: 1;}

.pay__systems img + img {
	margin-left: 8px;
}
.status,.box {
	/* max-width: 500px; */
	max-width: 700px;
	margin: 1.9em auto 0;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.05);
	border: solid 1px rgba(139,149,161,.1);
	border-radius: 9px;
	padding: 8px 15px 12px;
	font-size: 0.9em;
	flex-grow: 1;
	width: 100%;
}
.box--xs {
	font-size: 11px;
	margin: 12px -4px;
	border-radius: 9px;
	box-shadow: none;
	border: none;
	max-width: 530px;
}
.box--lg {
	padding: 17px 20px 7px!important;
	max-width: 530px;
	font-size: 14px!important;
	margin: 0 auto;
	text-align: center;
}
.cost__title {
	font-weight: 300;
	font-size: 21px;
	margin-bottom: 0.8em;
}
.cost__box {
	display: flex;
	width: 140px;
	margin: 28px auto 25px;
	text-align: center;
}
.cost__sutitle {
	text-align: center;
	line-height: 1.3;
	padding: .6em 0;
	color: #5e6b79;
}
.cost__sutitle + .cost__box {
	margin-top: 0;
	margin-bottom: 5px;
}

.cost__currency {
	border-radius: 4px 0 0 4px;
	border: solid 1px #bfc8d2;
	border-right: none;
	width: 50px;
	height: 50px;
	line-height: 52px;
	font-size: 30px;
	flex-shrink: 0;
}
.cost__input {
	flex-grow: 1;
	border-radius: 0 4px 4px 0;
	border: solid 1px #bfc8d2;
	width: calc(100% - 50px);
	height: 50px;
	font-size: 30px;
	text-align: center;
	padding: 0 10px;
	-webkit-appearance: none;
	appearance: none;
}
.cost__input:focus {
	outline-color: transparent;
	box-shadow: none
}
.box__remark {
	margin-top: 1.1em;
	color: #8b95a1;
	line-height: 1.62;
}
.status__item {
	display: flex;
	border-bottom: 1px solid rgba(139,149,161,.08);
	padding: .66em .3em;
	color: #5e6b79;
}
.status__item b {color: var(--main);}

.box--xs .status__item {color: #8190a1}

.status__item--accent {
	display: inline-block;
	margin: 0 5px;
}
.status__item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.status__item > b {margin-left: auto;}

.box--xs .status__item > b {color: var(--main)}

.status__info {
	position: relative;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	flex-shrink: 0;
}
.status__info-dialog {
	position: absolute;
	bottom: calc(100% + 8px);
	left: -18px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	width: 230px;
	padding: 12px 22px 12px 12px;
	color: rgba(255, 255, 255, 0.8);
	border-radius: 5px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	background-color: var(--main);
	font-size: 0.78em;
	letter-spacing: .02em;
	word-spacing: .1em;
	line-height: 1.6;
	font-weight: 300;
	z-index: 99;
}
.status__info-dialog b {
	font-weight: bolder;
	color: #fff;
}
.status__info-close {
	font-size: 2em;
	color: #fff;
	position: absolute;
	top: 0;
	right: 1px;
	line-height: 1.2em;
	height: 1.2em;
	width: 1.2em;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	user-select: none;
}
.status__info--open .status__info-dialog {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.status__info-dialog:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 9%;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid var(--main);
	filter: drop-shadow(0 0 10px rgba(0,0,0,.2))
}
.icon--wtf {
	margin-right: 0.6em;
	width: 1.05em!important;
	height: 1.04em!important;
	vertical-align: -.1em;
	cursor: pointer;
}
.status__info--open .icon--wtf{color: var(--primary)}

/**/
.details__phone {
	display: flex;
	align-items: center;
	padding-bottom: 1em;
}
.has-divider {position: relative;}

.has-divider:after {
	content: '';
	position: absolute;
	display: block;
	left: -5px;
	right: -5px;
	bottom: 0;
	border-bottom: 1px solid rgba(139,149,161,.1);
}
.box__title {
	color: #5e6b79;
	padding-top: .2em;
	padding-right: 8px;
	line-height: 1.2;
}
.box__action {
	display: flex;
	margin-top: 1.1em;
	margin-bottom: 0.3em;
}
.box__action .btn--sm {
	flex-grow: 1;
	max-width: 50%;
	box-shadow: none;
}
.box__action .btn--sm + .btn--sm {margin-left: calc(3% + 3px);}

.box__action .btn-outline-success{color: var(--success);}

.details__phone-number {
	border-radius: 5px;
	background-color: var(--accent);
	font-weight: bold;
	letter-spacing: .02em;
	margin-left: auto;
	padding: .5em .9em;
	margin-right: -3px;
	white-space: nowrap;
	flex-grow: .1;
	max-width: 190px;
	text-align: center;
}
.details__hours-item {
	display: flex;
	align-items: center;
	margin-bottom: 0.1em;
}
.details__hours-item + .details__hours-item {margin-top: 11px;}

.reservation__header--lg + .container .box {margin-top: 0;}

.details__hours {
	font-size: 1em;
}
.details__hours-title {
	font-size: 16px;
	margin-top: .2em;
	margin-bottom: .8em;
}
.details__hours-label {
	padding: 0.36em .88em;
	margin-right: calc(1vw + 11px);
	border-radius: 5px;
	border: solid 1px rgba(115,118,149,.1);
	font-size: 14px;
	text-align: center;
	line-height: 1.3;
	color: #737695;
}
.details__hours-label b {
	display: block;
	font-size: 16px;
	font-weight: 900;
}
.details__hours-descr {color: #5e6b79;}
.details__hours-descr strong {
	color: var(--main);
	font-size: 1.2em;
}
.participants {
	padding-top: 0.1em;
	padding-bottom: 1.1em;
	display: flex;
	align-items: center;
}
.participants .box__title span {
	display: block;
	font-size: .82em;
	opacity: 0.8;
	letter-spacing: .02em;
	margin-top: 0.3em;
}
.participants__count {
	display: flex;
	align-items: center;
	margin-left: auto;
}
.participants__icon {
	display: inline-block;
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	font-size: 0;
	text-align: center;
}
.participants__hellip {
	font-size: 1.2em;
	color: #a5adb6;
	align-self: flex-end;
}
.participants__icon svg {
	display: inline-block;
	fill: #bfc8d2
}
.participants__icon:first-of-type svg {fill: #f2b46d}

.participants__total {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	text-align: center;
	background-color: var(--accent);
	font-weight: 900;
	font-size: 13px;
	margin-left: .4em;
}
.through {text-decoration: line-through}

.location {
	font-size: 16px;
	display: flex;
	align-items: center;
	padding-top: .2em;
	padding-bottom: .3em;
}
.location__city {
	font-size: 1.125em;
	font-weight: 900;
	line-height: 1.3;
}
.location__icon {
	display: inline-block;
	flex-shrink: 0;
	background-color: var(--primary);
	text-align: center;
	width: 40px;
	height: 40px;
	padding-top: 4px;
	border-radius: 50%;
	margin-left: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.location__icon svg {
	fill: #fff;
	width: 24px;
	min-width: 24px;
	height: 24px;
}
.details__cta  {background-color: #f9f9f9;}

.details__cta .btn {
	display: block;
	margin-top: 1.5em;
	font-size: 0.872em;
	padding: 13px 9px;
	transition: .3s;
}
.details__cta .btn--noborder {font-size: 0.8em;}

.details__cta.sticky-reserve {
	/* bottom: 0; */
	bottom: 5px;
}
.details__cta.sticky-reserve .btn {
	margin-top: 0;
	padding: 14px 9px;
	/* border-radius: 0; */
	width: 100%;
	box-shadow: 0 -2px 7px 0 rgba(0, 0, 0, 0.15);
}
.btn-copy {
	display: inline-block;
	color: inherit;
	border: none;
	background: none;
	padding-right: 0;
	vertical-align: 1px;
	margin-left: 3px;
	outline-color: transparent;
}
.btn-copy:focus,.btn-copy:active {
	outline-color: transparent;
	box-shadow: none;
	color: var(--info);
}
.btn-copy svg {
	fill: currentColor;
	display: inline-block;
	width: 15px;
	height: 15px;
}
.report__form {
	max-width: 730px;
}
.report__label > span {
	display: block;
	padding: .4em .1em;
	color: #5e6b79;
	font-size: 14px;
}
.report__textarea {
	display: block;
	width: 100%;
	font-size: 14px;
	border-radius: 10px;
	border: solid 1px #bfc8d2;
	background-color: #ffffff;
	padding: 10px 14px;
	-webkit-appearance: none;
	appearance: none;
	box-shadow: none;
	/*color: #bfc8d2;*/
}
.report__textarea:focus {
	color: inherit;
	outline-color: transparent;
	box-shadow: none;
}
.report__form .btn {font-size: 14px;}

.rating__title {
	font-size: 0.94em;
	text-align: center;
}
.rating {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	margin: 18px auto;
}
.rating--sm {
	margin: 0 calc(.4vw + 10px);
}
.rating [type=checkbox]{
	position: absolute;
	opacity: 0;
	height: 0;
	width: 0;
}
.rating__star {
	display: inline-block;
	background-position: center;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23bfc8d2' d='M31.947 12.175c-0.147-0.58-0.581-0.871-1.16-1.016l-9.279-1.307-4.204-8.423c-0.435-1.017-2.173-1.017-2.608 0l-4.204 8.277-9.133 1.453c-0.58 0-1.013 0.435-1.304 1.015-0.145 0.581 0 1.163 0.435 1.453l6.668 6.533-1.595 9.295c-0.145 0.581 0.145 1.163 0.58 1.453 0.435 0.289 1.015 0.435 1.595 0.144l8.263-4.356 8.263 4.356h0.725c0.289 0 0.58-0.145 0.869-0.289 0.435-0.291 0.725-0.872 0.58-1.453l-1.595-9.293 6.668-6.535c0.435-0.291 0.58-0.872 0.435-1.307zM22.233 18.565c-0.289 0.435-0.435 0.871-0.435 1.307l1.16 7.116-6.379-3.34c-0.435-0.291-0.869-0.291-1.305 0l-6.377 3.339 1.304-7.116c0-0.436-0.145-0.872-0.435-1.307l-5.219-4.937 7.103-1.017c0.436 0 0.871-0.436 1.16-0.725l3.189-6.535 3.189 6.391c0.145 0.435 0.58 0.725 1.16 0.725l7.103 1.017-5.219 5.083z'%3E%3C/path%3E%3C/svg%3E");
	width: 34px;
	height: 34px;
	margin: 0 6px;
	font-size: 0;
	transition: .2s;
}
.rating--sm .rating__star{
	width: 22px;
	height: 22px;
}
[type=radio]:checked  ~ .rating__star, [type=checkbox]:checked  ~ .rating__star {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23ffcc00' d='M31.947 12.175c-0.147-0.58-0.581-0.871-1.16-1.016l-9.279-1.307-4.204-8.423c-0.435-1.017-2.173-1.017-2.608 0l-4.204 8.277-9.133 1.453c-0.58 0-1.013 0.435-1.304 1.015-0.145 0.581 0 1.163 0.435 1.453l6.668 6.533-1.595 9.295c-0.145 0.581 0.145 1.163 0.58 1.453 0.435 0.289 1.015 0.435 1.595 0.144l8.263-4.356 8.263 4.356h0.725c0.289 0 0.58-0.145 0.869-0.289 0.435-0.291 0.725-0.872 0.58-1.453l-1.595-9.293 6.668-6.535c0.435-0.291 0.58-0.872 0.435-1.307z'%3E%3C/path%3E%3C/svg%3E");
}
.rating [type=radio],[type=file] {
	position: absolute;
	opacity: 0;
	height: 0;
	width: 0;
}
.file__wrap {
	width: 100%;
	max-width: 730px;
	margin: 18px auto 20px;
}
.file__remark {
	color: #5e6b79;
	display: flex;
	padding: 4px 2px;
	font-size: 14px;
}
.file__remark span:first-child{
	margin-right: auto;
	font-size: 13px;
}
.file__area {
	display: flex;
	align-items: center;
	border-radius: 10px;
	border: solid 1px #bfc8d2;
	background-color: #fff;
	padding: 8px;
}
.file__label {
	display: inline-block;
	border-radius: 4px;
	border: solid 1px #171d25;
	background-color: var(--main);
	color: #fff;
	min-width: 120px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .02em;
	line-height: 1.44;
	white-space: nowrap;
	flex-shrink: 0;
	padding: 11px calc(1vw + 15px);
}
.file__label + span {
	flex-grow: .5;
	padding-left: 6px;
	margin: auto;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	opacity: 0.6;
}
.changed .file__label + span{opacity: 1;}

.cost__container {
	padding-left: 34px;
	padding-right: 34px;
}
.mess__link--success{
	text-decoration: underline;
	color: var(--success);
	box-shadow: none!important;
}
.action {
	width: 100%;
	max-width: 730px;
	text-align: center;
	padding: 0 10px 20px;
}
.number__box > span:first-child {
	position: absolute;
	top: -24px;
}
.hidden-more .number__box > span:first-child {
	top: -40px;
	color: #5e6b79;
	font-size: 14px;
}
.form__show-password {
	margin-left: auto;
	font-size: 14px;
	color: var(--success);
	font-weight: 600;
	padding: 3px;
	/* margin-bottom: 3px; */
}
.form__forgot {
	margin-left: auto;
	font-size: 14px;
	color: #737695;
	font-weight: 600;
	padding: 3px;
}
.title-remark {
   color: #6a7685;
	font-size: 0.94em;
	max-width: 730px;
	margin: 0 auto;
}
.title + .title-remark {margin-top: -10px;}

@media (min-width: 361px) {
	.flatpickr-calendar{
		width: 338px;
		padding-left: 3px;
		padding-bottom: 2px;
	}
}
@media (min-width: 400px) {
	/* .icon-picker {bottom: 18px;} */

	.flatpickr-calendar{
		width: 374px;
		padding: 3px 1px;
	}
	.flatpickr-days {width: 374px;}

	.dayContainer{
		width: 374px;
		min-width: 374px;
		max-width: 374px;
	}
	.flatpickr-day{margin: 0 6px 3px;}

	.box{font-size: 0.94em;}

	.alert__content { font-size: 13px;}

	.rating__title, .report__label > span, .report__textarea, .report__form .btn{font-size: 16px;}
}
@media (min-width: 576px) {
	.box {
		padding: 12px 20px 13px;
	}
	.action .btn + .btn {margin-left: 10px;}

	.reservation-sec .btn{
		margin: 0 auto;
	}
	.icon--info {
		vertical-align: -.3em;
	}
	.status__item {padding: 1em .3em;}

	.status__item:last-child{padding-bottom: 0.6em;}

	.state__title b {font-size: 1.16em;}

	.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time{padding-top: 2em;}

	.details__cta .btn{
		margin: 1em auto 0;
		max-width: 230px;
	}
}
@media (min-width: 1025px) {
	.flatpickr-time span.arrowDown:hover,.flatpickr-time span.arrowUp:hover{
		background-color: var(--primary);
	}
	.quantity-control:not([disabled]):hover {
		background-color: var(--primary);
		border-color: var(--primary);
		color: #fff;
	}
	.flatpickr-prev-month:hover,
	.flatpickr-next-month:hover {
		color: #efe1ff;
		background-color: var(--primary);
		color: #fff;
	}
	.flatpickr-time span.arrowDown:hover:after,.flatpickr-time span.arrowUp:hover:after,.flatpickr-time span.arrowDown:focus:after,.flatpickr-time span.arrowUp:focus:after{
		filter: invert(100%)
	}
}
@media (max-width: 480px) {
	.reservation-sec {
		padding: 1.4em 5px;
		min-height: 87vh;
	}
	.icon--close {
		width: 30px;
		height: 30px;
	}
	.ava.reservation__ava {
		width: 40px;
		height: 40px;
		max-width: 40px;
	}
	.quantity {margin-bottom: 0;}

	.status {
		border-radius: 9px 9px 0 0;
	}
	.flatpickr-calendar {
		left: 50% !important;
		transform: translate3d(-50%, -20px, 0);
	}
	.flatpickr-calendar.animate.open {
		animation: fpFadeInDownMobil 200ms cubic-bezier(.23, 1,.32,1) forwards;
	}
	@keyframes fpFadeInDownMobil {
		from {
			opacity: 0;
			transform: translate3d(-50%, -20px, 0);
		}
		to {
			opacity: 1;
			transform: translate3d(-50%, 0, 0);
		}
	}
}
@media (max-width: 420px) {
	.reservation-sec .btn{
		width: 100%;
		font-size: 14px;
		font-weight: 500;
		padding: 12px;
		line-height: 1.44;
	}
	.mess__action .btn{width: auto;}

	.details__cta .btn {width: 100%;}

	.details__fail .btn {font-size: 13px;}

	.reservation__remark, .state__title, .label-picker > span ,.checkbox-custom + span{font-size: .94em;}

	.state__title--lg {
		font-size: .94em;
		padding-left: 0.4em;
		align-self: center;
	}
	.state{padding-top: 0.4em;}

	.reservation-sec {
		padding: 0 4px 1.8em;
	}
	.reservation__header {
		padding: 1.5em 15px;
	}
	.header--white .reservation__header {
		padding: .9em 15px;
	}
	.flatpickr-calendar {margin-top: -74px;}

	.flatpickr-calendar.hasTime {margin-top: -178px;}
}
@media (max-width: 380px){
	.flatpickr-day{
      max-width: 38px;
      height: 38px;
		line-height: 38px;
	}
	.report__textarea{max-height: 170px;}

	.file__remark {
		font-size: 13px;
		padding: 5px 1px;
	}
	.details__cta .btn--noborder + .btn--noborder {margin-top: .6em;}
}
@media (max-width: 359px) {
	.reservation__header {
		padding: .9em 15px;
	}
	.title-remark {font-size: 12px;}

	.details__cta.sticky-reserve .btn {
		padding: 12px 6px
	}
	.details__phone {padding-bottom: .9em;}

	.details__cta .btn { font-size: 13px;}

	.action .btn {font-size: 14px;}

	.header--white .reservation__header {
		padding: .7em 15px;
	}
   .flatpickr-calendar.open{max-width: 281px;}
   .flatpickr-day{
      max-width: 34px;
      height: 34px;
      line-height: 34px;
      margin-right: 1px;
   }
   .flatpickr-rContainer{max-width: 100%;}
   .dayContainer{
      min-width: 280px;
      width: 280px;
      max-width: 100%;
	}
	.status {
		font-size: .8em;
		padding: 7px 12px 10px;
	}
	.box {
		font-size: .8em;
		padding: 9px 14px 10px;
		margin: 1.7em auto 0;
	}
	.box--xs {
		font-size: 10px;
		padding: 4px 9px 8px;
		margin: 11px -3px;
		border-radius: 5px;
		width: auto;
	}
	.status__item {
		padding: .66em 0;
	}
	.box__remark{margin-top: .9em;}

	.box__action {
		margin-top: 1em;
		margin-bottom: 0.1em;
	}

	.file__label + span{font-size: 14px;}

	.rating--sm .rating__star{
		width: 18px;
		height: 18px;
	}
	.cost__sutitle {font-size: 14px;}

	.reservation__subtitle {font-size: .86em;}

	.cost__sutitle + .cost__box{margin-bottom: 0;}
}

@charset "UTF-8";
/* main */
.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  display: block;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center; }

.loader__text {
  color: #ff5a60;
  display: inline-block;
  margin-left: 13px; }

.loader img {
  width: auto;
  height: 80px; }

:root {
  --main:#2d3640;
  --primary: #fe5b5c;
  --primary-dark: #e9484e;
  --gray-light: #f2f2f2;
  --gray: #736f6f;
  --state-grey: #737695;
  --state-dark:#8b95a1;
  --gray-dark: #2b2a28;
  --bg-info:rgba(43,181,215,.2);
  --bg-warn:rgba(242,180,109,.2);
  --bg-success:rgba(153,249,180,.2);
  --bg-danger:rgba(254,91,92,.2);
  --bg-muted: rgba(139, 149, 161, 0.2);
  --border-info: rgba(43,181, 215,.5);
  --border-warn:rgba(242,180,109,.5);
  --border-success:rgba(153,249,180,.5);
  --border-danger:rgba(254,91,92,.5);
  --border-muted: rgba(139, 149, 161,.2);
  --dark: #232122;
  --gray-mid-dark: #38383E;
  --accent: #99f9b4;
  --warning: #f2b46d;
  --info: #2bb5d7;
  --success: #1e8b3d; }

html {
  font-size: 15px;
  -ms-overflow-style: scrollbar; }

body {
  font-size: 15px;
  color: #5e6b79;
  font-family: Lato, sans-serif !important;
  scroll-behavior: smooth; }

.body--grey {
  background-color: #f9f9f9;
  color: var(--main); }

.body--mess {
  min-height: 100vh;
  display: flex;
  flex-flow: column wrap; }

.bg-danger {
  background-color: var(--primary) !important; }

.hidden {
  display: none !important; }

section {
  overflow-x: hidden;
  position: relative;
  overflow: hidden; }

a {
  color: inherit;
  transition: .3s; }

a:focus {
  outline: none; }

img {
  max-width: 100%; }

h2 {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: .01em; }

.h3 {
  font-weight: 700;
  font-size: 1.3em;
  letter-spacing: .03em;
  margin-bottom: 1.2em; }

.h4 {
  font-size: 1.36em;
  margin-bottom: 1em;
  font-weight: 700;
  line-height: 1.4; }

header {
  padding: 13px 0; }

label {
  display: block;
  position: relative;
  user-select: none;
  cursor: pointer; }

label:not([class]) {
  margin: 0; }

hr {
  width: 75px;
  height: 2px;
  margin-bottom: 1.3em;
  margin-top: 1em;
  border: none; }

.bg-gray-light hr {
  background-color: #c8c8c8; }

textarea {
  resize: none; }

.cursor-pointer {
  cursor: pointer; }

.type-list {
  padding-left: 2px;
  margin-bottom: 1em;
  list-style-position: inside; }

.type-list li {
  margin-bottom: 0.4em; }

.accent {
  color: var(--primary); }

.btn {
  text-align: center;
  justify-content: center;
  font-size: 1em;
  padding: 10px 12px;
  letter-spacing: .03em;
  min-width: 240px;
  font-weight: 700;
  /* box-shadow: 0 3px 2px rgba(2,6,8,0.06); */
  transition: .3s; }

.btn:focus {
  box-shadow: 0 1px 7px rgba(30, 30, 30, 0.3); }

.btn--xs {
  width: auto !important;
  min-width: 66px !important;
  font-size: 0.8em;
  font-weight: 400;
  padding: 5px !important;
  box-shadow: none;
  border-color: transparent !important;
  background-clip: padding-box; }

.btn--icon {
  width: auto !important;
  min-width: 30px !important;
  height: 30px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  line-height: 0;
  font-size: 0;
  box-shadow: none;
  border-color: transparent !important;
  background-clip: padding-box;
  padding: 4px !important;
  align-self: center; }

.btn--icon svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  fill: currentColor;
  vertical-align: -3px; }

.btn-sm {
  min-width: 70px;
  padding: 5px 8px;
  box-shadow: none;
  font-weight: 400;
  letter-spacing: .01em;
  border-radius: 5px; }

.btn--sm {
  min-width: 70px;
  width: auto !important;
  min-width: 66px !important;
  font-size: 13px !important;
  font-weight: 400;
  padding: 8px !important; }

.btn--xl {
  min-width: 60px;
  width: 100%;
  padding: 5px;
  font-size: 0.87em;
  align-self: baseline;
  font-weight: 400;
  letter-spacing: .05em; }

.btn--md {
  font-size: .9em;
  letter-spacing: .04em; }

.btn--info {
  border: solid 1px #1a9ebe;
  background-color: #2bb5d7;
  color: rgba(255, 255, 255, 0.88);
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.1); }

.btn--info:hover {
  background-color: #1a9ebe;
  color: #fff; }

.btn--success {
  background-color: #3ac34c;
  color: rgba(255, 255, 255, 0.88);
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.1); }

.btn--success:hover {
  background-color: #21a532;
  color: #fff; }

.btn-success {
  background-color: #3ac34c;
  border-color: #21a532; }

.btn-outline-success {
  color: #fff;
  border-color: #21a532; }

.btn-outline-success.btn--muted {
  border-color: #21a532; }

.btn-outline-success:hover, .btn-success:hover {
  color: #fff;
  background-color: #2ca347;
  border-color: #2ca347; }

.btn--muted {
  color: var(--state-grey);
  border: 1px solid; }

.btn--muted:hover {
  background-color: var(--state-grey);
  color: #fff;
  border-color: var(--state-grey); }

.btn--default {
  color: #fff;
  background-color: var(--state-dark);
  border-color: var(--state-dark); }

.btn--default:hover, .btn--default:focus {
  color: #fff;
  box-shadow: none; }

.btn--noborder {
  color: var(--primary);
  box-shadow: none;
  font-weight: normal;
  text-shadow: 0 0; }

.btn--noborder:hover {
  box-shadow: none; }

a.btn {
  display: inline-block; }

.btn--search {
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  font-size: 15px !important; }

/* İcons */
.soc {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 21px;
  width: 32px;
  height: 32px;
  border-radius: 6px; }

.facebook {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='i-facebook' viewBox='0 0 16 28'%3E%3Cpath fill='%23ff5a60' d='M14.984 0.187v4.125h-2.453c-1.922 0-2.281 0.922-2.281 2.25v2.953h4.578l-0.609 4.625h-3.969v11.859h-4.781v-11.859h-3.984v-4.625h3.984v-3.406c0-3.953 2.422-6.109 5.953-6.109 1.687 0 3.141 0.125 3.563 0.187z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 14px; }

.twitter {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 28'%3E%3Cpath fill='%23ff5a60' d='M25.312 6.375c-0.688 1-1.547 1.891-2.531 2.609 0.016 0.219 0.016 0.438 0.016 0.656 0 6.672-5.078 14.359-14.359 14.359-2.859 0-5.516-0.828-7.75-2.266 0.406 0.047 0.797 0.063 1.219 0.063 2.359 0 4.531-0.797 6.266-2.156-2.219-0.047-4.078-1.5-4.719-3.5 0.313 0.047 0.625 0.078 0.953 0.078 0.453 0 0.906-0.063 1.328-0.172-2.312-0.469-4.047-2.5-4.047-4.953v-0.063c0.672 0.375 1.453 0.609 2.281 0.641-1.359-0.906-2.25-2.453-2.25-4.203 0-0.938 0.25-1.797 0.688-2.547 2.484 3.062 6.219 5.063 10.406 5.281-0.078-0.375-0.125-0.766-0.125-1.156 0-2.781 2.25-5.047 5.047-5.047 1.453 0 2.766 0.609 3.687 1.594 1.141-0.219 2.234-0.641 3.203-1.219-0.375 1.172-1.172 2.156-2.219 2.781 1.016-0.109 2-0.391 2.906-0.781z'%3E%3C/path%3E%3C/svg%3E"); }

.instagram {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='i-instagram' viewBox='0 0 24 28'%3E%3Cpath fill='%23ff5a60' d='M16 14c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM18.156 14c0 3.406-2.75 6.156-6.156 6.156s-6.156-2.75-6.156-6.156 2.75-6.156 6.156-6.156 6.156 2.75 6.156 6.156zM19.844 7.594c0 0.797-0.641 1.437-1.437 1.437s-1.437-0.641-1.437-1.437 0.641-1.437 1.437-1.437 1.437 0.641 1.437 1.437zM12 4.156c-1.75 0-5.5-0.141-7.078 0.484-0.547 0.219-0.953 0.484-1.375 0.906s-0.688 0.828-0.906 1.375c-0.625 1.578-0.484 5.328-0.484 7.078s-0.141 5.5 0.484 7.078c0.219 0.547 0.484 0.953 0.906 1.375s0.828 0.688 1.375 0.906c1.578 0.625 5.328 0.484 7.078 0.484s5.5 0.141 7.078-0.484c0.547-0.219 0.953-0.484 1.375-0.906s0.688-0.828 0.906-1.375c0.625-1.578 0.484-5.328 0.484-7.078s0.141-5.5-0.484-7.078c-0.219-0.547-0.484-0.953-0.906-1.375s-0.828-0.688-1.375-0.906c-1.578-0.625-5.328-0.484-7.078-0.484zM24 14c0 1.656 0.016 3.297-0.078 4.953-0.094 1.922-0.531 3.625-1.937 5.031s-3.109 1.844-5.031 1.937c-1.656 0.094-3.297 0.078-4.953 0.078s-3.297 0.016-4.953-0.078c-1.922-0.094-3.625-0.531-5.031-1.937s-1.844-3.109-1.937-5.031c-0.094-1.656-0.078-3.297-0.078-4.953s-0.016-3.297 0.078-4.953c0.094-1.922 0.531-3.625 1.937-5.031s3.109-1.844 5.031-1.937c1.656-0.094 3.297-0.078 4.953-0.078s3.297-0.016 4.953 0.078c1.922 0.094 3.625 0.531 5.031 1.937s1.844 3.109 1.937 5.031c0.094 1.656 0.078 3.297 0.078 4.953z'%3E%3C/path%3E%3C/svg%3E"); }

.star {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 28'%3E%3Cpath fill='%23ff5a60' d='M26 10.109c0 0.281-0.203 0.547-0.406 0.75l-5.672 5.531 1.344 7.812c0.016 0.109 0.016 0.203 0.016 0.313 0 0.406-0.187 0.781-0.641 0.781-0.219 0-0.438-0.078-0.625-0.187l-7.016-3.687-7.016 3.687c-0.203 0.109-0.406 0.187-0.625 0.187-0.453 0-0.656-0.375-0.656-0.781 0-0.109 0.016-0.203 0.031-0.313l1.344-7.812-5.688-5.531c-0.187-0.203-0.391-0.469-0.391-0.75 0-0.469 0.484-0.656 0.875-0.719l7.844-1.141 3.516-7.109c0.141-0.297 0.406-0.641 0.766-0.641s0.625 0.344 0.766 0.641l3.516 7.109 7.844 1.141c0.375 0.063 0.875 0.25 0.875 0.719z'%3E%3C/path%3E%3C/svg%3E");
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.star + .star {
  margin-left: 0.25rem; }

.half {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 28'%3E%3Cpath fill='%23ff5a60' d='M18.531 14.953l4.016-3.906-6.594-0.969-0.469-0.938-2.484-5.031v15.047l0.922 0.484 4.969 2.625-0.938-5.547-0.187-1.031zM25.594 10.859l-5.672 5.531 1.344 7.812c0.109 0.688-0.141 1.094-0.625 1.094-0.172 0-0.391-0.063-0.625-0.187l-7.016-3.687-7.016 3.687c-0.234 0.125-0.453 0.187-0.625 0.187-0.484 0-0.734-0.406-0.625-1.094l1.344-7.812-5.688-5.531c-0.672-0.672-0.453-1.328 0.484-1.469l7.844-1.141 3.516-7.109c0.203-0.422 0.484-0.641 0.766-0.641v0c0.281 0 0.547 0.219 0.766 0.641l3.516 7.109 7.844 1.141c0.938 0.141 1.156 0.797 0.469 1.469z'%3E%3C/path%3E%3C/svg%3E"); }

.empty {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 28'%3E%3Cpath fill='%23ff5a60' d='M17.766 15.687l4.781-4.641-6.594-0.969-2.953-5.969-2.953 5.969-6.594 0.969 4.781 4.641-1.141 6.578 5.906-3.109 5.891 3.109zM26 10.109c0 0.281-0.203 0.547-0.406 0.75l-5.672 5.531 1.344 7.812c0.016 0.109 0.016 0.203 0.016 0.313 0 0.422-0.187 0.781-0.641 0.781-0.219 0-0.438-0.078-0.625-0.187l-7.016-3.687-7.016 3.687c-0.203 0.109-0.406 0.187-0.625 0.187-0.453 0-0.656-0.375-0.656-0.781 0-0.109 0.016-0.203 0.031-0.313l1.344-7.812-5.688-5.531c-0.187-0.203-0.391-0.469-0.391-0.75 0-0.469 0.484-0.656 0.875-0.719l7.844-1.141 3.516-7.109c0.141-0.297 0.406-0.641 0.766-0.641s0.625 0.344 0.766 0.641l3.516 7.109 7.844 1.141c0.375 0.063 0.875 0.25 0.875 0.719z'%3E%3C/path%3E%3C/svg%3E"); }

i.help {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23fe5b5c' d='M23.331 19.176c-0.401-0.2-2.356-1.156-2.72-1.288-0.364-0.135-0.631-0.2-0.897 0.2-0.263 0.393-1.028 1.285-1.259 1.549-0.233 0.26-0.465 0.28-0.861 0.1-0.4-0.2-1.684-0.62-3.204-1.98-1.184-1.060-1.979-2.36-2.213-2.76-0.232-0.4-0.025-0.62 0.173-0.82 0.181-0.18 0.401-0.46 0.601-0.697 0.195-0.241 0.259-0.401 0.396-0.661 0.133-0.28 0.065-0.5-0.033-0.699-0.1-0.2-0.896-2.16-1.229-2.941-0.32-0.779-0.649-0.68-0.896-0.68-0.229-0.020-0.495-0.020-0.761-0.020s-0.697 0.099-1.063 0.479c-0.364 0.4-1.393 1.36-1.393 3.3s1.427 3.82 1.625 4.1c0.199 0.26 2.807 4.26 6.8 5.98 0.952 0.4 1.693 0.64 2.272 0.839 0.952 0.303 1.82 0.26 2.507 0.161 0.765-0.121 2.356-0.961 2.688-1.901 0.34-0.94 0.34-1.72 0.24-1.9-0.099-0.18-0.36-0.28-0.76-0.46zM16.081 29h-0.021c-2.36 0-4.699-0.64-6.74-1.84l-0.48-0.285-5 1.3 1.34-4.86-0.319-0.5c-1.32-2.101-2.021-4.521-2.021-7.013 0-7.26 5.94-13.18 13.256-13.18 3.539 0 6.86 1.38 9.361 3.88 2.5 2.479 3.879 5.8 3.879 9.32-0.005 7.259-5.947 13.18-13.247 13.18zM27.36 4.599c-3.040-2.939-7.040-4.599-11.3-4.599-8.776 0-15.921 7.112-15.925 15.857 0 2.795 0.732 5.52 2.127 7.927l-2.261 8.216 8.447-2.203c2.328 1.257 4.947 1.925 7.613 1.929h0.008c8.78 0 15.928-7.115 15.932-15.861 0-4.235-1.653-8.22-4.66-11.215z'%3E%3C/path%3E%3C/svg%3E");
  margin-left: 0.4em;
  margin-right: -4px;
  width: 16px;
  height: 16px;
  vertical-align: -3px;
  transition: 0s .06s; }

.btn:hover .help, .btn-outline-help .help {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' d='M23.331 19.176c-0.401-0.2-2.356-1.156-2.72-1.288-0.364-0.135-0.631-0.2-0.897 0.2-0.263 0.393-1.028 1.285-1.259 1.549-0.233 0.26-0.465 0.28-0.861 0.1-0.4-0.2-1.684-0.62-3.204-1.98-1.184-1.060-1.979-2.36-2.213-2.76-0.232-0.4-0.025-0.62 0.173-0.82 0.181-0.18 0.401-0.46 0.601-0.697 0.195-0.241 0.259-0.401 0.396-0.661 0.133-0.28 0.065-0.5-0.033-0.699-0.1-0.2-0.896-2.16-1.229-2.941-0.32-0.779-0.649-0.68-0.896-0.68-0.229-0.020-0.495-0.020-0.761-0.020s-0.697 0.099-1.063 0.479c-0.364 0.4-1.393 1.36-1.393 3.3s1.427 3.82 1.625 4.1c0.199 0.26 2.807 4.26 6.8 5.98 0.952 0.4 1.693 0.64 2.272 0.839 0.952 0.303 1.82 0.26 2.507 0.161 0.765-0.121 2.356-0.961 2.688-1.901 0.34-0.94 0.34-1.72 0.24-1.9-0.099-0.18-0.36-0.28-0.76-0.46zM16.081 29h-0.021c-2.36 0-4.699-0.64-6.74-1.84l-0.48-0.285-5 1.3 1.34-4.86-0.319-0.5c-1.32-2.101-2.021-4.521-2.021-7.013 0-7.26 5.94-13.18 13.256-13.18 3.539 0 6.86 1.38 9.361 3.88 2.5 2.479 3.879 5.8 3.879 9.32-0.005 7.259-5.947 13.18-13.247 13.18zM27.36 4.599c-3.040-2.939-7.040-4.599-11.3-4.599-8.776 0-15.921 7.112-15.925 15.857 0 2.795 0.732 5.52 2.127 7.927l-2.261 8.216 8.447-2.203c2.328 1.257 4.947 1.925 7.613 1.929h0.008c8.78 0 15.928-7.115 15.932-15.861 0-4.235-1.653-8.22-4.66-11.215z'%3E%3C/path%3E%3C/svg%3E"); }

.visa, .mastercard, .amex, .ssl {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 50px;
  height: 32px;
  border-radius: 3px;
  vertical-align: middle; }

.visa {
  background-image: url("../img/footer/visa.png"); }

.mastercard {
  background-image: url("../img/footer/mastercard.png");
  margin-left: 9px; }

.amex {
  background-image: url("../img/footer/amex.png");
  margin-left: 9px; }

.ssl {
  width: 169px;
  height: 50px;
  background-image: url("../img/footer/ssl.png");
  background-size: contain; }

.sm-with-arrow-down select, .label-picker select {
  padding-right: 25px;
  -moz-appearance: none;
  -webkit-appearance: none; }

.sm-with-arrow-down:after, .modal-dialog .select:after, .label-picker .select:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%237c7979' viewBox='0 0 32 32'%3E%3Ctitle%3Earrow-down%3C/title%3E%3Cpath d='M17.058 23.694l12.068-12.325c0.279-0.285 0.433-0.666 0.433-1.071s-0.154-0.786-0.433-1.071l-0.889-0.908c-0.579-0.591-1.52-0.591-2.098 0l-10.134 10.35-10.145-10.361c-0.279-0.285-0.652-0.442-1.049-0.442s-0.77 0.157-1.049 0.442l-0.888 0.908c-0.279 0.285-0.433 0.666-0.433 1.071s0.154 0.786 0.433 1.071l12.079 12.337c0.28 0.286 0.654 0.443 1.052 0.442 0.399 0.001 0.773-0.156 1.053-0.442z'%3E%3C/path%3E%3C/svg%3E");
  width: 14px;
  right: 4.7%;
  top: calc(50% - 5px);
  position: absolute;
  pointer-events: none;
  z-index: 19;
  height: 12px; }

.label-picker .select:after {
  right: calc(2% + 10px);
  opacity: 0.6; }

.letter {
  display: inline-block;
  background-image: url("../img/icons/letter.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 17px;
  height: 16px;
  background-size: 100%;
  vertical-align: -2px; }

.warning-primary {
  background-image: url("../img/icons/warning.png");
  background-repeat: no-repeat;
  width: 34px;
  height: 30px;
  background-size: 100%; }

.phone {
  display: inline-block;
  background-image: url("../img/icons/phone.png");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  background-size: 100%;
  vertical-align: -2px; }

.whatsapp {
  background-image: url("../img/icons/whatsapp.png");
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  background-size: 100%;
  display: inline-block;
  vertical-align: -3px; }

.arrow-down-white {
  width: 13px;
  height: 8px;
  background: url("../img/icons/arrow-down-white.png") no-repeat;
  background-size: 100%; }

.slider-arrow-right, .slider-arrow-left {
  width: 30px;
  height: 30px;
  background: url("../img/icons/arrow-slider.png") no-repeat;
  background-size: 100%;
  left: -45px;
  cursor: pointer; }

.slider-arrow-left {
  transform: rotate(180deg);
  left: auto;
  right: -45px; }

.logo {
  background-image: url("../img/logo-white.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 125px;
  height: 24px;
  background-size: 100%; }

.logo:hover {
  text-decoration: none; }

.logo.bigger {
  width: 159px;
  height: 42px;
  margin-bottom: 10px;
  margin-top: -6px; }

.logo.colored {
  background-image: url("../img/logo-colored.png"); }

.short-logo {
  display: block;
  width: 38px;
  height: 42px;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/short-logo.png"); }

.short-logo.colored {
  background-image: url("../img/short-logo-colored.png"); }

.close-icon, .close-icon-dark {
  display: inline-block;
  width: 44px;
  min-width: 35px;
  height: 36px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  margin-left: auto; }

.close-icon-dark {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Ctitle%3Eclose%3C/title%3E%3Cpath fill='%23777' d='M10 8.586l-7.071-7.071-1.414 1.414 7.071 7.071-7.071 7.071 1.414 1.414 7.071-7.071 7.071 7.071 1.414-1.414-7.071-7.071 7.071-7.071-1.414-1.414-7.071 7.071z'%3E%3C/path%3E%3C/svg%3E"); }

.close-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Ctitle%3Eclose%3C/title%3E%3Cpath fill='%23fff' d='M10 8.586l-7.071-7.071-1.414 1.414 7.071 7.071-7.071 7.071 1.414 1.414 7.071-7.071 7.071 7.071 1.414-1.414-7.071-7.071 7.071-7.071-1.414-1.414-7.071 7.071z'%3E%3C/path%3E%3C/svg%3E"); }

input[type=checkbox]:checked ~ .opened-menu {
  transform: translateX(0);
  opacity: 1;
  left: 0; }

.opened-menu {
  background-color: var(--primary);
  position: fixed;
  top: 0;
  display: flex;
  z-index: 99;
  height: 100vh;
  font-weight: 300;
  width: 100%;
  max-width: 100vw;
  flex-direction: column;
  padding: 18px 0 0;
  transform: translateX(100%);
  opacity: 0;
  transition: transform .4s ease-out, opacity .25s .15s;
  overflow: hidden; }

.opened-menu .menu-list {
  font-size: 19px;
  padding: 30px 0;
  width: 100%;
  height: calc(100% - 47px);
  max-height: calc(100% - 47px);
  overflow-y: scroll; }

.opened-menu .menu-list div {
  margin-bottom: 4px; }

.opened-menu ul div:not(:first-child) {
  margin-top: 20px; }

.opened-menu .menu-list a {
  color: #fff;
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 1.1em; }

.opened-menu .menu-list a.active {
  font-weight: bold; }

.opened-menu .menu-list a:hover {
  text-decoration: underline; }

.hamburger-menu {
  width: 30px;
  background-size: 100%;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='i-menu' viewBox='0 0 20 20'%3E%3Ctitle%3Emenu%3C/title%3E%3Cpath fill='%23fe5a60' d='M0 3h20v2h-20v-2zM0 9h20v2h-20v-2zM0 15h20v2h-20v-2z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 60% 50%;
  background-size: 26px auto;
  margin: 0 0 0 13px;
  cursor: pointer; }

.text-italic {
  font-style: italic; }

/* Buttons */
.btn-outline-primary {
  color: var(--primary);
  border-color: var(--primary); }

.btn-white {
  color: var(--primary);
  border-color: #fff;
  background-color: #fff;
  transition: .3s; }

.btn-white:hover {
  opacity: 0.86;
  color: var(--primary); }

.btn-outline-white {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
  transition: .3s; }

.btn-outline-white:hover {
  color: var(--primary);
  background-color: #fff; }

.btn-outline-primary:hover, .btn-outline-primary:active {
  color: #fff;
  background-color: var(--primary) !important;
  border-color: var(--primary) !important; }

.btn-main {
  color: #fff;
  background-color: var(--main);
  border-color: var(--main); }

.btn-main:hover {
  color: #fff;
  opacity: .9; }

.btn-primary {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary-dark); }

.btn-primary:hover, .btn-primary:active {
  color: #fff;
  background-color: var(--primary-dark) !important;
  border-color: var(--primary-dark) !important;
  box-shadow: none !important; }

.btn-primary:disabled {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary) !important;
  opacity: 0.6; }

.btn-primary:disabled:focus {
  outline-color: transparent;
  box-shadow: none; }

.btn-primary.disabled {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary) !important;
  opacity: 0.6; }

.btn-primary-reserve {
  color: var(--primary);
  background-color: #fff; }

.btn-primary-reserve:hover, .btn-primary-reserve:active {
  color: var(--primary-dark) !important;
  background-color: #fff !important; }

.btn-outline-mutted {
  border-color: #a19c9c; }

.btn-outline-help {
  background-color: #00a2ff;
  border-color: #00a2ff;
  color: #fff; }

.btn-outline-help:hover {
  color: #fff; }

/*
.slider-search {
	background: var(--gray-dark);
	border-radius: 10px;
	position: relative;
	margin-top: -44px;
	display: flex;
	padding: 15px;
}
.slider-search select, .slider-search input{
	font-size: 16px;
	font-weight: 500;
	width: 100%;
	height: 50px;
	padding-left: 18px;
}
.guides__name {
	text-align: center;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.2;
	margin: .7em 0 .1em;
}
*/
/* Modal */
.modal-backdrop.show {
  opacity: .4; }

.modal-dialog {
  margin: 15px; }

.modal.fade .modal-dialog {
  transform: translate(0, -15px); }

.modal.show .modal-dialog {
  transform: none; }

/* Multiple Carousel */
/*
.multiple-carousel {
	display: flex;
	position: relative;
	flex-direction: column
}
.multiple-carousel .item {
	padding: 10px;
}
.multiple-carousel.with-four-item .item .wrapper{
	height: 218px;
}
.multiple-carousel .item .wrapper{
	border-radius:10px;
	position: relative;
	height: 245px;
	overflow: hidden;
}
.multiple-carousel .item img{
	position: absolute;
	width: 100%;
	object-fit: cover;
	height: 100%;
	z-index: 0;
}
.multiple-carousel .item .bottom{
	position: absolute;
	background: linear-gradient(to top, rgba(4,4,4,.8) 0%,rgba(4,4,4,.01) 100%);
	height: 70%;
	object-fit: cover;
	width: 100%;
	bottom: 0;
	border-radius: 0 0 10px 10px;
	left: 0;
	z-index: 1;
}
.multiple-carousel .item .bottom .desc{
	position: absolute;
	line-height: 21px;
	bottom: 15px;
	left: 15px;
	right: 10px;
	color:#fff;
}
.multiple-carousel .item .bottom .desc br {line-height: 1;}

.multiple-carousel .item .bottom .fa{
	position: absolute;
	right: 15px;
	bottom: 15px;
	font-size: 18px;
	color:#fff;
}
.multiple-carousel .item .bottom .desc div{
	font-size: 18px;
	color:#fff;
	display: block;
}
.slider-rounded .slick-track {
	display: flex;
}
.slider-rounded .slick-slide {
	height: auto;
	padding: 0 15px;
}
.slider-rounded .slick-slide > div {
	height: 100%;
}
.slider-rounded .item {
	padding: 0;
	background-color: #fff;
	border-radius: 0 0 10px 10px;
	min-height: 100%;
	overflow: hidden;
}
.multiple__city {
	font-size: 1.2em;
	font-style: normal;
	display: block;
	color: inherit;
	margin-bottom: 0.2em;
}
.multiple__city + .multiple__descr {margin-top: 0.7em;}

.miltiple__text {
	position: relative;
	text-align: left;
	background-color: #fff;
	padding: 20px 16px 10px 18px;
	margin-top: -10px;
}
.miltiple__text .subtitle {
	color: #333;
	font-weight: 900;
	margin-bottom: 0.7em;
}
.miltiple__text .subtitle, .miltiple__text .subtitle ~ p {
	text-align: left;
}
.multiple__title {
	font-size: 1.4em;
	font-weight: 700;
	margin-bottom: .3em;
}
.multiple__title--big {
	font-size: 1.6em;
}
.multiple__descr {
	font-size: 0.92em;
	font-style: normal;
	color: rgba(255,255,255,.84);
	display: flex;
	flex-wrap: wrap;
}
.multiple__descr b {
	color: #fff;
	margin: 0 5px;
}
.multiple__descr--accent,.multiple__descr--accent b {
	color: #ff494b;
}
.multiple__more {
	display: inline-block;
	margin-left: auto;
	margin-right: 2px;
	margin-top: 1px;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	border: 1px solid #fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23fff' d='M13.25 10l-7.141-7.42c-0.268-0.27-0.268-0.707 0-0.979 0.268-0.27 0.701-0.27 0.969 0l7.83 7.908c0.268 0.271 0.268 0.709 0 0.979l-7.83 7.908c-0.268 0.271-0.701 0.27-0.969 0s-0.268-0.707 0-0.979l7.141-7.417z'%3E%3C/path%3E%3C/svg%3E");
	background-size: 68%;
	opacity: 0.7;
	transition: .3s;
}
*/
/* Main Slider */
/*
.main-slider .item img, .main-slider .item picture {
	width: 100%;
	height: 372px;
	object-fit: cover;
	object-position: 51% 20%;
}
.type__bg {
	padding: .8em 0 1.5em;
}
.type__bg img {
	width: 100%;
	max-height: 440px;
	object-fit: cover;
	object-position: 51% 66%;
}
.main-slider .slick-arrow{
	color: rgba(255,255,255,0.5);
	font-size: 25px;
	top: 50%;
	margin-top: -12px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	border: 1px solid #fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23fff' d='M13.891 17.418c0.268 0.272 0.268 0.709 0 0.979s-0.701 0.271-0.969 0l-7.83-7.908c-0.268-0.27-0.268-0.707 0-0.979l7.83-7.908c0.268-0.27 0.701-0.27 0.969 0s0.268 0.709 0 0.979l-7.141 7.419 7.141 7.418z'%3E%3C/path%3E%3C/svg%3E");
	background-size: 68%;
	opacity: 0.7;
	transition: .3s;
	z-index: 9;
}
.main-slider .slick-arrow:hover {
	opacity: 1;
}
.main-slider .slider-arrow-left{
	right:20px;
}
.main-slider .slider-arrow-right {
	left: 20px;
}
.bg-primary .content-slider .slick-arrow {
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23ff5a60' d='M13.891 17.418c0.268 0.272 0.268 0.709 0 0.979s-0.701 0.271-0.969 0l-7.83-7.908c-0.268-0.27-0.268-0.707 0-0.979l7.83-7.908c0.268-0.27 0.701-0.27 0.969 0s0.268 0.709 0 0.979l-7.141 7.419 7.141 7.418z'%3E%3C/path%3E%3C/svg%3E");
	background-size: 65%;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
}
.main-slider .item .titles {
	position: absolute;
	color: #fff;
	text-shadow: 0 0 18px rgba(20,20,20,.4);
	width: 100%;
	height: 100%;
	padding: 40px 10px;
	text-align: center;
	z-index: 2;
}
.main-slider .item .titles--big {
	display: flex;
	justify-content: center;
	align-items: center;
}
*/
/* Slick */
/*
.slick-arrow {
	position: absolute;
	z-index: 9;
	color: var(--primary);
	font-size: 25px;
	top: 50%;
	margin-top: -12px;
}
.slick-next {
	right:-42px;
}
.slick-prev {
	left: -42px;
}
.slick-dots {
	text-align: center;
	display: flex;
	height: 9px;
	margin-top: 20px;
	padding: 0;
	justify-content: center;
	align-items: center;
	list-style: none;
}
.slick-dots li{
	width: 9px;
	height: 9px;
	margin: 4px;
	border-radius: 50%;
	transition: all .2s ease;
	background: var(--gray-light);
}
.bg-gray-light .slick-dots li{
	background-color: #d0d0d0;
}
.slick-dots li:first-child:not(.slick-active), .slick-dots li:last-child:not(.slick-active) {
	transform: scale(.8);
}
.slick-dots li.slick-active{
	width: 12px;
	height: 12px;
	background: var(--primary);
	margin-top: 3px;
}
.slick-dots li.near{
	width: 9px;
	height: 9px;
}
.slick-dots li.far{
	width: 7px;
	height: 7px;
}
.slick-dots li button{
	display: none
}*/
/* Steps */
.steps-number {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto; }

/* Content Slider */
.content-slider .item .wrapper img {
  width: 150px;
  max-width: 150px;
  flex: auto;
  height: 150px; }

.newsletter-input {
  border-bottom: 1px solid #fff; }

.newsletter-input input, .newsletter-input .btn {
  background: transparent;
  border: 0;
  font-size: 12px;
  outline: 0;
  color: #fff; }

.newsletter-input input::placeholder {
  color: #fff; }

.testimon__item + .testimon__item {
  margin-top: 15px;
  margin-bottom: 10px; }

.testimon__text {
  padding: 0 calc(5% + 15px); }

/* Social Media */
.social-logo-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 25px;
  background: #fff;
  color: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center; }

.intro__bg {
  max-height: 380px;
  overflow: hidden; }

.intro__bg img, .intro__bg picture {
  height: 380px;
  min-width: 100%;
  object-fit: cover;
  object-position: 39% 24%; }

.intro .intro__bg img {
  filter: blur(1.5px); }

.content-slider .item .wrapper {
  border-radius: 5px;
  background: var(--gray-light);
  padding: 15px 12px 20px;
  margin: 5px;
  color: var(--gray);
  box-shadow: 1px 2px 2px rgba(2, 6, 8, 0.2); }

.bg-gray-light .content-slider .item .wrapper {
  background-color: #fff; }

/*
.content-slider:not(#locals-slider) .slick-dots li:not(.slick-active){
	background: #fff;
}
#locals-slider .item .wrapper img{
	width: 74px;
	height: 74px;
}
.slick-slide {	position: relative;}

.slick-slide .item, .intro__bg {
	position: relative;
}
.main-slider .item:before, .intro__bg:before{
	content: '';
	position: absolute;
	background: linear-gradient(to top, rgba(4, 4, 4, .7) 0%,rgba(4, 4, 4, 0) 80%);
	width: 100%;
	bottom: 0;
	border-radius: 0;
	left: 0;
	z-index: 1;
	top: 10%;
}
.multiple-carousel .item .wrapper ~ .subtitle, .multiple-carousel .item .wrapper ~ p {
	text-align: inherit;
}
*/
/* Contact Us */
.input-outline {
  font-size: 18px;
  padding: 8px 20px;
  height: 44px;
  box-sizing: border-box;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  background: transparent; }

.input-outline::-ms-input-placeholder {
  color: #fff; }

.was-validated .form-control:invalid {
  background-image: none; }

.form-control::-ms-clear {
  display: none; }

.form-control:focus {
  color: inherit;
  outline: 0;
  border-color: #fff; }

.input-outline::placeholder {
  color: #fff; }

/*
.contact-us textarea.input-outline{
	height: 162px;
}
.contact-us .was-validated .form-control:invalid {
	border: 2px solid #fff;
	position: relative;
}
.contact-us .was-validated .form-control:valid {
	border:1px solid #fff;
	position: relative;
	background-image:none
}
.contact-us .was-validated .form-control:invalid ~ span {
	width: 22px;
	height: 22px;
	position: absolute;
	right: 13px;
	top: 13px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url('../img/icons/warning-reverse.png');
}
.contact-us--inverted {
	background-color: #fff;
}
.contact-us--inverted .input-outline{
	color: var(--primary);
	border-color: var(--primaty);
}
.contact-us--inverted .was-validated .form-control:invalid {
	border-color: var(--primary);
	border-width: 2px;
}
.contact-us--inverted .title {color: var(--primary);}

.contact-us--inverted .input-outline::placeholder {color: var(--primary);}

.contact-us--inverted.contact-us .was-validated .form-control:invalid ~ span {
	background-image: url('../img/icons/warning.png');
}
*/
.testimon-slider .rounded-circle, .ava {
  margin-left: 15px;
  flex-shrink: 0;
  flex-grow: 1;
  max-width: 110px; }

.testimon-slider .rounded-circle > img, .ava > img {
  width: 100%;
  border-radius: 50%; }

.rounded-circle {
  overflow: hidden; }

.main__title {
  font-size: 3em;
  line-height: 1.3;
  text-shadow: 0 0 8px rgba(20, 20, 20, 0.1); }

.home-slider .main__title > span {
  font-size: 0.6em;
  font-weight: 700; }

.main__subtitle {
  display: block;
  font-weight: 300;
  margin-bottom: .4em; }

/* Modal */
.modal-header, .modal-footer {
  border: 0; }

.link-back {
  padding: 3px;
  min-width: 30px;
  min-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -10px; }

.icon {
  display: inline-block;
  position: relative;
  fill: currentColor;
  flex-shrink: 0;
  width: 19px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.icon svg {
  max-width: 100%;
  max-height: 100%; }

.icon--sm {
  width: 14px;
  height: 14px;
  display: inline-block;
  position: relative;
  fill: currentColor; }

.icon--search {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 20 20'%3E%3Cpath d='M12.9 14.32c-1.34 1.049-3.050 1.682-4.908 1.682-4.418 0-8-3.582-8-8s3.582-8 8-8c4.418 0 8 3.582 8 8 0 1.858-0.633 3.567-1.695 4.925l0.013-0.018 5.35 5.33-1.42 1.42-5.33-5.34zM8 14c3.314 0 6-2.686 6-6s-2.686-6-6-6v0c-3.314 0-6 2.686-6 6s2.686 6 6 6v0z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 76%;
  vertical-align: middle;
  margin-right: 8px;
  margin-left: -4px; }

.icon--left {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Ctitle%3Eleft%3C/title%3E%3Cpath fill='%23fe5a60' d='M13.891 17.418c0.268 0.272 0.268 0.709 0 0.979s-0.701 0.271-0.969 0l-7.83-7.908c-0.268-0.27-0.268-0.707 0-0.979l7.83-7.908c0.268-0.27 0.701-0.27 0.969 0s0.268 0.709 0 0.979l-7.141 7.419 7.141 7.418z'%3E%3C/path%3E%3C/svg%3E"); }

.icon--right {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23888' viewBox='0 0 20 20'%3E%3Ctitle%3Eright%3C/title%3E%3Cpath d='M13.25 10l-7.141-7.42c-0.268-0.27-0.268-0.707 0-0.979 0.268-0.27 0.701-0.27 0.969 0l7.83 7.908c0.268 0.271 0.268 0.709 0 0.979l-7.83 7.908c-0.268 0.271-0.701 0.27-0.969 0s-0.268-0.707 0-0.979l7.141-7.417z'%3E%3C/path%3E%3C/svg%3E");
  width: 15px !important;
  height: 15px !important;
  vertical-align: -2px;
  margin-right: 9px; }

.icon--controls {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48px' height='48px' viewBox='0 0 24 24' fill='none' stroke='%23ff5a60' stroke-width='1' stroke-linecap='square' stroke-linejoin='miter' color='%232329D6'%3E%3Ccircle cx='9' cy='6' r='2'/%3E%3Cpath d='M4 6H7'/%3E%3Cpath d='M11 6H20'/%3E%3Ccircle cx='9' cy='18' r='2'/%3E%3Cpath d='M4 18H7'/%3E%3Cpath d='M11 18H20'/%3E%3Ccircle cx='15' cy='12' r='2'/%3E%3Cpath d='M4 12H13'/%3E%3Cpath d='M17 12L20 12'/%3E%3C/svg%3E");
  width: 34px;
  height: 34px; }

.icon--info {
  width: 16px;
  height: 16px;
  margin-right: .5em;
  vertical-align: -.2em;
  fill: currentColor; }

.icon > img {
  max-width: 100%;
  vertical-align: 2px; }

.icon--bell {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 19px auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%237c7979' viewBox='0 0 32 32'%3E%3Ctitle%3Ebel%3C/title%3E%3Cpath d='M23.467 15.741v-2.941c0-4.124-3.343-7.467-7.467-7.467v0c-4.124 0-7.467 3.343-7.467 7.467v2.941c0 2.898-1.151 5.677-3.2 7.726v0 2.133h21.333v-2.133c-2.049-2.049-3.2-4.828-3.2-7.726z'%3E%3C/path%3E%3Cpath d='M16 30.933c1.767 0 3.2-1.433 3.2-3.2h-6.4c0 1.767 1.433 3.2 3.2 3.2z'%3E%3C/path%3E%3Cpath d='M18.133 7.467h-4.267v-2.133c0-1.179 0.955-2.133 2.133-2.133v0c1.179 0 2.133 0.955 2.133 2.133v2.133z'%3E%3C/path%3E%3Cpath d='M27.733 24.533c0 0.589-0.478 1.067-1.067 1.067s-1.067-0.478-1.067-1.067c0-0.589 0.478-1.067 1.067-1.067s1.067 0.478 1.067 1.067z'%3E%3C/path%3E%3Cpath d='M6.4 24.533c0 0.589-0.478 1.067-1.067 1.067s-1.067-0.478-1.067-1.067c0-0.589 0.478-1.067 1.067-1.067s1.067 0.478 1.067 1.067z'%3E%3C/path%3E%3C/svg%3E"); }

.icon--bell.is-active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff5a60' viewBox='0 0 32 32'%3E%3Ctitle%3Ebel%3C/title%3E%3Cpath d='M23.467 15.741v-2.941c0-4.124-3.343-7.467-7.467-7.467v0c-4.124 0-7.467 3.343-7.467 7.467v2.941c0 2.898-1.151 5.677-3.2 7.726v0 2.133h21.333v-2.133c-2.049-2.049-3.2-4.828-3.2-7.726z'%3E%3C/path%3E%3Cpath d='M16 30.933c1.767 0 3.2-1.433 3.2-3.2h-6.4c0 1.767 1.433 3.2 3.2 3.2z'%3E%3C/path%3E%3Cpath d='M18.133 7.467h-4.267v-2.133c0-1.179 0.955-2.133 2.133-2.133v0c1.179 0 2.133 0.955 2.133 2.133v2.133z'%3E%3C/path%3E%3Cpath d='M27.733 24.533c0 0.589-0.478 1.067-1.067 1.067s-1.067-0.478-1.067-1.067c0-0.589 0.478-1.067 1.067-1.067s1.067 0.478 1.067 1.067z'%3E%3C/path%3E%3Cpath d='M6.4 24.533c0 0.589-0.478 1.067-1.067 1.067s-1.067-0.478-1.067-1.067c0-0.589 0.478-1.067 1.067-1.067s1.067 0.478 1.067 1.067z'%3E%3C/path%3E%3C/svg%3E"); }

.icon--num {
  border: 1px solid #df5c5d;
  position: absolute;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  line-height: 11px;
  color: #df5c5d;
  font-size: 9px;
  height: 13px;
  width: 13px;
  right: -1px;
  top: -2px;
  display: none; }

.is-active .icon--num {
  display: inline-block; }

.icon--mail {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%237c7979' viewBox='0 0 28 28'%3E%3Cpath d='M28 11.094v12.406c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-12.406c0.469 0.516 1 0.969 1.578 1.359 2.594 1.766 5.219 3.531 7.766 5.391 1.313 0.969 2.938 2.156 4.641 2.156h0.031c1.703 0 3.328-1.188 4.641-2.156 2.547-1.844 5.172-3.625 7.781-5.391 0.562-0.391 1.094-0.844 1.563-1.359zM28 6.5c0 1.75-1.297 3.328-2.672 4.281-2.438 1.687-4.891 3.375-7.313 5.078-1.016 0.703-2.734 2.141-4 2.141h-0.031c-1.266 0-2.984-1.437-4-2.141-2.422-1.703-4.875-3.391-7.297-5.078-1.109-0.75-2.688-2.516-2.688-3.938 0-1.531 0.828-2.844 2.5-2.844h23c1.359 0 2.5 1.125 2.5 2.5z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 17px auto;
  vertical-align: -3px;
  width: 20px; }

.icon--mail.is-active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff5a60' viewBox='0 0 28 28'%3E%3Cpath d='M28 11.094v12.406c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-12.406c0.469 0.516 1 0.969 1.578 1.359 2.594 1.766 5.219 3.531 7.766 5.391 1.313 0.969 2.938 2.156 4.641 2.156h0.031c1.703 0 3.328-1.188 4.641-2.156 2.547-1.844 5.172-3.625 7.781-5.391 0.562-0.391 1.094-0.844 1.563-1.359zM28 6.5c0 1.75-1.297 3.328-2.672 4.281-2.438 1.687-4.891 3.375-7.313 5.078-1.016 0.703-2.734 2.141-4 2.141h-0.031c-1.266 0-2.984-1.437-4-2.141-2.422-1.703-4.875-3.391-7.297-5.078-1.109-0.75-2.688-2.516-2.688-3.938 0-1.531 0.828-2.844 2.5-2.844h23c1.359 0 2.5 1.125 2.5 2.5z'%3E%3C/path%3E%3C/svg%3E"); }

.icon--mail .icon--num {
  top: -3px;
  right: -4px; }

.modal-dialog {
  margin: 58px auto; }

.language__modal .modal-body {
  display: flex;
  flex-flow: column wrap;
  width: 100%;
  max-width: 883px;
  margin-left: auto;
  margin-right: auto; }

.language__modal .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  border-radius: 0; }

.language__modal .modal-content, .photo__modal .modal-content {
  border-radius: 0;
  border: none;
  min-height: 100vh;
  padding: 15px 0;
  display: flex;
  flex-flow: column wrap;
  background-color: #f9f9f9; }

.photo__modal .modal-content {
  padding: 5px 0; }

.modal-dialog.modal-dialog--full {
  margin: 0 auto;
  max-width: 100%; }

.modal-dialog--full .modal-content {
  min-height: 100vh; }

.title {
  display: block;
  text-align: center;
  color: var(--primary);
  font-weight: 700;
  font-size: 1.6em;
  letter-spacing: .01em;
  margin-bottom: 0.8em; }

.title--muted {
  color: inherit;
  font-size: 1.5em;
  margin-bottom: 1.3em; }

.subtitle {
  color: #736f6f;
  display: block;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 1em;
  font-size: 1.06em;
  letter-spacing: .01em;
  text-align: center; }

.subtitle ~ p:not(.text-left) {
  text-align: center; }

.hidden-more {
  max-height: 0;
  transition: .6s ease;
  overflow: hidden; }

.changed + .hidden-more {
  overflow: visible;
  transition: 0.4s ease; }

input[type=checkbox]:checked ~ .hidden-more, .hidden-more.spoiler--show, .changed + .hidden-more {
  max-height: 160vh; }

input[type=checkbox]:checked ~ .hidden-more ~ label {
  height: 0;
  opacity: 0; }

.profile__info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 30px calc(1% + 30px);
  color: #fff;
  pointer-events: none; }

.profile__price {
  text-align: right;
  font-size: 1.4em;
  padding-right: 5px;
  pointer-events: auto; }

.profile__name {
  font-weight: 700;
  font-size: 1.6em;
  letter-spacing: .04em; }

.profile__location {
  font-size: 1.3em;
  font-weight: 300; }

.arrow-down {
  width: 30px;
  height: 30px;
  background: url(../img/icons/arrow-slider.png) no-repeat;
  background-size: 100%;
  text-decoration: none;
  transition: .4s;
  transform: rotate(-90deg); }

.arrow-down.active {
  transform: rotate(90deg); }

.lang__list {
  margin: auto;
  padding: calc(2vw + 10px) 0 0; }

.lang__list-item {
  list-style: none;
  margin-bottom: 1em; }

.lang__list-item:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 12px;
  margin-right: 9px;
  background: url(../img/icons/sprites.png) -384px -25px no-repeat; }

/*
.activites__list {
	margin-bottom: 0;
	list-style: none;
	padding: calc(2vw + 10px) 0 0;
}
.activites__item {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 15px;
	font-size: 1.08em;
}
.activites__item span {
	max-width: calc(100% - 73px);
}
.activites__item:before {
	content: '';
	display: inline-block;
	margin-right: 20px;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.activites__item--food:before {background-image: url(../img/icons/sprite/food.svg)}
.activites__item--health:before {background-image: url(../img/icons/sprite/health.svg)}
.activites__item--personal:before {background-image: url(../img/icons/sprite/personal.svg)}
.activites__item--shopping:before {background-image: url(../img/icons/sprite/shopping.svg)}
.activites__item--spa:before {background-image: url(../img/icons/sprite/spa.svg)}
.activites__item--walk:before {background-image: url(../img/icons/sprite/walk.svg)}
.activites__item--photo:before {background-image: url(../img/icons/sprite/photography.svg)}
.activites__item--family:before {background-image: url(../img/icons/sprite/family.svg)}
.activites__item--arts:before {background-image: url(../img/icons/sprite/arts.svg)}
.activites__item--nighlife:before {background-image: url(../img/icons/sprite/nightlife.svg)}
.activites__item--uvique:before {background-image: url(../img/icons/sprite/unique.svg)}
*/
.collapser {
  height: auto;
  overflow: hidden;
  transition: max-height .6s ease-out; }

/* gallery */
.profile__gallery:after {
  content: attr(data-images);
  position: absolute;
  top: 2px;
  right: 2px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #444;
  color: #fff;
  padding: 2px 4px;
  line-height: 1; }

.gallery__wrap .h4 {
  text-align: left;
  color: var(--primary); }

.gallery__box {
  display: flex;
  max-width: 100%;
  overflow: hidden; }

.profile .gallery__box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  transform: translate(-50%, -50%);
  z-index: 2;
  box-shadow: 0 1px 48px -3px rgba(20, 20, 20, 0.26);
  border: 1px solid var(--gray-light); }

.profile__gallery figure:nth-child(n+2) {
  display: none; }

.gallery__item {
  position: relative;
  margin-right: 10px;
  max-height: 58px;
  max-width: 58px;
  outline-color: transparent;
  overflow: hidden; }

.gallery__item > a {
  display: block; }

.gallery__item:nth-child(n+7) {
  display: none; }

.gallery__item img {
  max-height: 100%;
  object-fit: cover;
  object-position: 0 43%; }

.btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }

.btn-box-remark {
  width: 100%;
  text-align: center;
  font-size: .8em;
  margin-bottom: 8px;
  color: #6a7685; }

.btn-box-remark--sm {
  font-size: 0.68em;
  font-style: italic;
  margin-bottom: 10px;
  opacity: 0.8; }

.testimon__text .h4 {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.guest__date {
  display: block;
  font-size: .76em;
  font-weight: 400;
  margin-left: auto; }

.intro__text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px 12px;
  color: #fff;
  text-align: center;
  pointer-events: auto;
  z-index: 12; }

.intro__text--valign {
  display: flex;
  justify-content: center;
  align-items: center; }

.intro__prolog {
  font-size: 1.5em;
  text-transform: uppercase;
  margin-bottom: 3.3em;
  letter-spacing: .02em; }

.intro__headline {
  font-size: 2.6em;
  font-weight: 700;
  line-height: 1.56;
  letter-spacing: .03em;
  word-spacing: .04em;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(20, 20, 20, 0.4); }

.headline--thin {
  display: block;
  font-weight: 300;
  font-size: 0.9em;
  max-width: 600px;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.great {
  text-align: center;
  padding-left: 8px;
  padding-right: 8px; }

.great .h4 {
  text-transform: uppercase;
  max-width: 800px;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.great p {
  font-size: 1.4em;
  letter-spacing: .02em;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto; }

.team__item {
  text-align: center;
  margin-bottom: 36px; }

.team__item .ava {
  margin: 0 auto 13px;
  font-weight: 700; }

.team__name {
  font-size: 1.6em;
  padding-bottom: 0.1em; }

.team__spec {
  font-size: 1.3em;
  font-weight: 300;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3; }

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  border-radius: 2em;
  width: 30px;
  height: 30px; }

.pswp__button {
  margin-right: 6px; }

.pswp__button--arrow--right:before {
  background-position: -95px -44px; }

.pswp__button--arrow--left:before {
  background-position: -138px -44px; }

.pswp__caption {
  position: absolute;
  background-color: transparent;
  left: auto;
  bottom: auto;
  top: 0;
  right: 111px;
  width: auto; }

.pswp__ui--fit .pswp__caption {
  background-color: transparent; }

.pswp__caption__center {
  padding: 12px; }

.how .h4 {
  font-weight: 700;
  max-width: 770px;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.how__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }

.how__item {
  width: 100%;
  text-align: center;
  padding: 12px 15px; }

.how__item .steps-number {
  margin-bottom: 0.9em; }

.how__pict {
  position: relative;
  margin: 0 auto 1.5em;
  padding-top: 10px; }

.how__descr {
  font-size: 1.4em;
  letter-spacing: .02em;
  max-width: 410px;
  margin-left: auto;
  margin-right: auto; }

.how__list {
  list-style: none;
  margin: 0 auto;
  min-width: 36%;
  padding: 10px 10px 0; }

/*
.result__item {
	display: flex;
	box-shadow: 0 1px 12px -1px rgba(2,6,8,.16);
	border-radius: 5px;
	margin-bottom: 15px;
	color: inherit;
	border: 1px solid transparent;
	overflow: hidden;
	transition: .3s;
}
.result__item:hover {
	text-decoration: none;
	color: inherit;
	border-color: var(--primary);
	box-shadow: 0 1px 12px -1px rgba(255, 90, 96, 0.82);
}
.result__pict {
	flex-shrink: 0;
	flex-grow: .1;
	max-width: 34%;
}
.result__pict img {
	min-height: 100%;
	min-width: 92%;
	object-fit: cover
}
.result__data {
	padding: 11px 17px 10px 22px;
	display: flex;
	flex-flow: column wrap;
	flex-grow: .8;
	max-width: 310px;
}
.result__name {
	font-weight: 700;
	font-size: 1.44em;
	color: var(--primary);
	margin-bottom: 0.07em;
}
.result__item--sm .result__name--sm {
	font-size: 1.2em;
}
.result__tour {
	font-weight: 700;
	font-size: 1.24em;
	color: var(--primary);
	margin-bottom: 0.1em;
}
.result__duration {
	margin-top: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 1.1em;
	font-weight: 500;
	min-width: 100%;
}
.result__price {
	color: var(--primary);
	margin-bottom: 0.2em;
}
.result__data--sm .result__price {
	font-size: 0.94em;
	margin-top: 0.1em;
	margin-bottom: 0.38em;
	text-align: right;
}
.result__rating {
	display: flex;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}
.result__item--sm .result__rating {justify-content: flex-end;}

.result__rating .star {
	width: 20px;
	height: 20px;
}
.result__item--sm .result__rating .star {
	max-width: 12px;
	max-height: 12px;
}
.result__item--sm {
	background-color: var(--gray-light);
	box-shadow: 2px 2px 2px rgba(2, 6, 8, 0.2);
}
.result__item--sm .result__pict img{height: auto;}

.result__data--sm {
	display: flex;
	flex-flow: row wrap;
	font-size: 0.92em;
	align-content: space-around;
	padding: 8px 15px 8px 19px;
}
.result__half {
	flex: .6 0 50%;
	max-width: 49.6%;
}
*/
.tour-details .color-primary {
  margin-left: 0.3em;
  margin-right: 0.3em; }

.search__label {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 480px;
  margin: 0 auto 22px; }

.select {
  position: relative;
  display: block;
  flex-grow: 1;
  border-radius: 4px; }

.select:focus {
  outline: none; }

/*
.search__submit {
	position: absolute;
	left: 0;
	right: 0;
	width: 48px;
	height: 48px;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23999' viewBox='0 0 20 20'%3E%3Cpath d='M12.9 14.32c-1.34 1.049-3.050 1.682-4.908 1.682-4.418 0-8-3.582-8-8s3.582-8 8-8c4.418 0 8 3.582 8 8 0 1.858-0.633 3.567-1.695 4.925l0.013-0.018 5.35 5.33-1.42 1.42-5.33-5.34zM8 14c3.314 0 6-2.686 6-6s-2.686-6-6-6v0c-3.314 0-6 2.686-6 6s2.686 6 6 6v0z'%3E%3C/path%3E%3C/svg%3E");
	background-size: 16px;
	border: none;
	outline-color: transparent;
}
.search__submit:focus {outline-color: transparent;}

.search__setting-trigger {
	position: relative;
	background: #fff;
	width: 50px;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100%;
	border-radius: 0 4px 4px 0;
	margin-left: -2px;
	padding: 2px 4px;
	user-select: none;
	outline-color: transparent;
	cursor: pointer;
	z-index: 21;
}
.search__setting-trigger:focus {
	outline-color: transparent
}
*/
.selectivity-placeholder {
  color: #888;
  font-size: 17px;
  line-height: 1.4; }

.selectivity-single-selected-item {
  color: #333;
  font-size: 17px;
  line-height: 1.1; }

.selectivity-load-more, .selectivity-result-item {
  padding: 9px 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.selectivity-dropdown {
  margin-top: -47px;
  border-radius: 4px;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.1), 0 10px 16px 0 rgba(0, 0, 0, 0.1);
  z-index: 20; }

.selectivity-result-item {
  color: #444;
  transition: .2s; }

.selectivity-single-result-container {
  left: 16px; }

.search-sec .selectivity-single-result-container {
  left: 45px; }

.selectivity-single-select {
  padding: 8px;
  background: #fff;
  border: 1px solid #d0d0d0;
  margin-left: -1px;
  margin-right: -1px;
  border-radius: 4px; }

.selectivity-search-input-container {
  border-bottom: 1px solid #d0d0d0;
  padding: 12px 7px; }

.bg-primary .selectivity-single-select {
  border-color: transparent; }

.selectivity-single-select:focus {
  outline-color: transparent; }

.selectivity-search-input {
  padding: 0 12px; }

.selectivity-single-selected-item-remove {
  padding-right: 8%;
  display: inline-block; }

.fa-remove {
  display: inline-block;
  position: absolute;
  right: 92%; }

.search-sec .fa-remove {
  right: 14%;
  margin-top: -1px; }

.fa-remove:before {
  content: '\00d7';
  font: 24px sans-serif;
  line-height: 1.04;
  color: #777; }

.modal__title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.4em;
  font-size: 1.4em; }

.modal__title > span {
  font-weight: 500; }

.label-group {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  max-width: 740px;
  margin: auto; }

.label-group label {
  flex: 1 0 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5px 30px 7px 30px;
  cursor: pointer; }

.label-group label > span {
  max-width: calc(100% - 30px);
  font-weight: 700;
  font-size: 1.1em; }

.label-group [type=checkbox] {
  display: none; }

.checkbox-custom {
  width: 20px;
  height: 20px;
  margin-left: auto;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 78%;
  flex-shrink: 0;
  transition: .05s; }

.checkbox-custom--simple {
  background-color: #fff;
  border-color: #aaa;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  vertical-align: -2px;
  margin-right: 10px;
  margin-left: 2px;
  float: left; }

[type=checkbox]:checked + .checkbox-custom, [type=radio]:checked + .checkbox-custom {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-3 0 48 36'%3E%3Cpath fill='%23fff' d='M5.485 15.527c-0.893-0.893-2.34-0.893-3.232 0s-0.893 2.34 0 3.232l11.429 11.429c0.893 0.893 2.34 0.893 3.233 0l25.143-25.143c0.893-0.893 0.893-2.34 0-3.232s-2.34-0.893-3.232 0l-23.527 23.527-9.812-9.812z'%3E%3C/path%3E%3C/svg%3E");
  background-color: var(--primary);
  border-color: var(--primary);
  transition: .2s; }

.checkbox-custom + span {
  display: inline-block;
  margin-top: 3px;
  color: #5e6b79;
  transition: .3s; }

[type=checkbox]:checked ~ span {
  color: #2d3640;
  text-shadow: 0 0; }

.search__expand {
  max-width: 740px;
  margin: 0 auto;
  position: relative;
  max-height: 0;
  overflow: hidden;
  transition: .4s; }

.search__expand--show {
  max-height: 160vh; }

.arrow-up {
  display: inline-block;
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 31px;
  height: 31px;
  border: 1px solid #fff;
  background-color: rgba(200, 200, 200, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 32 32'%3E%3Ctitle%3Earrow-down%3C/title%3E%3Cpath d='M17.058 23.694l12.068-12.325c0.279-0.285 0.433-0.666 0.433-1.071s-0.154-0.786-0.433-1.071l-0.889-0.908c-0.579-0.591-1.52-0.591-2.098 0l-10.134 10.35-10.145-10.361c-0.279-0.285-0.652-0.442-1.049-0.442s-0.77 0.157-1.049 0.442l-0.888 0.908c-0.279 0.285-0.433 0.666-0.433 1.071s0.154 0.786 0.433 1.071l12.079 12.337c0.28 0.286 0.654 0.443 1.052 0.442 0.399 0.001 0.773-0.156 1.053-0.442z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 66%;
  border-radius: 50%;
  transform: rotate(180deg); }

.arrow-up:focus {
  outline-color: transparent; }

.arrow-up--invert {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23fe5b5c' d='M4.131 22.226c-0.435 0.429-1.134 0.429-1.566 0s-0.434-1.122 0-1.55l12.653-12.528c0.432-0.429 1.131-0.429 1.566 0l12.653 12.528c0.432 0.429 0.432 1.122 0 1.55-0.434 0.429-1.134 0.429-1.565 0l-11.872-11.426-11.869 11.426z'%3E%3C/path%3E%3C/svg%3E");
  position: relative;
  right: auto;
  bottom: auto;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 25px;
  display: block;
  margin: 0 auto 5px; }

/*range slider*/
.search__range {
  padding: 15px 0;
  max-width: 480px;
  margin: 0 auto; }

.irs--flat .irs-handle > i:first-child {
  width: 3px; }

.irs--flat .irs-line {
  top: 24px;
  height: 14px;
  background-color: rgba(230, 230, 230, 0.6); }

.irs--flat .irs-bar {
  background-color: #fff;
  top: 24px;
  height: 14px; }

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single, .irs--flat .irs-min, .irs--flat .irs-max {
  font-size: 13px;
  line-height: 1.4; }

.irs--flat .irs-min, .irs--flat .irs-max {
  border-radius: 3px;
  padding: 2px 4px;
  background-color: rgba(220, 220, 220, 0.4);
  color: #fff;
  font-family: Lato, sans-serif !important;
  top: -3px; }

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
  border-radius: 3px;
  background-color: #fff;
  color: var(--primary);
  font-family: Lato, sans-serif !important;
  font-weight: 700;
  cursor: pointer;
  top: -2px; }

.irs--flat .irs-from:after, .irs--flat .irs-to:after, .irs--flat .irs-single:after {
  content: '';
  position: absolute;
  top: 100%;
  margin-left: -3px;
  left: 50%;
  border-top: 3px solid #fff;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent; }

.irs--flat .irs-handle {
  cursor: pointer; }

.doings-sec {
  padding: 2em 12px;
  min-height: calc(100vh - 380px); }

.doings__item {
  display: flex;
  padding: 13px 15px;
  margin-bottom: 12px;
  border-radius: 5px;
  background-color: #eae9eb;
  box-shadow: 0 2px 3px -1px rgba(20, 20, 20, 0.14);
  text-decoration: none;
  color: inherit;
  line-height: 1.2;
  transition: .4s; }

.doings__item:hover {
  text-decoration: none;
  color: inherit;
  background-color: #e7e7e7;
  box-shadow: 0 1px 4px -1px rgba(20, 20, 20, 0.2); }

.doings__content {
  max-width: calc(100% - 88px);
  overflow: hidden;
  text-overflow: ellipsis; }

.doings__date {
  margin-left: auto; }

.form-sec {
  padding: 3.3em 5px 2em;
  position: relative;
  z-index: 2;
  overflow: visible;
  min-height: calc(100vh - 380px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap; }

.form__dual {
  display: flex;
  align-items: center; }

.form__dual > span:first-child {
  margin-top: 3px;
  margin-bottom: 4px; }

.form__input {
  display: block;
  width: 100%;
  height: 50px;
  font-size: 15px;
  letter-spacing: .02em;
  padding: 3px 15px;
  border-radius: 5px;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  border: 1px solid #ccc; }

.form__input:focus {
  border-color: #aaa;
  outline-color: transparent; }

.form__input.changed {
  color: #454f60; }

.form__input:focus:invalid, .has-error input[type="text"], .has-error input[type="email"], .has-error input[type="tel"] {
  border-color: #df5c5d; }

.picker-change .form__input {
  font-weight: 700;
  transition: .3s; }

.form__link {
  display: inline-block;
  white-space: nowrap;
  color: #17a2b8;
  padding: 2px 3px;
  margin-bottom: 2px;
  transition: .3s; }

.form__link:hover {
  color: var(--primary); }

.iti__country-list {
  max-height: 408px;
  border-radius: 0px !important; }

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0px;
  top: 0px;
  bottom: 0px; }

.iti {
  width: 100%; }

.iti__arrow {
  margin-left: 8px;
  opacity: .9;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #111;
  border-right: 1px solid #111;
  border-top: none;
  border-left: none;
  transform: rotate(45deg) translateY(-2px);
  margin-left: 15px; }

.iti__selected-flag {
  padding: 0 15px;
  min-width: 128px;
  border-radius: 5px 0 0 5px;
  border-right: 1px solid #ccc; }

.iti__selected-flag:focus {
  outline: none !important; }

.iti--separate-dial-code input[type=tel] {
  text-indent: 2px;
  text-align: left; }

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent; }

.iti-mobile .iti--container {
  left: 15px; }

.card__container {
  max-width: 207px;
  margin: 0 auto;
  text-align: center; }

.label-content .checkbox-custom--simple {
  margin-top: 5px; }

.label-content > div {
  font-size: 0.68em;
  line-height: 1.84;
  color: #768191; }

.label-content a {
  color: var(--primary);
  font-weight: 500; }

.label-content > div p {
  margin-bottom: .5em; }

.alert:not(.show) {
  padding: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: .15s; }

.alert {
  flex: 0 0 100%;
  width: 100%;
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto; }

.alert.show {
  max-height: 200px; }

.alert:not(.show) {
  margin: 0 !important;
  border: 0; }

.alert-danger {
  background-color: rgba(254, 91, 92, 0.2);
  border: solid 1px rgba(254, 91, 92, 0.5);
  color: #fe5b5c; }

.alert-warning {
  border-color: rgba(222, 160, 89, 0.3);
  background-color: rgba(242, 180, 109, 0.2);
  color: inherit; }

.alert-info {
  border: solid 1px rgba(43, 181, 215, 0.5);
  background-color: rgba(43, 181, 215, 0.2); }

.alert-success {
  background-color: rgba(153, 249, 180, 0.2); }

.alert-muted {
  background-color: var(--bg-muted);
  border-color: var(--border-muted); }

.alert > span, .alert > div {
  max-width: calc(100% - 20px);
  align-self: center; }

.alert .alert__wrap {
  max-width: 100%;
  flex-grow: 1;
  padding-right: 4px; }

.alert .alert__wrap--little {
  max-width: 100%;
  width: 100%;
  flex-grow: 1; }

.alert__wrap {
  display: flex;
  align-items: center; }

.alert__icon {
  display: inline-block;
  margin-right: calc(.9vw + 11px);
  margin-left: .4vw;
  width: 24px;
  height: 24px;
  flex-shrink: 0; }

.alert__wrap--little .alert__icon {
  margin-right: calc(.8vw + 9px); }

.alert-danger .alert__icon svg, .alert-warning .alert__icon svg {
  fill: var(--primary); }

.alert__icon.alert__icon--warning svg {
  fill: var(--warning); }

.alert-info .alert__icon svg {
  fill: var(--info); }

.alert-success .alert__icon svg {
  fill: var(--success); }

.alert-muted .alert__icon svg {
  opacity: 0.3; }

.alert__icon--top {
  align-self: flex-start;
  width: 16px;
  height: 16px;
  margin-top: 2px; }

.alert__content {
  font-size: 12px;
  line-height: 1.6;
  color: inherit;
  padding: .3em 0;
  word-spacing: -0.01em;
  letter-spacing: -0.01em;
  flex-grow: 1; }

.alert__wrap--little .alert__content {
  font-size: 11px;
  margin-right: -5px; }

.alert__content p {
  margin-bottom: 0; }

.alert__content p + p {
  margin-top: .6em; }

.alert__content p > b {
  font-weight: 700; }

.alert__strong {
  display: inline-block;
  font-weight: 700;
  text-shadow: 0 0;
  font-size: 1.273em;
  margin-right: .2em;
  color: var(--main) !important;
  text-decoration: none; }

.alert-danger .alert__content p {
  color: var(--main); }

.alert__title {
  font-weight: bold;
  color: var(--primary);
  margin-bottom: 0.3em; }

.alert-info .alert__title {
  color: var(--info); }

.alert-success .alert__title {
  color: var(--success); }

.alert-muted .alert__title {
  color: inherit; }

.close {
  opacity: .4;
  margin-left: auto;
  flex-shrink: 0;
  margin-top: 1px; }

.alert-dismissible .close {
  top: 50%;
  transform: translateY(-50%);
  color: rgba(20, 20, 20, 0.6); }

.progress {
  background-color: #bfc8d2;
  border-radius: 7px;
  height: 14px; }

.progress-bar {
  border-radius: 0 7px 7px 0; }

.progress__title {
  color: #bfc8d2;
  font-size: 0.92em;
  margin-bottom: 0.6em;
  margin-top: 1.2em; }

.iti-mobile .iti--container {
  position: absolute;
  top: -1px;
  bottom: auto;
  left: -1px;
  right: 0;
  min-height: 80vh; }

.contacts {
  padding: 1em 5px;
  min-height: 64vh; }

.contacts + .footer .footer__top {
  display: none; }

.contacts__logo {
  max-width: 158px;
  margin: 10px auto 20px; }

.contacts__logo img {
  width: 100%; }

.contacts p, .contacts ul {
  font-size: 0.92em;
  color: #5e6b79;
  line-height: 1.83;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

.contacts__box {
  max-width: 223px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px; }

.contacts__item {
  display: flex;
  align-items: center;
  border-radius: 4px;
  color: #fff;
  padding: 7px 16px;
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 15px; }

.contacts__item:not(.footer-lang):hover {
  text-decoration: none;
  opacity: 0.8; }

.contacts .contacts__item {
  box-shadow: 0 1px 2px rgba(118, 118, 118, 0.3); }

.contacts__item:hover {
  color: #fff; }

.contacts__item--chat {
  background-color: #f35369; }

.contacts__item--whatsapp {
  background-image: linear-gradient(281deg, #53da6e, #3ac34c); }

.contacts__item--email {
  background-image: linear-gradient(281deg, #737695, #8e93c7); }

.contacts__item .contacts__item-icon {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: 0 13px 0 0 !important; }

.contacts__item-icon svg {
  fill: currentColor; }

.contacts__item-title {
  font-size: 10px;
  font-weight: 300;
  padding-top: 2px; }

.footer {
  background-color: var(--main);
  color: #fff; }

.footer__top {
  background-color: var(--primary);
  padding: 13px 0; }

.footer__logo {
  max-width: 186px;
  margin-right: auto;
  flex-grow: 1;
  flex-shrink: 0; }

.footer__logo img {
  width: 100%; }

.footer__contacts {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.footer .contacts__item {
  max-width: 204px;
  flex-grow: 1;
  border: solid 1px rgba(244, 245, 247, 0.15);
  margin-bottom: 0;
  margin-left: calc(1vw + 11px); }

.footer .footer-lang {
  position: relative;
  z-index: 2;
  overflow: hidden;
  user-select: none;
  margin-left: auto; }

.footer-lang:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f0f0f0' viewBox='0 0 32 32'%3E%3Ctitle%3Earrow-down%3C/title%3E%3Cpath d='M17.058 23.694l12.068-12.325c0.279-0.285 0.433-0.666 0.433-1.071s-0.154-0.786-0.433-1.071l-0.889-0.908c-0.579-0.591-1.52-0.591-2.098 0l-10.134 10.35-10.145-10.361c-0.279-0.285-0.652-0.442-1.049-0.442s-0.77 0.157-1.049 0.442l-0.888 0.908c-0.279 0.285-0.433 0.666-0.433 1.071s0.154 0.786 0.433 1.071l12.079 12.337c0.28 0.286 0.654 0.443 1.052 0.442 0.399 0.001 0.773-0.156 1.053-0.442z'%3E%3C/path%3E%3C/svg%3E");
  width: 10px;
  height: 9px;
  right: 5.7%;
  bottom: calc(50% - 5px);
  transform: rotate(-180deg);
  position: absolute;
  pointer-events: none;
  z-index: 19;
  transition: .3s; }

.footer-lang__list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 99.5%;
  left: -1px;
  width: calc(100% + 2px);
  border: inherit;
  border-radius: 4px 4px 0 0;
  background-color: var(--main);
  overflow: hidden;
  max-height: 0;
  transition: max-height .5s ease; }

.footer-lang__list a {
  display: block;
  padding: 3px 0; }

.footer .footer-lang--open {
  overflow: visible;
  border-radius: 0 0 4px 4px; }

.footer-lang--open:after {
  transform: rotate(0deg); }

.footer-lang--open .footer-lang__list {
  padding: 9px 0;
  max-height: 300px;
  transition: max-height .45s ease; }

.footer-lang__list li {
  padding: 5px 10px 5px 47px; }

.soc__icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #fff;
  color: var(--main);
  text-align: center;
  border-radius: 50%;
  padding: 2px;
  margin-right: 8px;
  vertical-align: -3px; }

.soc__icon svg {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  fill: currentColor; }

footer a {
  color: inherit;
  transition: .3s;
  display: block; }

footer a:hover {
  opacity: .8;
  color: inherit;
  text-decoration: none; }

.footer__middle {
  padding: 34px 15px 16px; }

.footer__list {
  list-style: none;
  padding: 0; }

.footer__list li {
  margin-bottom: .3em; }

.footer__list a {
  font-size: 16px;
  font-weight: 300;
  padding: 3px 0;
  color: rgba(255, 255, 255, 0.6); }

.footer__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: .8em; }

.footer__top .footer__title {
  margin-bottom: -4px;
  letter-spacing: .02em; }

.footer__bottom {
  padding-bottom: 20px; }

.footer__bottom .pay__systems {
  max-width: 290px; }

.footer__bottom .pay__systems img:first-child {
  flex-grow: 1;
  min-width: 50.6%; }

.footer__copy {
  display: flex;
  align-items: flex-end;
  padding-top: 7px;
  padding-bottom: 7px;
  flex-grow: 1; }

.copy {
  font-size: 0.94em;
  color: rgba(255, 255, 255, 0.8);
  padding-right: 20px;
  margin-right: 8px;
  letter-spacing: .02em;
  position: relative; }

.copy:after {
  content: '|';
  position: absolute;
  right: 0;
  top: -.25em;
  font-size: 1.3em;
  font-weight: 300; }

.footer__bottom-nav {
  display: flex;
  align-items: center; }

.footer__bottom-nav a {
  position: relative;
  font-size: 0.96em;
  padding: 2px 17px 2px 10px;
  color: rgba(255, 255, 255, 0.6); }

.footer__bottom-nav a:hover {
  color: inherit; }

.footer__bottom-nav a:not(:last-child):after {
  content: '•';
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 0.6em; }

.footer__middle .footer__logo {
  margin-bottom: 34px; }

@media (min-width: 360px) {
  .btn--xs {
    font-size: 0.87em; } }

@media (min-width: 370px) {
  .h-full-sm {
    display: flex;
    flex-flow: column wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    min-height: calc(74vh - 290px); }
  .contacts__logo {
    margin: 17px auto 27px;
    max-width: 180px; } }

@media (min-width: 400px) {
  .label-content > div {
    font-size: 0.75em;
    line-height: 1.74; }
  .iti__selected-flag {
    min-width: 150px; }
  /* .form__input{height: 52px;} */ }

@media (min-width: 550px) {
  .btn {
    max-width: 240px; }
  .btn--xxl {
    max-width: 300px; }
  .icon {
    width: 20px;
    height: 20px; }
  .icon--controls {
    width: 36px;
    height: 36px; } }

@media (min-width: 576px) {
  .main-slider .item .titles {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center; }
  .home-slider .item .titles {
    opacity: 0; }
  .modal-dialog {
    max-width: 98%; }
  .btn-sm {
    padding: 4px 2px; }
  .btn-box > .btn + .btn {
    margin-left: 20px; }
  .btn-box > .btn-sm {
    flex-grow: .12;
    max-width: 33%; }
  .btn-box > .btn-sm + .btn-sm {
    margin-left: 11px; }
  .form__link:not(:last-child) {
    margin-right: 15px; }
  .promotion-offer {
    display: none; } }

@media (min-width: 767px) and (min-height: 640px) {
  .hamburger-menu {
    margin-left: 19px; }
  .opened-menu .menu-list {
    min-height: calc(100% - 90px);
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center; }
  .opened-menu .menu-list div {
    margin-bottom: 10px; }
  .lang__list-item {
    font-size: 1.1em; }
  .lang__list-item:before {
    margin-right: 20px; }
  .testimon__item + .testimon__item, .hidden-more .testimon__item {
    margin-top: 30px;
    padding-top: 30px;
    position: relative; }
  .testimon__item + .testimon__item:before, .hidden-more .testimon__item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #c8c8c8;
    width: 75px;
    height: 2px; } }

@media (min-width: 991px) {
  .footer__top .row {
    align-items: center; }
  .activites__item {
    margin-bottom: 30px; }
  .lang__list, .activites__list {
    padding-left: calc(5vw + 23px); }
  .btn {
    padding: 11px 20px;
    font-size: 1em; }
  .btn--xs {
    font-size: 0.87em; }
  .btn-sm {
    padding: 4px 6px;
    font-size: 1em; }
  .btn--xl {
    min-width: 60px;
    width: 100%;
    padding: 4px;
    font-size: 0.9em; }
  .btn--md {
    padding: 9px 20px;
    font-size: .96em; }
  a.soc {
    border-radius: 50%;
    width: 34px;
    height: 34px; }
  .contacts__box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 800px; }
  .contacts__box .contacts__item {
    min-width: 205px;
    margin: 0 8px; }
  .footer__middle .col-md-3 {
    max-width: 200px; }
  .footer .align-self-start {
    margin-left: auto; }
  .footer__bottom .pay__systems {
    margin-left: auto; } }

@media (min-width: 1100px) {
  .how__wrap {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto; }
  .how__item {
    flex: 1 0 50%;
    max-width: 50%; }
  .how__pict--iphone {
    max-width: 211px; }
  .how__list {
    padding: 56px 0 0;
    order: -1; }
  .how__list li {
    text-align: left;
    margin-bottom: 30px; }
  .how__list li > img {
    display: none; }
  .how__list-title br {
    display: none; }
  .how__steps-wrap {
    display: flex; }
  .how__item--centered {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column wrap; }
  .how__item--centered > .h4 {
    max-width: 400px; } }

@media (max-width: 1199px) {
  .content-slider .slider-arrow-left {
    right: -35px; }
  .content-slider .slider-arrow-right {
    left: -35px; } }

@media (max-width: 1200px) {
  .slider-search {
    border-radius: 0; }
  .result__name {
    font-size: 1.3em; }
  .result__rating .star {
    width: 16px;
    height: 16px; } }

@media (max-width: 1024px) {
  .pswp__ui--idle .pswp__button--arrow--left,
  .pswp__ui--idle .pswp__button--arrow--right,
  .pswp--touch .pswp__button--arrow--left,
  .pswp--touch .pswp__button--arrow--right {
    opacity: 1;
    visibility: visible; } }

@media (max-width: 991px) {
  .home-slider .main__title {
    font-size: 2.2em; }
  .footer__middle .col-lg-3 {
    margin-bottom: 20px; }
  .footer__top .contacts__item-content {
    display: none; }
  .footer__top .contacts__item {
    border: none; }
  .footer__top .row {
    margin: 0 auto;
    border-radius: 4px;
    border: solid 1px rgba(244, 245, 247, 0.5);
    padding: 10px 5px; }
  .footer__middle .contacts__item {
    margin-left: 0;
    max-width: 264px; } }

@media (max-width: 767px) {
  .container {
    max-width: 590px; }
  .footer .container {
    padding-left: 30px;
    padding-right: 30px; }
  .profile__slider .slick-dots {
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0; }
  .profile__info {
    padding: 18px calc(1% + 25px); }
  .btn-sm {
    min-width: 50px; }
  .lang__list {
    max-width: 192px; }
  .label-group {
    padding: 10px 0; }
  .label-group label {
    flex: 1 0 100%;
    padding: 5px 8px 5px 5px; }
  .how__list li {
    max-width: 304px; }
  .intro__headline {
    font-size: 2.1em; }
  .arrow-up {
    bottom: 0;
    right: 12px; }
  .type__bg img {
    object-position: 70% 66%;
    min-height: 220px; }
  .footer__copy {
    display: block; }
  .copy {
    padding: 8px 0;
    margin: 0; }
  .copy:after {
    content: none; }
  .footer__bottom-nav a:first-of-type {
    padding-left: 0; } }

@media (max-width: 575px) {
  .px-xs-19 {
    padding-left: 19px;
    padding-right: 19px; }
  .form-sec .title--muted {
    text-align: left; }
  .form-sec .title--muted + .subtitle {
    text-align: left;
    font-size: 0.92em; }
  .form-control:focus {
    color: inherit;
    background-color: transparent; }
  .great {
    font-size: .87em; }
  .search__label {
    margin-bottom: 14px; }
  .search__expand + .btn-box {
    flex-direction: row;
    justify-content: space-between; }
  .search__expand + .btn-box .btn {
    width: calc(50% - 6px);
    min-width: auto;
    margin-bottom: 0 !important; }
  .modal-dialog {
    margin: 10px auto;
    max-width: calc(100% - 10px); }
  .intro .container {
    padding-left: 0;
    padding-right: 0; }
  .guides__name {
    font-size: 17px;
    min-height: 32px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .sticky-reserve {
    bottom: 5px;
    position: -webkit-sticky;
    position: sticky; }
  .collapser {
    max-height: 0; }
  .collapser--show {
    max-height: 200vh; }
  .btn-box {
    flex-direction: column;
    margin-bottom: 0; }
  [data-rest]:before {
    content: "+" attr(data-rest);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(4, 4, 4, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 500;
    font-size: 1.3em; }
  .h3 {
    font-size: 1.24em;
    margin-bottom: .8em; }
  .multiple__title {
    font-size: 1.4em; }
  .profile__name {
    font-size: 1.4em; }
  .profile__location {
    font-size: 1.2em; }
  .contact-us textarea {
    height: 140px; }
  .sm-with-arrow-down:after {
    content: none; }
  .locals-slider {
    display: flex;
    flex-wrap: wrap; }
  .locals-slider .item {
    flex: 1 0 33.3333%;
    max-width: 33.3333%;
    font-size: 0.92em; }
  .locals-slider .item .star {
    width: 12px;
    height: 12px; }
  .star + .star {
    margin-left: 0.14rem; }
  .rounded-circle + .fs-20 {
    font-size: 14px !important; }
  .rounded-circle ~ .fs-16 {
    font-size: 13px !important;
    margin-top: 0 !important;
    margin-bottom: 0.2em; }
  .testimon-slider .slick-slide .item, .testimon__item {
    background: var(--gray-light);
    border-radius: 6px;
    padding: 16px 2px 10px;
    box-shadow: 2px 2px 2px rgba(2, 6, 8, 0.2); }
  .testimon__item + .testimon__item {
    margin-top: 12px; }
  .testimon-slider .slick-slide {
    margin: 0 6px;
    padding-bottom: 6px; }
  .testimon-slider .rounded-circle, .ava {
    max-width: 74px;
    max-height: 74px; }
  .main-slider .item:before, .intro__bg:before {
    background: linear-gradient(to top, rgba(4, 4, 4, 0.68) 0%, rgba(4, 4, 4, 0.03) 100%);
    top: 0; }
  .home-slider .item:before {
    background: linear-gradient(to top, #050505 0%, rgba(5, 5, 5, 0.98) 24%, rgba(5, 5, 5, 0.5) 60%, rgba(5, 5, 5, 0.32) 100%);
    top: 0; }
  #locals-slider .item .wrapper img {
    width: 63px;
    height: 63px; }
  .icon--search {
    background-size: 80%; }
  .promotion-offer {
    height: auto;
    overflow: hidden;
    transition: .2s .2s; }
  input[type=checkbox]:checked ~ .promotion-offer {
    height: 0;
    margin: 0;
    transition: .4s; }
  input[type=checkbox]:checked ~ .promotion {
    max-height: 100vh; }
  input[type=checkbox] ~ .promotion ~ label {
    transition: all .4s ease-out;
    margin: 0; }
  input[type=checkbox]:checked ~ .promotion ~ label {
    /* transform: rotate(180deg); */
    opacity: 0;
    height: 0; }
  .promotion {
    max-height: 0;
    overflow: hidden;
    transition: all .4s; }
  .content-slider .item .wrapper img {
    width: 74px;
    max-width: 74px;
    flex: auto;
    height: 74px;
    margin-right: 15px; }
  .content-slider:not(#locals-slider) .slick-dots li:not(.slick-active) {
    background: var(--gray-light); }
  .btn {
    min-width: 240px;
    /* display: inline; */
    font-size: 14px;
    line-height: 1.44;
    padding: 12px 9px; }
  .btn--xl {
    min-width: 90%; }
  .multiple-carousel .item .wrapper {
    border-radius: 0px;
    margin: -10px;
    height: 270px; }
  .multiple-carousel .item .wrapper ~ p:last-child {
    margin-bottom: 0; }
  .multiple-carousel .item .wrapper .bottom {
    border-radius: 0px; }
  .multiple-carousel .item .bottom .desc {
    position: absolute;
    line-height: 30px;
    bottom: 15px; }
  /* Main Slider */
  .main-slider .item {
    height: 352px;
    position: relative; }
  .main-slider .item {
    height: 340px; }
  .home-slider .item {
    height: 450px;
    background: rgba(2, 2, 2, 0.9); }
  .main-slider .item img, .main-slider .item picture {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 63% 20%; }
  .home-slider .item img, .home-slider .item picture {
    height: 80%;
    width: 100%;
    object-fit: cover;
    object-position: 63% 20%; }
  .user-review-card {
    padding: 15px;
    border-radius: 5px;
    background: var(--gray); }
  .user-review-card img {
    width: 97px;
    height: 97px;
    margin: 3px !important; }
  /* Slider Search */
  /*
	.slider-search {
		background: transparent;
		position: relative;
		margin: -210px 0 77px 0;
		padding-bottom: 0;
		width: 100%;
		padding: 0;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	.slider-search input,.slider-search input:focus,.slider-search input::placeholder,.slider-search .select-wrapper {
		border-radius: 5px;
		border:1px solid #fff;
		margin-bottom: 12px;
	}
	.slider-search .select-wrapper select,.slider-search input,.slider-search input::placeholder {
		height: 48px;
		font-size: 1.2em;
		box-sizing: border-box;
		width: 100%;
		color:#ddd;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: 0;
		background: transparent;
	}
	.slider-search input:focus {
		background-color: #fff;
		color: #000;
	}
	.slider-search .btn{
		width: auto;
		height: auto;
		font-size: 18px;
	}
	.slider-search .select-wrapper:before{
		content: "";
		color: #fff;
		width: 13px;
		height: 8px;
		background: url("../img/icons/arrow-down.png") no-repeat;
		background-size: 100%;
		position: absolute;
		pointer-events: none;
		right: 20px;
		top: 20px;
		font-size: 26px;
	}
	.gallery__item {
		max-height: 58px;
		margin-right: 4px;
		margin-bottom: 0;
		max-width: 58px;
	}
	.gallery__item:nth-child(n+5) {display: none;}

	.home-slider .item .titles{
		height: auto;
	}
	.home-slider  .main__title {
		font-size: 1.9em;
	}
	.profile__gallery:after {
		top: 4px;
		right: 5px;
		padding: 4px 5px;
		border-radius: 4px
	}
	*/ }

@media (max-width: 480px) {
  .footer__contacts {
    padding-right: 10px;
    padding-left: 0;
    justify-content: flex-end; }
  .footer__top {
    padding: 15px 0; }
  .footer__top .row {
    padding: 5px; }
  .footer__top .footer__title {
    font-size: .9em;
    white-space: nowrap; }
  .footer__top .contacts__item {
    padding: 7px;
    justify-content: center; }
  .footer .contacts__item + .contacts__item {
    margin-left: calc(1vw + 5px); }
  .footer__top .contacts__item-icon {
    margin: 0 !important; }
  .instruction {
    font-size: 12px; }
  .footer__bottom .pay__systems {
    margin: 30px 0; }
  .footer__bottom-nav {
    padding-bottom: 15px; }
  .footer__middle .contacts__item {
    width: 100%;
    max-width: 100%;
    margin: 0; }
  .testimon-slider .rounded-circle, .ava {
    margin-left: 12px; }
  .iti-mobile .iti__country-list {
    min-width: auto;
    border-radius: 4px; }
  .iti__divider {
    padding-bottom: 3px;
    margin-bottom: 3px; }
  .intro__bg {
    max-height: 310px; }
  .intro__bg img, .intro__bg picture {
    height: 310px; }
  .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 17px;
    font-weight: 700;
    font-size: 14px; }
  .iti__country-name {
    margin-right: 6px; }
  .iti__flag-box {
    margin-right: 12px; }
  .iti__flag {
    transform: scale(1.2); }
  .intro .intro__bg img {
    filter: none; }
  .iti-mobile .iti__country {
    padding: 8px 6px 8px 13px;
    line-height: 1.5em; }
  .iti--allow-dropdown input, .iti--allow-dropdown input[type="tel"],
  .iti--allow-dropdown input[type="text"],
  .iti--separate-dial-code input,
  .iti--separate-dial-code input[type="tel"],
  .iti--separate-dial-code input[type="text"] {
    padding-left: 156px; }
  .intro__prolog {
    margin-top: 0.8em;
    margin-bottom: .6em; }
  .main__title {
    font-size: 2.4em; }
  /*
	.home-slider  .main__title {
		font-size: 1.7em;
	}
	.home-slider .main__title > span{
		display: block;
		font-size: 0.74em;
		line-height: 1.5;
	}
	.activites__list{
		padding: 10px 0 0 calc(4vw + 10px);
	}
	.testimon__text{
		font-size: 14px;
		padding: 0 11px 0 calc(2% + 15px);
	}
	.testimon-slider .rounded-circle, .ava {
		max-width: 66px;
		max-height: 66px;
	}
	.team__item .ava {
		max-width: 72px;
		max-width: 72px;
		margin-bottom: 10px;
	}
	*/
  .title {
    margin-bottom: 0.68em;
    font-size: 1.5em; }
  .subtitle {
    text-align: center; }
  .logo {
    width: 121px; }
  /* footer .logo {
		width: 142px;
		height: 34px;
	} */
  .content-slider .item .wrapper {
    padding: 14px 5px 19px; }
  .guides__name {
    font-size: 14px; }
  .intro__bg--profile {
    max-height: 98vw;
    height: 98vw; }
  .intro__bg--profile img, .intro__bg--profile picture {
    height: 100%; }
  /*
	.profile .gallery__box {
		width: 100%;
		height: 100%;
	}
	.profile .gallery__box a:before {
		content: '';
		position: absolute;
		background: linear-gradient(to top, rgba(4,4,4,.66) 0%,rgba(4,4,4,0) 80%);
		width: 100%;
		bottom: 0;
		border-radius: 0;
		left: 0;
		z-index: 1;
		top: 10%;
	}
	.how__item {
		padding: 24px 11px 16px;
	}
	*/
  .selectivity-single-selected-item-remove {
    padding-right: 11%; }
  .arrow-up {
    right: 3px; }
  .form-sec .btn-box .btn {
    min-width: 100%; }
  .card__container {
    margin: 0;
    text-align: left; }
  .result__item {
    margin-bottom: 11px; }
  .alert {
    padding: .8em 1em .8em 1.1em;
    font-size: 1em; }
  .iti__country-list {
    max-width: 100%; } }

@media (max-width: 410px) {
  .gallery__item:nth-child(n+4) {
    display: none; } }

@media (max-width: 380px) {
  .testimon__text .h4 {
    font-size: 1.2em;
    margin-bottom: .7em; }
  .main-slider .item {
    height: 310px; }
  .home-slider .item {
    height: 440px; }
  .slider-search .select-wrapper select, .slider-search input, .slider-search input::placeholder {
    height: 46px; }
  .content-slider .item .wrapper {
    padding: 8px 7px 13px;
    margin: 3px 3px 6px; }
  .locale__price {
    font-size: 0.82em; }
  .intro__headline {
    font-size: 2.1em; }
  .main-slider .item .titles {
    padding: 19px 11px; }
  .steps-number {
    width: 40px;
    height: 40px;
    font-size: 19px; }
  .guest__date {
    font-size: .7em; }
  .btn--search {
    font-size: 17px !important;
    min-width: 182px;
    padding: 7px 9px;
    letter-spacing: .04em;
    text-transform: none; }
  .btn--search .icon--search {
    display: none; }
  .btn-sm {
    font-size: 0.96em; }
  .btn--md {
    min-width: 100%;
    padding: 8px 11px; }
  .form__input {
    font-size: 14px; } }

@media (max-width: 360px) {
  .home-slider .item {
    height: 384px; }
  .iti__country-name {
    font-size: 13px; }
  .title {
    font-size: 1.334em;
    margin-bottom: 0.6em; }
  .short-logo {
    width: 30px;
    height: 34px; }
  .intro__bg {
    max-height: 290px; }
  .intro__bg img, .intro__bg picture {
    height: 290px; }
  .intro__headline {
    font-size: 2em; }
  .testimon__text {
    font-size: 0.9em;
    padding: 0 11px 0 calc(1% + 14px); }
  /*
	.home-slider .main__title {
		font-size: 1.44em;
	}
	.slider-search {
		margin: -186px 0 78px 0;
	}
	.slider-search .select-wrapper{margin-bottom: 12px;}

	.slider-search .select-wrapper select, .slider-search input, .slider-search input::placeholder {
		height: 36px;
		font-size: 1em;
	}
	.slider-search .select-wrapper:before {
		width: 12px;
		right: 17px;
		top: 16px;
	}
	.testimon-slider .rounded-circle, .ava {
		max-width: 62px;
		max-height: 62px;
	}

	.how__list{padding: 7px 0 0;}

	.result__tour{font-size: 1.1em;}

	.multiple__title {font-size: 1.2em;}

	.gallery__item {
		max-height: 52px;
		max-width: 52px;
	}
	*/
  .alert {
    font-size: .9em; }
  .alert__icon--mini {
    width: 19px;
    height: 19px; } }

@media (max-width: 359px) {
  .alert {
    padding: .6em .9em .6em .9em; }
  .alert__wrap--little .alert__content {
    font-size: 10px; }
  .alert__content {
    font-size: 11px; }
  .contacts p {
    font-size: 0.8em; } }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../img/flags@2x.png");
    transform: scale(1.3); } }
