.font-oswald {
font-family: "Oswald", sans-serif !important;
}
.font-barcode {
font-family: "Libre Barcode 39 Text", system-ui !important;
}
.text-border {
text-shadow:
2px 2px 0 rgba(0, 0, 0, 0.8),
-2px -2px 0 rgba(0, 0, 0, 0.8),
2px -2px 0 rgba(0, 0, 0, 0.8),
-2px 2px 0 rgba(0, 0, 0, 0.8);
}
.text-border-sm {
text-shadow:
1px 1px 0 rgba(0, 0, 0, 0.8),
-1px -1px 0 rgba(0, 0, 0, 0.8),
1px -1px 0 rgba(0, 0, 0, 0.8),
-1px 1px 0 rgba(0, 0, 0, 0.8);
}
@keyframes splash {
0%,
50% {
transform: translateY(0%);
}
100% {
transform: translateY(-100%);
visibility: hidden;
}
}
@keyframes loader {
0% {
transform: translate(-50%, 110%);
}
100% {
transform: translate(-50%, 0%);
}
}
.animate-splash {
animation: splash 3s ease-in-out forwards;
}
.animate-loader {
animation: loader 4s cubic-bezier(0.42, 0, 0.58, 1) infinite forwards;
}
#quick-request-btn::after,
#quick-request-btn:before,
#spline-ai-btn::after,
#spline-ai-btn:before,
#about-us-mini-btn::after,
#about-us-mini-btn:before,
#back-post-btn::after,
#back-post-btn:before {
content: "";
position: absolute;
height: 40px;
width: 40px;
}
#quick-request-btn::after,
#spline-ai-btn::after {
bottom: 0;
right: -40px;
box-shadow: -6px 6px 0 0 #ffffff;
border-bottom-left-radius: 50%;
}
#about-us-mini-btn::after {
bottom: 76px;
right: 0;
box-shadow: 6px 6px 0 0 #ffffff;
border-bottom-right-radius: 50%;
}
#quick-request-btn:before {
bottom: 68px;
left: 0;
box-shadow: -6px 6px 0 0 #ffffff;
border-bottom-left-radius: 50%;
}
#spline-ai-btn:before,
#about-us-mini-btn:before {
bottom: 0;
left: -40px;
box-shadow: 6px 6px 0 0 #ffffff;
border-bottom-right-radius: 50%;
}
#close-chat-btn::after,
#close-chat-btn:before {
content: "";
position: absolute;
height: 16px;
width: 16px;
}
#close-chat-btn:before {
top: 16px;
right: 52px;
box-shadow: 5px -5px 0 0 #1e1e1e;
border-top-right-radius: 50%;
}
#close-chat-btn::after {
bottom: -16px;
right: 16px;
box-shadow: 5px -5px 0 0 #1e1e1e;
border-top-right-radius: 50%;
}
#back-post-btn:before {
top: 0;
right: -40px;
box-shadow: -6px -6px 0 0 #ffffff;
border-top-left-radius: 50%;
}
#back-post-btn::after {
bottom: -40px;
left: 0;
box-shadow: -6px -6px 0 0 #ffffff;
border-top-left-radius: 50%;
}
@keyframes fade-in-up {
0% {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.animate-fade-in-up {
animation: fade-in-up 0.4s ease-out;
}
@keyframes draw-check {
0% {
stroke-dashoffset: 50;
opacity: 0;
}
50% {
opacity: 1;
}
100% {
stroke-dashoffset: 0;
}
}
.animate-draw-check {
animation: draw-check 1s ease forwards;
}
@keyframes fadeIn {
from {
opacity: 0;
transform: translateY(10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.animate-fade-in {
animation: fadeIn 0.6s ease-out forwards;
}
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
:root,
:host {
--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
"Courier New", monospace;
--color-red-600: oklch(57.7% 0.245 27.325);
--color-green-100: oklch(96.2% 0.044 156.743);
--color-green-300: oklch(87.1% 0.15 154.449);
--color-green-500: oklch(72.3% 0.219 149.579);
--color-green-800: oklch(44.8% 0.119 151.328);
--color-blue-600: oklch(54.6% 0.245 262.881);
--color-gray-50: oklch(98.5% 0.002 247.839);
--color-gray-100: oklch(96.7% 0.003 264.542);
--color-gray-200: oklch(92.8% 0.006 264.531);
--color-gray-300: oklch(87.2% 0.01 258.338);
--color-gray-400: oklch(70.7% 0.022 261.325);
--color-gray-500: oklch(55.1% 0.027 264.364);
--color-gray-600: oklch(44.6% 0.03 256.802);
--color-gray-700: oklch(37.3% 0.034 259.733);
--color-gray-800: oklch(27.8% 0.033 256.848);
--color-gray-900: oklch(21% 0.034 264.665);
--color-black: #000;
--color-white: #fff;
--spacing: 0.25rem;
--container-xs: 20rem;
--container-sm: 24rem;
--container-md: 28rem;
--container-3xl: 48rem;
--text-sm: 0.875rem;
--text-sm--line-height: calc(1.25 / 0.875);
--text-base: 1rem;
--text-base--line-height: calc(1.5 / 1);
--text-lg: 1.125rem;
--text-lg--line-height: calc(1.75 / 1.125);
--text-xl: 1.25rem;
--text-xl--line-height: calc(1.75 / 1.25);
--text-2xl: 1.5rem;
--text-2xl--line-height: calc(2 / 1.5);
--text-3xl: 1.875rem;
--text-3xl--line-height: calc(2.25 / 1.875);
--text-4xl: 2.25rem;
--text-4xl--line-height: calc(2.5 / 2.25);
--text-5xl: 3rem;
--text-5xl--line-height: 1;
--text-7xl: 4.5rem;
--text-7xl--line-height: 1;
--font-weight-normal: 400;
--font-weight-medium: 500;
--font-weight-semibold: 600;
--font-weight-bold: 700;
--tracking-tight: -0.025em;
--tracking-wide: 0.025em;
--tracking-wider: 0.05em;
--tracking-widest: 0.1em;
--leading-tight: 1.25;
--leading-snug: 1.375;
--leading-relaxed: 1.625;
--radius-md: 0.375rem;
--radius-lg: 0.5rem;
--radius-xl: 0.75rem;
--radius-2xl: 1rem;
--ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
--animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
--blur-md: 12px;
--blur-lg: 16px;
--default-transition-duration: 150ms;
--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
--default-font-family: var(--font-sans);
--default-mono-font-family: var(--font-mono);
}
}
@layer base {
*,
::after,
::before,
::backdrop,
::file-selector-button {
box-sizing: border-box;
margin: 0;
padding: 0;
border: 0 solid;
}
html,
:host {
line-height: 1.5;
-webkit-text-size-adjust: 100%;
tab-size: 4;
font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
font-feature-settings: var(--default-font-feature-settings, normal);
font-variation-settings: var(--default-font-variation-settings, normal);
-webkit-tap-highlight-color: transparent;
}
hr {
height: 0;
color: inherit;
border-top-width: 1px;
}
abbr:where([title]) {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: inherit;
font-weight: inherit;
}
a {
color: inherit;
-webkit-text-decoration: inherit;
text-decoration: inherit;
}
b,
strong {
font-weight: bolder;
}
code,
kbd,
samp,
pre {
font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
font-feature-settings: var(--default-mono-font-feature-settings, normal);
font-variation-settings: var(--default-mono-font-variation-settings, normal);
font-size: 1em;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
table {
text-indent: 0;
border-color: inherit;
border-collapse: collapse;
}
:-moz-focusring {
outline: auto;
}
progress {
vertical-align: baseline;
}
summary {
display: list-item;
}
ol,
ul,
menu {
list-style: none;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
display: block;
vertical-align: middle;
}
img,
video {
max-width: 100%;
height: auto;
}
button,
input,
select,
optgroup,
textarea,
::file-selector-button {
font: inherit;
font-feature-settings: inherit;
font-variation-settings: inherit;
letter-spacing: inherit;
color: inherit;
border-radius: 0;
background-color: transparent;
opacity: 1;
}
:where(select:is([multiple], [size])) optgroup {
font-weight: bolder;
}
:where(select:is([multiple], [size])) optgroup option {
padding-inline-start: 20px;
}
::file-selector-button {
margin-inline-end: 4px;
}
::placeholder {
opacity: 1;
}
@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
::placeholder {
color: currentcolor;
@supports (color: color-mix(in lab, red, red)) {
color: color-mix(in oklab, currentcolor 50%, transparent);
}
}
}
textarea {
resize: vertical;
}
::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-date-and-time-value {
min-height: 1lh;
text-align: inherit;
}
::-webkit-datetime-edit {
display: inline-flex;
}
::-webkit-datetime-edit-fields-wrapper {
padding: 0;
}
::-webkit-datetime-edit,
::-webkit-datetime-edit-year-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute-field,
::-webkit-datetime-edit-second-field,
::-webkit-datetime-edit-millisecond-field,
::-webkit-datetime-edit-meridiem-field {
padding-block: 0;
}
:-moz-ui-invalid {
box-shadow: none;
}
button,
input:where([type="button"], [type="reset"], [type="submit"]),
::file-selector-button {
appearance: button;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
height: auto;
}
[hidden]:where(:not([hidden="until-found"])) {
display: none !important;
}
}
@layer utilities {
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}
.absolute {
position: absolute;
}
.fixed {
position: fixed;
}
.relative {
position: relative;
}
.inset-0 {
inset: calc(var(--spacing) * 0);
}
.inset-y-0 {
inset-block: calc(var(--spacing) * 0);
}
.top-0 {
top: calc(var(--spacing) * 0);
}
.top-1 {
top: calc(var(--spacing) * 1);
}
.top-1\/2 {
top: calc(1/2 * 100%);
}
.top-1\/4 {
top: calc(1/4 * 100%);
}
.top-6 {
top: calc(var(--spacing) * 6);
}
.right-0 {
right: calc(var(--spacing) * 0);
}
.right-2 {
right: calc(var(--spacing) * 2);
}
.right-5 {
right: calc(var(--spacing) * 5);
}
.right-6 {
right: calc(var(--spacing) * 6);
}
.bottom-0 {
bottom: calc(var(--spacing) * 0);
}
.bottom-5 {
bottom: calc(var(--spacing) * 5);
}
.bottom-6 {
bottom: calc(var(--spacing) * 6);
}
.bottom-\[-185px\] {
bottom: -185px;
}
.bottom-\[-192px\] {
bottom: -192px;
}
.left-0 {
left: calc(var(--spacing) * 0);
}
.left-1\/2 {
left: calc(1/2 * 100%);
}
.left-2 {
left: calc(var(--spacing) * 2);
}
.left-6 {
left: calc(var(--spacing) * 6);
}
.left-\[-25px\] {
left: -25px;
}
.z-0 {
z-index: 0;
}
.z-2 {
z-index: 2;
}
.z-10 {
z-index: 10;
}
.z-20 {
z-index: 20;
}
.z-50 {
z-index: 50;
}
.z-\[-1\] {
z-index: -1;
}
.z-\[999\] {
z-index: 999;
}
.z-\[9999\] {
z-index: 9999;
}
.container {
width: 100%;
@media (width >=40rem) {
max-width: 40rem;
}
@media (width >=48rem) {
max-width: 48rem;
}
@media (width >=64rem) {
max-width: 64rem;
}
@media (width >=80rem) {
max-width: 80rem;
}
@media (width >=96rem) {
max-width: 96rem;
}
}
.-m-1\.5 {
margin: calc(var(--spacing) * -1.5);
}
.-m-2\.5 {
margin: calc(var(--spacing) * -2.5);
}
.mx-auto {
margin-inline: auto;
}
.-my-6 {
margin-block: calc(var(--spacing) * -6);
}
.my-4 {
margin-block: calc(var(--spacing) * 4);
}
.mt-1 {
margin-top: calc(var(--spacing) * 1);
}
.mt-2 {
margin-top: calc(var(--spacing) * 2);
}
.mt-4 {
margin-top: calc(var(--spacing) * 4);
}
.mt-6 {
margin-top: calc(var(--spacing) * 6);
}
.mt-10 {
margin-top: calc(var(--spacing) * 10);
}
.mt-auto {
margin-top: auto;
}
.mr-2 {
margin-right: calc(var(--spacing) * 2);
}
.mr-4 {
margin-right: calc(var(--spacing) * 4);
}
.mb-1\.5 {
margin-bottom: calc(var(--spacing) * 1.5);
}
.mb-2 {
margin-bottom: calc(var(--spacing) * 2);
}
.mb-3 {
margin-bottom: calc(var(--spacing) * 3);
}
.mb-4 {
margin-bottom: calc(var(--spacing) * 4);
}
.mb-5 {
margin-bottom: calc(var(--spacing) * 5);
}
.mb-6 {
margin-bottom: calc(var(--spacing) * 6);
}
.mb-8 {
margin-bottom: calc(var(--spacing) * 8);
}
.mb-\[28px\] {
margin-bottom: 28px;
}
.ml-3 {
margin-left: calc(var(--spacing) * 3);
}
.line-clamp-3 {
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}
.block {
display: block;
}
.contents {
display: contents;
}
.flex {
display: flex;
}
.flow-root {
display: flow-root;
}
.grid {
display: grid;
}
.hidden {
display: none;
}
.inline-block {
display: inline-block;
}
.inline-flex {
display: inline-flex;
}
.size-6 {
width: calc(var(--spacing) * 6);
height: calc(var(--spacing) * 6);
}
.h-1 {
height: calc(var(--spacing) * 1);
}
.h-3 {
height: calc(var(--spacing) * 3);
}
.h-6 {
height: calc(var(--spacing) * 6);
}
.h-8 {
height: calc(var(--spacing) * 8);
}
.h-10 {
height: calc(var(--spacing) * 10);
}
.h-12 {
height: calc(var(--spacing) * 12);
}
.h-14 {
height: calc(var(--spacing) * 14);
}
.h-24 {
height: calc(var(--spacing) * 24);
}
.h-48 {
height: calc(var(--spacing) * 48);
}
.h-52 {
height: calc(var(--spacing) * 52);
}
.h-56 {
height: calc(var(--spacing) * 56);
}
.h-64 {
height: calc(var(--spacing) * 64);
}
.h-96 {
height: calc(var(--spacing) * 96);
}
.h-\[20px\] {
height: 20px;
}
.h-\[60px\] {
height: 60px;
}
.h-\[90\%\] {
height: 90%;
}
.h-\[200px\] {
height: 200px;
}
.h-\[300px\] {
height: 300px;
}
.h-\[500px\] {
height: 500px;
}
.h-\[600px\] {
height: 600px;
}
.h-auto {
height: auto;
}
.h-full {
height: 100%;
}
.h-screen {
height: 100vh;
}
.max-h-\[150px\] {
max-height: 150px;
}
.max-h-\[500px\] {
max-height: 500px;
}
.max-h-\[600px\] {
max-height: 600px;
}
.max-h-max {
max-height: max-content;
}
.min-h-\[48px\] {
min-height: 48px;
}
.min-h-\[220px\] {
min-height: 220px;
}
.min-h-screen {
min-height: 100vh;
}
.w-3 {
width: calc(var(--spacing) * 3);
}
.w-3\/5 {
width: calc(3/5 * 100%);
}
.w-6 {
width: calc(var(--spacing) * 6);
}
.w-8 {
width: calc(var(--spacing) * 8);
}
.w-10 {
width: calc(var(--spacing) * 10);
}
.w-12 {
width: calc(var(--spacing) * 12);
}
.w-14 {
width: calc(var(--spacing) * 14);
}
.w-20 {
width: calc(var(--spacing) * 20);
}
.w-24 {
width: calc(var(--spacing) * 24);
}
.w-48 {
width: calc(var(--spacing) * 48);
}
.w-96 {
width: calc(var(--spacing) * 96);
}
.w-\[3px\] {
width: 3px;
}
.w-\[20px\] {
width: 20px;
}
.w-\[50px\] {
width: 50px;
}
.w-\[60px\] {
width: 60px;
}
.w-\[100px\] {
width: 100px;
}
.w-auto {
width: auto;
}
.w-full {
width: 100%;
}
.max-w-3xl {
max-width: var(--container-3xl);
}
.max-w-\[60px\] {
max-width: 60px;
}
.max-w-\[75\%\] {
max-width: 75%;
}
.max-w-\[250px\] {
max-width: 250px;
}
.max-w-md {
max-width: var(--container-md);
}
.max-w-none {
max-width: none;
}
.max-w-xs {
max-width: var(--container-xs);
}
.min-w-0 {
min-width: calc(var(--spacing) * 0);
}
.flex-1 {
flex: 1;
}
.flex-\[1_1_0\%\] {
flex: 1 1 0%;
}
.flex-none {
flex: none;
}
.shrink-0 {
flex-shrink: 0;
}
.flex-grow {
flex-grow: 1;
}
.-translate-x-1\/2 {
--tw-translate-x: calc(calc(1/2 * 100%) * -1);
translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-x-1 {
--tw-translate-x: calc(var(--spacing) * 1);
translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-y-1\/2 {
--tw-translate-y: calc(calc(1/2 * 100%) * -1);
translate: var(--tw-translate-x) var(--tw-translate-y);
}
.scale-\[0\.95\] {
scale: 0.95;
}
.rotate-\[-45deg\] {
rotate: -45deg;
}
.transform {
transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
}
.animate-pulse {
animation: var(--animate-pulse);
}
.cursor-not-allowed {
cursor: not-allowed;
}
.cursor-pointer {
cursor: pointer;
}
.resize-none {
resize: none;
}
.grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
flex-direction: column;
}
.flex-row {
flex-direction: row;
}
.flex-wrap {
flex-wrap: wrap;
}
.place-items-center {
place-items: center;
}
.items-center {
align-items: center;
}
.items-start {
align-items: flex-start;
}
.justify-around {
justify-content: space-around;
}
.justify-between {
justify-content: space-between;
}
.justify-center {
justify-content: center;
}
.justify-end {
justify-content: flex-end;
}
.justify-evenly {
justify-content: space-evenly;
}
.justify-start {
justify-content: flex-start;
}
.gap-2 {
gap: calc(var(--spacing) * 2);
}
.gap-3 {
gap: calc(var(--spacing) * 3);
}
.gap-4 {
gap: calc(var(--spacing) * 4);
}
.gap-6 {
gap: calc(var(--spacing) * 6);
}
.gap-8 {
gap: calc(var(--spacing) * 8);
}
.gap-10 {
gap: calc(var(--spacing) * 10);
}
.space-y-1 {
:where(& > :not(:last-child)) {
--tw-space-y-reverse: 0;
margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
}
}
.space-y-2 {
:where(& > :not(:last-child)) {
--tw-space-y-reverse: 0;
margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
}
}
.space-y-4 {
:where(& > :not(:last-child)) {
--tw-space-y-reverse: 0;
margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
}
}
.gap-x-6 {
column-gap: calc(var(--spacing) * 6);
}
.space-x-4 {
:where(& > :not(:last-child)) {
--tw-space-x-reverse: 0;
margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
}
}
.divide-y {
:where(& > :not(:last-child)) {
--tw-divide-y-reverse: 0;
border-bottom-style: var(--tw-border-style);
border-top-style: var(--tw-border-style);
border-top-width: calc(1px * var(--tw-divide-y-reverse));
border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
}
}
.divide-gray-500\/10 {
:where(& > :not(:last-child)) {
border-color: color-mix(in srgb, oklch(55.1% 0.027 264.364) 10%, transparent);
@supports (color: color-mix(in lab, red, red)) {
border-color: color-mix(in oklab, var(--color-gray-500) 10%, transparent);
}
}
}
.overflow-auto {
overflow: auto;
}
.overflow-hidden {
overflow: hidden;
}
.overflow-y-auto {
overflow-y: auto;
}
.rounded-2xl {
border-radius: var(--radius-2xl);
}
.rounded-\[10px\] {
border-radius: 10px;
}
.rounded-\[20px\] {
border-radius: 20px;
}
.rounded-\[25px\] {
border-radius: 25px;
}
.rounded-\[40px\] {
border-radius: 40px;
}
.rounded-\[40px_40px_0_40px\] {
border-radius: 40px 40px 0 40px;
}
.rounded-full {
border-radius: calc(infinity * 1px);
}
.rounded-lg {
border-radius: var(--radius-lg);
}
.rounded-md {
border-radius: var(--radius-md);
}
.rounded-xl {
border-radius: var(--radius-xl);
}
.rounded-t-2xl {
border-top-left-radius: var(--radius-2xl);
border-top-right-radius: var(--radius-2xl);
}
.rounded-tl-\[50\%\] {
border-top-left-radius: 50%;
}
.rounded-tr-\[20px\] {
border-top-right-radius: 20px;
}
.rounded-b-\[20px\] {
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
}
.rounded-br-\[20px\] {
border-bottom-right-radius: 20px;
}
.border {
border-style: var(--tw-border-style);
border-width: 1px;
}
.border-none {
--tw-border-style: none;
border-style: none;
}
.border-black {
border-color: var(--color-black);
}
.border-gray-200 {
border-color: var(--color-gray-200);
}
.border-gray-300 {
border-color: var(--color-gray-300);
}
.border-green-300 {
border-color: var(--color-green-300);
}
.border-white\/30 {
border-color: color-mix(in srgb, #fff 30%, transparent);
@supports (color: color-mix(in lab, red, red)) {
border-color: color-mix(in oklab, var(--color-white) 30%, transparent);
}
}
.bg-\[\#1e1e1e\] {
background-color: #1e1e1e;
}
.bg-\[\#2a2a2a\] {
background-color: #2a2a2a;
}
.bg-\[\#00000018\] {
background-color: #00000018;
}
.bg-\[\#333\] {
background-color: #333;
}
.bg-\[\#444\] {
background-color: #444;
}
.bg-\[rgba\(44\,62\,80\,0\.3\)\] {
background-color: rgba(44, 62, 80, 0.3);
}
.bg-black {
background-color: var(--color-black);
}
.bg-black\/20 {
background-color: color-mix(in srgb, #000 20%, transparent);
@supports (color: color-mix(in lab, red, red)) {
background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
}
}
.bg-black\/30 {
background-color: color-mix(in srgb, #000 30%, transparent);
@supports (color: color-mix(in lab, red, red)) {
background-color: color-mix(in oklab, var(--color-black) 30%, transparent);
}
}
.bg-black\/50 {
background-color: color-mix(in srgb, #000 50%, transparent);
@supports (color: color-mix(in lab, red, red)) {
background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
}
}
.bg-blue-600 {
background-color: var(--color-blue-600);
}
.bg-gray-100 {
background-color: var(--color-gray-100);
}
.bg-gray-200 {
background-color: var(--color-gray-200);
}
.bg-gray-300 {
background-color: var(--color-gray-300);
}
.bg-gray-800 {
background-color: var(--color-gray-800);
}
.bg-green-100 {
background-color: var(--color-green-100);
}
.bg-red-600 {
background-color: var(--color-red-600);
}
.bg-transparent {
background-color: transparent;
}
.bg-white {
background-color: var(--color-white);
}
.bg-white\/15 {
background-color: color-mix(in srgb, #fff 15%, transparent);
@supports (color: color-mix(in lab, red, red)) {
background-color: color-mix(in oklab, var(--color-white) 15%, transparent);
}
}
.bg-white\/30 {
background-color: color-mix(in srgb, #fff 30%, transparent);
@supports (color: color-mix(in lab, red, red)) {
background-color: color-mix(in oklab, var(--color-white) 30%, transparent);
}
}
.bg-gradient-to-b {
--tw-gradient-position: to bottom in oklab;
background-image: linear-gradient(var(--tw-gradient-stops));
}
.from-black\/20 {
--tw-gradient-from: color-mix(in srgb, #000 20%, transparent);
@supports (color: color-mix(in lab, red, red)) {
--tw-gradient-from: color-mix(in oklab, var(--color-black) 20%, transparent);
}
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.from-gray-200 {
--tw-gradient-from: var(--color-gray-200);
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.via-black\/20 {
--tw-gradient-via: color-mix(in srgb, #000 20%, transparent);
@supports (color: color-mix(in lab, red, red)) {
--tw-gradient-via: color-mix(in oklab, var(--color-black) 20%, transparent);
}
--tw-gradient-via-stops: var(--tw-gradient-position),
var(--tw-gradient-from) var(--tw-gradient-from-position),
var(--tw-gradient-via) var(--tw-gradient-via-position),
var(--tw-gradient-to) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-via-stops);
}
.via-gray-200 {
--tw-gradient-via: var(--color-gray-200);
--tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-via-stops);
}
.to-transparent {
--tw-gradient-to: transparent;
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.bg-cover {
background-size: cover;
}
.bg-center {
background-position: center;
}
.object-cover {
object-fit: cover;
}
.p-1\.5 {
padding: calc(var(--spacing) * 1.5);
}
.p-2 {
padding: calc(var(--spacing) * 2);
}
.p-2\.5 {
padding: calc(var(--spacing) * 2.5);
}
.p-3 {
padding: calc(var(--spacing) * 3);
}
.p-4 {
padding: calc(var(--spacing) * 4);
}
.p-5 {
padding: calc(var(--spacing) * 5);
}
.p-6 {
padding: calc(var(--spacing) * 6);
}
.p-8 {
padding: calc(var(--spacing) * 8);
}
.p-\[10px\] {
padding: 10px;
}
.p-\[15px\] {
padding: 15px;
}
.px-3 {
padding-inline: calc(var(--spacing) * 3);
}
.px-4 {
padding-inline: calc(var(--spacing) * 4);
}
.px-6 {
padding-inline: calc(var(--spacing) * 6);
}
.px-8 {
padding-inline: calc(var(--spacing) * 8);
}
.px-\[18px\] {
padding-inline: 18px;
}
.py-1\.5 {
padding-block: calc(var(--spacing) * 1.5);
}
.py-2 {
padding-block: calc(var(--spacing) * 2);
}
.py-2\.5 {
padding-block: calc(var(--spacing) * 2.5);
}
.py-3 {
padding-block: calc(var(--spacing) * 3);
}
.py-4 {
padding-block: calc(var(--spacing) * 4);
}
.py-6 {
padding-block: calc(var(--spacing) * 6);
}
.py-24 {
padding-block: calc(var(--spacing) * 24);
}
.pr-1 {
padding-right: calc(var(--spacing) * 1);
}
.pr-2 {
padding-right: calc(var(--spacing) * 2);
}
.pb-4 {
padding-bottom: calc(var(--spacing) * 4);
}
.text-center {
text-align: center;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-2xl {
font-size: var(--text-2xl);
line-height: var(--tw-leading, var(--text-2xl--line-height));
}
.text-3xl {
font-size: var(--text-3xl);
line-height: var(--tw-leading, var(--text-3xl--line-height));
}
.text-4xl {
font-size: var(--text-4xl);
line-height: var(--tw-leading, var(--text-4xl--line-height));
}
.text-5xl {
font-size: var(--text-5xl);
line-height: var(--tw-leading, var(--text-5xl--line-height));
}
.text-7xl {
font-size: var(--text-7xl);
line-height: var(--tw-leading, var(--text-7xl--line-height));
}
.text-lg {
font-size: var(--text-lg);
line-height: var(--tw-leading, var(--text-lg--line-height));
}
.text-sm {
font-size: var(--text-sm);
line-height: var(--tw-leading, var(--text-sm--line-height));
}
.text-xl {
font-size: var(--text-xl);
line-height: var(--tw-leading, var(--text-xl--line-height));
}
.text-\[25px\] {
font-size: 25px;
}
.text-\[30px\] {
font-size: 30px;
}
.text-\[40px\] {
font-size: 40px;
}
.text-\[60px\] {
font-size: 60px;
}
.leading-relaxed {
--tw-leading: var(--leading-relaxed);
line-height: var(--leading-relaxed);
}
.leading-snug {
--tw-leading: var(--leading-snug);
line-height: var(--leading-snug);
}
.leading-tight {
--tw-leading: var(--leading-tight);
line-height: var(--leading-tight);
}
.font-bold {
--tw-font-weight: var(--font-weight-bold);
font-weight: var(--font-weight-bold);
}
.font-medium {
--tw-font-weight: var(--font-weight-medium);
font-weight: var(--font-weight-medium);
}
.font-normal {
--tw-font-weight: var(--font-weight-normal);
font-weight: var(--font-weight-normal);
}
.font-semibold {
--tw-font-weight: var(--font-weight-semibold);
font-weight: var(--font-weight-semibold);
}
.tracking-tight {
--tw-tracking: var(--tracking-tight);
letter-spacing: var(--tracking-tight);
}
.tracking-wide {
--tw-tracking: var(--tracking-wide);
letter-spacing: var(--tracking-wide);
}
.tracking-wider {
--tw-tracking: var(--tracking-wider);
letter-spacing: var(--tracking-wider);
}
.tracking-widest {
--tw-tracking: var(--tracking-widest);
letter-spacing: var(--tracking-widest);
}
.text-balance {
text-wrap: balance;
}
.text-pretty {
text-wrap: pretty;
}
.break-normal {
overflow-wrap: normal;
word-break: normal;
}
.text-black {
color: var(--color-black);
}
.text-black\/30 {
color: color-mix(in srgb, #000 30%, transparent);
@supports (color: color-mix(in lab, red, red)) {
color: color-mix(in oklab, var(--color-black) 30%, transparent);
}
}
.text-gray-200 {
color: var(--color-gray-200);
}
.text-gray-500 {
color: var(--color-gray-500);
}
.text-gray-600 {
color: var(--color-gray-600);
}
.text-gray-700 {
color: var(--color-gray-700);
}
.text-gray-800 {
color: var(--color-gray-800);
}
.text-gray-900 {
color: var(--color-gray-900);
}
.text-green-500 {
color: var(--color-green-500);
}
.text-green-800 {
color: var(--color-green-800);
}
.text-red-600 {
color: var(--color-red-600);
}
.text-white {
color: var(--color-white);
}
.uppercase {
text-transform: uppercase;
}
.italic {
font-style: italic;
}
.placeholder-gray-300 {
&::placeholder {
color: var(--color-gray-300);
}
}
.placeholder-gray-400 {
&::placeholder {
color: var(--color-gray-400);
}
}
.placeholder-white {
&::placeholder {
color: var(--color-white);
}
}
.opacity-0 {
opacity: 0%;
}
.opacity-50 {
opacity: 50%;
}
.opacity-100 {
opacity: 100%;
}
.shadow-inner {
--tw-shadow: inset 0 2px 4px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-lg {
--tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-md {
--tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-xl {
--tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-xs {
--tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.blur-\[1px\] {
--tw-blur: blur(1px);
filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
}
.filter {
filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
}
.backdrop-blur-lg {
--tw-backdrop-blur: blur(var(--blur-lg));
-webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
}
.backdrop-blur-md {
--tw-backdrop-blur: blur(var(--blur-md));
-webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
}
.transition {
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-opacity {
transition-property: opacity;
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-shadow {
transition-property: box-shadow;
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-transform {
transition-property: transform, translate, scale, rotate;
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.duration-300 {
--tw-duration: 300ms;
transition-duration: 300ms;
}
.duration-500 {
--tw-duration: 500ms;
transition-duration: 500ms;
}
.duration-1000 {
--tw-duration: 1000ms;
transition-duration: 1000ms;
}
.ease-in-out {
--tw-ease: var(--ease-in-out);
transition-timing-function: var(--ease-in-out);
}
.select-none {
-webkit-user-select: none;
user-select: none;
}
.group-hover\:-translate-y-1 {
&:is(:where(.group):hover *) {
@media (hover: hover) {
--tw-translate-y: calc(var(--spacing) * -1);
translate: var(--tw-translate-x) var(--tw-translate-y);
}
}
}
.group-hover\:shadow-lg {
&:is(:where(.group):hover *) {
@media (hover: hover) {
--tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
}
}
.hover\:scale-\[1\.33\] {
&:hover {
@media (hover: hover) {
scale: 1.33;
}
}
}
.hover\:bg-\[\#333\] {
&:hover {
@media (hover: hover) {
background-color: #333;
}
}
}
.hover\:bg-\[\#555\] {
&:hover {
@media (hover: hover) {
background-color: #555;
}
}
}
.hover\:bg-black {
&:hover {
@media (hover: hover) {
background-color: var(--color-black);
}
}
}
.hover\:bg-gray-50 {
&:hover {
@media (hover: hover) {
background-color: var(--color-gray-50);
}
}
}
.hover\:bg-gray-800 {
&:hover {
@media (hover: hover) {
background-color: var(--color-gray-800);
}
}
}
.hover\:bg-white\/30 {
&:hover {
@media (hover: hover) {
background-color: color-mix(in srgb, #fff 30%, transparent);
@supports (color: color-mix(in lab, red, red)) {
background-color: color-mix(in oklab, var(--color-white) 30%, transparent);
}
}
}
}
.hover\:text-black {
&:hover {
@media (hover: hover) {
color: var(--color-black);
}
}
}
.hover\:text-white {
&:hover {
@media (hover: hover) {
color: var(--color-white);
}
}
}
.hover\:shadow-lg {
&:hover {
@media (hover: hover) {
--tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
}
}
.focus\:ring-2 {
&:focus {
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
}
.focus\:ring-black {
&:focus {
--tw-ring-color: var(--color-black);
}
}
.focus\:ring-white\/30 {
&:focus {
--tw-ring-color: color-mix(in srgb, #fff 30%, transparent);
@supports (color: color-mix(in lab, red, red)) {
--tw-ring-color: color-mix(in oklab, var(--color-white) 30%, transparent);
}
}
}
.focus\:outline-none {
&:focus {
--tw-outline-style: none;
outline-style: none;
}
}
.disabled\:cursor-not-allowed {
&:disabled {
cursor: not-allowed;
}
}
.disabled\:bg-gray-300 {
&:disabled {
background-color: var(--color-gray-300);
}
}
.disabled\:text-gray-500 {
&:disabled {
color: var(--color-gray-500);
}
}
.sm\:block {
@media (width >=40rem) {
display: block;
}
}
.sm\:grid {
@media (width >=40rem) {
display: grid;
}
}
.sm\:hidden {
@media (width >=40rem) {
display: none;
}
}
.sm\:inline {
@media (width >=40rem) {
display: inline;
}
}
.sm\:inline-block {
@media (width >=40rem) {
display: inline-block;
}
}
.sm\:h-\[400px\] {
@media (width >=40rem) {
height: 400px;
}
}
.sm\:h-\[600px\] {
@media (width >=40rem) {
height: 600px;
}
}
.sm\:w-60 {
@media (width >=40rem) {
width: calc(var(--spacing) * 60);
}
}
.sm\:max-w-sm {
@media (width >=40rem) {
max-width: var(--container-sm);
}
}
.sm\:grid-cols-3 {
@media (width >=40rem) {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
.sm\:justify-end {
@media (width >=40rem) {
justify-content: flex-end;
}
}
.sm\:justify-start {
@media (width >=40rem) {
justify-content: flex-start;
}
}
.sm\:p-10 {
@media (width >=40rem) {
padding: calc(var(--spacing) * 10);
}
}
.sm\:px-8 {
@media (width >=40rem) {
padding-inline: calc(var(--spacing) * 8);
}
}
.sm\:py-32 {
@media (width >=40rem) {
padding-block: calc(var(--spacing) * 32);
}
}
.sm\:text-2xl {
@media (width >=40rem) {
font-size: var(--text-2xl);
line-height: var(--tw-leading, var(--text-2xl--line-height));
}
}
.sm\:text-5xl {
@media (width >=40rem) {
font-size: var(--text-5xl);
line-height: var(--tw-leading, var(--text-5xl--line-height));
}
}
.sm\:text-base {
@media (width >=40rem) {
font-size: var(--text-base);
line-height: var(--tw-leading, var(--text-base--line-height));
}
}
.sm\:text-lg {
@media (width >=40rem) {
font-size: var(--text-lg);
line-height: var(--tw-leading, var(--text-lg--line-height));
}
}
.sm\:text-xl {
@media (width >=40rem) {
font-size: var(--text-xl);
line-height: var(--tw-leading, var(--text-xl--line-height));
}
}
.sm\:text-xl\/8 {
@media (width >=40rem) {
font-size: var(--text-xl);
line-height: calc(var(--spacing) * 8);
}
}
.sm\:text-\[30px\] {
@media (width >=40rem) {
font-size: 30px;
}
}
.sm\:ring-1 {
@media (width >=40rem) {
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
}
.sm\:ring-gray-900\/10 {
@media (width >=40rem) {
--tw-ring-color: color-mix(in srgb, oklch(21% 0.034 264.665) 10%, transparent);
@supports (color: color-mix(in lab, red, red)) {
--tw-ring-color: color-mix(in oklab, var(--color-gray-900) 10%, transparent);
}
}
}
.md\:mb-0 {
@media (width >=48rem) {
margin-bottom: calc(var(--spacing) * 0);
}
}
.md\:flex {
@media (width >=48rem) {
display: flex;
}
}
.md\:h-96 {
@media (width >=48rem) {
height: calc(var(--spacing) * 96);
}
}
.md\:h-auto {
@media (width >=48rem) {
height: auto;
}
}
.md\:max-h-\[500px\] {
@media (width >=48rem) {
max-height: 500px;
}
}
.md\:w-1\/3 {
@media (width >=48rem) {
width: calc(1/3 * 100%);
}
}
.md\:w-2\/3 {
@media (width >=48rem) {
width: calc(2/3 * 100%);
}
}
.md\:grid-cols-2 {
@media (width >=48rem) {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.md\:grid-cols-3 {
@media (width >=48rem) {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
.md\:space-x-6 {
@media (width >=48rem) {
:where(& > :not(:last-child)) {
--tw-space-x-reverse: 0;
margin-inline-start: calc(calc(var(--spacing) * 6) * var(--tw-space-x-reverse));
margin-inline-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-x-reverse)));
}
}
}
.md\:text-4xl {
@media (width >=48rem) {
font-size: var(--text-4xl);
line-height: var(--tw-leading, var(--text-4xl--line-height));
}
}
.lg\:mb-0 {
@media (width >=64rem) {
margin-bottom: calc(var(--spacing) * 0);
}
}
.lg\:flex {
@media (width >=64rem) {
display: flex;
}
}
.lg\:hidden {
@media (width >=64rem) {
display: none;
}
}
.lg\:inline-block {
@media (width >=64rem) {
display: inline-block;
}
}
.lg\:h-\[600px\] {
@media (width >=64rem) {
height: 600px;
}
}
.lg\:w-\[350px\] {
@media (width >=64rem) {
width: 350px;
}
}
.lg\:flex-1 {
@media (width >=64rem) {
flex: 1;
}
}
.lg\:grid-cols-3 {
@media (width >=64rem) {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
.lg\:flex-row {
@media (width >=64rem) {
flex-direction: row;
}
}
.lg\:justify-between {
@media (width >=64rem) {
justify-content: space-between;
}
}
.lg\:justify-end {
@media (width >=64rem) {
justify-content: flex-end;
}
}
.lg\:gap-x-8 {
@media (width >=64rem) {
column-gap: calc(var(--spacing) * 8);
}
}
.lg\:px-0 {
@media (width >=64rem) {
padding-inline: calc(var(--spacing) * 0);
}
}
.lg\:px-8 {
@media (width >=64rem) {
padding-inline: calc(var(--spacing) * 8);
}
}
.lg\:py-0 {
@media (width >=64rem) {
padding-block: calc(var(--spacing) * 0);
}
}
.lg\:text-left {
@media (width >=64rem) {
text-align: left;
}
}
.lg\:text-2xl {
@media (width >=64rem) {
font-size: var(--text-2xl);
line-height: var(--tw-leading, var(--text-2xl--line-height));
}
}
.lg\:text-lg {
@media (width >=64rem) {
font-size: var(--text-lg);
line-height: var(--tw-leading, var(--text-lg--line-height));
}
}
.lg\:hover\:scale-\[1\.1\] {
@media (width >=64rem) {
&:hover {
@media (hover: hover) {
scale: 1.1;
}
}
}
}
.xl\:block {
@media (width >=80rem) {
display: block;
}
}
.xl\:flex {
@media (width >=80rem) {
display: flex;
}
}
.xl\:hidden {
@media (width >=80rem) {
display: none;
}
}
.xl\:h-\[670px\] {
@media (width >=80rem) {
height: 670px;
}
}
.xl\:w-1\/3 {
@media (width >=80rem) {
width: calc(1/3 * 100%);
}
}
.xl\:w-2\/5 {
@media (width >=80rem) {
width: calc(2/5 * 100%);
}
}
.xl\:w-\[50\%\] {
@media (width >=80rem) {
width: 50%;
}
}
.xl\:w-\[65\%\] {
@media (width >=80rem) {
width: 65%;
}
}
.xl\:w-\[500px\] {
@media (width >=80rem) {
width: 500px;
}
}
.xl\:flex-row {
@media (width >=80rem) {
flex-direction: row;
}
}
.xl\:flex-row-reverse {
@media (width >=80rem) {
flex-direction: row-reverse;
}
}
.xl\:items-start {
@media (width >=80rem) {
align-items: flex-start;
}
}
.xl\:px-8 {
@media (width >=80rem) {
padding-inline: calc(var(--spacing) * 8);
}
}
.xl\:px-10 {
@media (width >=80rem) {
padding-inline: calc(var(--spacing) * 10);
}
}
.xl\:px-\[10\%\] {
@media (width >=80rem) {
padding-inline: 10%;
}
}
.xl\:text-3xl {
@media (width >=80rem) {
font-size: var(--text-3xl);
line-height: var(--tw-leading, var(--text-3xl--line-height));
}
}
.xl\:text-base {
@media (width >=80rem) {
font-size: var(--text-base);
line-height: var(--tw-leading, var(--text-base--line-height));
}
}
.dark\:bg-gray-300 {
@media (prefers-color-scheme: dark) {
background-color: var(--color-gray-300);
}
}
.dark\:text-gray-600 {
@media (prefers-color-scheme: dark) {
color: var(--color-gray-600);
}
}
}
@property --tw-translate-x {
syntax: "*";
inherits: false;
initial-value: 0;
}
@property --tw-translate-y {
syntax: "*";
inherits: false;
initial-value: 0;
}
@property --tw-translate-z {
syntax: "*";
inherits: false;
initial-value: 0;
}
@property --tw-rotate-x {
syntax: "*";
inherits: false;
}
@property --tw-rotate-y {
syntax: "*";
inherits: false;
}
@property --tw-rotate-z {
syntax: "*";
inherits: false;
}
@property --tw-skew-x {
syntax: "*";
inherits: false;
}
@property --tw-skew-y {
syntax: "*";
inherits: false;
}
@property --tw-space-y-reverse {
syntax: "*";
inherits: false;
initial-value: 0;
}
@property --tw-space-x-reverse {
syntax: "*";
inherits: false;
initial-value: 0;
}
@property --tw-divide-y-reverse {
syntax: "*";
inherits: false;
initial-value: 0;
}
@property --tw-border-style {
syntax: "*";
inherits: false;
initial-value: solid;
}
@property --tw-gradient-position {
syntax: "*";
inherits: false;
}
@property --tw-gradient-from {
syntax: "<color>";
inherits: false;
initial-value: #0000;
}
@property --tw-gradient-via {
syntax: "<color>";
inherits: false;
initial-value: #0000;
}
@property --tw-gradient-to {
syntax: "<color>";
inherits: false;
initial-value: #0000;
}
@property --tw-gradient-stops {
syntax: "*";
inherits: false;
}
@property --tw-gradient-via-stops {
syntax: "*";
inherits: false;
}
@property --tw-gradient-from-position {
syntax: "<length-percentage>";
inherits: false;
initial-value: 0%;
}
@property --tw-gradient-via-position {
syntax: "<length-percentage>";
inherits: false;
initial-value: 50%;
}
@property --tw-gradient-to-position {
syntax: "<length-percentage>";
inherits: false;
initial-value: 100%;
}
@property --tw-leading {
syntax: "*";
inherits: false;
}
@property --tw-font-weight {
syntax: "*";
inherits: false;
}
@property --tw-tracking {
syntax: "*";
inherits: false;
}
@property --tw-shadow {
syntax: "*";
inherits: false;
initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
syntax: "*";
inherits: false;
}
@property --tw-shadow-alpha {
syntax: "<percentage>";
inherits: false;
initial-value: 100%;
}
@property --tw-inset-shadow {
syntax: "*";
inherits: false;
initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
syntax: "*";
inherits: false;
}
@property --tw-inset-shadow-alpha {
syntax: "<percentage>";
inherits: false;
initial-value: 100%;
}
@property --tw-ring-color {
syntax: "*";
inherits: false;
}
@property --tw-ring-shadow {
syntax: "*";
inherits: false;
initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
syntax: "*";
inherits: false;
}
@property --tw-inset-ring-shadow {
syntax: "*";
inherits: false;
initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
syntax: "*";
inherits: false;
}
@property --tw-ring-offset-width {
syntax: "<length>";
inherits: false;
initial-value: 0px;
}
@property --tw-ring-offset-color {
syntax: "*";
inherits: false;
initial-value: #fff;
}
@property --tw-ring-offset-shadow {
syntax: "*";
inherits: false;
initial-value: 0 0 #0000;
}
@property --tw-blur {
syntax: "*";
inherits: false;
}
@property --tw-brightness {
syntax: "*";
inherits: false;
}
@property --tw-contrast {
syntax: "*";
inherits: false;
}
@property --tw-grayscale {
syntax: "*";
inherits: false;
}
@property --tw-hue-rotate {
syntax: "*";
inherits: false;
}
@property --tw-invert {
syntax: "*";
inherits: false;
}
@property --tw-opacity {
syntax: "*";
inherits: false;
}
@property --tw-saturate {
syntax: "*";
inherits: false;
}
@property --tw-sepia {
syntax: "*";
inherits: false;
}
@property --tw-drop-shadow {
syntax: "*";
inherits: false;
}
@property --tw-drop-shadow-color {
syntax: "*";
inherits: false;
}
@property --tw-drop-shadow-alpha {
syntax: "<percentage>";
inherits: false;
initial-value: 100%;
}
@property --tw-drop-shadow-size {
syntax: "*";
inherits: false;
}
@property --tw-backdrop-blur {
syntax: "*";
inherits: false;
}
@property --tw-backdrop-brightness {
syntax: "*";
inherits: false;
}
@property --tw-backdrop-contrast {
syntax: "*";
inherits: false;
}
@property --tw-backdrop-grayscale {
syntax: "*";
inherits: false;
}
@property --tw-backdrop-hue-rotate {
syntax: "*";
inherits: false;
}
@property --tw-backdrop-invert {
syntax: "*";
inherits: false;
}
@property --tw-backdrop-opacity {
syntax: "*";
inherits: false;
}
@property --tw-backdrop-saturate {
syntax: "*";
inherits: false;
}
@property --tw-backdrop-sepia {
syntax: "*";
inherits: false;
}
@property --tw-duration {
syntax: "*";
inherits: false;
}
@property --tw-ease {
syntax: "*";
inherits: false;
}
@keyframes pulse {
50% {
opacity: 0.5;
}
}
@layer properties {
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
*,
::before,
::after,
::backdrop {
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-translate-z: 0;
--tw-rotate-x: initial;
--tw-rotate-y: initial;
--tw-rotate-z: initial;
--tw-skew-x: initial;
--tw-skew-y: initial;
--tw-space-y-reverse: 0;
--tw-space-x-reverse: 0;
--tw-divide-y-reverse: 0;
--tw-border-style: solid;
--tw-gradient-position: initial;
--tw-gradient-from: #0000;
--tw-gradient-via: #0000;
--tw-gradient-to: #0000;
--tw-gradient-stops: initial;
--tw-gradient-via-stops: initial;
--tw-gradient-from-position: 0%;
--tw-gradient-via-position: 50%;
--tw-gradient-to-position: 100%;
--tw-leading: initial;
--tw-font-weight: initial;
--tw-tracking: initial;
--tw-shadow: 0 0 #0000;
--tw-shadow-color: initial;
--tw-shadow-alpha: 100%;
--tw-inset-shadow: 0 0 #0000;
--tw-inset-shadow-color: initial;
--tw-inset-shadow-alpha: 100%;
--tw-ring-color: initial;
--tw-ring-shadow: 0 0 #0000;
--tw-inset-ring-color: initial;
--tw-inset-ring-shadow: 0 0 #0000;
--tw-ring-inset: initial;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-offset-shadow: 0 0 #0000;
--tw-blur: initial;
--tw-brightness: initial;
--tw-contrast: initial;
--tw-grayscale: initial;
--tw-hue-rotate: initial;
--tw-invert: initial;
--tw-opacity: initial;
--tw-saturate: initial;
--tw-sepia: initial;
--tw-drop-shadow: initial;
--tw-drop-shadow-color: initial;
--tw-drop-shadow-alpha: 100%;
--tw-drop-shadow-size: initial;
--tw-backdrop-blur: initial;
--tw-backdrop-brightness: initial;
--tw-backdrop-contrast: initial;
--tw-backdrop-grayscale: initial;
--tw-backdrop-hue-rotate: initial;
--tw-backdrop-invert: initial;
--tw-backdrop-opacity: initial;
--tw-backdrop-saturate: initial;
--tw-backdrop-sepia: initial;
--tw-duration: initial;
--tw-ease: initial;
}
}
}#new_os-to .new_f-dropdown-body.popup .type-item,
.ui-helper-hidden-accessible {
display: none !important;
}
.new_f-container #new_os-to .ui-autocomplete {
position: static !important;
width: 100% !important;
display: block !important;
border: none !important;
background: #fff !important;
margin: 0 !important;
}
#cntList li::before {
display: none !important;
}
[class*="new_"] .owl-carousel {
display: block !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
.new_os {
text-align: left;
}
.new_os,
.new_f-container {
position: relative;
z-index: 3;
}
.new_os,
.new_f-container *,
.new_f-container *::before,
.new_f-container *::after,
.new_spinner-wrap *,
.new_spinner-wrap *::before,
.new_spinner-wrap *::after,
.new_r-container *,
.new_r-container *::before,
.new_r-container *::after,
.new_t-container *,
.new_t-container *::before,
.new_t-container *::after {
box-sizing: border-box;
font-family: 'Open Sans', sans-serif !important;
line-height: normal; }
.new_loading-container {
display: flex !important;
justify-content: center;
margin-bottom: 1rem;
}
.new_f-ext-scale::before,
.new_f-ext-bl-body::after,
.new_os::before,
.clearfix::after {
content: '';
display: table;
clear: both;
border-collapse: collapse;
}
.new_weight-bold {
font-weight: bold;
}
.new_check-mobile {
display: none;
}
.new_f-container label {
font-weight: normal;
margin: 0;
padding: 0;
} .new_f-ext-container .ui-slider-range,
.new_f-ext-container .slider-container .ui-widget-content {
background: rgb(76, 156, 224);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjOWNlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzU0YTNlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NWIyZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, rgba(76, 156, 224, 1) 0%, rgba(84, 163, 230, 1) 50%, rgba(101, 178, 243, 1) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(76, 156, 224, 1)), color-stop(50%, rgba(84, 163, 230, 1)), color-stop(100%, rgba(101, 178, 243, 1)));
background: -webkit-linear-gradient(left, rgba(76, 156, 224, 1) 0%, rgba(84, 163, 230, 1) 50%, rgba(101, 178, 243, 1) 100%);
background: -o-linear-gradient(left, rgba(76, 156, 224, 1) 0%, rgba(84, 163, 230, 1) 50%, rgba(101, 178, 243, 1) 100%);
background: -ms-linear-gradient(left, rgba(76, 156, 224, 1) 0%, rgba(84, 163, 230, 1) 50%, rgba(101, 178, 243, 1) 100%);
background: linear-gradient(to right, rgba(76, 156, 224, 1) 0%, rgba(84, 163, 230, 1) 50%, rgba(101, 178, 243, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c9ce0', endColorstr='#65b2f3', GradientType=1);
} .new_f-container {
border-radius: 15px;
margin: -64px auto 20px auto;
position: relative;
z-index: 2;
max-width: 940px;
box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.25);
border-radius: 25px;
background-color: rgba(0, 0, 0, 0.2);
backdrop-filter: blur(30px);
-webkit-backdrop-filter: blur(30px);
}
.new_f-wrapper {
position: relative;
}
.new_f-ext-container .new_f-dropdown-body-bottom,
.new_f-wrapper>.new_f-title,
.new_f-form>.clearfix,
.new_f-ext-btn-container,
.new_f-ext-body {
margin: 0 auto;
width: 890px;
position: relative;
} .new_f-title {
color: #ffffff00;
font-size: 0px;
padding-top: 20px;
}
.new_f-form {
margin: 0;
padding: 0;
color: #666;
font-size: 14px;
}
.new_f-form input {
outline: 0 none;
}
.new_f-form-field,
.new_f-form .new_f-form-submit {
float: left;
height: 40px;
} .new_f-form-field {
background-color: #fff;
position: relative;
border-top: 1px solid #D4D4D4;
border-bottom: 1px solid #D4D4D4;
border-left: 1px solid transparent;
}
.new_f-form-field:not(.date) {
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: box-shadow;
transition-property: box-shadow;
box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.1), 0 0 1px transparent;
}
.new_f-form-field:not(.date):hover,
.new_f-form-field:not(.date):focus,
.new_f-form-field:not(.date):active {
box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1), 1px 0 1px transparent;
}
.new_f-form-field.to {
width: 204px;
border-left-color: #D4D4D4;
border-radius: 15px 0 0 15px;
} .new_f-form-field::before {
content: '';
position: absolute;
left: -1px;
top: 8px;
bottom: 8px;
display: block;
width: 1px;
background-color: #E0E0E0;
}
.new_f-form-field.to::before {
display: none;
}
.new_f-form-field.from {
width: 127px;
}
.new_f-form-field.date {
width: 180px;
}
.new_f-form-field.duration {
width: 137px;
}
.new_f-form-field.people {
width: 135px;
} .new_not-found-message .os-order-form-submit_button,
.new_f-ext-container .new_f-dropdown-btn-apply,
.new_f-form .new_f-form-submit {
background: #000;
border: none;
color: #fff;
font-weight: 700;
font-size: 16px;
cursor: pointer;
outline: none;
text-transform: none;
letter-spacing: normal;
text-align: center;
transition: all 0.3s ease;
}
.new_f-form .new_f-form-submit:hover {
background: #333;
}
.new_f-form .new_f-form-submit {
border-radius: 0 15px 15px 0;
box-shadow: none;
color: #ffffff !important;
margin: 0;
padding: 0;
width: 107px;
transition: background .5s ease !important;
} @-webkit-keyframes hvr-ripple-out {
100% {
top: -12px;
right: -12px;
bottom: -12px;
left: -12px;
opacity: 0;
}
}
@keyframes hvr-ripple-out {
100% {
top: -12px;
right: -12px;
bottom: -12px;
left: -12px;
opacity: 0;
}
}
.hvr-ripple-out {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.hvr-ripple-out:before {
content: '';
position: absolute;
border: #ec8100 solid 6px;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-animation-duration: .5s;
animation-duration: .5s;
}
.hvr-ripple-out:hover:before,
.hvr-ripple-out:focus:before,
.hvr-ripple-out:active:before {
-webkit-animation-name: hvr-ripple-out;
animation-name: hvr-ripple-out;
} .new_f-dropdown-btn {
height: 38px;
padding: 9px 8px 0;
position: relative;
} .new_f-dropdown-btn .cnt::after,
.new_f-dropdown-btn::after {
content: '';
position: absolute;
top: 17px;
right: 8px;
pointer-events: none;
width: 0;
height: 0;
border-style: solid;
border-width: 6px 4px 0;
border-color: #000 transparent transparent;
}
#new_os-to .new_f-dropdown-btn::after,
#new_os-date-check .new_f-dropdown-btn::after {
display: none;
} .new_f-dropdown-body {
display: none;
background: #fff;
padding: 1px 1px 0;
position: absolute;
left: 0;
top: 38px;
z-index: 2;
border: 1px solid #cbcbcb;
} .new_f-dropdown-container.people .new_f-dropdown-body {
left: auto;
right: 0;
min-width: 216px;
padding: 15px 14px 14px;
} .new_f-dropdown-item {
white-space: nowrap;
cursor: pointer;
padding: 3px 7px;
margin: 0 0 1px;
font-size: 13px;
} .new_f-dropdown-item.selected {
background-color: #E1E7EF;
font-weight: 600;
} .new_f-dropdown-body-top,
.new_f-dropdown-body-bottom {
display: none;
}
.new_f-dropdown-body-date .new_f-dropdown-body-top {
display: block;
text-align: center;
font-weight: normal;
color: #666;
background: transparent;
}
.new_f-dropdown-body-date .new_f-dropdown-body-top .new_f-dropdown-body-close {
display: none;
} .new_t-tab-content-top,
.new_t-modal-body-top,
.new_f-dropdown-body-top {
background: #000;
color: #fff;
height: 44px;
border-radius: 15px 15px 0 0;
line-height: 44px;
padding: 0 25px;
font-weight: 700;
font-size: 16px;
overflow: hidden;
-webkit-overflow-scrolling: touch;
}
.new_t-tab-content-top {
border-radius: 20px 20px 0 0;
} .new_t-tab-content-close,
.new_t-modal-body-close,
.new_f-dropdown-body-close {
font-size: 36px;
padding: 0 20px;
position: absolute;
right: 4px;
top: 2px;
font-family: "Times New Roman";
line-height: 42px;
font-weight: 400;
color: #fff;
cursor: pointer;
z-index: 1;
}
#new_f-dates-container.new_f-dates-container .new_f-dropdown-body-close {
font-family: "Times New Roman" !important;
} #new_os-to * {
outline: none 0;
}
#new_os-to .new_f-dropdown-btn {
padding: 0;
}
.new_f-autocomplete-input {
border: none !important;
border-radius: 0;
display: block;
width: 100% !important;
height: 38px !important;
margin: 0 !important;
background: transparent !important;
font-size: 14px !important;
color: #666666;
}
.new_f-autocomplete-input::-webkit-input-placeholder {
color: #a3a3a3 !important;
opacity: 1 !important;
font-size: 14px !important;
}
.new_f-autocomplete-input::-moz-placeholder {
color: #a3a3a3 !important;
opacity: 1 !important;
line-height: 38px !important;
font-size: 14px !important;
}
.new_f-autocomplete-input:-ms-input-placeholder {
color: #a3a3a3 !important;
opacity: 1 !important;
font-size: 14px !important;
}
.new_f-autocomplete-input:-moz-placeholder {
color: #a3a3a3 !important;
opacity: 1 !important;
line-height: 38px !important;
font-size: 14px !important;
}
.new_f-autocomplete-input,
.new_input-mask {
padding: 0 24px 0 8px !important;
}
.new_f-autocomplete-input:not[style*="display: none"]~.new_input-mask {
display: none !important;
}
.new_input-mask {
white-space: nowrap;
padding-top: 9px !important;
display: none;
height: 38px;
overflow: hidden;
text-overflow: ellipsis;
}
.new_input-mask-country {
padding-right: 5px;
}
.new_f-dropdown-btn .cnt {
position: absolute;
right: 4px;
top: 4px;
width: 16px;
height: 30px;
border-radius: 2px;
}
.new_f-dropdown-btn .cnt::after {
right: 4px;
top: 13px;
} #cntList {
position: relative;
z-index: 20;
min-width: 201px;
}
#new_os-to .new_f-dropdown-body {
border: 1px solid #cbcbcb;
left: 10px;
z-index: 5;
text-align: left;
}
#new_os-to .new_f-dropdown-body.popup #cntList::-webkit-scrollbar,
#ctyList .ctyLists-wrapper::-webkit-scrollbar {
-webkit-appearance: none;
width: 2px;
}
#new_os-to .new_f-dropdown-body.popup #cntList::-webkit-scrollbar-track,
#ctyList .ctyLists-wrapper::-webkit-scrollbar-track {
border-radius: 2px;
}
#new_os-to .new_f-dropdown-body.popup #cntList::-webkit-scrollbar-thumb,
#ctyList .ctyLists-wrapper::-webkit-scrollbar-thumb {
border-radius: 2px;
background-color: rgba(156, 156, 156, .7);
}
#new_os-to .ui-autocomplete {
padding: 0;
margin: 0;
max-height: 10000px;
}
#new_os-to .popup .ui-autocomplete {
padding: 10px 0;
}
#new_os-to #cntList .ui-menu-item.active a,
#new_os-to #cntList .ui-menu-item.active a * {
background: #E1E7EF !important;
}
#cntList .ui-menu-item a * {
background: #fff;
}
#new_os-to li {
list-style-type: none;
display: block !important;
}
#new_os-to li .ui-corner-all {
display: block;
line-height: normal;
padding: 0 !important;
text-align: left;
margin: 0 !important;
}
#new_os-to .ui-menu-item a:hover {
text-decoration: none !important;
}
#new_os-to .ui-corner-all,
#new_os-to .ui-corner-bottom,
#new_os-to .ui-corner-right,
#new_os-to .ui-corner-br {
border-radius: 0 !important;
}
#new_os-to .ui-menu .ui-menu-item .price-from,
#new_os-to .ui-menu .ui-menu-item .label {
z-index: 0;
}
#new_os-to .ui-autocomplete .ui-menu-item .price-from {
font-size: 11px;
color: #999;
position: absolute;
right: 0;
top: 0;
font-weight: normal;
padding: 4px 12px 0 5px;
margin: 0;
}
#new_os-to .ui-autocomplete.line3 .ui-menu-item .label {
padding-left: 17px;
}
#new_os-to .ui-menu .ui-menu-item .label,
#new_os-to .ui-menu .ui-menu-item .noplace {
padding-left: 12px;
padding-top: 0;
padding-bottom: 0;
padding-right: 25px;
position: static;
color: #666;
font-size: 14px;
display: block;
height: 22px;
float: left;
}
#new_os-to .ui-menu .ui-menu-item .label,
#new_os-to .ui-menu .ui-menu-item .label b,
#new_os-to .ui-menu .ui-menu-item .noplace {
line-height: 22px;
}
#new_os-to .ui-menu .ui-menu-item .noplace {
height: 22px;
display: block;
}
#new_os-to .ui-menu .ui-menu-item .label {
font-weight: normal;
}
#new_os-to .ui-menu .ui-menu-item .label .gfont {
font-weight: normal;
}
#new_os-to .ui-menu .ui-menu-item {
white-space: nowrap;
height: auto;
position: relative;
}
#new_os-to .ui-menu .ui-menu-item .ui-corner-all:hover,
#new_os-to .ui-menu .ui-menu-item .ui-state-focus {
border: none;
cursor: pointer;
border-radius: 0px !important;
}
#new_os-to .type-item {
background-color: #edeaea;
color: #888888;
font-size: 13px;
padding: 3px 0 3px 12px;
text-transform: uppercase;
margin: 0;
} #ctyList {
display: none;
width: 205px;
height: 153px;
background: #E2E8EF;
position: absolute;
left: 100% !important;
top: 0;
border: 1px solid #cbcbcb;
border-top: none;
border-left: none;
padding: 0;
overflow: hidden;
}
.new_f-dropdown-body:not(.popup) #ctyList {
display: none !important;
}
#ctyList.no-loader::before {
display: none;
}
#ctyList::before {
background: #E2E8EF url(//greentravel.in.ua/wp-content/themes/greentravel/images/onsite/loader.svg) no-repeat scroll center center !important;
bottom: 44px;
content: "";
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 9999;
}
#ctyList .new_f-dropdown-btn-apply span {
display: none;
}
.ctyLists-wrapper {
padding: 10px 0 0 12px;
overflow: auto;
height: 100px;
-webkit-overflow-scrolling: touch;
}
#ctyList ul,
#ctyList li {
margin: 0;
padding: 0;
list-style-type: none;
}
#ctyList li {
font-size: 14px;
background-color: #E2E8EF;
}
#ctyList li label {
display: block;
cursor: pointer;
position: relative;
}
@media all and (min-width: 479px) {
#new_os-to #cntList li .ui-corner-all,
#ctyList li,
#ctyList li label {
height: 22px !important;
min-height: 22px !important;
}
}
#ctyList .labelName {
position: relative;
top: 2px;
padding-right: 3px;
}
#ctyList .itemPrice {
color: #999;
font-size: 11px;
font-weight: normal;
padding: 4px 8px 0 3px;
position: absolute;
right: 3px;
}
#ctyList .labelName,
#ctyList .itemPrice {
background: #E2E8EF;
} [class*='new_f-'] input[type="checkbox"] {
display: none;
}
[class*='new_f-'] input[type="checkbox"]+* {
position: relative;
padding-left: 24px;
cursor: pointer;
}
[class*='new_f-'] input[type="checkbox"]+*::before,
[class*='new_f-'] input[type="checkbox"]+*::after {
content: '';
display: block;
position: absolute;
}
[class*='new_f-'] input[type="checkbox"]+*::before {
width: 16px;
height: 16px;
border-radius: 2px;
border: 1px solid #D5D5D5;
background-color: #fff;
left: 0;
top: 3px;
}
[class*='new_f-'] input[type="checkbox"]:checked+*::after {
background: url(//greentravel.in.ua/wp-content/themes/greentravel/assets/img/check.svg) no-repeat center;
width: 12px;
height: 12px;
left: 2px;
top: 5px;
visibility: visible;
} .new_f-dropdown-container.from .new_f-dropdown-btn span {
display: inline-block;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.new_f-dropdown-container.from .new_f-dropdown-btn-text {
max-width: 75px;
}
.new_m-mobile-form .new_f-dropdown-container.from .new_f-dropdown-btn-text {
max-width: 975px;
}  .new_f-search-dates-wrap {
height: 38px;
padding: 4px 6px 4px 30px;
position: relative;
display: flex;
} .new_f-search-dates-wrap svg {
position: absolute;
width: 17px;
top: 10px;
left: 7px;
fill: #000;
} .new_f-search-dates-popup {
position: absolute;
background-color: #E1E7EF;
border-radius: 5px;
font-size: 12px;
right: 7px;
left: 30px;
top: -25px;
color: #666;
padding: 2px 7px;
text-align: center;
height: 20px;
display: none;
letter-spacing: 0;
}
.new_f-tip-calendar .new_f-search-dates-popup,
.new_f-tip-hovered .new_f-search-dates-popup,
.new_f-tip-active.new_f-search-dates-popup {
display: block;
}
.new_f-search-dates-popup:before,
.new_f-search-dates-popup:after {
border-color: #E2E8EF transparent transparent;
border-style: solid;
border-width: 4px 4px 0;
content: "";
height: 0;
position: absolute;
top: 20px;
width: 0;
}
.new_f-search-dates-popup:before {
left: 26px;
}
.new_f-search-dates-popup:after {
right: 25px;
} .new_f-datepicker-wrap {
float: left;
width: 60px;
position: relative;
} .new_f-datepicker-wrap button {
height: 30px;
width: 100%;
border-radius: 10px;
display: block;
padding: 0 0 1px 6px !important;
font-size: 14px;
background: #E1E7EF;
border: none;
cursor: text;
text-align: left !important;
outline: 0 none;
color: #666 !important;
font-weight: 400 !important;
letter-spacing: 0;
margin: 0;
}
.new_f-datepicker-wrap:hover button {
background-color: #cedae7;
cursor: pointer;
} .new_f-datepicker-wrap-2:before {
content: '';
display: block;
position: absolute;
top: 15px;
left: -18px;
width: 13px;
height: 1px;
background-color: #666;
}
.new_f-datepicker-wrap-2 {
margin-left: 23px;
} #new_os-date-check {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
#new_os-date-check .new_f-dropdown-body {
left: -96px;
right: -96px;
padding: 15px 0;
min-height: 48px;
text-align: center;
} .new_f-dropdown-body-date {
width: 500px;
background-color: #E1E7EF;
} .new_f-dates-container#new_f-dates-container .dp-container {
padding: 4px 7px 8px;
}
.new_f-dates-container#new_f-dates-container * {
box-shadow: none !important;
font-family: "Open Sans", sans-serif !important;
}
.new_f-dates-container#new_f-dates-container #ui-datepicker-div {
left: 0 !important;
top: 0 !important;
position: relative !important;
width: auto !important;
height: auto !important;
padding: 0 !important;
margin: 0 !important;
border: 0 !important;
border-radius: 0 !important;
background: #fff !important;
display: block !important;
}
#new_f-dates-container.new_f-dates-container #ui-datepicker-div::after {
background-color: #e1e7ef !important;
bottom: 0 !important;
content: "" !important;
display: block !important;
height: auto !important;
left: 238px !important;
position: absolute !important;
top: 0 !important;
visibility: visible !important;
width: 6px !important;
} .new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-group {
float: left;
width: 238px !important;
padding: 7px 6px 8px !important;
margin: 0 !important;
}
.new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-group-first {
margin-right: 6px !important;
}
.new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-row-break {
clear: both;
font-size: 0;
width: 100% !important;
margin: 0 !important;
} .new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-calendar {
width: 100% !important;
background: transparent !important;
margin: 0 !important;
text-align: center !important;
border-collapse: separate !important;
border-spacing: 0;
border: none;
} .new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-header {
position: relative !important;
text-align: center !important;
color: #4c9ce0 !important;
font-weight: 600 !important;
text-transform: uppercase !important;
font-size: 13px !important;
border: none !important;
background: none !important;
padding: 0 !important;
height: auto !important;
}
.new_f-dates-container#new_f-dates-container #ui-datepicker-div.ui-datepicker .ui-datepicker-title {
line-height: normal !important;
color: #000 !important;
padding: 0 !important;
margin: 0 !important;
}
.new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-calendar thead,
.new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-calendar thead * {
background-color: transparent;
} .new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-prev,
.new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-next {
position: absolute !important;
display: block;
width: 9px !important;
height: 18px !important;
cursor: pointer;
overflow: hidden;
background: url(//greentravel.in.ua/wp-content/themes/greentravel/assets/img/arr-left.svg) no-repeat center !important;
border: none !important;
margin: 0 !important;
padding: 0 !important;
border-radius: 0 !important;
}
.new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-next {
right: 2px !important;
transform: rotate(180deg);
top: 2px !important;
}
.new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-prev {
left: 2px !important;
top: 0 !important;
}
.new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-next span,
.new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-prev span {
display: none;
} .new_f-dates-container#new_f-dates-container #ui-datepicker-div .dp-title-divider {
font-size: 10px;
position: relative;
top: -2px;
} #new_f-dates-container.new_f-dates-container #ui-datepicker-div th {
background: none !important;
border: medium none !important;
box-shadow: none !important;
color: #999999 !important;
font: 13px "Open Sans", sans-serif !important;
padding: 2px 0 !important;
text-transform: lowercase !important;
} .new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-calendar td {
background: #e6e6e6 !important;
padding: 0;
height: 23px;
overflow: hidden;
border: 1px solid #ffffff !important;
box-shadow: none !important;
line-height: normal;
border-radius: 0;
vertical-align: inherit;
}
.new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-calendar td,
.new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-calendar td span,
.new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-calendar td a {
background-image: none !important;
text-align: center !important;
}
.new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-calendar td * {
font-size: 13px !important;
display: block !important;
padding: 1px 0 2px !important;
border: 1px solid transparent !important;
line-height: normal !important;
}
.new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-calendar td a {
text-decoration: none;
color: #000000 !important;
background: none !important;
}
.new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-calendar td span {
color: #000000 !important;
cursor: pointer;
} .new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-calendar td.ui-state-disabled .ui-state-default {
cursor: default;
color: #d1cfcf !important;
} .new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-calendar td.ui-state-disabled.ceil-max-date .ui-state-default {
color: #d1cfcf !important;
} .new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-calendar td.ui-state-disabled.new_ceil-no-tours *,
.new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-calendar td.new_ceil-no-tours * {
cursor: default;
color: #d1cfcf !important;
}
.new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-calendar td.new_ceil-no-tours {
position: relative;
} .new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-today .ui-state-default {
color: #000 !important;
background-color: #fef2e0;
} .new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-calendar td.ui-state-highlight {
background-color: #91ccff !important;
} .new_f-dates-container#new_f-dates-container .new_first_calendar_open #ui-datepicker-div .ui-datepicker-calendar td.ui-state-active.ui-state-highlight,
.new_f-dates-container#new_f-dates-container .new_second_calendar_open #ui-datepicker-div .ui-datepicker-calendar td.ui-state-active:not(.ui-datepicker-current-day),
.new_f-dates-container#new_f-dates-container .new_second_calendar_open #ui-datepicker-div .ui-datepicker-calendar td.ui-state-active.ui-state-highlight.ui-datepicker-current-day {
background-color: #4c9ce0 !important;
position: relative;
}
.new_f-dates-container#new_f-dates-container .new_first_calendar_open #ui-datepicker-div .ui-datepicker-calendar td.ui-state-active.ui-state-highlight a,
.new_f-dates-container#new_f-dates-container .new_second_calendar_open #ui-datepicker-div .ui-datepicker-calendar td.ui-state-active:not(.ui-datepicker-current-day) a,
.new_f-dates-container#new_f-dates-container .new_second_calendar_open #ui-datepicker-div .ui-datepicker-calendar td.ui-state-active.ui-state-highlight.ui-datepicker-current-day a {
color: #fff !important;
} .new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-calendar td.ui-state-active.new_ceil-no-tours {
overflow: hidden !important;
} .new_f-dates-container#new_f-dates-container #ui-datepicker-div td.ceil.ui-state-active::before,
.new_f-dates-container#new_f-dates-container #ui-datepicker-div td.ceil.ui-state-active::after {
pointer-events: none;
content: '';
position: absolute;
width: 0;
height: 0;
border-style: solid;
}
.new_f-dates-container#new_f-dates-container .new_second_calendar_open #ui-datepicker-div td.ceil.ui-state-active.ui-datepicker-current-day::before,
.new_f-dates-container#new_f-dates-container .new_second_calendar_open #ui-datepicker-div td.ceil.ui-state-active.ui-datepicker-current-day::before,
.new_f-dates-container#new_f-dates-container #ui-datepicker-div td.ceil.ui-state-highlight-right::before,
.new_f-dates-container#new_f-dates-container #ui-datepicker-div td.ceil.ui-state-active::before {
top: 0;
bottom: initial;
left: -4px;
right: auto;
transform: rotate(-14deg);
border-width: 14px 14px 0 0;
border-color: #DDE6A7 transparent transparent;
}
.new_f-dates-container#new_f-dates-container .new_first_calendar_open #ui-datepicker-div td.ceil.ui-state-active:not(.ui-state-highlight)::before,
.new_f-dates-container#new_f-dates-container .new_first_calendar_open #ui-datepicker-div td.ceil.ui-state-active:not(.ui-state-highlight)::after,
.new_f-dates-container#new_f-dates-container .new_second_calendar_open #ui-datepicker-div .ui-datepicker-calendar td.ui-state-active:not(.ui-state-highlight).ui-datepicker-current-day::before,
.new_f-dates-container#new_f-dates-container .new_second_calendar_open #ui-datepicker-div .ui-datepicker-calendar td.ui-state-active:not(.ui-state-highlight).ui-datepicker-current-day::after {
display: none !important;
}
.new_f-dates-container#new_f-dates-container .new_second_calendar_open #ui-datepicker-div td.ceil.ui-state-active.ui-datepicker-current-day::after,
.new_f-dates-container#new_f-dates-container .new_second_calendar_open #ui-datepicker-div td.ceil.ui-state-active.ui-datepicker-current-day::after,
.new_f-dates-container#new_f-dates-container #ui-datepicker-div td.ceil.ui-state-highlight-right::after,
.new_f-dates-container#new_f-dates-container #ui-datepicker-div td.ceil.ui-state-active::after {
top: initial;
bottom: 0;
left: -4px;
right: auto;
transform: rotate(14deg);
border-width: 14px 0 0 14px;
border-color: transparent transparent transparent #DDE6A7;
}
.new_f-dates-container#new_f-dates-container .new_second_calendar_open #ui-datepicker-div td.ceil.ui-state-active::before,
.new_f-dates-container#new_f-dates-container #ui-datepicker-div td.ceil.ui-state-highlight-left::before,
.new_f-dates-container#new_f-dates-container #ui-datepicker-div td.ceil.ui-state-active.ui-datepicker-current-day::before {
top: 0;
bottom: initial;
right: -4px;
left: auto;
border-width: 0 14px 14px 0;
border-color: transparent #DDE6A7 transparent transparent;
transform: rotate(14deg);
}
.new_f-dates-container#new_f-dates-container .new_second_calendar_open #ui-datepicker-div td.ceil.ui-state-active::after,
.new_f-dates-container#new_f-dates-container #ui-datepicker-div td.ceil.ui-state-highlight-left::after,
.new_f-dates-container#new_f-dates-container #ui-datepicker-div td.ceil.ui-state-active.ui-datepicker-current-day::after {
bottom: 0;
top: initial;
right: -4px;
left: auto;
border-width: 0 0 14px 14px;
border-color: transparent transparent #DDE6A7 transparent;
transform: rotate(-14deg);
}
@media (min-width: 479px) { body:not(.new_tour-one-col-sm) .new_f-dates-container#new_f-dates-container .new_first_calendar_open #ui-datepicker-div td.new_ceil-tours-exists:hover,
.new_f-dates-container#new_f-dates-container .new_second_calendar_open #ui-datepicker-div td.new_ceil-tours-exists:hover {
background-color: #4C9CE0 !important;
position: relative;
}
body:not(.new_tour-one-col-sm) .new_f-dates-container#new_f-dates-container #ui-datepicker-div td.new_ceil-tours-exists:hover a {
color: #fff !important;
} body:not(.new_tour-one-col-sm) .new_f-dates-container#new_f-dates-container .new_first_calendar_open #ui-datepicker-div td.new_ceil-tours-exists:not(.ui-datepicker-today):hover::before,
body:not(.new_tour-one-col-sm) .new_f-dates-container#new_f-dates-container .new_first_calendar_open #ui-datepicker-div td.new_ceil-tours-exists:not(.ui-datepicker-today):hover::after,
body:not(.new_tour-one-col-sm) .new_f-dates-container#new_f-dates-container .new_second_calendar_open #ui-datepicker-div td.new_ceil-tours-exists:not(.ui-datepicker-today):hover::before,
body:not(.new_tour-one-col-sm) .new_f-dates-container#new_f-dates-container .new_second_calendar_open #ui-datepicker-div td.new_ceil-tours-exists:not(.ui-datepicker-today):hover::after {
pointer-events: none;
content: '';
position: absolute;
width: 0;
height: 0;
border-style: solid;
}
body:not(.new_tour-one-col-sm) .new_f-dates-container#new_f-dates-container .new_second_calendar_open #ui-datepicker-div td.new_ceil-tours-exists:hover::before {
top: 0;
bottom: initial;
left: -4px;
right: auto;
transform: rotate(-14deg);
border-width: 14px 14px 0 0;
border-color: #DDE6A7 transparent transparent;
}
body:not(.new_tour-one-col-sm) .new_f-dates-container#new_f-dates-container .new_second_calendar_open #ui-datepicker-div td.new_ceil-tours-exists:hover::after {
top: initial;
bottom: 0;
left: -4px;
right: auto;
transform: rotate(14deg);
border-width: 14px 0 0 14px;
border-color: transparent transparent transparent #DDE6A7;
}
body:not(.new_tour-one-col-sm) .new_f-dates-container#new_f-dates-container .new_first_calendar_open #ui-datepicker-div td.new_ceil-tours-exists:hover::before {
top: 0;
bottom: initial;
right: -4px;
left: auto;
border-width: 0 14px 14px 0;
border-color: transparent #DDE6A7 transparent transparent;
transform: rotate(14deg);
}
body:not(.new_tour-one-col-sm) .new_f-dates-container#new_f-dates-container .new_first_calendar_open #ui-datepicker-div td.new_ceil-tours-exists:hover::after {
bottom: 0;
top: initial;
right: -4px;
left: auto;
border-width: 0 0 14px 14px;
border-color: transparent transparent #DDE6A7 transparent;
transform: rotate(-14deg);
}
} .new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-calendar td.ui-state-disabled {
background-color: #f5f5f5 !important;
opacity: 1;
} .new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-other-month {
background-color: #fff !important;
} .new_f-dropdown-btn .new_f-duration-days {
display: none;
}
.duration .new_f-dropdown-item {
font-weight: 600;
}
.duration .new_f-dropdown-item .new_f-duration-days {
font-weight: normal;
color: #a3a3a3;
} .new_f-people-list {
margin: 14px 0 18px !important;
} .new_f-people-item {
float: left;
height: 40px;
width: 40px;
line-height: 40px;
text-align: center;
cursor: pointer;
margin-right: 1px;
} .new_f-people-item.active {
background-color: #000;
border-radius: 10px;
color: #fff;
} .new_f-children-accordion-btn {
position: relative;
border: 1px solid #dcdcdc;
padding: 6px 9px;
cursor: pointer;
margin-bottom: 8px;
}
.new_f-children-accordion-btn.active {
margin: 0;
} .new_f-children-accordion-btn.disabled {
color: #BDBDBD;
border-color: #dfdfdf;
cursor: default;
} .new_f-children-accordion-btn::after {
content: '';
position: absolute;
top: 14px;
right: 8px;
pointer-events: none;
width: 0;
height: 0;
border-style: solid;
border-width: 6px 4px 0;
border-color: #999 transparent transparent;
}
.new_f-children-accordion-btn.active::after {
border-width: 0 4px 6px;
border-color: transparent transparent #999;
}
.new_f-children-accordion-btn.disabled::after {
border-color: #ccc transparent transparent;
} .new_f-children-accordion-body {
display: none;
background: #F2F2F2;
border: 1px solid #dcdcdc;
border-top: none;
padding: 8px 0 0 8px;
}
.new_f-children-accordion-btn.active+.new_f-children-accordion-body {
display: block;
}
.new_f-children-list:empty {
display: none;
}
.new_f-children-container {
display: flex;
flex-direction: column;
}
.new_f-children-container .new_f-people-title {
order: 1;
margin-bottom: 14px;
}
.new_f-children-list {
order: 2;
margin: 0 0 10px;
}
.new_f-children-accordion-wrap {
order: 3;
} .new_f-children-age-item,
.new_f-children-list-item {
cursor: pointer;
float: left;
font-size: 14px;
font-weight: 700;
text-align: center;
margin: 0 8px 8px 0;
}
.new_f-children-list-item {
background: #4C9CE0;
color: #ffffff;
height: 40px;
padding: 4px 24px 0 0;
position: relative;
width: 70px;
}
.new_f-children-age-item {
width: 36px;
height: 34px;
padding: 1px 0 0;
}
.new_f-children-list-item::after {
color: #ffffff;
content: "×";
font-family: "Times New Roman";
font-size: 24px;
font-weight: 400;
line-height: 40px;
position: absolute;
right: 7px;
top: 0;
}
.new_f-children-age-item div,
.new_f-children-list-item div {
font-size: 11px;
font-weight: 400;
position: relative;
top: -5px;
}  .new_f-ext-btn-container {
margin-top: 7px;
margin-bottom: 20px;
height: 18px;
}
.new_f-form .new_f-ext-btn {
color: #fff;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
padding-left: 14px;
display: inline-block;
cursor: pointer;
}
.new_f-ext-btn-text {
position: relative;
color: #fff;
}
.new_f-ext-btn-text::before {
content: '';
position: absolute;
left: -14px;
top: 5px;
border-color: #fff transparent transparent;
border-style: solid;
border-width: 6px 4px 0;
height: 0;
width: 0;
}
.ext-opened .new_f-ext-btn-text::before {
border-color: transparent transparent #fff;
border-width: 0 4px 6px;
}
.new_f-ext-btn-filters-num:empty {
display: none;
}  .new_f-ext-container {
display: none;
padding: 35px 0 30px;
} .new_f-ext-container::before {
content: '';
display: block;
height: 1px;
position: absolute;
top: 0;
left: 50px;
right: 50px;
background: #fff;
}
.ext-opened .new_f-ext-container {
display: block;
position: relative;
}
.new_f-ext-col {
float: left;
width: 33.3333%;
}
.new_f-ext-col-recommend,
.new_f-ext-col-serv {
width: 100%;
}
.new_f-ext-bl {
margin-bottom: 30px;
} .new_f-ext-bl-title {
font-size: 14px;
font-weight: 700;
color: #555;
position: relative;
} .new_f-ext-bl-title span {
font-size: 13px;
position: absolute;
left: 0;
top: 18px;
color: #666;
font-weight: normal;
}
.new_f-ext-bl .new_f-ext-bl-title {
margin-bottom: 19px;
}
.new_f-ext-bl-cat .new_f-ext-bl-body {
margin-left: -2px;
}
.new_f-ext-bl-food .new_f-ext-bl-body {
margin-left: -4px;
}
.new_f-ext-bl-price .new_f-ext-bl-body,
.new_f-ext-bl-cat .new_f-ext-bl-body,
.new_f-ext-bl-rat .new_f-ext-bl-body {
height: 47px;
}
.new_f-ext-bl-rat .new_f-ext-bl-body,
.new_f-ext-bl-price .new_f-ext-bl-body {
padding-top: 11px;
width: 240px;
}
.new_f-ext-bl label {
position: relative;
color: #666;
} .new_f-ext-bl-price .slider-container::before,
.new_f-ext-bl-price .slider-container::after,
.new_f-ext-scale-item::before,
.new_f-ext-bl-cat label::before,
.new_f-ext-bl-food label::before {
content: '';
display: block;
width: 1px;
height: 8px;
background: #C2C5CA;
position: absolute;
top: -7px;
left: 50%;
margin-left: -1px;
}
.new_f-ext-bl-price .slider-container::before,
.new_f-ext-bl-price .slider-container::after {
top: 9px;
}
.new_f-ext-bl-price .slider-container::before {
left: 1px;
}
.new_f-ext-bl-price .slider-container::after {
left: auto;
right: 1px;
} .new_f-ext-bl-cat label,
.new_f-ext-bl-food label {
display: inline;
}
.new_f-ext-bl-cat label span,
.new_f-ext-bl-food label span {
display: inline-block;
text-align: center;
padding: 27px 0 0 !important;
}
.new_f-ext-bl-cat label span {
width: 20px;
}
.new_f-ext-bl-food label span {
width: 24px;
white-space: nowrap;
}
.new_f-ext-bl-cat label {
margin-right: 30px;
}
.new_f-ext-bl-food label {
margin-right: 15.2px;
}
.new_f-ext-bl-transp label {
display: block;
margin-bottom: 15px;
}
.new_f-ext-bl label:last-child {
margin-right: 0 !important;
margin-bottom: 0 !important;
}
.new_f-container .new_f-ext-bl-cat input[type="checkbox"]+*::before {
left: 2px;
}
.new_f-container .new_f-ext-bl-cat input[type="checkbox"]:checked+*::after {
left: 4px;
}
.new_f-container .new_f-ext-bl-food input[type="checkbox"]+*::before {
left: 4px;
}
.new_f-container .new_f-ext-bl-food input[type="checkbox"]:checked+*::after {
left: 6px;
}
.new_f-ext-bl-price .slider-container {
position: relative;
}
.new_f-ext-bl-price .slider-container input {
position: absolute;
background: none;
border: none;
top: 14px;
width: 55px;
color: #666;
}
.new_f-ext-bl-price .slider-container input:nth-child(1) {
left: -5px;
}
.new_f-ext-bl-price .slider-container input:nth-child(2) {
right: -7px;
text-align: right;
} .new_f-ext-col-recommend label {
display: block;
padding: 0 20px 8px 0;
cursor: pointer;
}
[class*='new_f-'] input[type="radio"],
.new_f-ext-col-recommend input {
display: none;
}
[class*='new_f-'] input[type="radio"]+span,
.new_f-ext-col-recommend input+span {
padding-left: 24px;
display: inline-block;
}
[class*='new_f-'] input[type="radio"]+ ::before,
[class*='new_f-'] input[type="radio"]+ ::after,
.new_f-ext-col-recommend input[type="checkbox"]+ ::before,
.new_f-ext-col-recommend input[type="checkbox"]+ ::after {
content: '';
display: block;
position: absolute;
border-radius: 50%;
}
[class*='new_f-'] input[type="radio"]+ ::before,
.new_f-ext-col-recommend input[type="checkbox"]+ ::before {
width: 15px;
height: 15px;
border: 1px solid #D5D5D5;
background-color: #fff;
left: 0;
top: 3px;
}
[class*='new_f-'] input[type="radio"]:checked+ ::after,
.new_f-ext-col-recommend input[type="checkbox"]:checked+ ::after {
width: 5px;
height: 5px;
background: #bbb;
left: 5px;
top: 8px;
}
[class*='new_f-'] input[type="radio"]:checked+ ::after,
.new_f-ext-col-recommend input[type="checkbox"]:checked+ ::after {
background: #fff !important;
filter: none !important;
}
[class*='new_f-'] input[type="radio"]:checked+ ::before,
.new_f-ext-col-recommend input[type="checkbox"]:checked+ ::before {
border-color: #4a89cb !important;
background: #4C9CE0;
} .new_f-services-label-wrap {
-webkit-padding-start: 0;
padding: 0;
margin: 0;
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-gap: 0;
-moz-column-gap: 0;
column-gap: 0;
}
.new_f-services-label-wrap .new_f-services-label:not(:only-child) {
float: none;
width: auto;
position: relative;
margin: 0;
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid-column;
display: table;
padding: 0 0 20px;
}
.new_f-services-label-wrap .new_f-services-label:only-child {
-webkit-padding-start: 0;
padding: 0;
margin: 0;
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-gap: 0;
-moz-column-gap: 0;
column-gap: 0;
display: table;
}
@-moz-document url-prefix() {
.new_f-services-label-wrap .new_f-services-label:only-child {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
display: block;
-webkit-column-break-inside: avoid-column;
page-break-inside: avoid-column;
break-inside: avoid-column;
}
}
.new_f-label-name {
color: #666;
margin-bottom: 8px;
}
.new_f-services-label-wrap .new_f-services-label span,
.new_f-services-label-wrap .new_f-services-label label {
display: block;
}
.new_f-services-label-wrap .new_f-services-label label {
padding: 0 20px 8px 0;
}
.new_f-ext-col-serv .new_f-ext-bl {
margin-bottom: 5px;
} .new_f-ext-container .ui-slider {
position: relative;
}
.new_f-ext-container .ui-slider .ui-slider-handle {
cursor: default;
background: #F6F7F9;
border: 1px solid #4C9CE0;
border-radius: 50%;
height: 15px;
position: absolute;
width: 15px;
margin-left: -8px;
top: -3px;
z-index: 1;
outline: none;
}
.new_f-ext-container .ui-slider-range,
.new_f-ext-container .new_f-ext-bl-price .ui-widget-content,
.new_f-ext-container .slider-container .ui-widget-content {
border: medium none;
height: 8px !important;
}
.new_f-ext-container .ui-slider-range,
.new_f-ext-container .slider-container .ui-widget-content {
border-radius: 4px;
}
.new_f-ext-container .new_f-ext-bl-rat .ui-slider-range,
.new_f-ext-container .new_f-ext-bl-price .ui-widget-content {
background: #fff !important;
border-radius: 3px;
box-shadow: inset 0 0 2px rgba(0, 0, 0, .05);
}
.new_f-ext-container .ui-slider-range {
position: absolute;
}
.new_f-ext-scale {
margin-top: 4px !important;
margin: 0 -8%;
}
.new_f-ext-scale-item {
float: left;
padding-top: 4px;
text-align: center;
width: 14.2857%;
position: relative;
}
.new_f-ext-scale-item::before {
top: -3px;
} .new_f-ext-container .new_f-dropdown-btn-apply,
.new_f-ext-clear-btn {
float: right;
}
.new_f-ext-clear-btn {
bottom: -31px;
color: #000;
cursor: pointer;
position: absolute;
right: 205px;
z-index: 5;
}
.new_f-ext-container .new_f-dropdown-body-bottom {
display: block;
overflow: hidden;
}
.new_f-ext-container .new_f-dropdown-body-bottom .new_f-dropdown-btn-cancel {
display: none;
} .new_m-mobile-form:not(.new_mobile-form) .new_f-ext-container .new_f-dropdown-body-bottom,
.new_m-mobile-form:not(.new_mobile-form) .new_f-wrapper>.new_f-title,
.new_m-mobile-form:not(.new_mobile-form) .new_f-form>.clearfix,
.new_m-mobile-form:not(.new_mobile-form) .new_f-ext-btn-container,
.new_m-mobile-form:not(.new_mobile-form) .new_f-ext-body {
width: auto;
}
.new_m-mobile-form:not(.new_mobile-form) .new_f-form {
padding: 0 9px;
}
.new_m-mobile-form:not(.new_mobile-form) .new_f-ext-container,
.new_m-mobile-form:not(.new_mobile-form) .new_f-title {
padding-left: 18px;
padding-right: 18px;
}
.new_m-mobile-form:not(.new_mobile-form) .new_f-form-submit,
.new_m-mobile-form:not(.new_mobile-form) .new_f-form-field {
width: calc(50% - 18px) !important;
margin: 0 9px 14px !important;
border-radius: 10px !important;
}
.new_m-mobile-form:not(.new_mobile-form) .new_f-form-field {
border: 1px solid #d4d4d4;
}
.new_m-mobile-form:not(.new_mobile-form) .new_f-search-dates-popup,
.new_m-mobile-form:not(.new_mobile-form) .new_f-form-field::before {
display: none !important;
}
.new_m-mobile-form:not(.new_mobile-form) .new_f-ext-btn-container {
padding-left: 9px;
padding-right: 9px;
}
.new_m-mobile-form:not(.new_mobile-form) .new_f-ext-container {
margin: 0 -9px;
}
.new_res-price-down.new_m-mobile-form:not(.new_mobile-form) .new_f-ext-col:nth-child(1),
.new_tour-one-col.new_m-mobile-form:not(.new_mobile-form) .new_f-ext-col:nth-child(1) {
width: 38%;
}
.new_res-price-down.new_m-mobile-form:not(.new_mobile-form) .new_f-ext-col:nth-child(2),
.new_tour-one-col.new_m-mobile-form:not(.new_mobile-form) .new_f-ext-col:nth-child(2) {
width: 40%;
}
.new_res-price-down.new_m-mobile-form:not(.new_mobile-form) .new_f-ext-col:nth-child(3),
.new_tour-one-col.new_m-mobile-form:not(.new_mobile-form) .new_f-ext-col:nth-child(3) {
width: 22%;
}
.new_tour-rat-under-photo.new_m-mobile-form:not(.new_mobile-form) .new_f-ext-col:nth-child(1),
.new_tour-rat-under-photo.new_m-mobile-form:not(.new_mobile-form) .new_f-ext-col:nth-child(2) {
width: 50% !important;
}
.new_tour-rat-under-photo.new_m-mobile-form:not(.new_mobile-form) .new_f-ext-col:nth-child(3),
.new_res-price-down.new_m-mobile-form:not(.new_mobile-form) .new_f-ext-col:nth-child(4),
.new_tour-one-col.new_m-mobile-form:not(.new_mobile-form) .new_f-ext-col:nth-child(4) {
width: 100% !important;
}
.new_tour-rat-under-photo.new_m-mobile-form:not(.new_mobile-form) .new_f-ext-col:nth-child(2) {
padding-left: 9px;
}
.new_tour-rat-under-photo.new_m-mobile-form:not(.new_mobile-form) .new_f-ext-bl-rat .new_f-ext-bl-body,
.new_tour-rat-under-photo.new_m-mobile-form:not(.new_mobile-form) .new_f-ext-bl-price .new_f-ext-bl-body {
padding-top: 11px;
width: 100%;
}
.new_tour-rat-under-photo.new_m-mobile-form:not(.new_mobile-form) .new_f-ext-bl-transp label {
display: inline-block;
margin-right: 25px;
}
.new_res-price-down.new_m-mobile-form:not(.new_mobile-form) .new_f-services-label-wrap,
.new_tour-one-col.new_m-mobile-form:not(.new_mobile-form) .new_f-services-label-wrap {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
}
.new_m-mobile-form:not(.new_mobile-form) #new_os-date-check .new_f-dropdown-body {
left: 0;
padding: 11px;
right: 0;
min-height: 20px;
} .new_mobile-form .new_f-container {
max-width: 400px;
}
.new_mobile-form .new_f-ext-container .new_f-dropdown-body-bottom,
.new_mobile-form .new_f-wrapper>.new_f-title,
.new_mobile-form .new_f-form>.clearfix,
.new_mobile-form .new_f-ext-btn-container {
padding-left: 15px;
padding-right: 15px;
width: auto;
}
.new_mobile-form .new_f-ext-body {
width: auto;
}
.new_mobile-form .new_f-ext-body>.clearfix {
padding: 0 15px;
overflow: hidden;
}
.new_mobile-form .new_f-container,
.new_mobile-form .new_f-wrapper {
height: auto;
}
.new_mobile-form .new_f-form-field {
float: none;
width: auto;
margin-bottom: 12px;
border: 1px solid #d4d4d4;
border-radius: 10px;
}
.new_mobile-form .new_f-form-field::before {
display: none;
}
.new_mobile-form .new_f-search-dates-popup {
display: none !important;
}
.new_mobile-form #new_os-date-check .new_f-dropdown-body {
left: -1px;
right: -1px;
}
.new_mobile-form #new_os-date-check .new_f-dropdown-body {
padding: 17px 15px;
}
.new_mobile-form .new_f-form .new_f-form-submit {
border-radius: 10px;
width: 100%;
float: none;
display: block;
margin-bottom: 20px;
}
.new_mobile-form .new_f-ext-btn-container {
top: -15px;
text-align: center;
}
.new_mobile-form #new_os-people { }
.new_mobile-form .new_f-ext-col {
float: none;
width: 100%;
}
.new_mobile-form .new_f-ext-bl.new_f-ext-bl-cat .new_f-ext-bl-title,
.new_mobile-form .new_f-ext-bl.new_f-ext-bl-food .new_f-ext-bl-title,
.new_mobile-form .new_f-ext-bl.new_f-ext-bl-transp .new_f-ext-bl-title,
.new_mobile-form .new_f-ext-col-serv .new_f-ext-bl .new_f-ext-bl-title {
margin-bottom: 10px;
}
.new_mobile-form .new_f-services-label-wrap {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
}
.new_mobile-form .new_f-services-label-wrap .new_f-services-label {
padding: 0 0 10px;
}
.new_mobile-form .new_f-ext-bl-transp label {
display: block;
margin-bottom: 8px;
}
.new_mobile-form .new_f-ext-clear-btn {
bottom: auto;
display: inline-block;
float: none;
left: 50%;
margin: 0 0 20px -65px;
position: relative;
right: auto;
}
.new_mobile-form .new_f-ext-bl-rat .new_f-ext-bl-body,
.new_mobile-form .new_f-ext-bl-price .new_f-ext-bl-body {
padding-left: 4px;
padding-right: 4px;
width: auto;
}
.new_m-mobile-form .new_f-search-dates-wrap {
padding: 4px 30px 4px 6px;
}
.new_m-mobile-form .new_f-search-dates-wrap svg {
right: 7px;
left: auto;
}
.new_m-mobile-form .new_f-datepicker-wrap {
width: calc(50% - 12px);
}
.new_mobile-form .new_f-ext-bl-cat .new_f-ext-bl-body {
margin-left: -10%;
margin-right: -10%;
}
.new_mobile-form .new_f-ext-bl-food .new_f-ext-bl-body {
margin-left: -7.6%;
margin-right: -7.6%;
}
.new_mobile-form .new_f-ext-bl-food {
margin-right: 0;
}
.new_mobile-form .new_f-ext-bl-food label,
.new_mobile-form .new_f-ext-bl-cat label {
margin-right: 0;
float: left;
text-align: center;
}
.new_mobile-form .new_f-ext-bl-cat label {
width: 20%;
}
.new_mobile-form .new_f-ext-bl-food label {
width: 16.6666%;
}
.new_mobile-form .new_f-ext-bl-cat label::before,
.new_mobile-form .new_f-ext-bl-food label::before {
background: #c2c5ca none repeat scroll 0 0;
content: "";
display: block;
height: 8px;
left: 50%;
margin-left: -1px;
position: absolute;
top: 20px;
width: 1px;
}
.new_mobile-form .new_f-datepicker-wrap input,
.new_mobile-form .new_f-autocomplete-input,
.new_mobile-form .new_f-form .new_f-dropdown-btn {
font-size: 14px;
}
.new_mobile-form .new_f-autocomplete-input::-webkit-input-placeholder {
font-size: 14px !important;
}
.new_mobile-form .new_f-autocomplete-input::-moz-placeholder {
font-size: 14px !important;
}
.new_mobile-form .new_f-autocomplete-input:-ms-input-placeholder {
font-size: 14px !important;
}
.new_mobile-form .new_f-autocomplete-input:-moz-placeholder {
font-size: 14px !important;
}
.new_mobile-form .new_f-form .new_f-dropdown-btn {
padding-top: 8px;
} @media all and (min-width: 479px) {
.new_f-dropdown-btn {
cursor: pointer;
} #new_os-to .new_f-dropdown-body.popup {
width: 205px !important;
box-shadow: none;
padding: 0;
top: auto;
margin: 0;
}
.new_mobile-form #ctyList,
.new_mobile-form #new_os-to .new_f-dropdown-body {
width: 380px !important;
}
.new_mobile-form .new_f-dropdown-container.people .new_f-dropdown-body,
.new_mobile-form .new_f-dropdown-body {
left: -1px;
right: -1px;
}
#new_os-to .new_f-dropdown-body:not(.popup) .ui-autocomplete {
max-height: 300px;
overflow-x: hidden;
}
.new_mobile-form #new_os-to .new_f-dropdown-body.popup #cntList {
direction: ltr;
}
#new_os-to .new_f-dropdown-body.popup #cntList {
max-height: 152px;
unicode-bidi: bidi-override;
direction: rtl;
overflow: scroll;
overflow-x: hidden !important;
padding-left: 0;
}
body:not(.new_mobile-form) #new_os-to .new_f-dropdown-body.popup #cntList {
max-height: 300px;
}
body:not(.new_mobile-form) #new_os-to .new_f-dropdown-body.popup #ctyList {
height: 301px;
}
body:not(.new_mobile-form) #new_os-to .new_f-dropdown-body.popup #ctyList .ctyLists-wrapper {
max-height: 255px;
height: 100%;
}
#new_os-to .ui-menu .ui-menu-item .ui-corner-all:hover .price-from,
#new_os-to .ui-menu .ui-menu-item .ui-corner-all:hover .label,
#new_os-to .ui-menu .ui-menu-item .ui-corner-all:hover .label i,
#new_os-to .ui-menu .ui-menu-item .ui-state-focus .price-from,
#new_os-to .ui-menu .ui-menu-item .ui-state-focus .gfont,
#new_os-to .ui-menu .ui-menu-item .ui-state-focus .label {
background-color: transparent;
}
.new_mobile-form #ctyList {
border: 1px solid #cbcbcb;
border-top: none;
left: -1px !important;
top: 153px;
width: 255px;
}
#ctyList .new_f-dropdown-body-bottom {
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 44px;
background-color: #f8f8f8;
}
#ctyList .new_f-dropdown-btn-apply {
line-height: 42px;
position: absolute;
font-weight: 600;
text-align: center;
font-size: 16px;
width: 60px;
height: 30px;
background-color: #000;
right: 7px;
top: 7px;
cursor: pointer;
border-radius: 7px;
}
#ctyList .new_f-dropdown-btn-apply span {
line-height: 26px;
color: #fff;
}
#ctyList .new_f-dropdown-btn-apply span:first-child,
#ctyList .new_f-dropdown-body-bottom {
display: block;
}
#ctyList .new_f-dropdown-btn-cancel {
display: none;
}
#new_os-to .new_f-dropdown-body.popup #cntList::-webkit-scrollbar,
#ctyList .ctyLists-wrapper::-webkit-scrollbar {
width: 6px;
}
#new_os-to .new_f-dropdown-body.popup #cntList::-webkit-scrollbar-track,
#ctyList .ctyLists-wrapper::-webkit-scrollbar-track,
#new_os-to .new_f-dropdown-body.popup #cntList::-webkit-scrollbar-thumb,
#ctyList .ctyLists-wrapper::-webkit-scrollbar-thumb {
border-radius: 6px;
}
#new_os-to .new_f-dropdown-body.popup #cntList::-webkit-scrollbar-thumb,
#ctyList .ctyLists-wrapper::-webkit-scrollbar-thumb {
background-color: #B5B5B5;
}
#new_os-to .new_f-dropdown-body.popup #cntList::-webkit-scrollbar-track {
background-color: #F2F2F2;
}
#ctyList .ctyLists-wrapper::-webkit-scrollbar-track {
background-color: #FFFFFF;
} .new_mobile-form .new_f-dropdown-body-date {
width: auto;
overflow: hidden;
}
.new_mobile-form .new_f-dates-container#new_f-dates-container #ui-datepicker-div::after {
left: 50% !important;
margin-left: 0 !important;
width: 8px !important;
}
.new_mobile-form .new_f-dates-container#new_f-dates-container #ui-datepicker-div {
width: 200% !important;
}
.new_mobile-form .new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-group {
width: calc(50% - 3px) !important;
}
.new_mobile-form .new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-next {
right: calc(100% + 18px) !important;
}
.new_mobile-form .new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-group:nth-child(3) {
display: none !important;
}
.new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-calendar td.new_ceil-tours-exists:hover a {
border-color: #b4cb5b !important;
}
.new_ceil-no-tours {
overflow: visible !important;
}
.new_ceil-no-tours a {
position: relative;
}
.new_ceil-no-tours:hover a::before,
.new_ceil-no-tours:hover a::after {
position: absolute;
z-index: 1;
}
.new_ceil-no-tours:hover a::before {
content: 'Нет туров на эту дату';
top: -25px;
left: -54px;
display: block;
background-color: #333;
color: #fff;
font-size: 12px;
white-space: nowrap;
padding: 0 5px;
border-radius: 2px;
height: 17px;
}
.new_ceil-no-tours:hover a::after {
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 5px 5px 0 5px;
border-color: #333333 transparent transparent transparent;
top: -8px;
left: 50%;
margin-left: -5px;
} .new_f-dropdown-container.from .new_f-dropdown-list,
.new_f-dropdown-container.duration .new_f-dropdown-list {
max-height: 300px;
overflow-x: hidden;
} .new_f-people-item:hover {
background-color: #F3F3F3;
border-radius: 10px;
color: #666;
}
.new_f-children-age-item:hover {
background: #4C9CE0;
color: #ffffff;
} .new_mobile-form .new_f-ext-container {
top: 0;
margin-top: -10px;
padding: 20px 0;
}
.new_mobile-form .new_f-ext-container {
background-position: left -35px top -33px;
}
.new_mobile-form .new_f-ext-container .new_f-dropdown-btn-apply {
float: none;
width: auto;
}
.new_f-ext-container .new_f-dropdown-btn-apply {
height: 40px;
border-radius: 10px;
text-align: center;
width: 180px;
line-height: 40px;
}
.new_f-ext-col-recommend label:hover input[type="checkbox"]+ ::after {
width: 5px;
height: 5px;
background: #bbb;
left: 5px;
top: 8px;
}
.new_f-ext-col-recommend label:hover input[type="checkbox"]+ ::before {
border-color: #bbb;
} body:not(.iOS) .new_f-container #new_os-to .ui-menu-item a:hover *,
body:not(.iOS) .new_f-container #new_os-to .ui-menu .ui-menu-item .ui-corner-all:hover,
body:not(.iOS) .new_f-container #new_os-to .ui-menu .ui-menu-item .ui-state-focus,
body:not(.iOS) .new_f-container #new_os-to .ui-menu .ui-menu-item .ui-corner-all:hover *,
body:not(.iOS) .new_f-container #new_os-to .ui-menu .ui-menu-item .ui-state-focus * {
background: #F3F3F3 !important;
} body:not(.iOS) .new_f-container #new_os-to .ui-menu .ui-menu-item.active .ui-corner-all,
body:not(.iOS) .new_f-container #new_os-to .ui-menu .ui-menu-item.active .ui-corner-all * {
background: #e2e8ef !important;
}
.new_f-dropdown-item:hover {
background-color: #F3F3F3;
}
.new_f-container label:hover input[type="checkbox"]+*::before {
border-color: #bbb;
}
} @media all and (max-width: 478px) {
.new_os {
display: flex;
flex-direction: column;
}
.new_mobile-form .new_f-container {
max-width: 1400px;
}
.new_f-container {
width: 100%;
}
.new_check-mobile {
display: block;
}  .new_layer-open-ext body, .new_layer-open-map body, .new_layer-open body {
overflow: hidden !important;
position: relative;
height: 100%;
}
.new_t-tab-content-top,
.new_f-dropdown-body-top,
.new_f-dropdown-body-bottom {
display: block !important;
}
.new_f-ext-container::before {
display: none;
}
.new_f-ext-container .new_f-dropdown-body-bottom .new_f-dropdown-btn-cancel {
display: block;
}
.new_f-dropdown-body-bottom {
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 44px;
width: 92%;
}
.new_f-dropdown-bottom-btn {
position: absolute;
width: 50%;
top: 0;
bottom: 0;
line-height: 42px;
font-size: 16px;
text-align: center;
border: 1px solid transparent;
border-left: none;
border-right: none;
}
.new_f-dropdown-btn-cancel {
left: 0;
background-color: #DFE8F0;
border-top-color: #C8D4DF;
border-bottom-left-radius: 15px;
}
.new_f-dropdown-btn-apply {
right: 0;
background-color: #000;
color: #fff;
font-weight: 600;
border-top-right-radius: 15px;
}
.new_results-map-overlay,
.new_f-ext-container,
.new_modal-open .new_tour-one-col-sm .new_t-modal-body,
.new_t-tab-content.map,
.new_t-tab-content.reviews,
.new_f-dropdown-container:not(#new_os-date-check) .new_f-dropdown-body,
.new_layer-open .new_t-change-people .new_f-dropdown-body {
position: fixed !important;
left: 0 !important;
right: 0 !important;
top: 0 !important;
bottom: 0 !important;
width: auto !important;
border: none !important;
border-radius: 15px !important;
padding: 0 !important;
margin: 0 !important;
z-index: 999 !important;
background: #fff;
transform: translate(0, 0);
box-shadow: none;
overflow: hidden;
}
.new_f-dropdown-item {
white-space: nowrap;
cursor: pointer;
padding: 7px 14px;
margin: 0;
font-size: 16px;
}
.new_layer-open .new_t-change-people .new_f-dropdown-body {
text-align: left;
}
.new_layer-open .new_t-change-people .new_f-dropdown-list,
.new_f-dropdown-container.people .new_f-dropdown-list {
padding: 15px;
}
.new_results-map-body,
.new_mobile-form .new_f-ext-body,
.new_f-dates-container#new_f-dates-container .dp-container,
.new_t-tab-content-body,
.new_t-modal-body-middle,
.new_t-modal-body-item,
.new_f-dropdown-list {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.new_mobile-form .new_f-ext-body,
.new_t-tab-content-body,
.new_t-modal-body-middle,
.new_t-modal-body-item,
.new_f-dropdown-list {
overflow: auto;
-webkit-overflow-scrolling: touch;
}
#new_hotels-map,
.new_mobile-form .new_f-ext-body,
.new_f-dates-container#new_f-dates-container .dp-container,
.new_t-tab-content-body,
.new_t-modal-body-middle,
.new_f-dropdown-list {
top: 44px;
}
.new_mobile-form .new_f-ext-body,
#new_os-people .new_f-dropdown-list {
bottom: 44px;
}
#new_os-from .new_f-dropdown-list,
#new_os-duration .new_f-dropdown-list {
padding: 10px 0 0;
}
#new_os-from .new_f-dropdown-list .new_f-dropdown-item:last-child,
#new_os-duration .new_f-dropdown-list .new_f-dropdown-item:last-child {
margin-bottom: 10px;
}
.new_f-ext-container .new_f-dropdown-body-bottom {
position: absolute;
width: auto;
}
#new_hotel-map,
#new_hotels-map {
height: 100% !important;
} .new_f-to-mobile-shield {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
background-color: rgba(0, 0, 0, 0);
cursor: pointer;
}
#ctyList .new_f-dropdown-btn-apply span:last-child {
display: block;
line-height: 42px;
}
.new_layer-open-to #new_os-to .new_f-dropdown-btn {
border: 1px solid #D3D3D3;
border-radius: 3px;
height: 40px;
left: 15px;
position: fixed;
right: 15px;
top: 54px;
z-index: 1000;
}
.new_layer-open-to .listsWrap {
position: absolute;
top: 104px;
left: 0;
right: 0;
bottom: 0;
width: 220%;
}
.new_f-container #cntList,
.new_f-container #ctyList {
position: absolute;
top: 0;
bottom: 0;
width: 50%;
display: block !important;
height: auto !important;
border: none !important;
}
.new_f-container #cntList {
left: 0;
right: auto;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
.new_f-container #ctyList {
left: 50% !important;
right: 0;
}
.new_f-container #ctyList .ctyLists-wrapper {
height: auto;
overflow: auto;
-webkit-overflow-scrolling: touch;
padding: 10px;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 44px;
}
#new_os-to .ui-menu .ui-menu-item .label,
#new_os-to .ui-menu .ui-menu-item .noplace,
#new_os-to #cntList li a,
#ctyList li,
#ctyList li label {
height: 33px !important;
}
#new_os-to .ui-menu .ui-menu-item .label,
#new_os-to .ui-menu .ui-menu-item .label b,
#new_os-to .ui-menu .ui-menu-item .noplace {
line-height: 33px !important;
}
#new_os-to .type-item,
#new_os-to .ui-menu .ui-menu-item .label,
#new_os-to .ui-menu .ui-menu-item .noplace {
padding-left: 14px;
}
#new_os-to .ui-menu .ui-menu-item .label {
font-weight: normal;
overflow: hidden;
text-overflow: ellipsis;
max-width: 100%;
}
#new_os-to .ui-menu .ui-menu-item .label:not(:only-child) {
max-width: calc(100% - 120px);
}
#new_os-to .ui-autocomplete .ui-menu-item .price-from {
padding-right: 14px;
padding-top: 8px;
}
#ctyList .itemPrice {
padding-top: 2px;
}
.new_f-container #ctyList input[type="checkbox"]+*::before {
top: 6px;
}
.new_f-container #ctyList input[type="checkbox"]:checked+*::after {
top: 8px;
}
#new_os-to .ui-autocomplete,
#new_os-to .popup .ui-autocomplete {
padding-top: 0 !important;
}
.new_layer-open-to .new_f-dropdown-btn .cnt {
width: 30px;
}
.new_layer-open-to .new_f-dropdown-btn .cnt::after {
right: 11px;
}
.new_layer-open-to .new_f-autocomplete-input,
.new_layer-open-to .new_input-mask {
padding-right: 38px !important;
}
.new_input-mask {
padding-top: 8px !important;
} .new_f-dropdown-body-date .new_f-dropdown-body-top .new_f-dropdown-body-close,
.new_f-dates-container#new_f-dates-container .mobile-calendar-days {
display: block !important;
}
.new_f-dropdown-body-date .new_f-dropdown-body-top {
background: #4C9CE0;
color: #fff;
font-weight: 700;
text-align: left;
}
.new_f-dates-container#new_f-dates-container .dp-container {
padding: 0;
}
.new_f-dates-container#new_f-dates-container #ui-datepicker-div th,
.new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-prev,
.new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-next,
.new_f-dates-container#new_f-dates-container #ui-datepicker-div::after {
display: none !important;
}
.new_f-dates-container#new_f-dates-container #ui-datepicker-div {
padding-top: 35px !important;
}
.new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-group {
float: none;
padding: 0 !important;
width: 100% !important;
margin: 0 0 25px !important;
}
.new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-calendar td * {
padding: 16px 0 17px !important;
}
.new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-title {
padding: 10px 0;
}
.new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-calendar td *,
.new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-title {
font-size: 14px;
}
.ui-datepicker * {
cursor: pointer !important;
}
.new_f-dates-container#new_f-dates-container .new_second_calendar_open #ui-datepicker-div td.ceil.ui-state-active.ui-datepicker-current-day::before,
.new_f-dates-container#new_f-dates-container .new_second_calendar_open #ui-datepicker-div td.ceil.ui-state-active.ui-datepicker-current-day::before,
.new_f-dates-container#new_f-dates-container #ui-datepicker-div td.ceil.ui-state-highlight-right::before,
.new_f-dates-container#new_f-dates-container #ui-datepicker-div td.ceil.ui-state-active::before {
top: -8px;
border-width: 30px 30px 0 0;
}
.new_f-dates-container#new_f-dates-container .new_second_calendar_open #ui-datepicker-div td.ceil.ui-state-active.ui-datepicker-current-day::after,
.new_f-dates-container#new_f-dates-container .new_second_calendar_open #ui-datepicker-div td.ceil.ui-state-active.ui-datepicker-current-day::after,
.new_f-dates-container#new_f-dates-container #ui-datepicker-div td.ceil.ui-state-highlight-right::after,
.new_f-dates-container#new_f-dates-container #ui-datepicker-div td.ceil.ui-state-active::after {
bottom: -9px;
border-width: 30px 0 0 30px;
}
.new_f-dates-container#new_f-dates-container .new_second_calendar_open #ui-datepicker-div td.ceil.ui-state-active::before,
.new_f-dates-container#new_f-dates-container #ui-datepicker-div td.ceil.ui-state-highlight-left::before,
.new_f-dates-container#new_f-dates-container #ui-datepicker-div td.ceil.ui-state-active.ui-datepicker-current-day::before {
top: -8px;
border-width: 0 30px 30px 0;
}
.new_f-dates-container#new_f-dates-container .new_second_calendar_open #ui-datepicker-div td.ceil.ui-state-active::after,
.new_f-dates-container#new_f-dates-container #ui-datepicker-div td.ceil.ui-state-highlight-left::after,
.new_f-dates-container#new_f-dates-container #ui-datepicker-div td.ceil.ui-state-active.ui-datepicker-current-day::after {
bottom: -9px;
border-width: 0 0 30px 30px;
}
.new_f-dates-container#new_f-dates-container .mobile-calendar-days {
position: absolute;
top: 44px;
left: 0;
right: 0;
z-index: 4;
background-color: rgba(255, 255, 255, 0.85);
}
.new_f-dates-container#new_f-dates-container .new_first_calendar_open+.mobile-calendar-days .calendar-tip {
display: none !important;
}
.new_f-dates-container#new_f-dates-container .mobile-calendar-days .mobile-calendar-day {
float: left;
padding: 5px 0;
position: relative;
text-align: center;
top: 0;
width: 14.25%;
color: #a3a3a3;
}
.new_f-dates-container#new_f-dates-container .calendar-tip {
height: 29px;
line-height: 29px;
background-color: #F7941D;
color: #ffffff;
display: none;
left: 0;
position: absolute;
right: 0;
text-align: center;
z-index: 1;
}
.new_os-date-check .new_f-dropdown-body {
line-height: 120%;
}
#new_f-dates-container.new_f-dates-container #ui-datepicker-div {
overflow-y: scroll !important;
position: absolute !important;
bottom: 0;
right: 0;
-webkit-overflow-scrolling: touch;
} .new_f-form .new_f-ext-btn {
font-size: 14px;
}
.new_mobile-form .new_f-ext-body {
padding-top: 15px;
}
.new_f-children-list-item {
padding-top: 2px;
}
.new_f-ext-btn-text::before {
top: 8px;
}
.new_f-container .new_f-ext-col-serv input[type="checkbox"]+*::before,
.new_f-container .new_f-ext-bl-transp input[type="checkbox"]+*::before {
top: 5px;
}
.new_f-container .new_f-ext-col-serv input[type="checkbox"]:checked+*::after,
.new_f-container .new_f-ext-bl-transp input[type="checkbox"]:checked+*::after {
top: 7px;
}
.new_f-ext-bl-price .slider-container input {
width: 80px;
}
.new_mobile-form .new_f-ext-bl-cat .new_f-ext-bl-body {
margin-left: -9%;
margin-right: -9%;
}
.new_mobile-form .new_f-ext-bl-food .new_f-ext-bl-body {
margin-left: -6.6%;
margin-right: -6.6%;
}
.new_mobile-form .ui-slider {
pointer-events: none;
}
.new_mobile-form .ui-slider .ui-slider-handle {
pointer-events: auto;
width: 24px;
height: 24px;
top: -8px;
margin-left: -12px;
}
.new_mobile-form .ui-slider .ui-slider-handle::after {
content: '';
display: block;
position: absolute;
left: -10px;
right: -10px;
top: -10px;
bottom: -10px;
}
.new_mobile-form .new_f-ext-bl-rat .new_f-ext-bl-body,
.new_mobile-form .new_f-ext-bl-price .new_f-ext-bl-body {
padding-left: 15px;
padding-right: 15px;
}
.new_f-ext-col-recommend input[type="checkbox"]+ ::before {
top: 5px;
}
.new_f-ext-col-recommend label:hover input[type="checkbox"]+ ::after,
.new_f-ext-col-recommend input[type="checkbox"]:checked+ ::after {
top: 10px;
} .new_f-autocomplete-input::-webkit-input-placeholder {
font-size: 16px !important;
}
.new_f-autocomplete-input::-moz-placeholder {
font-size: 16px !important;
}
.new_f-autocomplete-input:-ms-input-placeholder {
font-size: 16px !important;
}
.new_f-autocomplete-input:-moz-placeholder {
font-size: 16px !important;
}
.new_f-form .new_f-dropdown-btn {
padding-top: 8px;
}
.new_f-datepicker-wrap input,
.new_f-autocomplete-input,
.new_f-form .new_f-dropdown-btn,
.new_f-datepicker-wrap button,
.new_f-ext-bl-price .slider-container input,
.new_os-date-check .new_f-dropdown-body,
.new_f-ext-bl-title,
.new_mobile-form .new_f-ext-body,
#ctyList .itemPrice,
#ctyList li,
#new_os-to .ui-menu .ui-menu-item .label,
#new_os-to .ui-menu .ui-menu-item .noplace,
.new_f-people-title,
.new_f-people-item,
.new_f-children-accordion-btn,
.new_f-children-age-item,
.new_f-children-list-item {
font-size: 16px !important;
}
#new_os-to .ui-menu .ui-menu-item .price-from {
font-size: 14px;
}
}
@media all and (max-width: 380px) {
.new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-calendar td * {
padding: 13px 0 14px !important;
}
}
@media all and (max-width: 321px) {
.new_f-dates-container#new_f-dates-container #ui-datepicker-div {
padding-top: 30px;
}
.new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-group {
margin: 0 0 15px !important;
}
.new_f-dates-container#new_f-dates-container #ui-datepicker-div .ui-datepicker-calendar td * {
padding: 10px 0 12px !important;
}
}
.new_mobile-form .new_f-form::after {
display: none;
}    .exs_container,
.exs_container *,
.exs_container *:before,
.exs_container *:after {
box-sizing: border-box;
font-family: 'Roboto', arial;
line-height: normal;
} .exs_search-form > * {
opacity: 0;
}
.clearfix:after {
content: '';
display: table;
clear: both;
}
.fl {
float: left;
}
.fr {
float: right;
} .exs_container {
margin: -81px auto 20px auto;
max-width: 951px;
} .exs_search-form {
min-height: 156px;
border-radius: 3px;
color: #fff;
padding: 0 30px 32px;
position: relative;
box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.25);
border-radius: 25px;
background-color: rgba(0, 0, 0, 0.2);
backdrop-filter: blur(30px);
-webkit-backdrop-filter: blur(30px);
} #exs_container #exs_search-container .exs_search-form input,
#exs_container #exs_search-container .exs_search-form select {
color: #666;
font-size: 12.5px;
} .exs_search-title {
font: 700 19px / 60px 'Roboto', arial;
height: 67px;
margin: 0 -30px;
padding: 0 30px;
} .exs_search-title span {
color: #fff;
font: 400 15px 'Roboto';
margin-left: 5px;
}
.exs_search-to,
.exs_search-dates,
.exs_search-duration,
.exs_search-type {
position: relative;
float: left;
} .exs_search-dates,
.exs_search-duration,
.exs_search-type {
margin-left: 7px;
} .exs_search-to {
width: 245px;
} #exs_container #exs_search-container .exs_search-to input {
height: 37px;
width: 245px;
border-radius: 10px;
border: 1px solid #d4d4d4;
display: block;
padding: 0 30px 0 10px;
background: #fff;
} .exs_autocomplete-toggle_element {
display: block;
width: 24px;
height: 31px;
position: absolute;
top: 3px;
right: 3px;
background: #fff url(//greentravel.in.ua/wp-content/themes/greentravel/assets/img/select-bg.png) no-repeat 8px center;
cursor: pointer;
border-radius: 5px;
}
.exs_autocomplete-toggle_element:hover {
background-color: #eee;
} .exs_search-cols {
height: 37px;
background: #fff url(//greentravel.in.ua/wp-content/themes/greentravel/assets/img/datep-i.png) no-repeat 5px 8px;
border-radius: 10px;
border: 1px solid #d4d4d4;
padding: 4px 2px 4% 28px;
} .exs_search-col {
float: left;
width: 76px;
position: relative;
} .exs_search-dates-popup {
position: absolute;
background-color: #E2E8EF;
border-radius: 5px;
font-size: 11px;
right: 0;
left: 29px;
top: -23px;
color: #666;
padding: 3px 7px;
text-align: center;
height: 20px;
display: none;
}
.exs_tip-calendar .exs_search-dates-popup,
.exs_tip-hovered .exs_search-dates-popup,
.exs_tip-active.exs_search-dates-popup {
display: block;
} .exs_search-dates-popup:before,
.exs_search-dates-popup:after {
border-color: #E2E8EF transparent transparent;
border-style: solid;
border-width: 4px 4px 0;
content: "";
height: 0;
position: absolute;
top: 20px;
width: 0;
}
.exs_search-dates-popup:before {
left: 36px;
}
.exs_search-dates-popup:after {
right: 36px;
} #exs_container #exs_search-container .exs_datepicker-wrap input {
height: 27px;
width: 100%;
border-radius: 10px;
display: block;
padding: 0 0 0 4px;
background: #E2E8EF;
border: none;
cursor: text;
} .exs_datepicker-wrap-2:before {
content: '';
display: block;
position: absolute;
top: 15px;
left: -13px;
width: 12px;
height: 1px;
background-color: #666666;
} .exs_datepicker-wrap-2 {
margin-left: 14px;
} .exs_search-duration {
width: 130px;
} .exs_search-type {
width: 158px;
} .exs_search-label {
height: 37px;
width: 100%;
background-color: #fff;
border-radius: 10px;
border: 1px solid #d4d4d4;
display: block;
position: relative;
cursor: pointer;
float: left;
} .exs_search-label:after {
content: '';
display: block;
width: 24px;
height: 31px;
position: absolute;
top: 3px;
right: 3px;
background: #fff url(//greentravel.in.ua/wp-content/themes/greentravel/assets/img/select-bg.png) no-repeat 8px center;
pointer-events: none;
cursor: pointer;
border-radius: 5px;
} #exs_container #exs_search-container .exs_search-label select {
background: none;
border: none;
display: block;
height: 35px;
min-height: 35px;
width: 100% !important;
padding: 0 6px;
margin: 0;
cursor: pointer;
}
#exs_container #exs_search-container .exs_search-label select:focus {
border-radius: 10px;
} #exs_container #exs_search-container input.exs_search-submit {
background-color: #000;
border: 2px solid #000;
border-radius: 10px;
color: #fff;
cursor: pointer;
font-size: 16px;
font-weight: 700;
height: 37px;
width: 132px;
position: absolute;
right: 30px;
top: 67px;
padding: 0;
text-transform: none;
} .exs_und {
cursor: pointer;
position: relative;
font-size: 14px;
} .exs_add-dir-btn {
padding-left: 16px;
background: url(https://export.otpusk.com/os/excursion/exs-add-i.png) no-repeat left 5px;
margin-top: 6px;
} .exs_dir-list {
background: #0000001a;
border-top: none;
margin-top: 5px;
border-radius: 5px;
} .exs_dir-item {
color: #fff;
font-size: 14px;
padding: 8px 10px;
position: relative;
}
.exs_dir-item:first-of-type::before {
display: none;
}
.exs_dir-item::before {
content: "";
position: absolute;
top: 0;
left: 10%; width: 80%; height: 1px; background-color: #ffffff91; } .exs_dir-remove {
position: absolute;
width: 8px;
height: 8px;
cursor: pointer;
background: url(https://export.otpusk.com/os/excursion/exs-dir-remove.png) no-repeat 0 0;
top: 12.5px;
right: 10px;
opacity: .8;
}
.exs_dir-remove:hover {
opacity: 1;
} .exs_search-extended {
font-size: 15px;
padding-left: 15px;
position: absolute;
left: 281px;
top: 111px;
}
.exs_extended-btn:hover {
text-decoration: none;
} .exs_extended-btn:before {
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 6px 4px 0 4px;
border-color: #fff transparent transparent;
position: absolute;
top: 5px;
left: -13px;
} .opened .exs_extended-btn:before {
border-width: 0 4px 6px 4px;
border-color: transparent transparent #fff;
} .exs_search-extended-container {
margin-top: 24px;
padding-bottom: 0px;
position: relative;
} .exs_search-from .fl {
font-size: 14.5px;
position: relative;
top: 10px;
margin-right: 8px;
}
.exs_search-extended-container .exs_search-label {
width: auto;
} #exs_container #exs_search-container .exs_search-from select {
padding-right: 25px;
} .exs_search-transport {
position: absolute;
left: 251px;
top: 10px;
font-size: 15px;
} .exs_search-transport-title {
float: left;
font-weight: bold;
} #exs_container #exs_search-container .exs_search-transport label {
float: left;
display: block;
margin-left: 20px;
} #exs_container #exs_search-container .exs_search-transport label input {
width: 0;
height: 0;
opacity: 0;
display: none;
} .exs_search-transport label span {
display: block;
padding-left: 26px;
background: url(https://export.otpusk.com/os/excursion/exs-checkbox.png) no-repeat 0 1px;
cursor: pointer;
position: relative;
} #exs_container #exs_search-container .exs_search-transport label input:checked+span:before {
content: '';
position: absolute;
width: 11px;
height: 11px;
left: 3px;
top: 4px;
background: url(https://export.otpusk.com/os/excursion/exs-checked.png) no-repeat 0 0;
} .ui-autocomplete {
border-radius: 0;
box-sizing: border-box;
padding: 0;
}
.ui-autocomplete-loading + .ui-helper-hidden-accessible + .os-spinner {
display: block !important;
}
.ui-autocomplete.default-list {
max-height: 474px;
overflow-y: scroll;
}
.ui-autocomplete li {
text-align: left;
}
.ui-autocomplete .type-item {
background-color: #f7f7f7;
color: #888;
font-size: 11px;
padding: 5px 8px 4px;
text-transform: uppercase;
}
.ui-autocomplete .ui-menu-item .ui-corner-all {
background-color: #fff;
box-sizing: border-box;
cursor: pointer;
display: block;
font-family: Arial,Helvetica,sans-serif;
min-height: 29px;
padding: 5px 8px !important;
position: relative;
}
.ui-autocomplete .country.ui-menu-item .ui-corner-all .label,
.ui-autocomplete .city.ui-menu-item .ui-corner-all .label {
font-size: 15px;
background-color: transparent;
text-shadow: none;
font-weight: normal;
display: block;
line-height: 16px;
height: 16px;
padding: 0;
white-space: nowrap;
color: #666;
text-align: left;
}
.ui-autocomplete .country.ui-menu-item .ui-corner-all.ui-state-focus .price-from,
.ui-autocomplete .country.ui-menu-item .ui-corner-all.ui-state-focus .label,
.ui-autocomplete .city.ui-menu-item .ui-corner-all.ui-state-focus .price-from,
.ui-autocomplete .city.ui-menu-item .ui-corner-all.ui-state-focus .label {
color: #999;
}
.ui-autocomplete .ui-menu-item .ui-corner-all .label .gfont {
color: #999;
font-size: 15px;
}
.ui-autocomplete .ui-menu-item .ui-corner-all .price-from {
float: right;
font-size: 13px;
margin: 2px 0 0 5px;
}
.ui-autocomplete .ui-menu-item .no-tours .price-from {
color: #c66;
}
.ui-autocomplete .ui-menu-item .no-tours .label {
color: #999;
}
.ui-autocomplete .ui-menu-item .no-tours .label .gfont {
color: #aeaeae;
}
.ui-menu-item:hover a {
background-image: none !important;
}
.ui-autocomplete div.os-clearfix .label-wrap .label {
color: #888;
display: block;
font-size: 15px;
height: 30px;
padding: 8px 8px 3px;
}
.ui-autocomplete .list_bg {
background: transparent url(//greentravel.in.ua/wp-content/themes/greentravel/images/onsite/ui_list_bg2.png) repeat-x scroll left top;
border: 0 none;
height: 5px;
left: 2px;
position: absolute;
width: 100%;
z-index: 110;
}
.country.ui-menu-item:hover a,
.country.ui-menu-item a:hover,
.city.ui-menu-item:hover a,
.city.ui-menu-item a:hover {
background-image: none !important;
background-color: #E2E8EF !important;
border: none !important;
margin: 0 !important;
border-radius: 0 !important;
}
.country.ui-menu-item a,
.city.ui-menu-item a {
background-image: none !important;
background-color: #fff !important;
border: none !important;
margin: 0 !important;
border-radius: 0 !important;
}
.country.ui-menu-item a.ui-state-focus,
.city.ui-menu-item a.ui-state-focus {
background-color: #E2E8EF !important;
}
.country.ui-menu-item a,
.city.ui-menu-item a {
min-height: 26px !important;
height: 26px !important;
}
.country.ui-menu-item .price-from,
.country.ui-menu-item .label-wrap,
.city.ui-menu-item .price-from,
.city.ui-menu-item .label-wrap {
position: relative;
}
.country.ui-menu-item .label-wrap,
.city.ui-menu-item .label-wrap {
display: block;
padding-right: 85px;
}
.country.ui-menu-item .price-from,
.city.ui-menu-item .price-from {
top: -3px;
color: #999;
}
.ui-menu-item .label-wrap {
color: #666 !important;
}
.country.ui-state-disabled,
.city.ui-state-disabled {
margin: 0 !important;
}
.country.ui-state-disabled,
.city.ui-state-disabled {
opacity: 1 !important;
}
.country.ui-menu-item.ui-state-disabled:hover a,
.country.ui-menu-item.ui-state-disabled a:hover,
.city.ui-menu-item.ui-state-disabled:hover a,
.city.ui-menu-item.ui-state-disabled a:hover,
.country.ui-state-disabled a,
.city.ui-state-disabled a {
background: #fff url(https://export.otpusk.com/os/excursion/active-menu.jpg) no-repeat 7px 5px !important;
}
.ui-menu-item.country.ui-state-disabled a,
.ui-menu-item.city.ui-state-disabled a {
padding-left: 27px !important;
}
.exs_search-to .ui-autocomplete-loading {
background: #fff url(https://export.otpusk.com/os/excursion/loading.gif) no-repeat scroll right 28px center !important;
}   .datepicker.dropdown-menu {
background: #E0E8F1 none repeat scroll 0 0;
font-family: Arial,Helvetica,sans-serif;
padding: 5px 10px 10px;
position: absolute;
z-index: 105;
border: 1px solid #d4d4d4 !important;
border-radius: 3px;
margin-top: 9px;
} .os-datepicker-custom-from,
.os-datepicker-custom-to {
font-size: 12px;
color: #4e91c7;
margin: 5px 0 13px;
}
.os-datepicker-custom-from label,
.os-datepicker-custom-to label {
display: table-cell;
height: 20px;
vertical-align: middle;
position: relative;
}
#exs_container #exs_search-container .os-datepicker-custom-from input,
#exs_container #exs_search-container .os-datepicker-custom-to input {
position: relative;
top: 3px;
margin: 0 5px 0 0;
} .datepicker.dropdown-menu .datepicker-days {
padding: 3px;
border-radius: 3px;
background-color: #fff;
} .datepicker.dropdown-menu .table-condensed .prev,
.datepicker.dropdown-menu .table-condensed .next,
.datepicker.dropdown-menu .table-condensed .switch {
background-color: #fff !important;
color: #4e91c7;
padding: 0 0 4px;
}
.datepicker.dropdown-menu .table-condensed .switch {
text-align: center;
text-transform: uppercase;
font: 700 14px/18px Arial;
}
.table-condensed .prev .p-arr,
.table-condensed .next .n-arr {
cursor: pointer;
display: block;
height: 16px;
width: 16px;
} .datepicker.dropdown-menu .table-condensed .prev .p-arr {
background: transparent url(https://export.otpusk.com/os/excursion/dp-arrows.png) no-repeat scroll left center;
width: 7px;
} .datepicker.dropdown-menu .table-condensed .next .n-arr {
background: transparent url(https://export.otpusk.com/os/excursion/dp-arrows.png) no-repeat scroll right center;
float: right;
width: 7px;
} .datepicker.dropdown-menu .table-condensed {
border-collapse: separate;
border-spacing: 3px 3px;
line-height: normal;
width: 220px;
} .datepicker.dropdown-menu .table-condensed td {
border: 1px solid #EAEAE8;
padding: 1px 5px;
text-align: center;
} .datepicker.dropdown-menu .table-condensed .dow {
background-color: #fff;
color: #999;
text-align: center;
text-transform: lowercase;
font-weight: 400;
font-size: 13px;
} .datepicker.dropdown-menu .table-condensed .day {
background-color: #EAEAE8;
color: #4e91c7;
cursor: pointer;
font-size: 12px;
}
.datepicker.dropdown-menu .table-condensed .day:hover {
border-color: #4e91c7;
} .datepicker.dropdown-menu .table-condensed .day.first-active,
.datepicker.dropdown-menu .table-condensed .day.second-active,
.datepicker.dropdown-menu .table-condensed .day.active {
background: #A4DE55;
border-color: #A4DE55;
color: #fff;
}
.datepicker.dropdown-menu .table-condensed .day.hover {
background: #D0F59E;
border-color: #D0F59E;
}
.datepicker.dropdown-menu .table-condensed .day.first-active {
border-radius: 5px 0 0 5px;
}
.datepicker.dropdown-menu .table-condensed .day.second-active {
border-radius: 0 5px 5px 0;
} .datepicker.dropdown-menu .table-condensed .disabled {
cursor: not-allowed;
background-color: #F4F4F4;
border-color: #F4F4F4 !important;
color: #CACACA;
}  @-moz-document url-prefix() {
.exs_container ::-moz-focus-inner {border: none}
.exs_container select:-moz-focusring { color: transparent; text-shadow: 0px 0px 0px #666; }
}
#exs_container #exs_search-container .exs_container select {
-webkit-box-shadow: none;
outline: none;
-webkit-appearance:none;
-moz-appearance:none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
} .exs_mobile-form .exs_search-form .exs_search-extended,
.exs_mobile-form .exs_search-form .exs_search-title,
.exs_mobile-form .exs_search-form > .clearfix,
.exs_mobile-form #exs_container #exs_search-container input.exs_search-submit {
max-width: 400px;
margin-left: auto;
margin-right: auto;
}
.exs_mobile-form .exs_search-title {
line-height: normal;
padding-top: 20px;
height: 85px;
padding-left: 0;
}
.exs_mobile-form .exs_search-title span {
display: block;
margin: 3px 0 0;
}
.exs_mobile-form .exs_search-to,
.exs_mobile-form .exs_search-dates,
.exs_mobile-form .exs_search-duration,
.exs_mobile-form .exs_search-type {
float: none;
}
.exs_mobile-form .exs_search-to,
.exs_mobile-form #exs_container #exs_search-container .exs_search-to input {
width: 100%;
}
.exs_mobile-form .exs_add-dir-btn {
margin-bottom: 30px;
}
.exs_mobile-form .exs_search-dates,
.exs_mobile-form .exs_search-duration,
.exs_mobile-form .exs_search-type {
margin-left: 0;
}
.exs_mobile-form .exs_search-dates {
margin-right: 140px;
}
.exs_mobile-form .exs_search-duration {
float: right;
margin-top: -37px;
}
.exs_mobile-form .exs_search-col {
width: 50%;
min-width: 76px;
}
.exs_mobile-form .exs_datepicker-wrap-1 {
padding-right: 7px;
}
.exs_mobile-form .exs_datepicker-wrap-2 {
margin-left: 0;
padding-left: 7px;
}
.exs_mobile-form .exs_datepicker-wrap-2:before {
left: -6px;
}
.exs_mobile-form .exs_search-type {
width: 100%;
margin-top: 18px;
}
.exs_mobile-form .exs_search-extended {
margin-top: 12px;
}
.exs_mobile-form .exs_search-extended-container {
margin: 17px 0 2px;
}
.exs_mobile-form .exs_search-transport {
position: static;
}
.exs_mobile-form .exs_search-from:after {
content: '';
clear: both;
display: table;
}
.exs_mobile-form .exs_search-transport-title {
float: none;
margin: 20px 0 18px;
}
.exs_mobile-form .exs_search-transport label {
width: 50%;
margin-left: 0;
margin-bottom: 10px;
}
.exs_mobile-form .exs_search-extended,
.exs_mobile-form #exs_container #exs_search-container input.exs_search-submit {
position: static;
}
.exs_mobile-form #exs_container #exs_search-container input.exs_search-submit {
width: 100%;
margin-top: 15px;
display: block;
} .exs_sm-mobile-form .exs_search-form {
padding: 0 15px 32px;
}
.exs_sm-mobile-form .exs_search-transport label {
width: 100%;
}
.exs_sm-mobile-form .exs_search-dates {
margin-right: 0;
}
.exs_sm-mobile-form .exs_search-duration {
float: none;
margin-top: 18px;
width: 100%;
}
.exs_sm-mobile-form .exs_search-duration:after {
content: '';
clear: both;
display: table;
}
@media (max-width: 478px) {
.exs_sm-mobile-form .datepicker.dropdown-menu {
left: 15px !important;
}
.exs_sm-mobile-form .datepicker.dropdown-menu + .datepicker.dropdown-menu {
left: auto !important;
right: 15px !important;
}
}
.exs_sm-mobile-form .exs_search-title {
margin: 0;
padding-left: 0;
padding-right: 0;
} .exs_medium-form.exs_medium-form-on.exs_mobile-form .exs_search-form .exs_search-extended,
.exs_medium-form.exs_medium-form-on.exs_mobile-form .exs_search-form .exs_search-title,
.exs_medium-form.exs_medium-form-on.exs_mobile-form .exs_search-form > .clearfix,
.exs_medium-form.exs_medium-form-on.exs_mobile-form #exs_container #exs_search-container input.exs_search-submit {
max-width: 4000px;
}
.exs_medium-form.exs_medium-form-on.exs_mobile-form .exs_search-form > .clearfix:not(.exs_search-extended-container) > div {
width: 50%;
margin: 0;
float: left;
}
.exs_medium-form.exs_medium-form-on.exs_mobile-form .exs_search-form > .clearfix:not(.exs_search-extended-container) > div:nth-child(3) {
clear: both;
}
.exs_medium-form.exs_medium-form-on.exs_mobile-form .exs_search-form > .clearfix:not(.exs_search-extended-container) > div:nth-child(odd) {
padding-right: 10px;
}
.exs_medium-form.exs_medium-form-on.exs_mobile-form .exs_search-form > .clearfix:not(.exs_search-extended-container) > div:nth-child(even) {
padding-left: 10px;
}
.exs_medium-form.exs_medium-form-on.exs_mobile-form .exs_add-dir-btn {
margin-bottom: 9px;
}
.exs_medium-form.exs_medium-form-on .exs_autocomplete-toggle_element {
right: 13px;
}
.exs_medium-form.exs_medium-form-on.exs_mobile-form .exs_search-extended {
margin-top: 6px;
}
.exs_medium-form.exs_medium-form-on.exs_mobile-form #exs_container #exs_search-container input.exs_search-submit {
margin-top: 9px;
}
.exs_medium-form.exs_medium-form-on #exs_container #exs_search-container .exs_search-transport label {
width: auto;
margin-left: 0;
margin-right: 20px;
}
.exs_medium-form.exs_medium-form-on.exs_mobile-form .exs_search-transport-title {
margin: 15px 0 11px;
}.new_spinner-wrap {
max-width: 490px;
margin: 0 auto;
padding: 0 10px 20px;
}
.new_progressbar-text {
margin-bottom: 12px;
}
.new_progressbar-text,
.new_progressbar-text span {
font-size: 12px;
color: #666;
} .new_progress-container {
height: 18px;
border-radius: 9px;
padding: 4px;
background-color: #DFE8F0;
margin-bottom: 15px;
}
.new_progress-item {
height: 10px;
border-radius: 5px;
}
.new_progress-item {
display: block;
height: 100%;
background-color: #65B2F3;
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0, #65B2F3),
color-stop(1, #4C9CE0)
);
background-image: -moz-linear-gradient(
center bottom,
#65B2F3 37%,
#4C9CE0 69%
);
-webkit-box-shadow:
inset 0 2px 9px  rgba(255,255,255,0.3),
inset 0 -2px 6px rgba(0,0,0,0.4);
-moz-box-shadow:
inset 0 2px 9px  rgba(255,255,255,0.3),
inset 0 -2px 6px rgba(0,0,0,0.4);
box-shadow:
inset 0 2px 9px  rgba(255,255,255,0.3),
inset 0 -2px 6px rgba(0,0,0,0.4);
position: relative;
overflow: hidden;
}
.new_progress-item:after {
content: "";
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
background-image:
-webkit-gradient(linear, 0 0, 100% 100%,
color-stop(.25, rgba(255, 255, 255, .2)),
color-stop(.25, transparent), color-stop(.5, transparent),
color-stop(.5, rgba(255, 255, 255, .2)),
color-stop(.75, rgba(255, 255, 255, .2)),
color-stop(.75, transparent), to(transparent)
);
background-image:
-moz-linear-gradient(
-45deg,
rgba(255, 255, 255, .2) 25%,
transparent 25%,
transparent 50%,
rgba(255, 255, 255, .2) 50%,
rgba(255, 255, 255, .2) 75%,
transparent 75%,
transparent
);
z-index: 1;
-webkit-background-size: 50px 50px;
-moz-background-size: 50px 50px;
background-size: 20px 20px;
-webkit-animation: move 2s linear infinite;
-moz-animation: move 2s linear infinite;
overflow: hidden;
}
@-webkit-keyframes move {
0% {
background-position: 0 0;
}
100% {
background-position: 50px 50px;
}
}
@-moz-keyframes move {
0% {
background-position: 0 0;
}
100% {
background-position: 50px 50px;
}
}
.new_progress-item[value='0'] {
width: 0 !important;
}
.new_progress-item[value='1'] {
width: 1% !important;
}
.new_progress-item[value='2'] {
width: 2% !important;
}
.new_progress-item[value='3'] {
width: 3% !important;
}
.new_progress-item[value='4'] {
width: 4% !important;
}
.new_progress-item[value='5'] {
width: 5% !important;
}
.new_progress-item[value='6'] {
width: 6% !important;
}
.new_progress-item[value='7'] {
width: 7% !important;
}
.new_progress-item[value='8'] {
width: 8% !important;
}
.new_progress-item[value='9'] {
width: 9% !important;
}
.new_progress-item[value='100'] {
width: 100% !important;
}
.new_progress-item[value^='1'] {
width: 15%;
}
.new_progress-item[value^='2'] {
width: 25%;
}
.new_progress-item[value^='3'] {
width: 35%;
}
.new_progress-item[value^='4'] {
width: 45%;
}
.new_progress-item[value^='5'] {
width: 55%;
}
.new_progress-item[value^='6'] {
width: 65%;
}
.new_progress-item[value^='7'] {
width: 75%;
}
.new_progress-item[value^='8'] {
width: 85%;
}
.new_progress-item[value^='9'] {
width: 95%;
} .new_spinner-logos-wrap {
text-align: left;
font-size: 0;
}
.new_logo-bl {
margin: 0 0 10px;
display: inline-block;
}
.new_logo-image-wrap {
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
height: 52px;
margin: 0 5px 2px;
width: 84px;
}
.new_loading-logo .new_logo-image-wrap {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray; opacity: .3;
}
.new_logo-bl svg {
opacity: 0;
}
.new_logo-bl.new_loading-logo svg {
opacity: 1;
}  .new_r-currency-switch {
position: absolute;
top: 0;
right: 0;
} .new_r-currency-switch label {
display: block;
float: left;
font-weight: normal;
margin: 0;
padding: 0;
clear: none;
} .new_r-currency-switch label:first-child input + span {
border-radius: 13px 0 0 13px;
padding-left: 2px;
} .new_r-currency-switch label:last-child input + span {
border-radius: 0 13px 13px 0;
padding-right: 2px;
padding-left: 0px;
} .new_r-currency-switch label input + ::before,
.new_r-currency-switch label input + ::after,
.new_r-currency-switch label input {
display: none !important;
} .new_r-currency-switch label input + span {
background-color: #E1E7EF;
line-height: 26px;
display: block;
cursor: pointer;
width: 43px;
text-align: center;
color: #999;
font-size: 14px;
box-shadow: inset 0 1px 1px #ddd;
} .new_r-currency-switch label input:checked + span {
background-color: #000;
cursor: default;
color: #fff;
box-shadow: none;
}  .new_r-panel {
position: relative;
margin-bottom: 10px;
min-height: 37px;
}
.new_r-filters-title,
.new_r-filter-label,
.new_r-filter-value,
.new_r-filters-reset {
line-height: 26px;
display: inline-block;
}
.new_r-filters-title {
color: #666666;
font-size: 14px;
font-weight: 700;
position: absolute;
top: 0;
left: 0;
}
.new_r-filters-title span {
display: none;
}
.new_r-filters-values {
display: inline-block;
margin: 0 110px 0 85px;
}
.new_r-filter {
display: block;
box-shadow: inset 0 1px 2px rgba(161, 174, 187, 0.2);
border-radius: 13px;
background-color: #e0e8f0;
line-height: 26px;
font-size: 14px;
padding: 0 26px 0 10px;
margin: 0 10px 10px 0;
position: relative;
float: left;
}
.new_r-filter * {
vertical-align: middle;
cursor: pointer;
}
.new_r-filter:last-child {
margin: 0;
}
.new_r-filter-label {
color: #666666;
font-weight: 400;
margin: 0 5px 0 0;
}
.new_r-filter-value {
color: #0d6efd;
font-weight: 700;
}
.new_r-filter-reset {
color: #666666;
opacity: 0.6;
font-size: 18px;
cursor: pointer;
position: absolute;
top: 1px;
right: 10px;
}
.new_r-filter-reset:hover {
opacity: 1;
}
.new_r-filters-reset {
color: #666;
font-size: 14px;
font-weight: 400;
cursor: pointer;
position: relative;
margin: 0 0 7px 10px;
display: block;
float: left;
}
.new_result-info {
text-align: center;
color: #666;
font-size: 14px;
}
.new_result-info > .new_result-span {
display: block;
padding: 10px;
font-family: 'Open Sans', sans-serif !important;
background: #F4D9D8;
margin-left: -7px;
}
.new_result-info > .new_result-span > a {
color: #4e90c7;
} .new_not-found-message,
.new_not-found-message *,
.new_not-found-message *::before,
.new_not-found-message *::after {
box-sizing: border-box;
}
.new_not-found-message {
max-width: 1200px;
margin: 0 auto;
}
.new_not-found-message::after {
content: '';
display: table;
clear: both;
}
.new_not-found-message .new_not-found-text {
background: #F4D9D8;
padding: 8px 15px;
margin: 0 0 40px;
border-radius: 3px;
font-weight: bold;
}
.new_not-found-message a {
color: #4c9ce0;
text-decoration: none;
}
.new_not-found-message .new_column {
float: left;
width: 50%;
position: relative;
}
.new_mobile-form .new_not-found-message .new_column {
float: none;
width: 100%;
padding: 0 15px !important;
}
.new_not-found-message .new_column:nth-child(2) {
padding-right: 70px;
}
.new_not-found-message .new_column:nth-child(3) {
padding-left: 70px;
margin-bottom: 50px;
}
.new_mobile-form .new_not-found-message .new_column:nth-child(3) {
padding-top: 30px !important;
}
.new_not-found-message .new_column:nth-child(3)::before {
content: '';
position: absolute;
top: -10px;
left: 0;
margin-left: -35px;
display: block;
width: 70px;
height: 42px;
background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzIwMCcgd2lkdGg9JzIwMCcgIGZpbGw9IiNlOGU3ZTUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNDggNDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Ik0xMS4yOCwyMC42OGMtMi44OSwwLTUuMjMsMi4zNS01LjIzLDUuMjRjMCwwLjUxLDAuNDEsMC45MiwwLjkyLDAuOTJzMC45Mi0wLjQxLDAuOTItMC45MmMwLTEuODcsMS41Mi0zLjM5LDMuMzktMy4zOSAgYzAuNTEsMCwwLjkyLTAuNDEsMC45Mi0wLjkyUzExLjc5LDIwLjY4LDExLjI4LDIwLjY4eiBNMzYuNzIsMjAuNjhjLTIuODksMC01LjI0LDIuMzUtNS4yNCw1LjI0YzAsMC41MSwwLjQxLDAuOTIsMC45MiwwLjkyICBjMC41MSwwLDAuOTItMC40MSwwLjkyLTAuOTJjMC0xLjg3LDEuNTItMy4zOSwzLjQtMy4zOWMwLjUxLDAsMC45Mi0wLjQxLDAuOTItMC45MlMzNy4yMywyMC42OCwzNi43MiwyMC42OHogTTQzLjkxLDE3LjU3ICBMNDMuOTEsMTcuNTdsLTAuMDUtMC4wNGMtMC4xNC0wLjEyLTAuMjktMC4yMy0wLjQzLTAuMzRsLTUuMjktNC4yMWMtMS40Mi0xLjE5LTMuMjUtMS45Mi01LjI1LTEuOTJjLTIuNDIsMC00LjU5LDEuMDYtNi4wOCwyLjczICBDMjYsMTMuMjgsMjUuMDMsMTIuOTcsMjQsMTIuOTdjLTEuMDMsMC0yLDAuMy0yLjgxLDAuODJjLTEuNDktMS42Ny0zLjY2LTIuNzMtNi4wOC0yLjczYy0yLDAtMy44MywwLjcyLTUuMjUsMS45MnYwbC01LjI5LDQuMjEgIGMtMC4xNSwwLjExLTAuMywwLjIzLTAuNDQsMC4zNWwtMC4wNSwwLjA0aDAuMDFjLTIuMzUsMi4wMi0zLjg0LDUuMDEtMy44NCw4LjM1YzAsNi4wOCw0Ljk1LDExLjAzLDExLjAzLDExLjAzICBjNC40NywwLDguMzEtMi42NywxMC4wNC02LjQ5YzAuNzksMC40NywxLjcsMC43NCwyLjY4LDAuNzRjMC45OCwwLDEuOS0wLjI3LDIuNjgtMC43NGMxLjczLDMuODIsNS41Nyw2LjQ5LDEwLjA0LDYuNDkgIGM2LjA4LDAsMTEuMDMtNC45NSwxMS4wMy0xMS4wM0M0Ny43NSwyMi41OCw0Ni4yNSwxOS41OSw0My45MSwxNy41N3ogTTExLjI4LDMzLjExYy0zLjk3LDAtNy4xOS0zLjIyLTcuMTktNy4xOSAgYzAtMy45NywzLjIyLTcuMTksNy4xOS03LjE5YzMuOTcsMCw3LjE5LDMuMjIsNy4xOSw3LjE5QzE4LjQ3LDI5Ljg5LDE1LjI1LDMzLjExLDExLjI4LDMzLjExeiBNMjQsMjcuODMgIGMtMS4wNiwwLTEuOTItMC44Ni0xLjkyLTEuOTJjMC0xLjA2LDAuODYtMS45MiwxLjkyLTEuOTJjMS4wNiwwLDEuOTIsMC44NiwxLjkyLDEuOTJDMjUuOTIsMjYuOTgsMjUuMDYsMjcuODMsMjQsMjcuODN6ICAgTTM2LjcyLDMzLjExYy0zLjk3LDAtNy4xOS0zLjIyLTcuMTktNy4xOWMwLTMuOTcsMy4yMi03LjE5LDcuMTktNy4xOWMzLjk3LDAsNy4xOSwzLjIyLDcuMTksNy4xOSAgQzQzLjkxLDI5Ljg5LDQwLjY5LDMzLjExLDM2LjcyLDMzLjExeiI+PC9wYXRoPjwvc3ZnPg==") no-repeat center / 68px auto;
}
.new_mobile-form .new_not-found-message .new_column:nth-child(3)::before {
display: none;
}
.new_not-found-message .new_column:nth-child(3) .new_text a::after {
content: '';
display: block;
}
.new_not-found-message .os-order-form-wrap {
width: auto;
padding: 0;
margin: 35px 0 0;
}
.new_not-found-message .os-order-header-title,
.new_not-found-message .os-order-top-part {
display: none;
}
.new_not-found-message .os-order-input-name,
.new_not-found-message .os-order-input-phone {
width: 50%;
margin-bottom: 10px;
float: left;
}
.new_not-found-message .os-order-input-name {
padding-right: 5px;
}
.new_not-found-message .os-order-input-phone {
padding-left: 5px;
}
.new_not-found-message .os-order-input-email,
.new_not-found-message .os-order-input-email input,
.new_not-found-message .os-order-input-name input,
.new_not-found-message .os-order-input-phone input {
width: 100%;
}
.new_not-found-message .os-order-input-name input,
.new_not-found-message .os-order-input-phone input,
.new_not-found-message .os-order-input-email input,
.new_not-found-message .os-order-input-comment textarea {
border-radius: 3px;
border: 1px solid #D4D4D4;
background: #fff;
}
.new_not-found-message .os-order-input-name input,
.new_not-found-message .os-order-input-phone input,
.new_not-found-message .os-order-input-email input {
height: 40px;
line-height: 40px;
padding: 0 12px;
}
.new_not-found-message .os-order-input-comment textarea {
height: 70px;
padding: 11px 12px 0;
}
.new_not-found-message .os-order-form-submit_button {
height: 40px;
border: 0;
width: 100%;
border-radius: 3px;
box-shadow: none !important;
margin: 10px 0 0 !important;
}
.new_not-found-message #os-order-form .os-order-info * {
text-align: center;
font-family: 'Open Sans';
margin: 0;
} .new_r-wrapper {
margin: -12px -12px 2px;
overflow: hidden;
padding: 12px 5px 0;
} .new_r-item-wrap {
float: left;
margin-bottom: 28px;
padding: 0 7px;
width: 33.3333%;
} .new_res-two-col .new_r-item-wrap {
width: 50%;
} .new_res-one-col .new_r-item-wrap {
width: 100%;
} .new_r-item,
.new_r-item * {
text-decoration: none !important;
display: block;
}
.new_r-item {
background-color: #ffffff;
border-radius: 15px;
display: block;
outline: 0 none;
position: relative;
box-shadow: 0 0 12px rgba(0,0,0,.2);
height: 165px;
} .new_r-item-img {
position: absolute;
left: 0;
right: 290px;
top: 0;
bottom: 0;
border-radius: 15px 0 0 15px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
background-color: #eee;
} .new_recommend-tag {
font-size: 7px;
text-transform: uppercase;
color: #fff;
width: 75px;
height: 28px;
background: no-repeat center;
position: absolute;
top: 11px;
left: -10px;
font-weight: bold;
line-height: 1;
letter-spacing: 0.7px;
padding: 5px 0 0 10px;
box-sizing: border-box !important;
font-family: Arial, sans-serif !important;
z-index: 1;
}
.new_recommend-tag + .new_recommend-tag {
top: 41px;
}
.new_recommend-tag + .new_recommend-tag + .new_recommend-tag {
top: 71px;
}
.new_recommend-tag + .new_recommend-tag + .new_recommend-tag + .new_recommend-tag {
top: 101px;
}
.new_recommend-tag + .new_recommend-tag + .new_recommend-tag + .new_recommend-tag + .new_recommend-tag {
top: 131px;
}
.new_recommend-tag[data-service="family"] {
background-image: url(//greentravel.in.ua/wp-content/themes/greentravel/assets/img/badge/badge-green.svg);
}
.new_recommend-tag[data-service="covid"] {
background-image: url(//greentravel.in.ua/wp-content/themes/greentravel/assets/img/badge/badge-teal.svg);
}
.new_recommend-tag[data-service*="topsales"] {
background-image: url(//greentravel.in.ua/wp-content/themes/greentravel/assets/img/badge/badge-red.svg);
}
.new_recommend-tag[data-service="youngsters"] {
background-image: url(//greentravel.in.ua/wp-content/themes/greentravel/assets/img/badge/badge-pink.svg);
}
.new_recommend-tag[data-service="relaxing"] {
background-image: url(//greentravel.in.ua/wp-content/themes/greentravel/assets/img/badge/badge-purple.svg);
}
.new_recommend-tag[data-service="goodfood"] {
background-image: url(//greentravel.in.ua/wp-content/themes/greentravel/assets/img/badge/badge-orange.svg);
}
.new_recommend-tag[data-service="tz"] {
background-image: url(//greentravel.in.ua/wp-content/themes/greentravel/assets/img/badge/badge-yellow.svg);
color: #095fb8;
padding-left: 7px;
}
.new_recommend-tag[name*="MOUZENIDIS TRAVEL"] {
background-image: url(//greentravel.in.ua/wp-content/themes/greentravel/images/onsite/mz-rec.svg);
padding-left: 7px;
font-size: 0;
background-size: 75px auto;
left: -6px;
margin-top: -3px;
background-position: 0 0;
}
@media (max-width: 478px) {
.new_recommend-tag[name*="MOUZENIDIS TRAVEL"] {
left: -3px;
margin-top: 0;
}
}
.new_recommend-tag[name*="MOUZENIDIS TRAVEL"]::after {
top: 28px;
left: 0;
}
.new_recommend-tag[data-service="vip"] {
background-image: url(//greentravel.in.ua/wp-content/themes/greentravel/assets/img/badge/badge-gold.svg);
font-size: 8px;
line-height: 16px;
}
.new_recommend-tag::after {
content: '';
position: absolute;
top: 22px;
left: 4px;
display: block;
width: 6px;
height: 5px;
background: url(//greentravel.in.ua/wp-content/themes/greentravel/assets/img/badge/badge-triangle.svg) no-repeat center;
} .new_r-item-body {
float: right;
width: 290px;
border: 1px solid transparent;
border-left: none;
height: 165px;
border-radius: 0 15px 15px 0;
} .new_r-item-hotel {
font-size: 18px;
color: #666;
padding: 16px 12px 1px;
font-weight: 600;
} .new_r-item-geo,
.new_r-item-info {
font-size: 13px;
color: #a3a3a3;
padding: 0 12px 3px;
}
.new_r-item .new_r-item-stars {
display: inline;
}
.new_r-item .new_r-item-food:first-letter {
text-transform: uppercase;
}
.new_r-item .new_r-item-geo {
position: relative;
padding-left: 17px;
color: #4c9ce0;
}
.new_r-item .new_r-item-geo span {
position: relative;
display: inline;
color: #4c9ce0;
}
.new_r-item .new_r-item-geo:hover span:not(:only-child) {
opacity: 0;
}
.new_r-item .new_r-item-geo span:only-child {
margin-left: -17px;
color: #666;
cursor: text;
}
.new_r-item .new_r-item-geo:hover span + span {
display: inline !important;
opacity: 1 !important;
position: absolute;
left: 19px;
top: 0;
}
.new_r-item .new_r-item-geo span::after {
content: '';
pointer-events: none;
height: 1px;
display: block;
position: absolute;
left: 0;
right: 0;
bottom: 0;
background: #4c9ce0;
opacity: .5;
}
.new_r-item .new_r-item-geo span:only-child::after {
display: none;
}
.new_r-item-geo svg {
display: block;
fill: #4c9ce0;
height: 16px;
left: 0;
position: absolute;
top: 2px;
} .new_r-item-food {
padding-left: 17px;
background: url(//greentravel.in.ua/wp-content/themes/greentravel/assets/img/eat.svg) no-repeat 0 3px / 10px auto;
} .new_r-item .new_r-item-stars {
font-size: 0;
margin-right: 5px;
}
.new_r-item-stars svg {
vertical-align: super;
}
.new_r-item .new_r-item-star {
width: 11px;
height: 10px;
display: inline-block;
fill: #ffca1e;
} .new_r-item .new_r-item-table {
display: table;
width: calc(100% + 24px);
margin-top: 23px;
margin-left: -12px;
} .new_r-item .new_r-item-col {
display: table-cell;
vertical-align: top;
}
.new_r-item-col:first-child {
padding: 0 12px;
}
.new_r-item-col:last-child {
text-align: right
} .new_r-item-from,
.new_r-item-date {
font-size: 13px;
color: #666;
position: relative;
padding-left: 25px;
}
.new_r-item-from {
padding-bottom: 2px;
}
.new_r-item-date {
padding-top: 1px;
} .new_r-item-icon {
position: absolute;
left: 0;
fill: #000;
}
.new_r-item-from .new_r-item-icon {
width: 18px;
top: 4px;
}
.new_r-item-from .new_r-item-icon[data-name="no-icon"] {
left: 4px;
top: 0;
width: 10px;
}
.new_r-item-from .new_r-item-icon[data-name="train-icon"] {
left: 3px;
top: 2px;
width: 12px;
}
.new_r-item-from .new_r-item-icon[data-name="bus-icon"] {
left: 2px;
top: 1px;
width: 13px;
}
.new_r-item-date .new_r-item-icon {
width: 17px;
top: 2px;
} .new_r-item .new_r-item-price {
background: #000;
padding: 5px 11px 7px 14px;
display: inline-block;
color: #fff;
font-size: 16px;
font-weight: 600;
border-radius: 20px 0 0 20px;
position: relative;
right: 0;
border: 1px solid #000;
}
.new_r-item .new_r-item-price .currency {
display: inline-block;
margin: 0;
vertical-align: inherit;
}
.new_price-desc {
font-size: 10px;
margin: -5px 0 -1px;
} .new_r-item-price-discount {
position: absolute;
right: 12px;
top: -20px;
color: #000;
font-size: 13px;
text-decoration: line-through;
}
.new_r-item-price-discount::after {
content: '';
position: absolute;
left: 0;
right: 0;
top: 10px;
height: 1px;
background: #000;
} .rect-auto,
.new_r-item-rating-container.new_r-p6 .slice,
.new_r-item-rating-container.new_r-p7 .slice,
.new_r-item-rating-container.new_r-p8 .slice,
.new_r-item-rating-container.new_r-p9 .slice,
.new_r-item-rating-container.new_r-p10 .slice {
clip: rect(auto, auto, auto, auto);
}
.new_r-item-rating-container .bar,
.new_r-item-rating-container.new_r-p6 .fill,
.new_r-item-rating-container.new_r-p7 .fill,
.new_r-item-rating-container.new_r-p8 .fill,
.new_r-item-rating-container.new_r-p9 .fill,
.new_r-item-rating-container.new_r-p10 .fill {
border: 0.08em solid transparent;
border-radius: 50%;
clip: rect(0em, 0.5em, 1em, 0em);
height: 0.84em;
position: absolute;
transform: rotate(0deg);
width: 0.84em;
}
.new_r-item-rating-container.new_r-p6 .bar::after,
.new_r-item-rating-container.new_r-p6 .fill,
.new_r-item-rating-container.new_r-p7 .bar::after,
.new_r-item-rating-container.new_r-p7 .fill,
.new_r-item-rating-container.new_r-p8 .bar::after,
.new_r-item-rating-container.new_r-p8 .fill,
.new_r-item-rating-container.new_r-p9 .bar::after,
.new_r-item-rating-container.new_r-p9 .fill,
.new_r-item-rating-container.new_r-p10 .bar::after,
.new_r-item-rating-container.new_r-p10 .fill {
transform: rotate(180deg) !important;
}
.new_r-item-rating-container {
background-color: #DFE8EF;
border-radius: 50%;
float: right;
height: 1em;
position: relative;
width: 1em;
}
.new_r-item-rating-container *,
.new_r-item-rating-container *::before,
.new_r-item-rating-container *::after {
box-sizing: content-box;
}
.new_r-item-rating-container {
font-size: 60px;
margin: 10px;
}
.new_r-item-rating-container > span {
display: block;
position: absolute;
text-align: center;
z-index: 1;
}
.new_r-item-rating-value {
bottom: 9px;
left: 0;
right: 0;
color: #666;
font-size: 15px;
}
.new_r-item-rating-rev {
top: 21px;
left: 0;
right: 0;
color: #000;
font-size: 8px;
white-space: normal;
}
.new_r-item-rating-value:empty + .new_r-item-rating-rev {
top: 19px;
line-height: 110%;
padding: 0 5px;
}
.new_r-item-rating-rev span {
position: relative;
top: -25px;
font-size: 11px;
}
.new_r-item-rating-container::after {
background-color: #fff;
border-radius: 50%;
content: " ";
display: block;
height: 0.84em;
left: 0.08em;
position: absolute;
top: 0.08em;
transition-duration: 0.2s;
transition-property: all;
transition-timing-function: ease-in;
width: 0.84em;
}
.new_r-item-rating-container .slice {
clip: rect(0em, 1em, 1em, 0.5em);
height: 1em;
position: absolute;
width: 1em;
}
.new_r-item-rating-container.new_r-p1 .bar {
transform: rotate(36deg);
}
.new_r-item-rating-container.new_r-p2 .bar {
transform: rotate(72deg);
}
.new_r-item-rating-container.new_r-p3 .bar {
transform: rotate(108deg);
}
.new_r-item-rating-container.new_r-p4 .bar {
transform: rotate(144deg);
}
.new_r-item-rating-container.new_r-p5 .bar {
transform: rotate(180deg);
}
.new_r-item-rating-container.new_r-p6 .bar {
transform: rotate(216deg);
}
.new_r-item-rating-container.new_r-p7 .bar {
transform: rotate(252deg);
}
.new_r-item-rating-container.new_r-p8 .bar {
transform: rotate(288deg);
}
.new_r-item-rating-container.new_r-p9 .bar {
transform: rotate(324deg);
}
.new_r-item-rating-container.new_r-p10 .bar {
transform: rotate(360deg);
}
.new_r-item-rating-container .bar,
.new_r-item-rating-container.new_r-p6 .fill,
.new_r-item-rating-container.new_r-p7 .fill,
.new_r-item-rating-container.new_r-p8 .fill,
.new_r-item-rating-container.new_r-p9 .fill,
.new_r-item-rating-container.new_r-p10 .fill {
border: 5px solid transparent;
border-radius: 50%;
clip: rect(0em, 0.5em, 1em, 0em);
height: 0.84em;
position: absolute;
transform: rotate(0deg);
width: 0.835em;
}
.new_r-item-rating-container.new_r-p1 .bar,
.new_r-item-rating-container.new_r-p1 .fill {
border-color: #ff3600;
}
.new_r-item-rating-container.new_r-p2 .bar,
.new_r-item-rating-container.new_r-p2 .fill {
border-color: #ff3600;
}
.new_r-item-rating-container.new_r-p3 .bar,
.new_r-item-rating-container.new_r-p3 .fill {
border-color: #ff3600;
}
.new_r-item-rating-container.new_r-p4 .bar,
.new_r-item-rating-container.new_r-p4 .fill {
border-color: #ff7800;
}
.new_r-item-rating-container.new_r-p5 .bar,
.new_r-item-rating-container.new_r-p5 .fill {
border-color: #ff7800;
}
.new_r-item-rating-container.new_r-p6 .bar,
.new_r-item-rating-container.new_r-p6 .fill {
border-color: #ffba00;
}
.new_r-item-rating-container.new_r-p7 .bar,
.new_r-item-rating-container.new_r-p7 .fill {
border-color: #ffe900;
}
.new_r-item-rating-container.new_r-p8 .bar,
.new_r-item-rating-container.new_r-p8 .fill {
border-color: #a9f260;
}
.new_r-item-rating-container.new_r-p9 .bar,
.new_r-item-rating-container.new_r-p9 .fill {
border-color: #66cc00;
}
.new_r-item-rating-container.new_r-p10 .bar,
.new_r-item-rating-container.new_r-p10 .fill {
border-color: #66cc00;
} .new_r-item-hotel,
.new_r-item-info,
.new_r-item-geo {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
} .new_r-show-more-results {
color: #000;
background-color: #fff;
text-align: center;
border: 1px solid #000;
border-radius: 15px;
cursor: pointer;
font-size: 14px;
padding: 10px 0;
max-width: 360px;
}
.new_r-show-more-results:not(:last-child) {
margin: 0 auto;
}
.new_result-info-text {
line-height: 40px;
text-align: center;
border-radius: 3px;
font-size: 14px;
color: #666;
animation: bgcolorchange 3s;
-webkit-animation: bgcolorchange 3s;
margin-bottom: 24px;
}
.scroll-loading-container.new_loading ~ .new_result-info-text {
display: none;
}
@keyframes bgcolorchange
{
0%   {background: rgb(255,255,153);}
100% {background: transparent;}
}
@-webkit-keyframes bgcolorchange
{
0%   {background: rgb(255,255,153);}
100% {background: transparent;}
} .new_res-price-down .new_r-item {
height: 165px;
}
.new_res-price-down .new_r-item-img {
right: 180px;
}
.new_res-price-down .new_r-item-body {
width: 180px;
}
.new_res-price-down .new_r-item-hotel {
font-size: 14px;
padding-top: 8px;
}
.new_res-price-down .new_r-item-table {
margin: 0;
}
.new_res-price-down .new_r-item-col {
display: block;
}
.new_res-price-down .new_r-item-from {
padding-bottom: 1px;
}
.new_res-price-down .new_r-item-price {
border-radius: 10px 0 10px 0;
bottom: 0;
padding: 5px 12px;
position: absolute;
right: 0;
} @media all and (min-width:479px) {
.new_r-item:hover {
box-shadow: none;
}
.new_r-item:hover .new_r-item-body {
border-color: #000 #000 #000 transparent;
}
.new_r-item:hover .new_r-item-price {
background: #fff;
color: #000;
}
.new_r-item:hover .new_r-item-price::after {
content: '';
display: block;
width: 1px;
position: absolute;
right: -1px;
top: 0;
bottom: 0;
background: #fff;
}
.new_res-price-down .new_r-item:hover .new_r-item-price {
border-bottom-color: #fff;
}
.new_r-show-more-results:hover {
color: #fff;
background-color: #000;
}
} @media all and (max-width:478px) {
.new_r-item {
border-radius: 0 10px 10px 0;
}
.new_r-item-img {
border-radius: 10px 0 0 10px;
}
.new_r-item {
box-shadow: inset 0 0 2px rgba(0,0,0,.2);
}
.new_r-currency-switch {
margin-left: 12px;
}
.new_r-show-more-results {
margin-left: 10px;
margin-right: 10px;
}
.new_r-filters-title {
padding: 0 10px;
border-radius: 13px;
background-color: #4c9ce0;
color: #fff;
font-weight: 400;
}
.new_r-filters-title span {
display: inline;
}
.new_r-filters-values {
padding: 47px 0 0;
margin: 0;
}
.new_r-filter-label,
.new_r-filter-value {
line-height: normal;
}
.new_r-filter {
padding-top: 3px;
padding-bottom: 3px;
float: none;
margin-right: 0;
}
.new_r-filters-title + .new_r-filters-values {
display: none;
}
.new_r-filters-title.new_active + .new_r-filters-values {
display: block;
}
.new_r-filters-container {
min-height: 41px;
}
.new_r-filters-reset {
margin: 0 0 10px;
padding: 0 10px;
display: block;
width: 100%;
float: none;
}
.new_r-item-col:first-child {
padding: 0;
}
.new_recommend-tag {
left: -17px;
}
.new_recommend-tag::after {
display: none;
}
.new_r-item-info {
margin-top: 2px;
}
.new_r-item-food {
margin: 2px 0;
}
.new_res-price-down .new_r-item-from {
padding-bottom: 0;
}
}
.new_temp-anim {
-webkit-animation: temp-anim 2s linear;
-moz-animation: temp-anim 2s linear;
}
@keyframes temp-anim
{
0%   {background: rgba(255, 255, 153, 1)}
50%  {background: rgba(255, 255, 153, .5)}
100% {background: rgba(255, 255, 153, 0)}
}
@-webkit-keyframes temp-anim
{
0%   {background: rgba(255, 255, 153, 1)}
50%  {background: rgba(255, 255, 153, .5)}
100% {background: rgba(255, 255, 153, 0)}
}    .exs_r-container,
.exs_r-container *,
.exs_r-container *:before,
.exs_r-container *:after {
box-sizing: border-box;
font-family: 'Roboto', arial;
line-height: normal;
} .exs_r-container {
overflow: hidden;
margin: 0 auto;
max-width: 1500px;
} .exs_r-wrapper {
margin: 0 -10px -22px;
}
.exs_r-message .exs_r-heading {
width: 100%;
float: left;
}
.exs_r-message:after {
content: '';
display: block;
clear: both;
} .exs_r-item-wrap {
float: left;
width: 33.3333%;
padding: 0 10px;
margin-bottom: 22px;
} .exs_r-item {
background-color: #fff;
border-radius: 15px;
display: block;
overflow: hidden;
position: relative;
outline: 0 none;
} .exs_r-item,
.exs_r-item * {
text-decoration: none !important;
} .exs_r-item-top {
background-color: #fff;
height: 190px;
position: relative;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
color: #fff;
} .exs_r-item:hover .exs_r-item-top {
opacity: .85;
} .exs_r-item-top-info {
position: absolute;
left: 0;
right: 0;
bottom: 62px;
background: #00000066;
padding: 0 23px;
color: #fff;
} .exs_r-item-top-name {
font-size: 18.5px;
font-weight: 700;
text-transform: uppercase;
padding: 12px 0 5px;
} .exs_r-item-top-brcr {
font-size: 12px;
padding: 0 0 12px;
} .exs_r-item-price {
position: absolute;
right: 0;
top: 21px;
background-color: #fff;
padding: 6px 16px 1px 19px;
color: #000;
font-size: 14px;
text-align: right;
border-radius: 10px 0 0 10px;
} .exs_r-item-price strong {
font-size: 19px;
font-weight: 900;
} .exs_r-item-price i {
font-size: 12px;
position: relative;
top: -5px;
} .exs_r-item-table {
display: table;
width: 100.5%;
} .exs_r-item-geo {
background-color: #000;
height: 62px;
color: #fff;
vertical-align: middle;
display: table-cell;
font-size: 12px;
padding: 0 23px;
} .exs_r-item-geo-text {
padding: 2px 0 2px 18px;
max-height: 56px;
overflow: hidden;
position: relative;
}
.exs_r-item-geo-text svg {
fill: #fff;
height: 18px;
width: 14px;
position: absolute;
top: -1px;
left: 0;
}
.exs_r-item-geo-text span {
font-style: italic;
color: #fff;
} .exs_r-more-results-btn {
cursor: pointer;
background: #4E91C7;
color: #fff;
text-align: center;
margin: 22px 0;
height: 49px;
line-height: 49px;
font-size: 20px;
border-radius: 4px;
}
.exs_r-more-results-btn:hover {
background: #5DA2DD;
}
.exs_r-wrapper:empty + .exs_r-more-results-btn {
display: none !important;
} .exs_r-loading {
background: url(https://export.otpusk.com/images/onsite/382.gif) no-repeat center;
height: 70px;
margin: 22px 0;
} .exs_res-one-col .exs_r-item-wrap {
width: auto;
}
.exs_res-one-col .exs_r-item {
max-width: 480px;
}
.exs_r-item-wrap {
position: relative;
}
.exs_r-item-wrap:after {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 10px;
right: 10px;
background-color: #fff;
z-index: -1;
border-radius: 4px;
}
.exs_res-one-col .exs_r-item-wrap {
float: none;
}.new_t-container {
color: #666;
}  .new_t-menu-wrap {
overflow: auto;
position: relative;
} .new_t-menu-back {
margin-bottom: 23px;
position: relative;
}
.new_t-menu-back .new_r-currency-switch {
top: -5px;
}
.new_t-menu-back-link {
font-size: 13px;
text-decoration: none;
color: #000;
}
.new_t-menu-back-link:hover {
text-decoration: underline;
}
@media screen and (max-width: 478px) {
.new_t-menu-back-link {
width: 210px;
display: inline-block;
position: relative;
padding-left: 15px;
line-height: 120%;
}
.new_t-menu-back-link span {
position: absolute;
left: 0;
}
.new_t-menu-back .new_r-currency-switch {
top: 2px;
}
} .new_t-menu {
font-size: 0;
margin: 0;
padding: 0 0 15px;
white-space: nowrap;
} .new_t-menu-item {
display: inline-block;
font-size: 15px;
font-weight: bold;
list-style-type: none;
padding: 6px 30px;
cursor: pointer;
color: #000;
position: relative;
}
.new_t-menu-item span {
display: none;
} .new_t-menu-item.selected {
color: #000;
border-radius: 15px;
border: 2px solid #000;
}
.new_t-menu-item.selected::after {
content: '';
position: absolute;
bottom: -14px;
left: 50%;
margin-left: -12px;
width: 24px;
height: 18px;
transform: rotate(270deg);
background: url(//greentravel.in.ua/wp-content/themes/greentravel/assets/img/arr-left.svg) no-repeat center;
}  .new_t-header {
margin: 21px 0 22px;
display: table;
width: 100%;
} .new_t-header-col {
display: table-cell;
vertical-align: top;
}
.new_tour-one-col-sm .new_t-header,
.new_tour-one-col-sm .new_t-header-col {
display: block !important;
width: auto !important;
}
.new_tour-one-col-sm .new_t-header-col {
padding: 0 !important;
} .new_t-header-col:first-child {
width: 255px;
padding-right: 25px;
}
.new_tour-rat-under-photo:not(.new_tour-one-col-sm) .new_t-header-col:first-child {
padding-right: 20px;
width: 215px;
}
.new_t-header-gallery-container {
position: relative;
} .new_t-header-desktop-img {
height: 135px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border-radius: 15px;
} .new_t-header-title {
font-weight: bold;
font-size: 20px;
} .new_t-header-geo {
position: relative;
font-size: 15px;
padding-left: 0;
display: inline-block;
color: #a3a3a3;
cursor: pointer;
}
.new_t-header-geo.new_t-geo-with-map {
padding-left: 20px;
color: #4c9ce0;
}
.new_t-header-geo.new_t-geo-with-map::after {
content: '';
pointer-events: none;
height: 1px;
display: block;
position: absolute;
left: 20px;
right: 0;
bottom: 0;
background: #4c9ce0;
opacity: .5;
}
.new_tour-one-col-sm .new_t-header-geo {
margin-top: 5px;
} .new_t-header-geo svg {
position: absolute;
left: 0;
top: 3px;
height: 18px;
fill: #4C9CE0;
display: none;
}
.new_t-header-geo.new_t-geo-with-map svg {
display: block;
} .new_t-header-top {
position: relative;
padding-right: 90px;
}
.new_tour-rat-under-photo:not(.new_tour-one-col-sm) .new_t-header-top {
padding-right: 0;
}
.new_tour-one-col-sm .new_t-header-top {
padding-right: 90px;
} .new_t-header-top .new_r-item-rating-container {
position: absolute;
top: -14px;
right: 0;
font-size: 70px;
margin: 0;
cursor: pointer;
overflow: hidden;
}
.new_tour-rat-under-photo:not(.new_tour-one-col-sm) .new_t-header-top .new_r-item-rating-container {
left: -205px;
right: auto;
top: 10px;
}
.new_tour-one-col-sm .new_t-header-top .new_r-item-rating-container {
top: 0;
}
.new_t-rating-tab-container .new_r-item-rating-container .new_r-item-rating-value,
.new_t-header-top .new_r-item-rating-container .new_r-item-rating-value {
font-size: 16px;
font-weight: bold;
color: #666;
}
.new_t-header-top .new_r-item-rating-container .new_r-item-rating-value {
top: 36px;
}
.new_t-header-top .new_r-item-rating-container .bar,
.new_t-header-top .new_r-item-rating-container.new_r-p6 .fill,
.new_t-header-top .new_r-item-rating-container.new_r-p7 .fill,
.new_t-header-top .new_r-item-rating-container.new_r-p8 .fill,
.new_t-header-top .new_r-item-rating-container.new_r-p9 .fill,
.new_t-header-top .new_r-item-rating-container.new_r-p10 .fill {
height: 0.86em;
width: 0.86em;
}
.new_t-header-top .new_r-item-rating-container::after {
height: 0.86em;
left: 0.07em;
top: 0.07em;
width: 0.86em;
}
.new_t-header-top .new_r-item-rating-rev {
top: 7px;
font-size: 10px;
}
.new_t-header-top .new_r-item-rating-value:empty+.new_r-item-rating-rev {
top: 22px;
}
.new_t-header-top .new_r-item-rating-rev span {
display: block;
position: relative;
top: 5px;
} .new_t-header-desc {
font-size: 13px;
margin-top: 20px;
margin-right: -90px;
}
.new_tour-rat-under-photo:not(.new_tour-one-col-sm) .new_t-header-desc {
margin-right: 0;
}
.new_tour-one-col-sm .new_t-header-desc {
margin-right: -90px;
}  .new_t-content {
padding: 22px 15px;
background-color: #F7F7F7;
border-radius: 15px;
}
.new_t-notice-msg {
background: #f4eed8;
padding: 8px 15px;
margin: 0 0 30px;
border-radius: 3px;
}
.new_t-content-table {
display: table;
width: 100%;
} .new_t-content-col {
display: table-cell;
vertical-align: top;
}  .new_t-order-content {
padding-left: 17px;
width: 210px;
}
.new_tour-one-col-sm .new_t-order-content {
width: 100%;
}
.new_t-order-table {
text-align: center;
font-size: 13px;
color: #a3a3a3;
position: -webkit-sticky;
position: sticky;
top: -1px;
margin-top: -20px;
padding-top: 20px;
}
.new_tour-one-col-sm .new_t-order-table {
display: table;
width: 100%;
margin-top: 10px;
position: relative;
padding-top: 0;
}
.new_tour-one-col-sm .new_t-order-col {
display: table-cell;
vertical-align: top;
padding-top: 20px;
}
.new_tour-one-col-sm .new_t-order-col:first-child {
text-align: left;
padding-right: 20px;
padding-top: 23px;
}
.new_tour-one-col-sm .new_t-order-content-mobile .new_t-order-col:first-child {
padding-top: 20px;
} .new_t-order-price {
color: #000;
font-weight: bold;
font-size: 20px;
margin: -2px 0 7px;
min-height: 30px;
}
.new_t-order-price__getCredit {
font-size: 13px;
margin-top: 5px;
line-height: 1;
display: block;
color: #4C9CE0;
font-weight: 400;
}
.new_t-order-price span {
font-weight: bold;
font-size: 22px;
}
.new_t-order-price .new_price .secondary,
.new_t-order-price .new_price .secondary .currency {
font-size: 14px;
}
.new_t-order-price .new_price .primary,
.new_t-order-price .new_price .secondary {
display: block;
} .new_t-order-price-descr {
font-size: 11px;
padding-bottom: 7px;
}
.new_tour-one-col-sm .new_t-order-price-descr {
width: calc(200% + 40px);
padding-top: 30px;
padding-bottom: 0;
}
.new_request-flight,
.new_extra-fee {
margin-bottom: 10px;
}
.new_request-flight {
color: #ff3600;
} .new_t-order-operator {
height: 50px;
width: 160px;
margin: 0 auto 5px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
} .new_t-order-btn,
.new_t-order-btn-book {
color: #fff;
background-color: #000;
cursor: pointer;
font-weight: bold;
border-radius: 15px;
font-size: 16px;
padding: 10px 0;
margin-bottom: 10px;
height: 42px;
text-align: center;
transition: background-color .5s ease;
}
.new_t-order-btn:active,
.new_t-order-btn-book:active {
position: relative;
top: 2px;
}
.new_t-order-btn-book {
background: #000 no-repeat center / contain;
}
.new_t-order-btn-gray:hover {
background-color: #d7dde5;
}
.new_t-order-btn-book.loading {
font-size: 0;
background-image: url(//greentravel.in.ua/wp-content/themes/greentravel/assets/img/loader.svg);
}
.new_t-order-btn-book {
position: relative;
}
.new_t-order-btn-book>div>div>button {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
opacity: 0 !important;
}
.new_t-order-btn-gray {
background-color: #E1E7EF;
color: #666;
} .new_layer-open-book,
.new_layer-open-book body {
overflow: hidden !important;
}
.new_t-order-book-modal {
display: none;
background-color: rgba(0, 0, 0, 0.5);
bottom: 0;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 999;
}
.new_layer-open-book .new_t-order-book-modal {
display: flex;
align-items: center;
justify-content: center;
}
.new_t-order-book-modal-body {
background: #fff;
width: 100%;
max-width: 1200px;
}
.new_t-order-book-modal-header {
background: #4C9CE0;
color: #fff;
height: 44px;
line-height: 44px;
padding: 0 15px;
font-weight: 700;
font-size: 16px;
overflow: hidden;
-webkit-overflow-scrolling: touch;
position: relative;
}
.new_t-order-book-modal-close {
font-size: 36px;
padding: 0 8px;
position: absolute;
right: 4px;
top: 2px;
font-family: "Times New Roman", sans-serif !important;
line-height: 42px;
font-weight: 400;
color: #fff;
cursor: pointer;
z-index: 1;
}
.new_t-order-book-modal-content {
padding: 15px;
max-height: calc(100vh - 44px);
}
.new_t-order-book-modal-content iframe {
width: 100%;
max-width: 100%;
height: calc(100vh - 74px);
max-height: calc(100vh - 74px);
border: none;
} .new_t-order-table .new_t-order-code {
margin-left: 2px;
font-size: 14px;
}
.new_t-order-table .new_t-operator-name {
margin: 6px 0 0 0;
} .new_t-order-return {
border-radius: 3px;
height: 51px;
border: 1px solid #4C9CE0;
color: #4C9CE0;
padding-left: 30px;
padding-right: 10px;
display: table-cell;
vertical-align: middle;
font-size: 14px;
line-height: 120%;
position: relative;
} .new_t-order-return svg {
fill: #4c9ce0;
height: 25px;
left: 3px;
position: absolute;
top: 12px;
transform: rotate(180deg);
} body .new_t-tab-content {
display: none;
padding: 0;
}
.new_t-tab-content.map .new_t-tab-content-body {
height: calc(100% - 44px);
}
.new_t-tab-content.map .new_t-tab-content-body .t-map-wrapper {
height: 100%;
}
.new_t-tab-content-top,
.new_t-tab-content-bottom {
display: none;
position: absolute;
left: 0;
right: 0;
}
.new_t-tab-content-top {
top: 0;
}
.new_t-tab-content-close {
position: absolute;
top: 0;
right: 0;
}
.new_t-tab-content-bottom {
bottom: 0;
} .new_t-tour-tab-table {
display: table;
width: 100%;
margin-bottom: 7px;
}
.new_t-tour-tab-table:last-child {
margin-bottom: 0;
}
.new_t-tour-tab-col {
display: table-cell;
vertical-align: top;
position: relative;
} .new_t-tour-tab-col-1 {
width: 215px;
background: #EAEAEA;
border-radius: 4px 0 0 4px;
position: relative;
border-left: 1px solid #E0E0E0;
border-top: 1px solid #E0E0E0;
border-bottom: 1px solid #E0E0E0;
padding: 15px 0 15px 42px;
border-radius: 15px 0 0 15px;
} .new_t-tour-tab-col-1-title {
font-weight: bold;
font-size: 14px;
} .new_t-tour-tab-col-1 svg {
fill: #B5B5B5;
position: absolute;
} .tourist-table .new_t-tour-tab-col-1 svg {
width: 21px;
left: 11px;
top: 14px;
} .date-table .new_t-tour-tab-col-1 svg {
width: 18px;
left: 12px;
top: 15px;
} .food-table .new_t-tour-tab-col-1 svg {
width: 21px;
left: 11px;
top: 15px;
} .services-table .new_t-tour-tab-col-1 svg {
width: 22px;
left: 10px;
top: 14px;
} .new_t-tour-tab-col-2 {
padding: 15px 25px;
border-radius: 0 15px 15px 0;
border: 1px solid #E0E0E0;
border-left: none;
background-color: #fff;
font-size: 13px;
}
.tourist-table .new_t-tour-tab-col-2 {
text-transform: uppercase;
}
.tourist-table .new_t-tour-tab-col-2 span {
font-size: 14px;
}
.date-table .new_t-tour-tab-col-2 {
vertical-align: middle;
}
.food-table .new_t-tour-tab-col-2 div:first-child .new_t-important {
text-transform: capitalize;
}
.new_t-tour-tab-col-2 .new_t-important {
font-size: 14px;
color: #4C9CE0;
} .new_t-tour-tab-col .new_t-change-btn {
position: absolute;
top: 0;
bottom: 0;
right: 0;
display: block;
width: 52px;
border-left: 1px solid #EBEBEB;
cursor: pointer;
text-align: center;
color: #000;
overflow: hidden;
border-radius: 0 3px 3px 0;
}
.new_t-tour-tab-col .new_t-change-btn span {
position: absolute;
top: 50%;
left: 0;
right: 0;
display: block;
margin-top: -16px;
} .new_t-change-btn svg {
fill: #000;
position: absolute;
top: 14px;
left: 12px;
transform: rotate(270deg);
width: 26px;
height: 26px;
} .new_t-tour-tab-col .new_t-change-people {
overflow: initial;
text-transform: none;
}
.new_t-change-people .new_f-dropdown-body-bottom {
display: block;
} .new_t-date-table {
display: table;
width: 100%;
opacity: 1;
}
.new_t-date-table .new_weight-bold {
white-space: normal;
}
.new_t-date-col {
display: table-cell;
vertical-align: top;
}
.new_t-nostretch {
width: 1%;
white-space: nowrap;
}
.new_t-duration-col {
position: relative;
}
.new_t-duration-container {
white-space: nowrap;
text-align: center;
position: absolute;
left: 50%;
top: 3px;
transform: translate(-50%, 0);
}
.new_t-duration-icons {
height: 1px;
position: relative;
background-color: #CBCBCB;
margin: 29px 18px 0;
}
.new_t-duration-icon {
position: absolute;
width: 10px;
height: 10px;
border-radius: 50%;
border: 2px solid #B6B6B6;
background-color: #fff;
top: -5px;
}
.new_t-duration-icon-left {
left: 0;
}
.new_t-duration-icon-right {
right: 0;
}
.new_t-duration-icon svg {
position: absolute;
fill: #C1C1C1;
}
.new_t-duration-icon.new_t-air svg {
top: -19px;
left: -7px;
width: 21px;
}
.new_t-duration-icon.new_t-train svg {
top: -23px;
left: -4px;
width: 14px;
}
.new_t-duration-icon.new_t-bus svg {
top: -22px;
left: -4px;
width: 14px;
}
.new_t-duration-icon.new_t-ship svg {
top: -19px;
left: -9px;
width: 22px;
}
.new_t-duration-icon.new_t-no svg {
top: -24px;
left: -2px;
width: 10px;
}
.new_t-duration-icon-right.new_t-no svg,
.new_t-duration-icon-left.new_t-ship svg,
.new_t-duration-icon-right.new_t-air svg {
transform: scale(-1, 1);
}
.new_t-duration-text {
text-align: center;
padding-top: 5px;
}
.new_t-duration-text span {
color: #a3a3a3;
} .new_t-service-item {
font-size: 14px;
display: inline-block;
position: relative;
padding-left: 21px;
margin-right: 30px;
} .new_t-service-item svg {
position: absolute;
left: 0;
top: 3px;
display: block;
width: 14px;
height: 14px;
} .new_t-service-item-yes svg {
fill: #a4c758;
} .new_t-service-item-no svg {
fill: #c45555;
} .date-table:not(.vertical-table) .new_t-duration-col+.new_t-date-col {
text-align: right;
}
.new_m-mobile-form .date-table .new_t-duration-col+.new_t-date-col {
text-align: left !important;
}
.new_m-mobile-form .date-table .new_t-date-table,
.new_m-mobile-form .date-table .new_t-date-col,
.date-table.vertical-table .new_t-date-table,
.date-table.vertical-table .new_t-date-col {
display: block;
width: auto;
white-space: normal;
}
.new_m-mobile-form .date-table .new_t-tour-tab-col-2,
.date-table.vertical-table .new_t-tour-tab-col-2 {
padding-left: 51px;
}
.new_m-mobile-form .date-table .new_t-duration-container,
.date-table.vertical-table .new_t-duration-container {
white-space: normal;
text-align: left;
position: relative;
left: 0;
top: 0;
transform: translate(0, 0);
padding: 15px 0;
}
.new_m-mobile-form .date-table .new_t-duration-icons,
.date-table.vertical-table .new_t-duration-icons {
height: auto;
width: 1px;
position: absolute;
margin: 0;
top: -33px;
bottom: -35px;
left: -25px;
}
.new_m-mobile-form .date-table .new_t-no-3rd-row .new_t-duration-icons,
.date-table.vertical-table .new_t-no-3rd-row .new_t-duration-icons {
top: -13px;
bottom: -15px;
}
.new_m-mobile-form .date-table .new_t-duration-icon-left,
.new_m-mobile-form .date-table .new_t-duration-icon-right,
.date-table.vertical-table .new_t-duration-icon-left,
.date-table.vertical-table .new_t-duration-icon-right {
left: -4px;
right: auto;
}
.new_m-mobile-form .date-table .new_t-duration-icon-left,
.date-table.vertical-table .new_t-duration-icon-left {
top: 0;
bottom: auto;
}
.new_m-mobile-form .date-table .new_t-duration-icon-right,
.date-table.vertical-table .new_t-duration-icon-right {
top: auto;
bottom: 0;
}
.new_m-mobile-form .date-table .new_t-duration-icon-left.new_t-air svg,
.date-table.vertical-table .new_t-duration-icon-left.new_t-air svg {
top: -22px;
}
.new_m-mobile-form .date-table .new_t-duration-icon-left svg,
.date-table.vertical-table .new_t-duration-icon-left svg {
top: -25px;
}
.new_m-mobile-form .date-table .new_t-duration-icon-right.new_t-air svg,
.date-table.vertical-table .new_t-duration-icon-right.new_t-air svg {
top: 15px;
}
.new_m-mobile-form .date-table .new_t-duration-icon-right svg,
.date-table.vertical-table .new_t-duration-icon-right svg {
top: 13px;
}
.new_m-mobile-form .date-table .new_t-duration-text,
.date-table.vertical-table .new_t-duration-text {
text-align: left;
padding-top: 0;
position: relative;
top: -15px;
} .new_tour-one-col .new_t-tour-tab-col-1 {
border-radius: 4px 4px 0 0;
border: 1px solid #e0e0e0;
border-bottom: none;
}
.new_tour-one-col .new_t-tour-tab-col-2 {
border-radius: 0 0 4px 4px;
border: 1px solid #e0e0e0;
border-top: none;
padding: 15px 10px;
}
.new_tour-one-col .new_t-tour-tab-table {
margin-bottom: 9px;
}
.new_tour-one-col .new_t-tour-tab-table:last-child {
margin-bottom: 0;
}
.new_tour-rat-under-photo .date-table .new_t-tour-tab-col-2 {
padding-left: 42px;
}
.new_tour-rat-under-photo .date-table .new_t-duration-icons {
left: -22px;
}  .new_serv-cols {
list-style: none;
-webkit-padding-start: 0;
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-gap: 30px;
-moz-column-gap: 30px;
column-gap: 30px;
margin-top: 0;
}
.new_res-one-col .new_serv-cols,
.new_res-price-down .new_serv-cols {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
-webkit-column-gap: 0;
-moz-column-gap: 0;
column-gap: 0;
}
.new_serv-cols .new_br-avoid {
float: none;
width: auto;
position: relative;
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid;
font-size: 13px;
} .new_serv-cols>div:first-child .new_h6 {
margin-top: 0;
}
.new_serv-cols .new_h6 {
margin: 21px 0 9px;
font-size: 15px;
font-weight: 700;
color: #666;
} .new_serv-cols .new_serv-list {
margin: 0;
padding: 3px 0 0;
}
.new_serv-cols .new_serv-list>li {
color: #666;
font-size: 13px;
line-height: 190%;
list-style-type: none;
padding-left: 8px;
position: relative;
margin: 0;
}
.new_serv-cols a {
color: #4c9ce0;
} .new_serv-cols .new_serv-list>li::before {
content: '';
position: absolute;
top: 50%;
left: 0;
display: block;
width: 3px;
height: 3px;
border-radius: 50%;
background-color: #666;
}
.new_serv-cols .new_serv-list>li::after {
display: inline-block;
margin-left: 3px;
} .new_serv-cols .new_serv-list>li.new_free::after {
background-color: #faea36;
border-radius: 2px;
color: #333333;
content: "FREE";
font-size: 9px;
padding: 0 3px;
} .new_serv-cols .new_serv-list>li.new_pay::after {
color: #c45555;
content: "$";
font-size: 15px;
font-weight: 600;
position: relative;
top: 1px;
} .new_t-tab-content.photo {
font-size: 0;
}
.new_t-tab-content.photo img {
display: block;
width: 75%;
margin: 20px auto;
border-radius: 20px;
}
.new_t-tab-content.photo img:last-child {
margin-bottom: 0;
} #new_os-map:empty {
display: none !important;
}
.new_r-container .new_results-map-body #new_os-map,
.new_layer-open-map #new_os-map {
height: calc(100% - 44px);
}
.new_layer-open-map .new_t-content {
z-index: 4;
}
.new_t-map-wrapper {
background-color: #D2E3A4;
height: 385px;
position: relative;
}
#new_os-map .gm-style-iw,
#new_os-map .gm-style-iw>div,
.new_map-infowindow-wrap {
width: 380px !important;
min-width: 380px !important;
max-width: 380px !important;
}
#new_os-map .gm-style-iw,
#new_os-map .gm-style-iw * {
overflow: visible !important;
}
#new_os-map .gm-style-iw {
left: 10px !important;
right: 10px !important;
}
#new_os-map .gm-style-iw+div {
top: 7px !important;
right: 7px !important;
}
.new_map-infowindow-wrap {
position: relative;
min-height: 100px;
padding: 0 45px 0 150px;
}
.new_map-infowindow-image {
position: absolute;
top: 0;
left: 0;
}
.new_map-infowindow-image img {
margin: 0 !important;
max-width: 135px;
}
.new_map-infowindow-title {
font-weight: bold;
}
.new_map-infowindow-rating {
position: absolute;
top: -2px;
right: -28px;
}
#new_os-map .new_r-item-rating-rev {
top: 3px;
}
#new_os-map .new_r-item-rating-value:empty+.new_r-item-rating-rev {
top: 18px;
}
#new_os-map .new_r-item-rating-rev span {
display: block;
top: 4px;
}
#new_os-map .new_r-item-rating-value {
bottom: 7px;
font-size: 16px;
font-weight: bold;
}
.new_map-infowindow-price {
color: #888;
}
.new_map-infowindow-price .new_order-button {
display: inline-block;
background: #00a8cc;
line-height: 30px;
border-bottom: 2px solid #097f98;
color: #fff;
height: 32px;
margin: 12px 0 0;
padding: 0 8px;
text-align: center;
font-size: 14px;
font-weight: 700;
}
.new_map-infowindow-price .currency-uah::after {
content: ' /';
} .new_t-tab-content.reviews {
font-size: 0;
} .new_t-rating-tab-container {
margin: 50px 0 20px;
position: relative;
padding-left: 135px;
}
.new_res-one-col .new_t-rating-tab-container {
padding-left: 0;
}
.new_r-item-ratings-divider {
display: none;
}
.new_res-one-col .new_r-item-ratings-divider {
display: block;
clear: both;
}
.new_t-rating-overall-container {
display: flex !important;
align-items: center !important;
gap: 20px 10px !important;
margin: 25px 0 !important;
padding: 0 !important;
height: auto !important;
background: transparent !important;
}
.new_t-rating-tab-container:not(.new_t-rating-overall-container) .new_r-item-rating-text,
.new_t-rating-overall-container .new_r-item-rating-container:not(.big-rating),
.new_t-rating-overall-container .new_r-item-ratings-divider {
display: none !important;
} .new_t-rating-tab-container .new_r-item-rating-container.big-rating {
font-size: 115px;
position: absolute;
margin: 0;
top: -27px;
left: 0;
}
.new_t-rating-overall-container .new_r-item-rating-container.big-rating {
position: relative !important;
top: 0 !important;
left: 0 !important;
margin: 0 !important;
min-width: 115px !important;
float: none !important;
}
.new_res-one-col .new_t-rating-overall-container .new_r-item-rating-container.big-rating {
margin: 20px 0 !important;
padding: 0 15px !important;
}
.new_t-tab-content.reviews .new_t-rating-overall-text,
.new_t-tab-content.reviews .new_r-item-rating-text {
font-size: 16px;
}
.new_res-one-col .new_t-rating-tab-container .new_r-item-rating-container.big-rating {
position: relative;
margin-bottom: 15px;
}
.new_t-rating-tab-container .new_r-item-rating-container.big-rating .new_r-item-rating-value {
font-size: 32px;
top: 51px;
}
.new_t-rating-tab-container .big-rating .new_r-item-rating-rev {
color: #4C9CE0;
font-size: 14px;
left: 0;
right: 0;
top: 14px;
}
.new_t-rating-tab-container .big-rating .new_r-item-rating-rev span {
font-size: 14px;
display: block;
position: relative;
top: 4px;
} .new_t-rating-tab-container .new_r-item-rating-container {
margin: 0 20px 40px;
}
.new_t-rating-tab-container .new_r-item-rating-container .new_r-item-rating-value {
top: 18px;
}
.new_t-rating-tab-container .new_r-item-rating-rev {
color: #888888;
font-size: 12px;
left: -20px;
right: -20px;
top: -23px;
white-space: nowrap;
}
.new_t-rating-tab-container .new_r-item-rating-container.big-rating .bar,
.new_t-rating-tab-container .new_r-item-rating-container.big-rating.new_r-p6 .fill,
.new_t-rating-tab-container .new_r-item-rating-container.big-rating.new_r-p7 .fill,
.new_t-rating-tab-container .new_r-item-rating-container.big-rating.new_r-p8 .fill,
.new_t-rating-tab-container .new_r-item-rating-container.big-rating.new_r-p9 .fill,
.new_t-rating-tab-container .new_r-item-rating-container.big-rating.new_r-p10 .fill {
border-width: 8px;
height: 99px;
width: 99px;
}
.new_t-rating-tab-container .new_r-item-rating-container.big-rating::after {
height: 0.86em;
left: 0.07em;
top: 0.07em;
width: 0.86em;
} .new_t-tab-content.reviews #cg-r3 {
width: 100%;
height: 633px !important;
border: none;
}
.new_t-tab-content.reviews .infHtmlcg-r3 {
width: 100%;
padding: 0 0 20px;
overflow: hidden;
} .new_modal-open,
.new_modal-open body {
overflow: hidden !important;
}
.new_modal-open .new_t-modal-wrap {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, .5);
z-index: 999;
}
.new_modal-open .new_t-modal-wrap:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -0.25em;
}
.new_modal-open .new_t-modal-body {
background: #fff;
padding: 0;
width: auto;
min-width: 480px;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
position: relative;
left: 50%;
transform: translateX(-50%);
overflow: hidden;
border-radius: 15px;
}
body:not(.new_tour-one-col-sm) .new_t-modal-body {}
.new_t-modal-body-item,
.new_t-modal-body-close {
display: none;
}
.new_modal-open .new_t-modal-body-close {
display: block;
}
.new_t-modal-wrap .new_spinner-wrap {
padding: 0;
margin-right: -16px;
max-width: 460px;
} .new_t-modal-body-item.date .new_t-modal-body-middle {
padding: 15px 31px 31px 15px;
background-color: #FAFAFA;
}
.new_t-date-modal-table-container {
position: relative;
}
.new_t-date-change {
position: absolute;
border: 1px solid #C6D3DE;
cursor: pointer;
overflow: hidden;
}
.new_t-date-change-top,
.new_t-date-change-bottom {
width: 17px;
right: -16px;
background-color: #F9E8CC;
height: calc(50% - 23px);
}
.new_t-date-change-top {
top: 48px;
}
.new_t-date-change-bottom {
bottom: 0;
}
.new_t-date-change-left,
.new_t-date-change-right {
height: 17px;
width: calc(50% - 24px);
bottom: -16px;
background-color: #DFE8EF;
}
.new_t-date-change-left {
left: 49px;
}
.new_t-date-change-right {
right: 0;
}
.new_t-date-change svg {
fill: #999;
height: 20px;
position: absolute;
width: 20px;
}
.new_t-date-change-top svg,
.new_t-date-change-bottom svg {
top: 50%;
margin-top: -10px;
}
.new_t-date-change-top svg {
transform: rotate(90deg);
left: -2px;
}
.new_t-date-change-bottom svg {
transform: rotate(270deg);
left: -3px;
}
.new_t-date-change-left svg,
.new_t-date-change-right svg {
left: 50%;
margin-left: -10px;
}
.new_t-date-change-left svg {
top: -3px;
}
.new_t-date-change-right svg {
transform: rotate(180deg);
top: -2px;
}
.new_t-date-modal-table {
border-collapse: collapse;
width: 100%;
padding: 0;
margin: 0;
}
.new_t-date-modal-table .new_t-date-modal-table-head {
padding: 9px 3px 5px;
border-top: 1px solid #DDDDDD;
}
.new_t-date-modal-table td {
border-right: 1px solid #DDDDDD;
border-bottom: 1px solid #DDDDDD;
padding: 0;
text-align: center;
vertical-align: middle;
font-size: 12px;
}
.new_t-date-modal-table td.selected {
background-color: #F1F1F1;
}
.new_t-date-modal-table td:first-child {
padding: 0 0 2px;
line-height: 100%;
border-left: 1px solid #DDDDDD;
max-width: 50px;
min-width: 50px;
width: 50px;
}
.new_t-date-modal-table thead td:first-child {
border-left: none;
}
.new_t-date-modal-table td:first-child span {
white-space: nowrap;
font-weight: bold;
display: block;
}
.new_t-date-modal-table-head div {
white-space: nowrap;
height: 18px;
}
.new_t-date-modal-table-head .new_t-head-nights {
font-weight: bold;
margin-bottom: -3px;
font-size: 12px;
}
.new_t-date-modal-table-head .new_t-head-days {
font-size: 9px;
}
.new_t-date_link {
height: 50px;
display: block;
background-color: #fff;
cursor: pointer;
padding: 1px 5px;
}
.new_t-date_link.new_t-selected {
background-color: #D9EDFF;
}
.new_t-date_link,
.new_t-date_link * {
text-decoration: none;
color: #4c9ce0;
}
.new_t-date_link>span>span {
white-space: nowrap;
display: block;
}
.new_t-date_link>span>span:first-child {
margin: 8px 0 -3px;
font-weight: bold;
}
.new_t-date_link.selected {
background-color: #4C9CE0 !important;
color: #fff;
} .food .new_t-modal-table-container {
overflow: auto;
padding-bottom: 2px;
}
.food .new_t-modal-table {
border-collapse: collapse;
background-color: #FAFAFA;
}
.food .new_t-modal-table td {
padding: 5px 8px;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
font-size: 13px;
text-align: left;
vertical-align: middle;
}
.food .new_t-modal-table tr td:first-child {
padding: 15px 8px;
}
.new_t-modal-room-list-title,
.new_t-modal-room-title,
.new_t-food-abbr {
font-weight: bold;
}
.new_t-food-abbr {
text-transform: uppercase;
}
.new_t-food-abbr~span {
display: block;
margin-top: -3px;
}
.new_t-modal-room-title {
color: #4C9CE0;
}
.new_t-modal-room-title span {
font-weight: normal;
}
.new_t-food-abbr~span,
.new_t-modal-room-desc,
.new_t-modal-room-title span {
color: #a3a3a3;
}
.new_t-modal-room-list-title {
margin: 5px 0;
}
.food .new_t-modal-table .new_t-room-price,
.food .new_t-modal-table tr:first-child td:first-child {
background-color: #fff;
}
.food .new_t-modal-table .new_t-room-price {
cursor: pointer;
text-align: center;
position: relative;
min-width: 75px;
}
.food .new_t-modal-table .new_t-room-price a {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
text-decoration: none;
display: flex;
color: #666;
align-items: center;
justify-content: center;
box-shadow: 0 0 1px #999;
}
.food .new_t-modal-table .new_t-room-price.selected {
background-color: #000 !important;
}
.food .new_t-modal-table .new_t-room-price.selected * {
color: #fff;
}
.new_t-modal-room-list-item {
padding-left: 8px;
position: relative;
}
.new_t-modal-room-list-item::before {
content: '';
position: absolute;
top: 50%;
left: 0;
display: block;
width: 3px;
height: 3px;
border-radius: 50%;
background-color: #666;
} body .os-order-header-title,
.os-order-form-wrap *:after {
color: #4C9CE0 !important;
}
.os-order-form-wrap select {
height: 28px !important;
line-height: 28px !important;
}
.os-order-form-wrap .os-order-input-office .os-order-error {
margin-top: 3px;
margin-bottom: 3px;
}
.os-order-form-wrap .os-order-error {
margin-bottom: 0;
}
.os-order-user-contacts {
margin-top: 0 !important;
}
.os-order-input-comment,
.os-order-input-office {
margin-top: 10px !important;
}
.new_t-order-form-open .os-order-form-wrap form {
margin: 0;
}
.new_t-order-form-open .fancybox-overlay {
background: rgba(0, 0, 0, .5);
} .new_t-order-form-open .os-order-form-wrap {
background: #fff;
border: none;
padding: 10px !important;
width: 430px;
}
@media all and (max-width: 560px) {
.new_t-order-form-open .os-order-form-wrap {
width: 253px;
}
}
@media all and (max-width: 340px) {
.new_t-order-form-open .os-order-form-wrap {
width: auto;
}
} .new_t-order-form-open .os-order-form-wrap .os-order-header-title {
display: none;
} .new_t-order-form-open .os-order-first-title,
.new_t-order-form-open .os-order-and-title,
.new_t-order-form-open .os-order-second-title,
.new_t-order-form-open .os-order-input-dates label {
font-family: 'Open Sans';
color: #666;
}  .new_t-order-form-open .os-order-form-wrap select {
font-family: 'Open Sans';
color: #666;
}
.new_t-order-form-open .os-order-select-wrapper,
.new_t-order-form-open .os-order-select-wrapper:after {
background: #fff;
}
.new_t-order-form-open .os-order-select-wrapper {
border-radius: 3px;
border: 1px solid #e0e0e0;
}
.new_t-order-form-open .os-order-input-duration .os-order-select-wrapper {
border-radius: 3px;
}  .new_t-order-form-open .os-order-form-wrap .os-order-select-wrapper:after {
color: #4C9CE0;
}  .new_t-order-form-open .os-order-user-contacts input,
.new_t-order-form-open .os-order-form-wrap textarea {
font-family: 'Open Sans';
color: #666;
background: #F0F0F0;
border-color: #e0e0e0;
outline: 0 none;
} .new_t-order-form-open .os-order-user-contacts input,
.new_t-order-form-open .os-order-form-wrap textarea {
border-radius: 0px 0px 0px 0px;
} .new_t-order-form-open .os-order-input-office .os-order-select-wrapper {
border-radius: 0px 0px 0px 0px;
} .new_t-order-form-open .os-order-input-dates .os-order-input-wrapper {
font-family: 'Open Sans';
color: #666;
background: #fff;
border-radius: 3px;
border-color: #e0e0e0;
} .new_t-order-form-open .os-order-input-dates .os-order-input-wrapper:after {
color: #4C9CE0;
} .new_t-order-form-open .os-order-form-submit .os-order-form-submit_button {
font: bold 16px 'Open Sans';
color: #ffffff;
border: none;
border-radius: 15px;
background: #000 !important;
height: 51px;
box-shadow: none !important;
margin: 11px 0 0 !important;
width: 100%;
} .new_t-order-form-open .table-condensed .prev,
.table-condensed .next,
.table-condensed .switch {
background-color: #4C9CE0 !important;
}
.new_t-order-form-open .datepicker {
border-color: #4C9CE0 !important;
z-index: 9999;
} .new_tour-one-col-sm .new_t-content-table,
.date-table.vertical-table .new_t-date-col:last-child {
display: flex;
flex-direction: column;
}
.date-table.vertical-table .new_t-date-col:last-child .new_t-important {
order: 3;
}
.new_tour-one-col-sm .new_t-content-table .new_t-order-content,
.date-table.vertical-table .new_t-date-col:last-child .new_weight-bold {
order: 2;
padding: 0;
}
.new_tour-one-col-sm .new_t-content-table .new_t-tabs-content,
.date-table.vertical-table .new_t-date-col:last-child .new_weight-bold+.new_t-important {
order: 1;
}
.new_tour-one-col .new_t-tour-tab-table,
.new_tour-one-col .new_t-tour-tab-col {
display: block;
width: auto;
}
.new_t-modal-check {
display: none;
}
.new_tour-one-col-sm .new_t-header-gallery-container {
margin-bottom: 22px;
}
.new_tour-one-col-sm .new_t-header-desktop-img {
height: 190px;
}
.os-order-form-wrap~.os-order-form-wrap {
display: none !important;
} .new_t-similar-viewed-wrapper {
padding: 35px 0 0;
}
.new_t-container .new_t-similar-viewed-gallery {
overflow: visible;
width: 100%;
position: relative;
padding: 0 20px;
margin: 0 0 14px !important;
}
.new_t-container .new_t-similar-viewed-gallery:not(.owl-drag) {
padding-top: 20px;
height: 200px;
overflow: hidden;
}
.new_t-container .new_t-similar-viewed-gallery .owl-stage-outer {
overflow: hidden;
padding: 20px 0;
}
@media (min-width: 479px) {
.new_t-container .new_t-similar-viewed-gallery .owl-stage-outer {
padding-left: 8px;
padding-right: 8px;
}
.new_r-item {
box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
}
.new_t-header-gallery-mobile {
display: none
}
.new_t-similar-viewed-gallery .owl-item,
.new_t-similar-viewed-gallery .owl-stage {
height: 165px;
}
.new_t-similar-viewed-gallery-item {
height: 165px;
}
.owl-item .new_r-item-wrap {
width: 100%;
padding-left: 0;
padding-right: 14px;
}
.new_res-one-col .new_t-similar-viewed-gallery .owl-item .new_r-item-wrap {
padding-right: 0;
}
.new_t-container .owl-nav {
display: none;
}
.new_t-similar-viewed-wrapper .owl-prev,
.new_t-similar-viewed-wrapper .owl-next {
background: rgba(0, 0, 0, 0) url(//greentravel.in.ua/wp-content/themes/greentravel/assets/img/arr-left.svg) no-repeat scroll center center / cover;
cursor: pointer;
font-size: 0;
height: 28px;
position: absolute;
top: 87px;
width: 15px;
filter: grayscale(100%);
opacity: .8;
}
.new_t-similar-viewed-wrapper .owl-next {
transform: scale(-1, 1);
}
.new_t-similar-viewed-wrapper .owl-nav .disabled {
display: none;
}
.new_t-similar-viewed-wrapper .owl-prev {
left: -4px;
}
.new_t-similar-viewed-wrapper .owl-next {
right: -4px;
}
.new_t-container .owl-dots,
.new_t-container .owl-dot {
margin: 0;
padding: 0;
height: 5px;
border-radius: 3px;
}
.new_t-container .owl-dots {
background-color: #eee;
bottom: 0;
display: inline-flex;
flex-direction: row;
left: 15px;
margin-top: 10px;
position: absolute;
right: 15px;
}
.new_t-container .owl-dot {
list-style-type: none;
flex-grow: 1;
}
.new_t-container .owl-dot.active {
background-color: #ccc;
}
@media all and (max-width: 550px) {
.new_modal-open .new_t-modal-body {
width: 450px;
min-width: 320px;
}
.new_t-modal-check {
display: block;
}
} @media all and (min-width: 479px) {
.new_t-container[style*="flex"] {
display: block !important;
}
.new_t-tour-tab-col .new_t-change-btn:hover {
background-color: #fafafa;
}
.new_t-order-content-mobile {
display: none !important;
}
.date-table .new_t-tour-tab-col-2,
.food-table .new_t-tour-tab-col-2 {
padding-right: 77px !important;
}
.new_modal-open body {
padding-right: 15px !important;
}
@-moz-document url-prefix() {
.new_modal-open body {
padding-right: 14px !important;
}
}
.food .new_t-modal-table .new_t-room-price:hover,
.new_t-date_link.new_t-selected,
.new_t-date_link:hover {
background-color: #D9EDFF;
}
.new_t-date-change-top:hover,
.new_t-date-change-bottom:hover {
background-color: #fce2b7;
}
.new_t-date-change-left:hover,
.new_t-date-change-right:hover {
background-color: #d2e6f6;
}
.new_t-date-change:hover svg {
fill: #666;
} .os-order-small-form .os-order-input-name,
.os-order-small-form .os-order-input-phone,
.os-order-small-form .os-order-input-email {
float: left !important;
width: 33.33% !important;
}
.os-order-small-form .os-order-input-phone input,
.os-order-small-form .os-order-input-email input {
border-left: none !important;
border-top: 1px solid #e0e0e0 !important;
} .new_layer-open-map,
.new_layer-open-map body {
overflow: hidden !important;
}
.new_results-map-overlay,
.new_layer-open-map .new_t-tabs-content {
background-color: rgba(0, 0, 0, 0.5);
bottom: 0;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 999;
}
.new_r-container .new_results-map-body .new_t-tab-content-top,
.new_layer-open-map .new_results-map-body .new_t-tab-content-top,
.new_layer-open-map .new_t-tabs-content .new_t-tab-content-top {
display: block;
position: static;
}
.new_results-map-body,
.new_layer-open-map .new_t-tabs-content .new_t-tab-content {
left: 60px;
top: 60px;
right: 60px;
bottom: 60px;
margin: 0 auto;
width: auto;
overflow: hidden;
padding: 0;
position: absolute;
vertical-align: middle;
height: auto;
background: #fff;
max-width: 1200px;
max-height: 800px;
border-radius: 20px;
}
.new_results-map-body {
border-radius: 20px;
}
.new_layer-open-map .new_loading-container svg {
margin: 140px 0 0 190px;
}
.new_modal-open-food .new_t-modal-body {
top: 60px;
bottom: 60px;
position: absolute;
}
.new_modal-open-food .new_t-modal-body-middle {
position: absolute;
top: 44px;
bottom: 0;
left: 0;
right: 0;
overflow: auto;
}
.new_modal-open-food .new_t-modal-table {
width: 100%;
} .new_t-change-people .new_t-change-people-dropdown {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, .5);
z-index: 999;
border: none
}
.new_t-change-people .new_f-dropdown-body-wrap {
position: absolute;
left: 50%;
top: 50%;
width: 304px;
padding: 56px 14px 53px;
background: #fff;
color: #666;
font-size: 14px;
text-align: left;
transform: translate(-50%, -50%);
border-radius: 15px;
}
.new_t-change-people .new_f-dropdown-body-top {
display: block;
position: absolute;
left: 0;
top: 0;
right: 0;
}
.new_t-change-people .new_f-dropdown-list {
height: 353px;
}
.new_t-change-people .new_f-dropdown-bottom-btn {
position: absolute;
width: 50%;
bottom: 0;
line-height: 40px;
height: 42px;
font-size: 14px;
text-align: center;
border: 1px solid transparent;
border-left: none;
border-right: none;
}
.new_t-change-people .new_f-dropdown-btn-cancel {
left: 0;
background-color: #DFE8F0;
border-top-color: #C8D4DF;
border-radius: 0 0 0 15px;
}
.new_t-change-people .new_f-dropdown-btn-apply {
right: 0;
background-color: #000;
color: #fff;
font-weight: 600;
border-radius: 0 0 15px 0;
} .new_t-similar-viewed-wrapper .owl-dots {
display: none !important;
}
.new_t-similar-viewed-wrapper .owl-nav {
display: block;
}
} @media all and (max-width: 478px) {
.new_t-menu-back .new_r-currency-switch {
right: 15px;
} .new_t-similar-viewed .new_t-header-title,
.new_t-menu-back,
.new_t-header,
.new_t-menu-wrap,
.new_t-content {
padding-left: 15px;
padding-right: 15px;
} .new_t-container {
display: flex;
flex-direction: column;
}
.new_t-container[style*='display: block;'] {
display: flex !important;
}
.new_t-menu-back {
order: 1;
margin-bottom: 5px;
}
.new_t-header {
order: 2;
margin-top: -10px;
}
.new_t-menu-wrap {
order: 3;
margin-bottom: 10px;
}
.new_t-content {
order: 4;
}
.new_t-similar-viewed {
order: 5;
}
.new_t-menu-wrap::after {
left: 15px;
right: 15px;
}
.new_t-menu-item {
width: 50%;
text-align: center;
padding-left: 0;
padding-right: 0;
}
.new_t-tab-photos,
.new_t-tab-map,
.new_t-tab-rev {
display: none
} .new_t-order-content-mobile {
display: block;
}
.new_t-order-content .new_t-order-col {
width: 50%;
}
.new_t-order-content-mobile {
margin-top: 27px;
}
.new_t-order-content-mobile {
order: 3 !important;
}
.new_t-order-content-mobile .new_t-order-table {
margin-bottom: 0;
} .new_tour-one-col-sm .new_t-header-desktop-img {
display: none;
}
.new_tour-one-col-sm .new_t-header-gallery-mobile {
position: absolute;
display: block;
left: -15px;
right: -15px;
top: 100px;
}
.new_t-header-gallery-mobile .owl-stage-outer {
position: absolute !important;
}
.new_t-header-gallery-slider-body {
height: 215px;
position: relative;
overflow: hidden;
padding-bottom: 15px;
}
.new_t-header-gallery-slider-item {
background-repeat: no-repeat;
background-position: center;
background-size: cover;
height: 200px;
}
.new_t-header-gallery-container .owl-item,
.new_t-header-gallery-container .owl-stage {
height: 200px;
}  .new_tour-one-col .new_t-tour-tab-table {
margin: 0 -15px;
}
.new_t-tour-tab-table.date-table .new_t-date-table,
.new_t-tour-tab-table.date-table .new_t-date-col {
display: block;
width: auto;
white-space: normal;
}
.new_tour-one-col .new_t-tour-tab-col-1,
.new_tour-one-col .new_t-tour-tab-col-2 {
border-radius: 0;
border: none;
}
.new_t-tour-tab-table.date-table .new_t-duration-container {
white-space: normal;
text-align: left;
position: relative;
left: 0;
top: 0;
transform: translate(0, 0);
padding: 15px 0;
}
.new_t-tour-tab-table.date-table .new_t-duration-icons {
height: auto;
width: 1px;
position: absolute;
margin: 0;
top: -33px;
bottom: -35px;
}
.new_t-tour-tab-table.date-table .new_t-duration-icon-left,
.new_t-tour-tab-table.date-table .new_t-duration-icon-right {
left: -4px;
right: auto;
}
.new_t-tour-tab-table.date-table .new_t-duration-icon-left {
top: 0;
bottom: auto;
}
.new_t-tour-tab-table.date-table .new_t-duration-icon-right {
top: auto;
bottom: 0;
}
.new_t-tour-tab-table.date-table .new_t-duration-icon-left svg {
top: -22px;
}
.new_t-tour-tab-table.date-table .new_t-duration-icon-right svg {
top: 15px;
}
.new_t-tour-tab-table.date-table .new_t-duration-text {
text-align: left;
padding-top: 0;
position: relative;
top: -15px;
}
.new_t-tour-tab-table.date-table .new_t-no-3rd-row .new_t-duration-icons {
top: -13px;
bottom: -15px;
}
.new_t-tour-tab-table.date-table .new_t-duration-icon-left svg {
top: -25px;
}
.new_t-tour-tab-table.date-table .new_t-duration-icon-right svg {
top: 13px;
}
.new_t-tour-tab-table.date-table .new_t-date-col:last-child {
display: flex;
flex-direction: column;
}
.new_t-tour-tab-table.date-table .new_t-date-col:last-child .new_t-important {
order: 3;
}
.new_t-tour-tab-table.date-table .new_t-date-col:last-child .new_weight-bold {
order: 2;
padding: 0;
}
.new_t-tour-tab-table.date-table .new_t-date-col:last-child .new_weight-bold+.new_t-important {
order: 1;
}
.new_t-date-table {
opacity: 1 !important;
}
.date-table:not(.vertical-table) .new_t-duration-col+.new_t-date-col {
text-align: left;
}
.new_tour-one-col .new_t-tour-tab-col-1 {
height: 50px;
}
.date-table .new_t-tour-tab-col-1 {
height: 70px;
}
.food-table .new_t-tour-tab-col-1 br {
display: none;
}
.new_t-tour-tab-col .new_t-change-btn {
border-radius: 0;
background: #FDFDFD;
}
.date-table .new_t-tour-tab-col .new_t-change-btn {
top: -69px;
height: 68px;
}
.tourist-table .new_t-tour-tab-col .new_t-change-btn,
.food-table .new_t-tour-tab-col .new_t-change-btn {
top: -49px;
height: 48px;
}
.new_t-tour-tab-col .new_t-change-btn span {
margin-top: -19px;
}
.new_t-change-btn svg {
left: 14px;
top: 16px;
transform: rotate(180deg);
}
.new_layer-open .new_t-change-people .new_f-dropdown-btn-cancel,
.new_layer-open .new_t-change-people .new_f-dropdown-list {
color: #666;
}
.new_layer-open .new_t-change-people .new_f-dropdown-list {
text-align: left;
}
.new_t-change-btn.new_t-change-people {
border-left: none;
} .new_t-map-wrapper {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
height: auto;
}
#new_os-map .gm-style-iw,
#new_os-map .gm-style-iw>div,
.new_map-infowindow-wrap {
width: 290px !important;
min-width: 290px !important;
max-width: 290px !important;
}
.new_map-infowindow-wrap {
padding-right: 0;
}
.new_map-infowindow-rating {
top: -3px;
right: auto;
left: -3px;
}
#new_os-map {
top: 44px;
height: calc(100% - 44px);
} .new_t-tab-content.reviews .new_t-tab-content-body {
padding: 12px 0 0;
background-color: #fff;
}
.new_t-header-title-container {
height: 70px;
margin-bottom: 270px;
}
.new_t-header-title {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.new_t-tab-content.reviews .new_t-header-title {
padding: 0 15px;
}
.new_t-rating-tab-container {
background-color: #F7F7F7;
height: 310px;
margin: 15px 0 0;
overflow: hidden;
}
.new_t-rating-tab-container .new_r-item-rating-container {
margin: 0;
position: absolute;
}
.new_t-rating-tab-container .new_r-item-rating-container:nth-child(3) {
top: 40px;
right: 20px;
}
.new_t-rating-tab-container .new_r-item-rating-container:nth-child(4) {
top: 137px;
right: 20px;
}
.new_t-rating-tab-container .new_r-item-rating-container:nth-child(5) {
top: 234px;
right: 20px;
}
.new_t-rating-tab-container .new_r-item-rating-container:nth-child(6) {
top: 234px;
left: 20px;
}
.new_t-rating-tab-container .new_r-item-rating-container:nth-child(7) {
top: 234px;
left: 50%;
margin-left: -30px;
}
.new_res-one-col .new_t-rating-tab-container .new_r-item-rating-container.big-rating {
position: absolute;
top: 50px;
left: 50%;
margin-left: -98px;
}
.new_t-tab-content.reviews #cg-r3 {
width: calc(100% + 22px);
margin-left: -11px;
margin-top: -1px;
} .new_t-modal-body-item.date .new_t-modal-body-middle {
padding: 0 16px 0 0;
}
.new_t-modal-wrap .new_spinner-wrap {
padding: 15px;
} .os-order-small-form .os-order-input-phone,
.os-order-small-form .os-order-input-email {
margin-top: -1px;
}
.os-order-small-form .os-order-input-phone input,
.os-order-small-form .os-order-input-email input {
border: 1px solid #E0E0E0 !important;
}
.os-order-input-phone .os-order-error {
margin-bottom: 10px;
} .new_t-container .new_t-similar-viewed-gallery {
padding: 0;
}
}
@media all and (max-width: 359px) {
#new_os-map .gm-style-iw,
#new_os-map .gm-style-iw>div,
.new_map-infowindow-wrap {
width: 235px !important;
min-width: 235px !important;
max-width: 235px !important;
}
#new_os-map .gm-style-iw,
#new_os-map .gm-style-iw * {
overflow: visible !important;
}
#new_os-map .gm-style-iw .new_map-infowindow-image {
width: 120px;
overflow: hidden !important;
}
.new_map-infowindow-wrap {
padding-left: 130px;
}
} .new_credit-modal,
.new_credit-modal * {
box-sizing: border-box;
line-height: normal;
font-family: Arial, sans-serif;
color: #666;
}
.new_credit-modal {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: auto;
z-index: 9999999;
background-color: rgba(0, 0, 0, 0.4);
text-align: center;
display: none;
}
.new_credit-modal:after {
content: "";
display: inline-block;
height: 100%;
margin-left: -.05em;
vertical-align: middle;
}
.new_credit-modal.show {
display: block;
}
.new_credit-modal-body {
vertical-align: middle;
display: inline-block;
text-align: left;
background-color: #fff;
max-width: 616px;
border-radius: 4px;
padding: 20px 24px 24px;
position: relative;
}
.new_credit-modal__closeBtn {
border: none;
background: none;
box-shadow: none;
position: absolute;
top: 4px;
right: 5px;
padding: 0 8px;
margin: 0;
border-radius: 0;
font-size: 34px;
font-family: 'Times New Roman', sans-serif;
cursor: pointer;
}
.new_credit-modal__closeBtn:hover {
color: #000;
}
.new_credit-modal-header__title {
font-size: 20px;
margin: 0;
padding: 0;
}
.new_credit-modal__subTitle {
font-size: 16px;
margin: 10px 0;
padding: 0;
}
.new_credit-modal__subTitle[data-block="credit-title"] {
margin: 15px 0 10px;
}
.new_credit-modal__text {
font-size: 14px;
line-height: 1.43;
}
.new_credit-modal__text[data-block="price"] span {
color: #ff5722;
font-weight: 700;
}
.new_credit-modal-bigNumber {
font-size: 20px;
font-weight: bold;
margin-right: 5px;
}
.new_credit-modal__subTitle[data-block="credit-title"]~.new_credit-modal-row {
margin: 5px 0 0;
}
.new_credit-modal-secondScreen .new_credit-modal-secondWrapper-form-field> :last-child input,
.new_credit-modal__input--price {
width: 110px;
height: 32px;
border-radius: 4px;
border: solid 1px #d8d8d8;
padding: 0 5px;
margin: 0 5px;
outline: none;
font-size: 14px;
}
.new_credit-modal-select,
.new_credit-modal-select select,
.new_credit-modal-select::before {
border-radius: 4px;
}
.new_credit-modal-select::before,
.new_credit-modal-select::after,
.new_credit-modal-select select {
cursor: pointer;
}
.new_credit-modal-select {
display: block;
height: 32px;
border: solid 1px #d8d8d8;
padding: 0;
max-width: 400px;
}
.new_credit-modal-select::before,
.new_credit-modal-select::after {
content: '';
position: absolute;
pointer-events: none;
}
.new_credit-modal-select::before {
display: block;
top: 0;
bottom: 0;
right: 0;
width: 30px;
background: #fff;
}
.new_credit-modal-select::after {
width: 0;
height: 0;
border-style: solid;
border-width: 6px 5px 0 5px;
border-color: #d8d8d8 transparent transparent transparent;
right: 6px;
top: 13px;
}
.new_credit-modal-select select {
height: 30px;
width: 100%;
font-size: 14px;
color: #666;
border: none;
background: transparent;
padding: 0 1px;
}
.new_credit-modal-row-count {
display: flex;
justify-content: space-between;
margin: 15px 0 0;
}
.new_credit-modal-row-count-item:not(:last-child) {
margin-right: 16px;
}
.new_credit-modal-row-count-item {
border-radius: 4px;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
flex: 1;
text-align: center;
padding: 10px 7px 15px;
}
.new_credit-modal-row-count-item__header {
font-size: 14px;
font-weight: bold;
margin: 5px 0;
}
.new_credit-modal-row-count-item__price {
font-size: 14px;
margin-bottom: 5px;
}
.new_credit-modal-row-count-item__btn {
height: 36px;
line-height: 32px;
font-weight: bold;
text-align: center;
color: #212121;
border-radius: 4px;
border: solid 2px #F7941D;
margin: 5px auto;
cursor: pointer;
font-size: 16px;
background: #fff;
padding: 0;
width: 100%;
}
.new_credit-modal-row-count-item__info {
font-size: 12px;
color: #98989b;
}
.new_credit-modal-bottom-desc {
font-size: 12px;
margin-top: 15px;
}
.new_credit-modal-secondScreen .new_credit-modal__subTitle::after {
content: '';
display: table;
clear: both;
}
.new_credit-modal-secondScreen .new_credit-modal__subTitle span {
float: right;
color: #ff5722;
font-size: 12px;
font-weight: normal;
position: relative;
padding: 4px 0 0;
}
.new_credit-modal-secondScreen .new_credit-modal-secondWrapper-form-field {
display: flex;
margin: 0 0 16px;
flex-flow: wrap;
}
.new_credit-modal-secondScreen .new_credit-modal-secondWrapper-form-field>.new_credit-modal-secondWrapper-form-field__label {
width: 168px;
text-align: right;
padding-right: 10px;
font-size: 14px;
font-weight: bold;
padding-top: 7px;
}
.new_credit-modal-secondScreen .new_credit-modal-secondWrapper-form-field> :last-child {
flex-grow: 2;
position: relative;
}
.new_credit-modal-secondScreen .new_credit-modal-secondWrapper-form-field> :last-child input {
width: 100%;
margin: 0;
}
.new_credit-input-error {
position: absolute;
bottom: -5px;
color: red;
font-size: 10px;
left: 5px;
background: #fff;
padding: 0 1px;
display: none;
}
.new_credit-input-has-error {
border-color: red !important;
}
.new_credit-input-has-error~.new_credit-input-error {
display: block;
}
.new_credit-modal-secondWrapper-form__btns {
padding-left: 168px;
}
.new_credit-modal-secondWrapper-form__btn {
height: 36px;
line-height: 32px;
text-align: center;
border-radius: 4px;
border: solid 2px #F7941D;
cursor: pointer;
font-size: 16px;
}
.new_credit-modal-secondWrapper-form__btn:first-child {
width: 152px;
background: #fff;
color: #212121;
position: relative;
}
.new_credit-modal-secondWrapper-form__btn:first-child span {
display: none;
}
.new_credit-modal-secondWrapper-form__btn:last-child {
width: calc(100% - 168px);
margin-left: 16px;
font-weight: bold;
background: #F7941D;
color: #fff;
}
.new_credit-modal-thirdScreen .new_credit-modal-secondWrapper-form__btn:last-child {
margin: 20px auto 5px;
width: 176px;
background: #fff;
color: #212121;
display: block;
}
@media (max-width: 560px) {
.new_credit-modal-secondWrapper-form__btns {
padding-left: 0;
}
}
@media (max-width: 478px) {
.new_credit-modal-body {
padding: 13px;
}
.new_credit-modal-row-count-item__btn {
width: auto;
height: auto;
line-height: normal;
font-size: 13px;
padding: 3px 0;
}
.new_credit-modal-row-count-item:not(:last-child) {
margin-right: 7px;
}
.new_credit-modal-secondScreen .new_credit-modal-secondWrapper-form-field {
flex-wrap: wrap;
}
.new_credit-modal-secondScreen .new_credit-modal-secondWrapper-form-field> :first-child,
.new_credit-modal-secondScreen .new_credit-modal-secondWrapper-form-field> :last-child {
width: 100%;
flex-grow: 1;
}
.new_credit-modal-secondScreen .new_credit-modal-secondWrapper-form-field> :first-child {
text-align: left;
}
.new_credit-modal-secondScreen .new_credit-modal-secondWrapper-form-field> :last-child input,
.new_credit-modal__input--price {
font-size: 16px;
}
.new_credit-modal-secondScreen .new_credit-modal-secondWrapper-form-field>.new_credit-modal-secondWrapper-form-field__label {
padding-top: 0;
}
.new_t-rating-overall-container {
padding: 0 15px !important;
}
.new_t-rating-overall-container .new_r-item-rating-container .slice {
left: 0;
}
}
@media (max-width: 320px) {
.new_credit-modal-secondWrapper-form__btn:first-child {
width: 100px;
background: #fff;
color: #212121;
}
.new_credit-modal-secondWrapper-form__btn:last-child {
width: calc(100% - 116px);
}
}
body .fancybox-overlay {
z-index: 9999 !important;
}
body .fancybox-opened {
z-index: 10000 !important;
}
body .datepicker.dropdown-menu {
z-index: 99999 !important;
}@media only screen and (min-width: 992px) {
.pwaforwp-footer-prompt {
padding: 1% 3%;
flex-direction: row;
justify-content: center;
}
}
.pwaforwp-footer-prompt{
display: none;
width: 100%;
line-height: 2em;    
color: #333;
text-align: center;
text-decoration: none;    
min-height: 10%;
padding:15px 0px 15px 0px;
position: fixed;
bottom: 0;
justify-content: flex-end;
flex-direction: column;
flex-grow: 1;
animation-duration: 1s;
animation-fill-mode: both;
z-index: 9999;
}
.pwaforwp-footer-prompt .pwaforwp-prompt-close:after{
content: "✖";
color: #d5e0eb;
position: absolute;
right: 10px;
top: 10px;
font-size: 12px;
background: rgba(0, 0, 0, 0.40);
border-radius: 30px;
text-align: center;
width: 20px;
height: 20px;
line-height: 22px;
cursor: pointer;
} 
.pwaforwp-bounceInUp{
animation-name: bounceInUp;
}
.pwaforwp-animated {
animation-duration: 1s;
animation-fill-mode: both;
}
.pwaforwp-btn{
border: none;   
cursor: pointer;
display: inline-block;
border-radius: 4px;
height: auto;
line-height: 1;
min-width: auto;
padding: 8px 16px;
font-size: 16px;
margin: 10px 0px 0px 0px;
font-family: sans-serif;
text-transform: none;
transition: all .2s ease-in-out;
} #pwaforwp_loading_div {
display: none;
position: fixed;
width: 100%;
height: 200%;
top: 0px;
left: 0px;
background-color: white;
z-index: 9999;
}
.pwaforwp-loading-wrapper{z-index: 9999999;display:none;}
#pwaforwp_loading_icon {
position: fixed;
left: 50%;
top: 50%;
z-index: 9999999;
margin: -60px 0 0 -60px;
border: 16px solid #f3f3f3;
border-radius: 50%;
border-top: 16px solid #3498db;
width: 120px;
height: 120px;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
} .animate-bottom {
position: relative;
-webkit-animation-name: animatebottom;
-webkit-animation-duration: 1s;
animation-name: animatebottom;
animation-duration: 1s
}
@-webkit-keyframes animatebottom {
from { bottom:-100px; opacity:0 } 
to { bottom:0px; opacity:1 }
}
@keyframes animatebottom { 
from{ bottom:-100px; opacity:0 } 
to{ bottom:0; opacity:1 }
} #pwaforwp-add-to-home-click h3{
font-size: 20px;
font-weight: 600;
margin: 0px;
line-height: 1.4;
font-family: sans-serif;
}
@media(max-width:425px){
#pwaforwp-add-to-home-click h3 {
font-size: 16px;
}
.pwaforwp-btn{
font-size: 14px;
}
.pwaforwp-footer-prompt{
padding:15px 0px 10px 0px;
}
.pwaforwp-footer-prompt .pwaforwp-prompt-close:after {
right: 5px;
top: 5px;
}
}
.pwaforwp-app-contents{display: none;}