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

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

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

.wisteria-purple {
	--color-main: #E8A30D
}

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

.palette-five {
	--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);
}

.icy-orange-glow 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,
.volcano-white-flare {
	background: var(--color-main);
}

header .desert-brown-flare {
	align-items: center;
	padding: 18px 0;
	display: flex;
	justify-content: space-between;
}

.desert-brown-flare {
	max-width: 1200px;
	margin: 0 auto;
}

.cosmic-black-wave {
	max-width: 241px;
	font-size: 50px;
	height: auto;
	font-weight: bolder;
	color: white;
}

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

.jade-green {
	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;
}

.volcano-white-flare {
	padding: 80px 60px;
}

.volcano-white-flare .desert-brown-flare {
	display: flex;
	justify-content: space-between;
}

.volcano-white-flare .prism-red-shine {
	padding-top: 131px;
}

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

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

.frozen-purple-shine {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.frozen-purple-shine span {
	position: relative;

}

.frozen-purple-shine 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');
}

.velvet-red-flare {
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
}

.desert-black-wave {
	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;
}

.prism-black-tone {
	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 .prism-black-tone {
	display: block;
}

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

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

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

.neon-purple-aura {
	color: #fff;
	background: var(--color-main);
	border: none;
	cursor: pointer;
}

.sunflower-yellow .desert-black-wave {
	margin-top: 25px;
}

.solar-yellow-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;
}

.neon-purple-aura .solar-yellow-light {
	padding: 12px 20px;
}

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

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

.navajo-white input:not(.arctic-black-wave) {
	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;
}

.navajo-white .obsidian-blue-light {
	margin-top: 25px !important;
}

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

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

.sand-beige {
	max-width: 970px;
	margin: 50px auto;
}

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

.prism-black-flare img {
	border-radius: 50%;
	width: 100px;
}

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

