@font-face {
	font-family: 'font6eee3713d2330d93183846f2d34f0976';
	src: url('https://nomail.com.ua/files/eot/6eee3713d2330d93183846f2d34f0976.eot?#iefix') format('embedded-opentype'),
		url('https://nomail.com.ua/files/woff/6eee3713d2330d93183846f2d34f0976.woff') format('woff'),
		url('https://nomail.com.ua/files/woff2/6eee3713d2330d93183846f2d34f0976.woff2') format('woff2');
}

@font-face {
	font-family: 'Verdana';
	src: local('Verdana'), url('https://nomail.com.ua/files/woff/6eee3713d2330d93183846f2d34f0976.woff') format('woff');
}

html,
body {
	font-family: 'Verdana', sans-serif;
	padding: 0;
	margin: 0;
	background-color: #ccc;
}

p {
	padding: 0;
	margin: 0;
}

.booking {
	margin: auto;
	padding: 32px 16px;
	max-width: 1400px;
	display: flex;
	justify-content: space-between;
	background-color: #333;
	color: #fff;
	border-radius: 6px;
}

.block {
	width: 20%;
	padding: 0 3px;
	position: relative;
}

.block.box {
	position: relative;
}

.box-select {
	display: none;
}

.box-select.active {
	display: block;
	position: absolute;
	background-color: #333;
	border-radius: 4px;
	bottom: 52px;
	left: 0;
	width: 100%;
	padding: 12px 0;
	border: 1px solid #fff;
	z-index: 10;
}

.travelWidget_1 .box-select.active{
	bottom: inherit;
    top: 64px;
}

.box-select p {
	padding: 10px 8px;
	margin: 0 14px;
	cursor: pointer;
	border-radius: 4px;
	font-size: 12px;
}

.hotel_group p:first-child {
	font-weight: 700;
	font-size: 15px;
}

.hotel_group p:not(:first-child) {
	padding-left: 20px;
}

.box-select p.select {
	border: 1px solid #6b6b6b;
}

.box-select p:hover {
	background: #555;
}

.name-select {
	font-size: 14px;
	line-height: 18px;
	padding: 16px 0 16px 10px;
	cursor: pointer;
	border: 1px solid #6b6b6b;
	border-radius: 4px;
	white-space: nowrap;
	overflow: hidden;
}

.datepicker-here {
	position: absolute;
	z-index: -1;
	visibility: hidden;
	top: 30px;
	left: 150px;
}

.calendar-img img {
	width: 27px;
}

.adults {
	display: flex;
	border: 1px solid #6b6b6b;
	padding: 7px 6px 6px;
	border-radius: 4px;
	cursor: pointer;
	max-height: 50px;
}

.other-people,
.date-dd {
	font-size: 32px;
	line-height: 38px;
}

.show-calendar {
	height: 100%;
	max-height: 50px;
	border: 1px solid #6b6b6b;
	border-radius: 4px;
	cursor: pointer;
	align-items: center;
	padding: 0 10px;
	justify-content: space-between;
}

.date-myd {
	text-align: center;
}

.date-my {
	text-transform: uppercase;
	font-size: 13px;
}

.date-d {
	font-size: 12px;
	color: rgb(160, 160, 160);
}

.d-flex {
	display: flex;
}

.j-space-b {
	justify-content: space-between;
	align-items: center;
}

.adult-add,
.adult-remove,
.kids-add,
.kids-remove,
.add-room-img,
.remove-room-img {
	width: 24px;
	height: 24px;
	fill: #999;
	cursor: pointer;
}

.adult-add:hover,
.adult-remove:hover,
.kids-add:hover,
.kids-remove:hover,
.add-room-img:hover,
.remove-room-img:hover {
	fill: #fff;
}

.adult-add.active,
.adult-remove.active,
.kids-add.active,
.kids-remove.active,
.add-room-img.active,
.remove-room-img.active {
	fill: #eee;
}

.guest {
	display: none;
}

.guest.active {
	display: block;
	position: absolute;
	background-color: rgb(51, 51, 51);
	padding: 14px 14px 30px;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 12px;
    z-index: 10;
    min-width: 268px;
}

.travelWidget_2 .guest.active{
	bottom: 52px;
}

.guest-room:first-child .remove-room-img,
.kid-years,
.add-room {
	display: none;
}

