﻿:root {
	--color-main: #E8A30D;
	--text-color-light: #999999;
	--border-radius-small: 12px;
}

.palette-one {
	--color-main: #9476FA;
}

.palette-two {
	--color-main: #2DABA5
}

.palette-three {
	--color-main: #E8A30D
}

.palette-four {
	--color-main: #79AB2D
}

.gilded-yellow-wave {
	--color-main: #7604CE
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
}

html {
	background: #D9D9D9;
	overflow-x: hidden;
	font-family: "Helvetica Neue", sans-serif;
}

svg path {
	stroke: var(--color-main);
}

.obsidian-brown-mist svg path {
	fill: var(--color-main);
}

body {
	color: var(--Black, #000);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

a {
	text-decoration: none;
	color: inherit;
}

section {
	margin-bottom: 50px;
	padding: 0 15px;
}

header,
.sea-green {
	background: var(--color-main);
}

header .shadow-orange-sheen {
	align-items: center;
	padding: 18px 0;
	display: flex;
	justify-content: space-between;
}

.shadow-orange-sheen {
	max-width: 1200px;
	margin: 0 auto;
}

.neon-pink-mist {
	max-width: 241px;
	font-size: 50px;
	height: auto;
	font-weight: bolder;
	color: white;
}

nav {
	display: flex;
	gap: 16px;
}

.stormy-cyan-light {
	border-radius: 50px;
	background: var(--White, #FFF);
	color: var(--Black, #000);
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	/* 128.571% */
	width: 230px;
	height: 65px;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sea-green {
	padding: 80px 60px;
}

.sea-green .shadow-orange-sheen {
	display: flex;
	justify-content: space-between;
}

.sea-green .neon-pink-glow {
	padding-top: 131px;
}

.shadow-green-tone {
	max-width: 540px;
	border-radius: 50px;
	background: #fff;
	text-align: center;
	padding: 0 70px 40px;
	position: relative;
	padding-top: 194px;
}

.shadow-green-tone img {
	width: 300px;
	height: 300px;
	border-radius: 50%;
	border: 3px solid #fff;
	position: absolute;
	top: -131px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.fawn-brown {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.fawn-brown span {
	position: relative;

}

.fawn-brown span::after {
	content: '';
	position: absolute;
	right: -28px;
	top: -3px;
	width: 18px;
	height: 18px;
	background: no-repeat center url('/./wp-content/uploads/images/position-icon.svg');
}

.volcano-white-light {
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
}

.stormy-white-mist {
	display: flex;
	width: 400px;
	height: 48px;
	padding: 4px 4px 4px 19px;
	justify-content: space-between;
	align-items: center;
	border-radius: 25px;
	background: var(--Gray, #D9D9D9);
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
}

.prof-wrap {
	position: relative;
}

.marble-red-wave {
	display: none;
	text-align: left;
	padding: 30px;
	border-radius: 25px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	position: absolute;
	background: #fff;
	width: 100%;
	top: 55px;
	left: 0;
}

.prof-wrap.active .marble-red-wave {
	display: block;
}

.prof-wrap .icy-orange-light svg {
	transition: transform 0.3s ease;
	display: inline-block;
}

.prof-wrap.active .icy-orange-light svg {
	transform: rotate(180deg);
}

.btn-prof {
	cursor: pointer;
	user-select: none;
}

.icy-orange-glow {
	color: #fff;
	background: var(--color-main);
	border: none;
	cursor: pointer;
}

.shadow-green-tone .stormy-white-mist {
	margin-top: 25px;
}

.icy-orange-light {
	display: flex;
	width: 60px;
	height: 40px;
	padding: 15px 25px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	flex-shrink: 0;
	border-radius: 25px;
	background: #fff;
}

.icy-orange-glow .icy-orange-light {
	padding: 12px 20px;
}

.citrine-yellow {
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px;
	margin-top: 25px;
}

.solar-blue-wave {
	max-width: 540px;
	border-radius: 50px;
	background: var(--White, #FFF);
	padding: 40px 70px;
}

.solar-blue-wave input:not(.cornsilk-white) {
	width: 100%;
	margin-top: 10px;
	height: 48px;
	padding: 4px 4px 4px 19px;
	border-radius: 25px;
	background: var(--Gray, #D9D9D9);
	border: none;
	color: var(--Black, #000);
	font-family: "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
}

.solar-blue-wave .dusty-yellow-shine {
	margin-top: 25px !important;
}

input::placeholder {
	color: var(--Black, #000);
	opacity: 1;
}

input::-webkit-input-placeholder {
	color: var(--Black, #000);
}

.sunset-black-shade {
	max-width: 970px;
	margin: 50px auto;
}

.twilight-yellow-light {
	width: 100%;
	border-radius: 25px;
	background: var(--White, #FFF);
	display: flex;
	align-items: center;
	gap: 25px;
	padding: 22px 26px;
}

.twilight-yellow-light img {
	border-radius: 50%;
	width: 100px;
}

.denim-blue {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.denim-blue .velvet-purple-mist {
	border-radius: 50px;
	background: var(--color-main);
	color: var(--White, #FFF);
	font-size: 14px;
}

.velvet-purple-mist {
	background: var(--color-main);
	color: var(--White, #FFF);
}


.dusty-pink-shine {
	border-radius: 25px;
	background: var(--White, #FFF);
	padding: 56px 114px 50px;
}

.frozen-gray-glow {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 26px;
}

.beige {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

.beige img {
	max-width: 316px;
	height: auto;
	border-radius: 53px;
}

.stormy-blue-aura {
	margin: 25px 0;
	padding: 0 18px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sunset-cyan-flare {
	display: flex;
	justify-content: space-between;
}

.arctic-orange-sheen {
	display: flex;
	gap: 36px;
}

.arctic-orange-sheen .icy-orange-glow {
	text-decoration: none;
	margin: 25px auto;
}

.marble-purple-wave {
	max-width: 635px;
	width: 635px;
	overflow: hidden;
	height: 360px;
	border-radius: 25px;
	flex-shrink: 0;
}

.marble-purple-wave iframe {
	width: 100%;
	height: 100%;
}

.arctic-orange-sheen .frozen-gray-glow {
	font-family: sans-serif;
}

.espresso-brown {
	margin-top: 15px
}

.seashell-white {
	display: flex;
	gap: 9px;
}

.seashell-white svg {
	width: 17px;
	flex-shrink: 0;
}

.neon-cyan-shine {
	padding-left: 26px;
}

.slide {
	min-width: 100%;
}

.desert-yellow-light {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.desert-yellow-light+.desert-yellow-light {
	margin-top: 25px;
}

.sunset-green-shine {
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px;
}

.gilded-cyan-shine {
	margin-top: 6px;
	color: var(--Black, #000);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.skyblue-blue {
	overflow: hidden;
	width: 100%;
}

.slider-block {
	display: flex;
	transition: transform 0.5s ease-in-out;
}

.marble-green-tone {
	display: flex;
	align-items: center;
	margin-top: 20px;
	border-radius: 25px;
	background: var(--Gray, #D9D9D9);
	justify-content: space-between;
}

.slider-dots {
	width: 96px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.dot {
	cursor: pointer;
	height: 10px;
	display: flex;
	width: 10px;
	background-color: var(--color-main);
	border-radius: 50%;
	transition: 0.3s ease;
}

.dot.active {
	height: 16px;
	width: 16px;
}

.neon-yellow-mist {
	border-radius: 25px;
}

.neon-yellow-mist {
	border-radius: 25px;
	width: 55px;
	height: 40px;
	border: none;
	outline: none;
	padding: 0;
}

.dusty-green-aura {
	/* background: url('../images/arrow-left.svg') no-repeat center, #fff; */
	background: #fff;
	margin: 4px 0 4px 4px;
}

.obsidian-black {
	/* background: url('../images/arrow-right.svg') no-repeat center, #fff; */
	background: #fff;
	margin: 4px 4px 4px 0;
}





.lunar-pink-sheen {
	min-width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 30px
}

.khaki-tan {
	width: 100%;
	max-width: 635px;
	border-radius: 25px;
}

.volcano-orange-wave {
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	margin-bottom: 20px;
}

.crystal-blue {
	max-width: 969px;
	margin: 0 auto 25px;
	border-radius: 22px;
	overflow: hidden;
	background: #fff;
	padding: 0;
	padding-bottom: 25px;
}

.cerise-red {
	padding: 7px 85px;
	background: var(--color-main);
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--White, #FFF);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.cerise-red .neon-pink-glow {
	display: flex;
	gap: 13px;
	align-items: center;
}

.shadow-green-shine {
	width: 60px;
	height: 60px;
	color: var(--Black, #000);
	background: #fff;
	text-align: center;
	font-size: 24.856px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.marble-brown-glow .oldlace-white {
	padding-left: 14px;
	position: relative;
}

.marble-brown-glow .oldlace-white::before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 10px;
	height: 12px;
	background: no-repeat center url('/./wp-content/uploads/images/location.svg');
}


.frozen-brown-aura {
	margin: 25px auto 13px;
	padding: 0 85px;
}

.crystal-blue .marble-green-tone {
	max-width: 800px;
	margin: 0 auto;
}


footer {
	background: var(--color-main);
	padding: 64px 0;
	text-align: center;
}

footer p {
	color: var(--White, #FFF);
}






.popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 100;
	display: none;
}

.popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.9);
	background: #ffffff;
	border-radius: 25px;
	padding: 60px 114px 55px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	z-index: 101;
	width: 90%;
	max-width: 1200px;
	max-height: 90vh;
	overflow-y: auto;
	display: none;
	opacity: 0;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.marble-gray-light h3 {
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 24px;
	text-align: center;
}


.popup-close {
	position: absolute;
	top: 12px;
	right: 42px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
}


.popup.active,
.popup-overlay.active {
	display: block;
}

.popup.active {
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
}

html.popup-open {
	overflow: hidden;
}

.popup p+p {
	margin-top: 15px;
}


.calendar {
	text-align: center;
	max-width: 286px;
	margin: 25px auto 10px;
}

.volcano-white-mist {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.volcano-white-mist h3 {
	margin: 0;
	text-transform: capitalize;
	color: #000;
	text-align: center;
	font-family: "Helvetica Neue", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px;
}

.neon-brown-shine {
	background: none;
	border: none;
	cursor: pointer;
}

.neon-brown-shine:hover {
	color: var(--color-main);
}

.calendar-grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 10px;
}

.day-name {
	color: var(--text-color-light);
	padding-bottom: 10px;
	color: var(--color-main);
	font-family: "Helvetica Neue", sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.day {
	font-weight: 500;
	padding: 8px 0;
	cursor: pointer;
	border-radius: var(--border-radius-small);
	transition: background-color 0.2s, color 0.2s;
	color: var(--Black, #000);
	font-size: 15px;
	line-height: normal;
}


.day.other-month {
	color: #d0d0d0;
	cursor: default;
}

.day.today {
	font-weight: 700;
	color: var(--color-main);
}

.day.selected {
	background-color: var(--color-main);
	color: white;
	font-weight: 700;
}

.prism-pink-aura {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 13px;
	margin: 16px 0;
}

.cornsilk-white {
	color: #000;
	text-align: center;
	font-family: Roboto;
	font-size: 29px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: 0.044px;
	border-radius: 8.25px;
	border: 1px solid var(--color-main);
	background: #fff;
	width: 72px;
	height: 50px;
	padding: 0;
}

.cornsilk-white:first-child {

	margin-right: 10px;
}

.am-pm-toggle {
	display: flex;
}

.am-pm-btn {
	padding: 12px 15px;
	border: 1px solid #ddd;
	background-color: white;
	cursor: pointer;
	height: 50px;
	font-weight: 500;
	font-family: Roboto;
	font-size: 18.276px;
	line-height: 150%;
	letter-spacing: 0.274px;
	border: 1px solid var(--color-main);
}

.am-pm-btn:first-child {
	border-radius: var(--border-radius-small) 0 0 var(--border-radius-small);
	border-right: none;
}

.am-pm-btn:last-child {
	border-radius: 0 var(--border-radius-small) var(--border-radius-small) 0;
}

.am-pm-btn.active {
	background-color: var(--color-main);
	color: white;
	border-color: var(--color-main);
}



@media (max-width: 1024px) {
	body {
		font-size: 15px;
	}

	header {
		padding-bottom: 190px;
	}

	header a {
		margin: 0 auto;
	}

	nav {
		display: none;
	}

	.sea-green {
		padding: 0 15px;
		background: none;
		margin-top: -230px;
	}


	.sea-green .shadow-orange-sheen {
		flex-wrap: wrap;
	}

	.sea-green .neon-pink-glow {
		width: 100%;
	}

	.solar-blue-wave {
		padding: 25px 15px;
		border-radius: 30px;
	}

	.shadow-green-tone {
		padding: 0 15px 30px;
		padding-top: 82px;
		width: 100%;
	}

	.shadow-green-tone img {
		width: 110px;
		height: 110px;
		top: -60px;
	}

	.sea-green .copper-orange {
		width: 100%;
		margin-top: 40px;
	}

	.sunset-black-shade {
		margin: 80px auto 30px;
	}

	.twilight-yellow-light {
		position: relative;
		padding: 62px 15px 20px;
	}

	.twilight-yellow-light img {
		position: absolute;
		width: 100px;
		height: 100px;
		border: 2px solid #fff;
		top: -50px;
		left: 50%;
		transform: translateX(-50%);
		border-radius: 50%;
	}

	section {
		margin-bottom: 25px;
	}

	.dusty-pink-shine {
		padding: 25px 15px;
		/* overflow: hidden; */
	}

	.denim-blue {
		overflow-y: scroll;
		gap: 13px;
		margin-top: 30px;
	}

	.denim-blue .velvet-purple-mist {
		font-size: 15px;
		font-style: normal;
		font-weight: 500;
		min-width: 126px;
		width: auto;
		height: 40px;
		flex-shrink: 0;
	}

	.beige,
	.stormy-blue-aura {
		overflow-x: auto;
	}

	.sunset-cyan-flare {
		flex-wrap: wrap;
	}

	.stormy-white-mist {
		width: 100%;
	}

	.stormy-white-mist+.stormy-white-mist {
		margin-top: 20px;
	}

	.beige img {
		max-width: 100%;
	}

	.popup {
		padding: 20px 10px;
	}

	.popup-close {
		right: 12px;
	}

	.frozen-gray-glow {

		font-weight: 500;
		font-family: "Helvetica Neue";
	}

	.arctic-orange-sheen {
		flex-wrap: wrap;
		flex-direction: column;
	}

	.arctic-orange-sheen .dusty-pink-shine {
		width: 100%;
	}

	.marble-purple-wave {
		width: 100%;
		height: 250px;
	}

	.marble-purple-wave iframe {
		width: 100%;
		/* ЗАМІНІТЬ ЦІ РЯДКИ */
		max-width: 100%;
		/* ЗАМІНІТЬ ЦІ РЯДКИ */
		height: 100%;
	}

	.marble-purple-wave img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.sunset-green-shine {
		font-size: 15px;
	}

	.gilded-cyan-shine {
		font-size: 15px;

	}

	.desert-yellow-light .stormy-cyan-light {
		width: 100px;
		height: 48px;
		padding: 15px 24px;
	}

	.stormy-cyan-light {
		font-size: 15px;
		font-style: normal;
		font-weight: 500;
	}

	.lunar-pink-sheen {
		flex-wrap: wrap;
	}

	.volcano-orange-wave {
		text-align: center;
	}

	.cerise-red {
		padding: 5px 28px;
	}

	.frozen-brown-aura {
		padding: 0 28px;
	}


	.crystal-blue {
		margin: 0 15px 25px;
	}

	.cerise-red {
		padding: 4px 16px 16px;
		font-size: 15px;
		font-style: normal;
		font-weight: 500;
		align-items: flex-start;
	}

	.cerise-red .neon-pink-glow {
		position: relative;
	}

	.shadow-green-shine {
		width: 36px;
		height: 36px;
		font-size: 15px;
	}

	.volcano-white-light {
		font-size: 15px;
		font-style: normal;
		font-weight: 500;
	}

	.marble-brown-glow .oldlace-white {
		width: max-content;
		font-size: 15px;
		font-style: normal;
		font-weight: 500;
		position: absolute;
		bottom: -27px;
		left: 13px;
		z-index: 20;
	}

	.desert-yellow-mist .rating {
		max-width: 75px;
		margin-top: 10px;
	}

	.desert-yellow-mist .papaya-whip {
		margin-top: 12px;
	}

	.marble-brown-glow .oldlace-white::before {
		top: 0;
	}

	.crystal-blue .marble-green-tone {
		margin: 0 14px;
	}

	footer {
		padding: 25px 0;
	}

	footer p {
		font-style: normal;
		font-weight: 500;
	}
}

@media (max-width: 360px) {
	.prism-pink-aura {
		gap: 8px
	}

	.cornsilk-white {
		font-size: 20px;
		width: 60px;
		height: 44px;
	}

	.am-pm-btn {
		height: 44px;
		line-height: 105%;
	}
}

#hbgBDAgqmW-cookie {
	display: none;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	bottom: 15px;
	left: 50%;
	width: 100%;
	max-width: 90%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 15px;
	background-color: #1a1a1a;
	border-radius: 20px;
	-webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.5);
	gap: 15px;
	z-index: 999999;
	font-size: 15px;
	color: #fff;
}

#hbgBDAgqmW-cookie.show {
	display: block;
}

#hbgBDAgqmW-cookie div {
	display: inline-block;
}

#hbgBDAgqmW-cookie button {
	float: right;
	border-radius: 8px;
	background: var(--btn-gradient);
	color: var(--color-black);
	font-family: var(--font-family);
	transition: all 0.3s ease;
	text-align: center;
	cursor: pointer;
	border: none;
}

div.taupe-brown a{
	display: flex;
}

.stormy-white-mist.neon-red-glow svg.star {
	fill: var(--color-main);
}

.day.in-range {
	background-color: #cde4f9;
}

.day.range-start, .day.range-end, .day.in-range {
	background-color: var(--color-main);;
	color: #fff;
}