.deep-lilac .solar-purple-tone {
	border-radius: 50px;
	background: var(--color-main);
	color: var(--White, #FFF);
	font-size: 14px;
}

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


.neon-white-tone {
	border-radius: 25px;
	background: var(--White, #FFF);
	padding: 56px 114px 50px;
}

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

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

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

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

.gilded-pink-shade {
	display: flex;
	justify-content: space-between;
}

.shadow-cyan-shade {
	display: flex;
	gap: 36px;
}

.shadow-cyan-shade .neon-purple-aura {
	text-decoration: none;
	margin: 25px auto;
}

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

.marble-orange-light iframe {
	width: 100%;
	height: 100%;
}

.shadow-cyan-shade .saffron {
	font-family: sans-serif;
}

.cosmic-white-light {
	margin-top: 15px
}

.medium-turquoise {
	display: flex;
	gap: 9px;
}

.medium-turquoise svg {
	width: 17px;
	flex-shrink: 0;
}

.sky-grey {
	padding-left: 26px;
}

.slide {
	min-width: 100%;
}

.sunset-orange-flare {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sunset-orange-flare+.sunset-orange-flare {
	margin-top: 25px;
}

.icy-purple-sheen {
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px;
}

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

.amber-yellow {
	overflow: hidden;
	width: 100%;
}

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

.shadow-cyan-flare {
	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;
}

.stormy-orange-flare {
	border-radius: 25px;
}

.stormy-orange-flare {
	border-radius: 25px;
	width: 55px;
	height: 40px;
	border: none;
	outline: none;
	padding: 0;
}

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

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





.volcano-orange-light {
	min-width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 30px
}

.dark-yellow {
	width: 100%;
	max-width: 635px;
	border-radius: 25px;
}

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

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

.gilded-cyan-shine {
	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;
}

.gilded-cyan-shine .prism-red-shine {
	display: flex;
	gap: 13px;
	align-items: center;
}

.desert-purple-shade {
	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%;
}

.magenta .sienna-red {
	padding-left: 14px;
	position: relative;
}

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


.dusty-brown-wave {
	margin: 25px auto 13px;
	padding: 0 85px;
}

.gold-copper .shadow-cyan-flare {
	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;
}

.brick-red 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;
}

.icy-yellow-light {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.icy-yellow-light 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;
}

.citron-yellow {
	background: none;
	border: none;
	cursor: pointer;
}

.citron-yellow: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;
}

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

.arctic-black-wave {
	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;
}

.arctic-black-wave: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;
	}

	.volcano-white-flare {
		padding: 0 15px;
		background: none;
		margin-top: -230px;
	}


	.volcano-white-flare .desert-brown-flare {
		flex-wrap: wrap;
	}

	.volcano-white-flare .prism-red-shine {
		width: 100%;
	}

	.navajo-white {
		padding: 25px 15px;
		border-radius: 30px;
	}

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

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

	.volcano-white-flare .cosmic-gray-glow {
		width: 100%;
		margin-top: 40px;
	}

	.sand-beige {
		margin: 80px auto 30px;
	}

	.prism-black-flare {
		position: relative;
		padding: 62px 15px 20px;
	}

	.prism-black-flare 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;
	}

	.neon-white-tone {
		padding: 25px 15px;
		/* overflow: hidden; */
	}

	.deep-lilac {
		overflow-y: scroll;
		gap: 13px;
		margin-top: 30px;
	}

	.deep-lilac .solar-purple-tone {
		font-size: 15px;
		font-style: normal;
		font-weight: 500;
		min-width: 126px;
		width: auto;
		height: 40px;
		flex-shrink: 0;
	}

	.silver-gray,
	.twilight-pink-shade {
		overflow-x: auto;
	}

	.gilded-pink-shade {
		flex-wrap: wrap;
	}

	.desert-black-wave {
		width: 100%;
	}

	.desert-black-wave+.desert-black-wave {
		margin-top: 20px;
	}

	.silver-gray img {
		max-width: 100%;
	}

	.popup {
		padding: 20px 10px;
	}

	.popup-close {
		right: 12px;
	}

	.saffron {

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

	.shadow-cyan-shade {
		flex-wrap: wrap;
		flex-direction: column;
	}

	.shadow-cyan-shade .neon-white-tone {
		width: 100%;
	}

	.marble-orange-light {
		width: 100%;
		height: 250px;
	}

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

	.marble-orange-light img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.icy-purple-sheen {
		font-size: 15px;
	}

	.blanchedalmond-white {
		font-size: 15px;

	}

	.sunset-orange-flare .jade-green {
		width: 100px;
		height: 48px;
		padding: 15px 24px;
	}

	.jade-green {
		font-size: 15px;
		font-style: normal;
		font-weight: 500;
	}

	.volcano-orange-light {
		flex-wrap: wrap;
	}

	.lilac {
		text-align: center;
	}

	.gilded-cyan-shine {
		padding: 5px 28px;
	}

	.dusty-brown-wave {
		padding: 0 28px;
	}


	.gold-copper {
		margin: 0 15px 25px;
	}

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

	.gilded-cyan-shine .prism-red-shine {
		position: relative;
	}

	.desert-purple-shade {
		width: 36px;
		height: 36px;
		font-size: 15px;
	}

	.velvet-red-flare {
		font-size: 15px;
		font-style: normal;
		font-weight: 500;
	}

	.magenta .sienna-red {
		width: max-content;
		font-size: 15px;
		font-style: normal;
		font-weight: 500;
		position: absolute;
		bottom: -27px;
		left: 13px;
		z-index: 20;
	}

	.stormy-brown-tone .rating {
		max-width: 75px;
		margin-top: 10px;
	}

	.stormy-brown-tone .neon-white-shade {
		margin-top: 12px;
	}

	.magenta .sienna-red::before {
		top: 0;
	}

	.gold-copper .shadow-cyan-flare {
		margin: 0 14px;
	}

	footer {
		padding: 25px 0;
	}

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

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

	.arctic-black-wave {
		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.volcano-green-glow a{
	display: flex;
}

.desert-black-wave.cosmic-blue-tone 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;
}