.kid-years.active {
	display: block;
	margin: 6px 0 4px;
}

.kid-years select {
	background: #333;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 4px;
	font-size: 12px;
	outline: none;
	padding: 4px;
	margin-left: 3px;
}

.guest-room:last-child .add-room {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.block-btn-guests {
	margin-top: 10px;
	justify-content: center;
}

.block-btn-guests button,
.btn-promo-ok,
.btn-promo-err {
	border: 1px solid #eee;
	background: none;
	color: #fff;
	padding: 10px 20px;
	margin: 0 5px -8px;
	border-radius: 4px;
	cursor: pointer;
	outline: none;
}

.block-btn-guests button:hover {
	background: rgba(0, 0, 0, 0.2);
}

.guest-room {
	border-bottom: 1px solid #888;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.guest-room .add-people{
	max-height: 88px;
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.num-room {
	align-items: center;
}

.remove-room-img {
	margin-bottom: -4px;
}

.add-room-img {
	margin-bottom: -3px;
}

.num-adults,
.num-kids {
	margin-top: 6px;
	justify-content: flex-end;
}

.adult-remove,
.kids-remove {
	margin-left: 2px;
}

.btns-add-person {
	margin-left: 58px;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.widget-submit {
	background-color: #9fcd4b;
	font-size: 20px;
	color: #fff;
	padding: 13px 20px;
	border-radius: 4px;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	display: block;
	margin-top: 11px;
	text-align: center;
	transition: 0.3s ease-in-out;
}

.widget-submit:hover, .widget-submit:focus {
	transform: translateY(-3px);
	color:#fff;
	text-decoration: none;
}

.promo-code {
	position: absolute;
	bottom: -20px;
	right: 5px;
	cursor: pointer;
	overflow: hidden;
	max-width: 320px;
	white-space: nowrap;
	font-size: 12px;
	margin-bottom: 2px;
}

.promo-code svg {
	fill: #fff;
	width: 22px;
	margin-bottom: -2px;
}

.promo-code:hover {
	color: #ccc;
}

.promo-code:hover svg {
	fill: #ccc;
}

.block-inp-promo {
	display: none;
}

.title-promo {
	margin: 0 4px;
}

.block-inp-promo.active {
	display: block;
	position: absolute;
	background-color: #333;
	border-radius: 4px;
	right: 0;
	padding: 10px 18px 26px;
	border: 1px solid #fff;
	top: 84px;
}

.inp-promo {
	margin: 6px 4px 0;
	width: calc(100% - 20px);
	background-color: transparent;
	border: 1px solid #6b6b6b;
	font-size: 12px;
	color: #fff;
	padding: 6px;
	border-radius: 4px;
	outline: none;
}

.btn-promo-ok {
	margin-left: 4px;
}

.btn-promo-err {
	margin-right: 2px;
}

.block-inp-promo hr {
	border: none;
	border-bottom: 1px solid #888;
}

.hotel-err,
.date-err {
	display: none;
}

.hotel-err.active,
.date-err.active {
	display: block;
	color: #ce0000;
	position: absolute;
	bottom: -16px;
}

.date-err {
	left: 30px;
}

.datepicker-here::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: rgb(160, 160, 160);
	font-size: 14px;
}

.datepicker-here::-moz-placeholder {
	/* Firefox 19+ */
	color: rgb(160, 160, 160);
	font-size: 14px;
}

.datepicker-here:-ms-input-placeholder {
	/* IE 10+ */
	color: rgb(160, 160, 160);
	font-size: 14px;
}

.datepicker-here:-moz-placeholder {
	/* Firefox 18- */
	color: rgb(160, 160, 160);
	font-size: 14px;
}

.name-field {
	color: rgb(160, 160, 160);
	font-size: 12px;
	text-align: center;
	display: block;
	margin-bottom: 6px;
	margin-top: -10px;
}

.datepicker--day-name {
	color: #fff;
	text-transform: inherit;
}

.datepicker--cell.-in-range- {
	background: rgb(160, 160, 160);
}

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
	background: rgb(160, 160, 160);
}

.datepicker--cell.-selected-.-focus- {
	background: #45bced00;
	border: 1px solid #fff;
}

.datepicker--cell.-focus- {
	background: rgba(255, 255, 255, 0);
	border: 1px solid #fff;
	color: #fff;
}

.-range-from-,
.-range-to- {
	overflow: hidden;
}

.-range-from-::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	border: 20px solid transparent;
	border-left: 20px solid #7a7a7a;
	border-top: 20px solid #7a7a7a;
	z-index: -1;
}

