﻿: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
}

.dusty-brown-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);
}

.beige 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,
.amethyst-purple {
	background: var(--color-main);
}

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

.velvet-purple-sheen {
	max-width: 1200px;
	margin: 0 auto;
}

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

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

.shadow-red-shine {
	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;
}

.amethyst-purple {
	padding: 80px 60px;
}

.amethyst-purple .velvet-purple-sheen {
	display: flex;
	justify-content: space-between;
}

.amethyst-purple .obsidian-blue-shine {
	padding-top: 131px;
}

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

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

.dark-slate-gray {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.dark-slate-gray span {
	position: relative;

}

.dark-slate-gray 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');
}

.icy-yellow-light {
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
}

.shadow-purple-light {
	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;
}

.desert-gray-glow {
	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 .desert-gray-glow {
	display: block;
}

.prof-wrap .sunset-gray-flare svg {
	transition: transform 0.3s ease;
	display: inline-block;
}

.prof-wrap.active .sunset-gray-flare svg {
	transform: rotate(180deg);
}

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

.dusty-black-light {
	color: #fff;
	background: var(--color-main);
	border: none;
	cursor: pointer;
}

.honey-yellow .shadow-purple-light {
	margin-top: 25px;
}

.sunset-gray-flare {
	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;
}

.dusty-black-light .sunset-gray-flare {
	padding: 12px 20px;
}

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

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

.forest-green input:not(.ecru-beige) {
	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;
}

.forest-green .seafoam-green {
	margin-top: 25px !important;
}

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

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

.volcano-brown-shine {
	max-width: 970px;
	margin: 50px auto;
}

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

.twilight-gray-shade img {
	border-radius: 50%;
	width: 100px;
}

.stormy-red-light {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.stormy-red-light .sunset-green-shine {
	border-radius: 50px;
	background: var(--color-main);
	color: var(--White, #FFF);
	font-size: 14px;
}

.sunset-green-shine {
	background: var(--color-main);
	color: var(--White, #FFF);
}


.obsidian-blue-light {
	border-radius: 25px;
	background: var(--White, #FFF);
	padding: 56px 114px 50px;
}

.sunset-yellow-shade {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 26px;
}

.shadow-white-wave {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

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

.neon-pink-wave {
	margin: 25px 0;
	padding: 0 18px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.icy-green-flare {
	display: flex;
	justify-content: space-between;
}

.cosmic-purple-glow {
	display: flex;
	gap: 36px;
}

.cosmic-purple-glow .dusty-black-light {
	text-decoration: none;
	margin: 25px auto;
}

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

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

.cosmic-purple-glow .sunset-yellow-shade {
	font-family: sans-serif;
}

.volcano-yellow-flare {
	margin-top: 15px
}

.neon-cyan-aura {
	display: flex;
	gap: 9px;
}

.neon-cyan-aura svg {
	width: 17px;
	flex-shrink: 0;
}

.stormy-black-glow {
	padding-left: 26px;
}

.slide {
	min-width: 100%;
}

.lunar-red-mist {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.lunar-red-mist+.lunar-red-mist {
	margin-top: 25px;
}

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

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

.cyan {
	overflow: hidden;
	width: 100%;
}

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

.shadow-purple-wave {
	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;
}

.dark-sea-green {
	border-radius: 25px;
}

.dark-sea-green {
	border-radius: 25px;
	width: 55px;
	height: 40px;
	border: none;
	outline: none;
	padding: 0;
}

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

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





.sunset-brown-wave {
	min-width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 30px
}

.oldlace-white {
	width: 100%;
	max-width: 635px;
	border-radius: 25px;
}

.marble-gray-shade {
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	margin-bottom: 20px;
}

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

.neon-blue-sheen {
	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;
}

.neon-blue-sheen .obsidian-blue-shine {
	display: flex;
	gap: 13px;
	align-items: center;
}

.coffee-brown {
	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%;
}

.taupe-brown .medium-blue {
	padding-left: 14px;
	position: relative;
}

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


.prism-black-shade {
	margin: 25px auto 13px;
	padding: 0 85px;
}

.frozen-purple-mist .shadow-purple-wave {
	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;
}

.emerald 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;
}

.frozen-cyan-tone {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.frozen-cyan-tone 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;
}

.azure-blue {
	background: none;
	border: none;
	cursor: pointer;
}

.azure-blue: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;
}

.obsidian-blue-shade {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 13px;
	margin: 16px 0;
}

.ecru-beige {
	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;
}

.ecru-beige: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;
	}

	.amethyst-purple {
		padding: 0 15px;
		background: none;
		margin-top: -230px;
	}


	.amethyst-purple .velvet-purple-sheen {
		flex-wrap: wrap;
	}

	.amethyst-purple .obsidian-blue-shine {
		width: 100%;
	}

	.forest-green {
		padding: 25px 15px;
		border-radius: 30px;
	}

	.honey-yellow {
		padding: 0 15px 30px;
		padding-top: 82px;
		width: 100%;
	}

	.honey-yellow img {
		width: 110px;
		height: 110px;
		top: -60px;
	}

	.amethyst-purple .solar-pink-shine {
		width: 100%;
		margin-top: 40px;
	}

	.volcano-brown-shine {
		margin: 80px auto 30px;
	}

	.twilight-gray-shade {
		position: relative;
		padding: 62px 15px 20px;
	}

	.twilight-gray-shade 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;
	}

	.obsidian-blue-light {
		padding: 25px 15px;
		/* overflow: hidden; */
	}

	.stormy-red-light {
		overflow-y: scroll;
		gap: 13px;
		margin-top: 30px;
	}

	.stormy-red-light .sunset-green-shine {
		font-size: 15px;
		font-style: normal;
		font-weight: 500;
		min-width: 126px;
		width: auto;
		height: 40px;
		flex-shrink: 0;
	}

	.shadow-white-wave,
	.neon-pink-wave {
		overflow-x: auto;
	}

	.icy-green-flare {
		flex-wrap: wrap;
	}

	.shadow-purple-light {
		width: 100%;
	}

	.shadow-purple-light+.shadow-purple-light {
		margin-top: 20px;
	}

	.shadow-white-wave img {
		max-width: 100%;
	}

	.popup {
		padding: 20px 10px;
	}

	.popup-close {
		right: 12px;
	}

	.sunset-yellow-shade {

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

	.cosmic-purple-glow {
		flex-wrap: wrap;
		flex-direction: column;
	}

	.cosmic-purple-glow .obsidian-blue-light {
		width: 100%;
	}

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

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

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

	.lunar-green-tone {
		font-size: 15px;
	}

	.solar-brown-shade {
		font-size: 15px;

	}

	.lunar-red-mist .shadow-red-shine {
		width: 100px;
		height: 48px;
		padding: 15px 24px;
	}

	.shadow-red-shine {
		font-size: 15px;
		font-style: normal;
		font-weight: 500;
	}

	.sunset-brown-wave {
		flex-wrap: wrap;
	}

	.marble-gray-shade {
		text-align: center;
	}

	.neon-blue-sheen {
		padding: 5px 28px;
	}

	.prism-black-shade {
		padding: 0 28px;
	}


	.frozen-purple-mist {
		margin: 0 15px 25px;
	}

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

	.neon-blue-sheen .obsidian-blue-shine {
		position: relative;
	}

	.coffee-brown {
		width: 36px;
		height: 36px;
		font-size: 15px;
	}

	.icy-yellow-light {
		font-size: 15px;
		font-style: normal;
		font-weight: 500;
	}

	.taupe-brown .medium-blue {
		width: max-content;
		font-size: 15px;
		font-style: normal;
		font-weight: 500;
		position: absolute;
		bottom: -27px;
		left: 13px;
		z-index: 20;
	}

	.twilight-cyan-tone .rating {
		max-width: 75px;
		margin-top: 10px;
	}

	.twilight-cyan-tone .tan-brown {
		margin-top: 12px;
	}

	.taupe-brown .medium-blue::before {
		top: 0;
	}

	.frozen-purple-mist .shadow-purple-wave {
		margin: 0 14px;
	}

	footer {
		padding: 25px 0;
	}

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

@media (max-width: 360px) {
	.obsidian-blue-shade {
		gap: 8px
	}

	.ecru-beige {
		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.periwinkle-violet a{
	display: flex;
}

.shadow-purple-light.neon-pink-shade 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;
}