:root {
	--color: rgba(232, 231, 231, 1);
	--color-1: rgba(0, 0, 0, 1);
	--color-2: rgba(255, 255, 255, 1);
	--color-3: rgba(112, 112, 112, 1);
	--color-3-light: rgba(112, 112, 112, .3);
	--color-4: rgba(45, 45, 45, 1);
	--color-5: rgba(45, 45, 45, 1);
	--color-offer-bg: rgba(232, 231, 231, 1);
	--color-sidebar-header: rgba(45, 45, 45, 1);
	--color-sidebar-text: rgba(112, 112, 112, 1);
	--color-offer-frame: rgba(0, 0, 0, 1);
	--color-grey: rgba(216, 215, 215, 1);
	--color-quote: rgba(149, 149, 149, 1)
}

.theme-blue {
	--color: rgba(254, 250, 239, 1);
	--color-1: rgba(94, 176, 230, 1);
	--color-offer-bg: rgba(94, 176, 230, 1);
	--color-2: rgba(254, 250, 239, 1);
	--color-3: rgba(254, 250, 239, 1);
	--color-4: rgba(255, 255, 255, 1);
	--color-5: rgba(255, 255, 255, 1);
	--color-offer-text: rgba(247, 247, 247);
	--color-sidebar-header: rgba(94, 176, 230, 1);
	--color-sidebar-text: rgba(94, 176, 230, .7);
	--color-offer-frame: rgba(0, 0, 0, 1);
	--color-grey: rgba(216, 215, 215, 1);
	--color-quote: rgba(53, 142, 201, 1)
}

.theme-green {
	--color: rgba(254, 250, 239, 1);
	--color-1: rgba(119, 196, 104, 1);
	--color-offer-bg: rgba(119, 196, 104, 1);
	--color-2: rgba(254, 250, 239, 1);
	--color-3: rgba(254, 250, 239, 1);
	--color-4: rgba(255, 255, 255, 1);
	--color-5: rgba(255, 255, 255, 1);
	--color-offer-text: rgba(247, 247, 247);
	--color-sidebar-header: rgba(119, 196, 104, 1);
	--color-sidebar-text: rgba(119, 196, 104, .7);
	--color-offer-frame: rgba(0, 0, 0, 1);
	--color-grey: rgba(216, 215, 215, 1);
	--color-quote: rgba(77, 155, 61, 1)
}

.theme-pink {
	--color: rgba(247, 247, 247, 1);
	--color-1: rgba(215, 107, 209, 1);
	--color-offer-bg: rgba(215, 107, 209, 1);
	--color-2: rgba(247, 247, 247, 1);
	--color-3: rgba(247, 247, 247, 1);
	--color-4: rgba(255, 255, 255, 1);
	--color-5: rgba(247, 247, 247, 1);
	--color-offer-text: rgba(247, 247, 247);
	--color-sidebar-header: rgba(215, 107, 209, 1);
	--color-sidebar-text: rgba(215, 107, 209, .7);
	--color-offer-frame: rgba(0, 0, 0, 1);
	--color-grey: rgba(216, 215, 215, 1);
	--color-quote: rgba(215, 107, 209, 1)
}

body {
	color: var(--color-1);
	background-color: var(--color-2);
	padding: 0;
	margin: 0 auto;
	overflow-x: hidden
}

hr {
	color: var(--color-grey)
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-family: Mulish, serif;
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0
}

h2,
h3,
h4,
h5,
h6 {
	color: #FFC839
}

footer a,
header a,
.button {
	color: inherit;
	text-decoration: none;
	cursor: pointer
}

a:visited {
	color: inherit
}

ul {
	list-style: none;
	counter-reset: list-counter;
	border-radius: 12px;
	padding: 0;
	margin: 0
}

ul>li {
	counter-increment: list-counter;
	margin-bottom: 16px;
	position: relative;
	padding-left: 34px
}

ul>li::before {
	content: counter(list-counter);
	font-family: serif;
	background-color: var(--color-1);
	color: #fff;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 7px;
	left: -4px;
	font-size: 14px;
	font-weight: 600;
	flex-shrink: 0
}

ul>li:last-child {
	margin-bottom: 0
}

h1 {
	font-family: serif;
	font-weight: 400;
	font-size: 48px;
	line-height: 1.3;
	letter-spacing: -2.5px
}

h2 {
	font-family: serif;
	font-size: 44px;
	font-weight: 400;
	line-height: 1.2
}

h3 {
	font-family: serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 1.2
}

h4 {
	font-family: serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.3
}

h5 {
	font-family: serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.4
}

h6 {
	font-family: serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.4
}

.button {
	padding: 16px 20px;
	border-radius: 20px;
	font-size: 16px;
	font-weight: 500;
	font-family: serif;
	line-height: 24px
}

.button:hover {
	transform: scale(1.1)
}