.-range-to-::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	border: 20px solid transparent;
	border-right: 20px solid #7a7a7a;
	border-bottom: 20px solid #7a7a7a;
	z-index: -1;
}

.datepicker {
	width: 264px !important;
}

.datepicker--cell-day {
	width: calc(14.28571% - 2px);
	margin: 1px;
}

.styleBlPeople {
	text-align: center;
	position: absolute;
	left: calc(50% - 60px);
	font-size: 12px;
	top: calc(50% - 9px);
}

.datepicker--pointer {
	display: none;
}

.datepicker--nav-action:hover,
.datepicker--nav-title:hover {
	background: rgba(160, 160, 160, 0.5);
}

.datepicker--nav-title i {
	color: #fff;
}

.datepicker--cell.-disabled- {
	color: #666 !important;
}

#hiddenLink {
	display: none;
}

.booking__rtl{
	direction: rtl;
}

.booking__rtl .name-select {
	padding: 16px 10px 16px 0;
}

.booking__rtl .num-adults, .booking__rtl .num-kids {
	justify-content: space-between;
}

.booking__rtl .block-btn-guests {
	flex-direction: row-reverse;
}

.booking__rtl .hotel_group p:not(:first-child) {
	padding-right: 20px;
	padding-left: 0;
}

.booking__rtl .btns-add-person {
	margin-right: 58px;
	margin-left: 0;
}

/* ----------- Need remove if use LTR ----------- */
.datepicker--days-names,
.datepicker--cells {
	flex-direction: row-reverse;
}

.datepicker{
	transform: translateX(-284px) !important;
	position: fixed;
}

.datepickers-container .datepicker:nth-child(2n) {
    transform: translateX(-284px) translateY(-338px) !important;
	position: absolute;
}

.mt_contact .datepickers-container .datepicker:nth-child(2n),
.mt_about_page .datepickers-container .datepicker:nth-child(2n),
.mt_faq .datepickers-container .datepicker:nth-child(2n) {
    transform: translateX(-2px) translateY(0) !important;
}

.sideIframe .box-select.active {
    width: 100%;
    top: inherit;
    bottom: -380px;
}

.sideIframe .block-inp-promo.active {
    top: inherit;
    bottom: 0;
}

.datepicker--cell.-range-to- {
	border-radius: 4px 0 0 4px;
}

.datepicker--cell.-range-from- {
	border-radius: 0 4px 4px 0;
}

.datepickers-container .datepicker--nav{
    flex-direction: row-reverse;
}

.datepickers-container .datepicker--nav-action svg{
    transform: rotate(180deg);
}

.datepickers-container .datepicker:nth-child(1) {
    top: 244px !important;
}

.datepickers-container.dateSideSticky .datepicker:nth-child(2n) {
    transform: translateX(0) translateY(0) !important;
}

/* -------- END Need remove if use LTR ----------- */

@media screen and (max-width: 992px) {
	.booking {
		flex-wrap: wrap;
	}

	.block {
		width: 100%;
		margin-bottom: 16px;
	}

	.datepicker-here {
		top: 136px;
		left: calc(50% - 130px);
	}

	.widget-submit {
		margin: 0;
		width: 100%;
	}

	.box-select.active {
		width: 100%;
	    bottom: -374px;
	}

	.adults {
		margin-left: 0;
	}

	.guest.active {
		min-width: 232px;
	}

	.name-select {
		margin-bottom: -16px;
	}

	.name-field {
		margin-top: 10px;
	}

	.styleBlPeople {
		top: 50%;
	}
	.datepicker {
		transform: translateX(0px) !important;
	}

	.datepickers-container .datepicker:nth-child(2n) {
	    transform: translateY(-90px) !important;
	}

	.block-inp-promo.active {
	    top: -120px;
	}

	.travelWidget_1 .box-select.active {
	    top: 85px;
	}

	.datepickers-container .datepicker:nth-child(1) {
	    top: 314px !important;
	}

	.guest.active {	    
		bottom: 50px;
	}
}

@media (min-width: 992px) and (max-width: 1060px) {
	.widget-submit {
		padding: 13px 0;
	}
}