.inblock-image {
	width: 400px;
	max-width: 100%;
	max-height: 100%;
	height: 400px;
	margin: auto
}

.button.primary {
	fill: #FFCE50;
	color: #FFCE50;
	background: radial-gradient(78.33% 78.33% at 47.27% 0%, #FB9906 0%, #fff0 100%), linear-gradient(360deg, #B20E2B 0%, #D82431 100%);
	box-shadow: 0 5px 5px rgb(0 0 0 / .25), inset 0 1px 0 #FF7D34, inset 0 -1px 0 #721320
}

.button.secondary {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	background-image: radial-gradient(78.33% 78.33% at 47.27% 0%, #A484FF 0%, #fff0 100%), linear-gradient(360deg, #32245A 0%, #663ED9 100%);
	box-shadow: 0 5px 5px rgb(0 0 0 / .25), inset 0 1px 0 #6967B3, inset 0 -1px 0 #030927;
	border-radius: 10px;
	color: #fff
}

table {
	font-family: serif;
	font-size: 18px;
	color: #fff;
	max-width: 1000px;
	overflow: hidden;
	border-spacing: 0;
	box-sizing: border-box
}

th {
	text-align: left;
	height: 40px;
	padding: 0 0 0 10px;
	font-weight: 700;
	background-color: hsla(0, 0%, 50.2%, .1019607843)
}

th:nth-child(1) {
	padding: 0 0 0 20px
}

td {
	text-align: left;
	padding: 0 0 0 10px;
	height: 60px;
	border: 1px solid hsla(0, 0%, 50.2%, .5019607843)
}

td:nth-child(1) {
	padding: 0 0 0 20px
}

i,
em {
	max-width: 100%;
	font-family: serif;
	font-size: 24px;
	font-weight: 400;
	font-style: italic
}

strong {
	max-width: 100%;
	font-family: serif;
	font-size: 24px;
	font-weight: 700
}

.main-with-sidebar {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px
}

blockquote {
	position: relative;
	color: var(--color-quote);
	padding-left: 26px;
	margin: 40px 0
}

blockquote::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 10px;
	height: 100%;
	background: var(--color-quote);
	border-radius: 6px
}

main {
	background-color: rgb(2 9 37 / .8);
	color: #fff;
	backdrop-filter: blur(150px);
	-webkit-backdrop-filter: blur(150px);
	box-sizing: border-box
}

section {
	max-width: 1140px;
	margin: 20px auto 0;
	padding-bottom: 20px
}

section .container {
	max-width: 1440px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 40px
}

@media screen and (max-width:1440px) {
	body {
		display: flex;
		flex-direction: column
	}

	section {
		padding-left: 20px;
		padding-right: 20px
	}

}

@media screen and (max-width:768px) {
	main {
		max-width: 100%
	}

	.desktop-only {
		display: none
	}

	.mobile-only {
		display: block
	}

	section {
		padding: 0 16px;
		margin-bottom: 60px
	}

	h1 {
		font-size: 48px
	}

	h2 {
		font-size: 32px
	}

	h3 {
		font-size: 28px
	}

	h4 {
		font-size: 24px
	}

	h5 {
		font-size: 18px
	}

	h6 {
		font-size: 18px
	}

	body,
	strong,
	p {
		font-size: 18px
	}

	.button {
		padding: 16px 25px
	}

	nav>details>summary {
		position: fixed;
		top: 10px;
		right: 10px;
		z-index: 2001;
		background: #fff0;
		border: none;
		padding: 5px
	}

	.open-icon {
		display: inline
	}

	.close-icon {
		display: none
	}

	details[open]>summary .open-icon {
		display: none
	}

	details[open]>summary .close-icon {
		display: inline
	}

	nav>details>ul {
		display: flex;
		flex-direction: column;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: var(--color-1);
		padding: 60px 20px 20px;
		color: #fff;
		z-index: 2000
	}

	nav>details:not([open])>ul {
		display: none
	}

	nav a {
		display: block;
		padding: 12px 0;
		font-size: 18px;
		color: #fff;
		text-decoration: none
	}

	li>details>ul {
		display: flex;
		flex-direction: column;
		padding-left: 15px;
		background: var(--color-1)
	}

	li>details:not([open])>ul {
		display: none
	}

	li>details>summary {
		display: flex;
		justify-content: space-between;
		align-items: center
	}

	li>details>ul li a {
		padding: 8px 0
	}

	details ul>li {
		padding-left: 0
	}

	details ul>li::before {
		content: none
	}

}

@media screen and (max-width:425px) {
	h1 {
		font-size: 28px;
		font-style: normal;
		font-weight: 600;
		line-height: 130%;
		letter-spacing: -.28px
	}

	h2 {
		font-size: 24px;
		font-style: normal;
		font-weight: 600;
		line-height: 130%;
		letter-spacing: -.24px
	}

	.container {
		gap: 24px
	}
}