/* Breakpoints */
:root {
	/* 
  *
  * Colors
  */
	--color-primary: #161617;
	--color-accent: #ff5f1b;
	--color-accent-light: #ffbfa4;
	--color-blue: #99cbce;
	--color-blue-dark: #1d6b72;
	--color-blue-light: #eef6f7;
	--color-white: #fff;
	--color-white-5: rgba(255, 255, 255, 0.05);
	--color-white-80: rgba(255, 255, 255, 0.8);
	--color-white-95: rgba(255, 255, 255, 0.95);
	--color-black: #000;
	--color-gray-dark: #333333;
	--color-gray-light: #ededed;
	--color-stroke: #e1e1e1;
	--color-stroke-dark: #3c3c3c;
	--color-muted: #8d8d8d;
	/* 
  *
  * Fonts
  */
	--font-family: 'Geometria', sans-serif;
	--font-family-headling: 'Geometria', sans-serif;
	--font-size-h1: 2.75rem;
	--font-size-h2: 2rem;
	--font-size-h3: 1.5rem;
	--font-size-h4: 1.25rem;
	--font-size-p: 1rem;
	--font-size-hero: 2rem;
	--font-size-lg: 1.25rem;
	--font-size-md: 1.125rem;
	--font-size-sm: 0.9375rem;
	--font-size-xs: 0.875rem;
	/* 
  *
  * Utilities
  */
	--border-radius: 1.25rem;
	--border-radius-button: 10rem;
	--border-radius--sm: 0.5rem;
	--curve: cubic-bezier(0.31, 0.105, 0.43, 1);
	--box-shadow: 0 4px 0 var(--color-blue-dark);
	/* 
  *
  * Layout
  */
	--main-gap: 2.5rem;
	--main-gap-half: calc(var(--main-gap) / 2);
	--container-width: 1340px;
	--padding-lg: 5rem;
	--padding-md: 2.5rem;
	--padding-sm: 1.5rem;
	--padding-xs: 0.625rem;
}
@media (max-width: 899.98px) {
	:root {
		--font-size-h1: 2.4rem;
		--font-size-h2: 1.75rem;
		--font-size-hero: 1.5rem;
	}
}
@media (max-width: 639.98px) {
	:root {
		--main-gap: 1.25rem;
		--padding-sm: 1.25rem;
	}
}

/* Magnific Popup CSS */
/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a {
	color: #ccc;
}
.mfp-preloader a:hover {
	color: #fff;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}
.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}
.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px;
}
.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px;
}
.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}
.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
   * Remove all paddings around the image on small screen
   */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}
@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}
@font-face {
	font-family: 'Geometria';
	src: local('Geometria-Medium'), url('../fonts/Geometria-Medium.woff2') format('woff2'),
		url('../fonts/Geometria-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Geometria';
	src: local('Geometria-Bold'), url('../fonts/Geometria-Bold.woff2') format('woff2'), url('../fonts/Geometria-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Geometria';
	src: local('Geometria-Heavy'), url('../fonts/Geometria-Heavy.woff2') format('woff2'),
		url('../fonts/Geometria-Heavy.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Geometria';
	src: local('Geometria-Regular'), url('../fonts/Geometria-Regular.woff2') format('woff2'),
		url('../fonts/Geometria-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
.container {
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 1440px) {
	.container {
		width: 1340px;
	}
}

*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: inherit;
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--color-white);
	font-family: var(--font-family);
	font-weight: normal;
	line-height: 1.4;
	color: var(--color-black);
	box-sizing: border-box;
}

main {
	overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

h1,
h2,
h3,
h4 {
	font-weight: 900;
}

h1 {
	line-height: 1.1;
	font-size: var(--font-size-h1);
}

h2 {
	font-size: var(--font-size-h2);
}

h3 {
	font-size: var(--font-size-h3);
}

h4 {
	font-size: var(--font-size-h4);
}

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	width: 100%;
	height: auto;
}

input,
textarea,
select,
button {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
}

.site {
	position: relative;
}

.svg-icon {
	stroke: currentColor;
}

.banner {
	background: url('../images/banner.jpg') no-repeat center center/cover;
	padding-top: 11.25rem;
	padding-bottom: 10rem;
	color: var(--color-white);
	margin: 1.25rem;
	border-radius: 1.25rem;
	position: relative;
	overflow: hidden;
}
@media (max-width: 639.98px) {
	.banner {
		background: url('../images/banner.jpg') no-repeat left center / cover !important;
		padding-top: 6rem;
		margin: 0.625rem;
	}
}
.banner__container {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
}
.banner__left {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	grid-column: span 7;
}
@media (max-width: 899.98px) {
	.banner__left {
		grid-column: span 12;
		align-items: center;
		margin-bottom: 1.125rem;
	}
}
.banner__caption {
	font-size: 1.25rem;
	line-height: 1;
	font-weight: 300;
	background: var(--color-blue);
	color: var(--color-black);
	text-align: center;
	padding: 0.625rem 1.875rem;
	border-radius: 100px;
	transform: rotate(2.65deg);
	box-shadow: 6px 14px 20px rgba(0, 0, 0, 0.35);
	margin-bottom: -10px;
}
@media (max-width: 1279.98px) {
	.banner__caption {
		font-size: 1.125rem;
		margin-bottom: -10px;
	}
}
@media (max-width: 899.98px) {
	.banner__caption {
		display: none;
		margin-bottom: -10px;
	}
}
.banner__title {
	font-size: 5rem;
	line-height: 5.625rem;
	text-transform: uppercase;
	font-weight: 500;
	color: inherit;
	margin-bottom: 2rem;
	position: relative;
}
.banner__title::after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: -20px;
	right: -20px;
	height: 30px;
	background: url(../images/underline.png) no-repeat center center/contain;
}
@media (max-width: 1279.98px) {
	.banner__title {
		font-size: 4rem;
		line-height: 4.5rem;
	}
}
@media (max-width: 899.98px) {
	.banner__title {
		text-align: center;
	}
}
@media (max-width: 639.98px) {
	.banner__title {
		font-size: 2.5rem;
		line-height: 2.75rem;
		margin-bottom: 1rem;
	}
}
.banner__subtitle {
	font-size: 4.25rem;
	line-height: 6rem;
	font-weight: 900;
	margin-bottom: 0.625rem;
	text-transform: uppercase;
	text-align: right;
}
@media (max-width: 1279.98px) {
	.banner__subtitle {
		font-size: 3.5rem;
		line-height: 4.5rem;
	}
}
@media (max-width: 899.98px) {
	.banner__subtitle {
		text-align: center;
	}
}
@media (max-width: 639.98px) {
	.banner__subtitle {
		font-size: 2.3rem;
		line-height: 2.4rem;
	}
}
.banner__desc {
	font-size: 1.625rem;
	line-height: 1.625rem;
	margin-bottom: 2.5rem;
}
.banner__desc span {
	font-weight: bold;
}
@media (max-width: 899.98px) {
	.banner__desc {
		text-align: center;
	}
}
@media (max-width: 639.98px) {
	.banner__desc {
		font-size: 1rem;
	}
}
.banner__fixedoffer {
	background-color: white;
	padding: 16px;
	width: 100%;
	box-sizing: border-box;
	z-index: 99;
	box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.25);
	border-radius: 24px 24px 0 0;
	display: inline-flex;
	align-content: center;
	justify-content: center;
}
@media (min-width: 640px) {
	.banner__fixedoffer {
		display: none;
	}
}
.banner__offer {
	border-radius: 100px;
	background: rgba(255, 95, 27, 0.5);
	padding: 0.3125rem 0.3125rem 0.3125rem 2.5rem;
	display: flex;
	gap: 1.5rem;
	align-items: center;
}
@media (max-width: 639.98px) {
	.banner__offer {
		flex-direction: column;
		padding: 0.75rem 0.375rem 0.375rem;
		border-radius: 1.875rem;
		gap: 0.75rem;
		width: 100%;
		max-width: 480px;
	}
}
.banner__timer {
	font-size: 2.5rem;
	line-height: 1;
	font-weight: 500;
	width: 180px;
	text-align: left;
}
@media (max-width: 1279.98px) {
	.banner__timer {
		font-size: 2rem;
		width: 140px;
	}
}
@media (max-width: 639.98px) {
	.banner__timer {
		font-size: 1.25rem;
		line-height: 1.5rem;
		text-align: center;
	}
}
.banner__button {
	text-decoration: none;
	cursor: pointer;
	padding: 2rem 3rem;
	border-radius: 100px;
	background: var(--color-accent);
	text-transform: uppercase;
	color: var(--color-white);
	font-weight: 500;
	font-size: 1.625rem;
	line-height: 1.25rem;
	white-space: nowrap;
	border: 2px solid var(--color-accent);
	transition: all 0.2s var(--curve);
}
.banner__button:hover {
	background-color: #f7aa89;
}
@media (max-width: 1279.98px) {
	.banner__button {
		font-size: 1.375rem;
		padding: 1.75rem 2.5rem;
	}
}
@media (max-width: 639.98px) {
	.banner__button {
		font-size: 1rem;
		line-height: 1.25rem;
		padding-top: 1rem;
		padding-bottom: 1rem;
		width: 100%;
		text-align: center;
	}
}
.banner__image {
	position: absolute;
	left: 57%;
	top: 11.25rem;
	width: max-content;
}
@media (max-width: 899.98px) {
	.banner__image {
		display: none;
	}
}
.banner__image--mobile {
	display: none;
	position: relative;
	width: 80%;
	margin: 0 auto -100%;
}
@media (max-width: 899.98px) {
	.banner__image--mobile {
		display: block;
		margin-top: -56px;
		margin-bottom: -70%;
	}
}
.banner__image--mobile-2 {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -100%);
	width: 80%;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
	border-radius: 1.5rem;
	padding: 1.25rem;
	background: var(--color-white);
}
@media (max-width: 639.98px) {
	.banner__image--mobile-2 {
		width: 100%;
	}
}

.tablet {
	display: none;
}
@media (min-width: 640px) {
	.tablet {
		display: flex;
	}
}

.girl {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 240px;
	height: auto;
	transition: width 0.25s ease;
}
@media (min-width: 900px) {
	.girl {
		display: block;
	}
}
@media (max-width: 1500px) {
	.girl {
		width: 190px;
	}
}
@media (max-width: 1350px) {
	.girl {
		width: 170px;
	}
}
@media (max-width: 1100px) {
	.girl {
		display: none;
	}
}

.btn {
	padding: 1.25rem 2.5rem;
	font-size: 1.125rem;
	font-weight: 500;
	white-space: nowrap;
	text-decoration: none;
	line-height: 1.25rem;
	border-radius: var(--border-radius-button);
	text-transform: uppercase;
	border: 2px solid transparent;
	background: var(--color-white);
	color: var(--color-primary);
	display: inline-flex;
	align-items: center;
	gap: 0.375rem;
	justify-content: center;
	outline: none;
	transition: all 0.2s var(--curve);
	cursor: pointer;
}
@media (max-width: 639.98px) {
	.btn {
		font-size: 1rem;
		line-height: 1.25rem;
	}
}
.btn .svg-icon {
	stroke: currentColor;
}
.btn--primary {
	background: var(--color-accent);
	color: var(--color-white);
	border-color: var(--color-accent);
}
.btn--primary:hover {
	background-color: #f7aa89;
}
.btn--primary-o {
	border: 2px solid var(--color-accent);
	background: transparent;
	color: var(--color-white);
}
.btn--primary-o:hover {
	background: var(--color-accent);
	color: var(--color-primary);
}
.btn--dark {
	color: var(--color-primary);
}
.btn--secondary {
	background: var(--color-secondary);
	color: var(--color-black);
}
.btn--secondary:hover {
	background-color: var(--color-black);
	color: var(--color-white);
}
.btn--sm {
	padding: 0.375rem 1.5rem;
	font-size: 0.875rem;
	line-height: 1.125rem;
	font-weight: normal;
}
.btn--icon {
	padding: 0.375rem;
	height: 30px;
	min-width: 30px;
}
.btn--icon svg {
	width: 12px;
	height: auto;
}

.btn-control {
	border: none;
	background-color: var(--color-accent-light);
	color: var(--color-primary);
	transition: background-color 0.2s var(--curve), color 0.2s var(--curve);
	padding: 1rem;
	border-radius: var(--border-radius);
	cursor: pointer;
}
.btn-control svg {
	fill: currentColor;
	display: flex;
}
.btn-control:hover {
	background-color: var(--color-accent);
}

.main-navigation__list {
	display: flex;
	gap: var(--main-gap-half);
}
@media (max-width: 1099.98px) {
	.main-navigation {
		display: none;
	}
}

.mobile-navigation__list {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}
.mobile-navigation__link {
	color: var(--color-black);
	font-size: 1rem;
	line-height: 1rem;
	text-decoration: none;
	font-weight: 500;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.mobile-navigation__link:hover {
	text-decoration: underline;
}

.mobile-sidebar.active .mobile-sidebar__bg {
	opacity: 0.5;
	transform: translateX(-100%);
}
.mobile-sidebar.active .mobile-sidebar__wrap {
	transform: translateX(-100%);
}
.mobile-sidebar__bg {
	position: fixed;
	background: #000;
	opacity: 0;
	transition: opacity 0.3s ease;
	left: 100%;
	width: 100%;
	height: 100%;
	z-index: 97;
	top: 0;
}
.mobile-sidebar__wrap {
	background: #eef6f7;
	display: flex;
	flex-direction: column;
	gap: 3rem;
	border-radius: 1.25rem 0 0 1.25rem;
	position: fixed;
	left: 100%;
	top: 0;
	height: 100%;
	width: 250px;
	z-index: 98;
	padding: 1.25rem;
	transition: transform 0.2s var(--curve);
}
.mobile-sidebar__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mobile-sidebar__footer {
	display: flex;
	align-items: center;
	gap: 0.625rem;
	margin-top: auto;
}
.burger {
	display: none;
	width: 45px;
	height: 45px;
	background: var(--color-accent);
	align-items: center;
	justify-content: center;
	border: 2px solid #1d6b72;
	box-shadow: 0 4px 0 #1d6b72;
	border-radius: 100px;
	cursor: pointer;
}
@media (max-width: 1099.98px) {
	.burger {
		display: flex;
	}
}

.mobile {
	position: relative;
}
.mobile__dec-top {
	display: flex;
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 225px;
	height: auto;
}
@media (max-width: 639.98px) {
	.mobile__dec-top {
		width: 140px;
	}
}
.mobile__dec-right {
	display: flex;
	position: absolute;
	top: 10%;
	left: 100%;
	width: 114px;
	height: auto;
}
@media (max-width: 639.98px) {
	.mobile__dec-right {
		width: 43px;
	}
}
.mobile__dec-bottom {
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translate(-50%, 40%);
	width: 230px;
	height: auto;
	z-index: -1;
}
@media (max-width: 639.98px) {
	.mobile__dec-bottom {
		width: 120px;
	}
}
.mobile__caption {
	display: flex;
	position: absolute;
	left: 85%;
	bottom: -12%;
	width: 420px;
	height: auto;
	margin: 0;
}
@media (max-width: 1099.98px) {
	.mobile__caption {
		display: none;
	}
}
.mobile__video {
	width: 520px;
	border-radius: 0px;
}
@media (max-width: 639.98px) {
	.mobile__video {
		width: 320px;
		border-width: 4px;
		border-radius: 40px;
	}
}

.section-header {
	margin-bottom: 2.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.section-header__title {
	font-size: 3.375rem;
	text-transform: uppercase;
	font-weight: 900;
	text-align: center;
}
@media (max-width: 899.98px) {
	.section-header__title {
		display: block;
		font-size: 2.75rem;
	}
}
@media (max-width: 639.98px) {
	.section-header__title {
		display: block;
		font-size: 1.875rem;
	}
}
.section-header__offer {
	border-radius: 100px;
	background: rgba(255, 95, 27, 0.5);
	padding: 0.3125rem 0.3125rem 0.3125rem 2.5rem;
	display: flex;
	gap: 1.5rem;
	align-items: center;
	transform: rotate(1deg);
	margin-top: -10px;
}
@media (max-width: 639.98px) {
	.section-header__offer {
		flex-direction: column;
		padding: 1.25rem 0.3125rem 0.3125rem;
		border-radius: 35px;
		transform: none;
		width: 100%;
		margin-top: 2rem;
	}
}
.section-header__offer-timer {
	text-decoration: none;
	cursor: pointer;
	padding: 1.5rem 3rem;
	border-radius: 100px;
	background: var(--color-accent);
	text-transform: uppercase;
	color: var(--color-white);
	font-weight: 500;
	font-size: 1.625rem;
	line-height: 1.25rem;
	width: 240px;
	text-align: center;
}
@media (max-width: 639.98px) {
	.section-header__offer-timer {
		width: 100%;
	}
}
.section-header__offer-title {
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 500;
	text-align: right;
	text-transform: uppercase;
	color: var(--color-white);
}
@media (max-width: 639.98px) {
	.section-header__offer-title {
		font-size: 1.25rem;
		text-align: center;
		line-height: 1.5rem;
	}
}

.bot-info {
	padding-bottom: 5.625rem;
	position: relative;
}
@media (max-width: 639.98px) {
	.bot-info {
		padding-top: 1.25rem !important;
		padding-bottom: 3.125rem;
	}
}
.bot-info__prostocreators {
	display: flex;
	max-width: 780px;
	padding-left: 14px;
	padding-right: 14px;
	justify-content: center;
	align-items: center;
	align-content: center;
	gap: 10px;
	margin: 16px auto !important;
	flex-direction: row;
}
@media (max-width: 899.98px) {
	.bot-info__prostocreators {
		flex-direction: column;
	}
}
.bot-info__prosto_blue_logo {
	width: 70px;
	height: 70px;
}
@media (max-width: 639.98px) {
	.bot-info__prosto_blue_logo {
		width: 55px;
		height: 55px;
	}
}
.bot-info__points_mobile {
	padding: 0 16px;
	max-width: 400px;
	display: none;
	margin: auto;
	margin-bottom: 56px;
}
@media (max-width: 639.98px) {
	.bot-info__points_mobile {
		display: block;
	}
}
.bot-info__points_pc {
	max-width: 840px;
	padding: 0 16px;
	display: block;
	margin: auto;
	margin-bottom: 12px;
}
@media (max-width: 639.98px) {
	.bot-info__points_pc {
		display: none;
	}
}
.bot-info__text {
	font-size: 25px;
	display: flex;
	min-width: 280px;
	font-weight: 700;
}
@media (max-width: 899.98px) {
	.bot-info__text {
		font-size: 16px;
		display: flex;
		text-align: center;
	}
}
.bot-info__dec-left {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -5%;
	width: 280px;
	height: auto;
}
@media (max-width: 1099.98px) {
	.bot-info__dec-left {
		left: -10%;
		width: 220px;
	}
}
@media (max-width: 639.98px) {
	.bot-info__dec-left {
		width: 100px;
		left: -40px;
	}
}
.bot-info__dec-right {
	position: absolute;
	top: 75%;
	transform: translateY(-50%);
	right: -15%;
	width: 520px;
	height: auto;
}
@media (max-width: 1099.98px) {
	.bot-info__dec-right {
		top: 100%;
		width: 400px;
	}
}
@media (max-width: 639.98px) {
	.bot-info__dec-right {
		width: 160px;
	}
}
.bot-info__caption {
	display: none;
	width: 400px;
	margin: 0 auto;
	margin-bottom: 100px;
}
@media (max-width: 1099.98px) {
	.bot-info__caption {
		display: block;
		margin-bottom: -32px;
	}
}
@media (max-width: 639.98px) {
	.bot-info__caption {
		width: 260px;
		transform: translateX(20px);
		margin-bottom: -16px;
	}
}
.bot-info__container {
	display: flex;
	gap: 9.375rem;
	justify-content: center;
}
.bot-info__summary {
	margin-top: 3rem;
	display: flex;
	flex-direction: column;
	gap: 3rem;
	width: 40%;
}
@media (max-width: 1099.98px) {
	.bot-info__summary {
		display: none;
	}
}
.bot-info__title {
	font-size: 3.375rem;
	line-height: 4rem;
	margin-bottom: 0.625rem;
	font-weight: 500;
}
.bot-info__desc {
	font-size: 1.25rem;
	line-height: 1.5rem;
}

.plan-features {
	padding-top: 5.625rem;
	padding-bottom: 1rem;
}
@media (max-width: 639.98px) {
	.plan-features {
		padding-top: 6.25rem;
		padding-bottom: 1rem;
	}
}
.plan-features__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: var(--main-gap);
	margin-bottom: var(--main-gap);
}
@media (max-width: 899.98px) {
	.plan-features__list {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 639.98px) {
	.plan-features__list {
		grid-template-columns: 1fr;
		gap: 0;
		margin-bottom: 0.625rem;
	}
}
.plan-features__item {
	display: flex;
	flex-direction: column;
	background: #f4f4f4;
	border-radius: 20px;
	padding: 0;
	position: relative;
}
@media (max-width: 639.98px) {
	.plan-features__item {
		flex-direction: row;
		border-radius: 0;
		padding: 5px;
		gap: 0.625rem;
	}
	.plan-features__item:first-child {
		border-radius: 20px 20px 0 0;
	}
	.plan-features__item:last-child {
		border-radius: 0 0 20px 20px;
	}
	.plan-features__item .plan-features__dec {
		display: none;
	}
}
.plan-features__item--01 .plan-features__dec {
	width: 65px;
	height: auto;
	top: 10px;
	right: 10px;
}
.plan-features__item--02 .plan-features__dec {
	width: 114px;
	height: auto;
}
.plan-features__item--03 .plan-features__dec {
	width: 93px;
	height: auto;
}
.plan-features__item--04 .plan-features__dec {
	width: 101px;
	height: auto;
}
.plan-features__item--05 .plan-features__dec {
	width: 64px;
	height: auto;
}
.plan-features__item--06 .plan-features__dec {
	width: 86px;
	height: auto;
}
.plan-features__dec {
	position: absolute;
	right: 0;
	top: 0;
	transform: translate(50%, -50%);
}
.plan-features__icon {
	width: 64px;
	height: auto;
	margin-top: -42px;
	margin-bottom: 1.5rem;
}
@media (max-width: 639.98px) {
	.plan-features__icon {
		margin-top: 0;
		margin-bottom: 0;
	}
}
.plan-features__title {
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.25rem;
	margin-bottom: 0.625rem;
}
@media (max-width: 639.98px) {
	.plan-features__title {
		font-size: 1rem;
		margin-bottom: 0.375rem;
	}
}
.plan-features__desc {
	font-size: 1.125rem;
	line-height: 1.25rem;
	margin-bottom: 0;
}
@media (max-width: 639.98px) {
	.plan-features__desc {
		font-size: 0.875rem;
		line-height: 1rem;
	}
}
.plan-features__footer {
	display: flex;
	justify-content: center;
}
@media (max-width: 639.98px) {
	.plan-features__footer .btn {
		width: 100%;
	}
}

.features {
	padding-top: 5.625rem;
	padding-bottom: 11.25rem;
}
@media (max-width: 639.98px) {
	.features {
		padding-top: 6.25rem;
		padding-bottom: 3.125rem;
	}
}
.features__list {
	display: grid;
	gap: var(--main-gap);
	grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 899.98px) {
	.features__list {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 639.98px) {
	.features__list {
		grid-template-columns: repeat(4, 1fr) !important;
		grid-template-areas: 'a1 a1 a2 a2' 'a3 a3 a4 a4' 'b1 b2 b3 b4';
	}
}
.features__item {
	width: 100%;
}
@media (max-width: 639.98px) {
	.features__item:nth-child(1) {
		grid-area: a1;
	}
	.features__item:nth-child(2) {
		grid-area: a2;
	}
	.features__item:nth-child(3) {
		grid-area: a3;
	}
	.features__item:nth-child(4) {
		grid-area: a4;
	}
	.features__item:nth-child(5) {
		grid-area: b1;
	}
	.features__item:nth-child(6) {
		grid-area: b2;
	}
	.features__item:nth-child(7) {
		grid-area: b3;
	}
	.features__item:nth-child(8) {
		grid-area: b4;
	}
}

.plans {
	margin: 1.25rem;
	border-radius: 1.25rem;
	background: var(--color-blue-light);
	padding: 4rem 1.5rem 3rem;
	position: relative;
}
@media (max-width: 639.98px) {
	.plans {
		margin: 0.625rem;
		margin-top: 4rem;
		padding: 1rem 0.625rem;
	}
	.plans .container {
		padding: 0;
	}
}
.plans__dec-top-01 {
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 274px;
	height: auto;
}
@media (max-width: 1099.98px) {
	.plans__dec-top-01 {
		width: 210px;
	}
}
@media (max-width: 899.98px) {
	.plans__dec-top-01 {
		width: 160px;
	}
}
.plans__dec-top-02 {
	position: absolute;
	top: 0;
	left: 0;
	width: 196px;
	height: auto;
}
@media (max-width: 899.98px) {
	.plans__dec-top-02 {
		display: none;
	}
}
.plans__dec-right-01 {
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(30%, -20%);
	width: 430px;
	height: auto;
}
@media (max-width: 1099.98px) {
	.plans__dec-right-01 {
		width: 360px;
		transform: translate(50%, -20%);
	}
}
@media (max-width: 899.98px) {
	.plans__dec-right-01 {
		display: none;
	}
}
.plans .plans__include-title {
	font-size: 1.125rem;
	line-height: 1.25rem;
}
.plans .plans__include-list {
	font-size: 18px;
	/* line-height: 2rem; */
}
@media (max-width: 639.98px) {
	.plans .plans__include-list {
		font-size: 0.875rem;
	}
}
.plans .plans__include-list li {
	margin-bottom: 0 !important;
}
.plans__dec-bottom-01 {
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translate(30%, 70%);
	width: 377px;
	height: auto;
}
@media (max-width: 1099.98px) {
	.plans__dec-bottom-01 {
		width: 320px;
	}
}
@media (max-width: 639.98px) {
	.plans__dec-bottom-01 {
		width: 280px;
		transform: translate(30%, 85%);
		display: none;
	}
}
.plans__dec-fav {
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 250px;
	height: auto;
	z-index: 0;
}
.plans__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: var(--main-gap);
	margin-top: 12rem;
}
@media (max-width: 1099.98px) {
	.plans__list {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 639.98px) {
	.plans__list {
		gap: 3.375rem;
	}
}
.plans__item {
	border-radius: 1.25rem;
	background: var(--color-white);
	padding: 0 1.25rem 1.25rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.plans__item--fav {
	border: 3px solid var(--color-accent);
}
@media (max-width: 1099.98px) {
	.plans__item--fav {
		order: -1;
	}
}
.plans__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 1;
	width: 100%;
	margin-bottom: 1.25rem;
	margin-top: -1rem;
}
.plans__header-title {
	font-size: 1.375rem;
	font-weight: bold;
	line-height: 1;
	padding: 1.125rem 1.5rem;
	text-transform: uppercase;
	background: var(--color-accent);
	color: var(--color-white);
	border-radius: 100px;
	width: 100%;
	display: flex;
	justify-content: center;
}
@media (max-width: 639.98px) {
	.plans__header-title {
		font-size: 1rem;
		line-height: 1.25rem;
	}
}
.plans__header-desc {
	font-size: 1.125rem;
	border-radius: 100px;
	background: #f4f4f4;
	padding: 0.625rem 1rem;
}
@media (max-width: 639.98px) {
	.plans__header-desc {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
}
.plans__offer {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 1.5rem;
}
.plans__discount {
	font-size: 1.125rem;
	background: #34aeb8;
	color: var(--color-white);
	padding: 0.625rem 1rem;
	margin-top: -3px;
	border-radius: 100px;
	margin-bottom: -5px;
	/* transform: rotate(1.5deg); */
}
@media (max-width: 639.98px) {
	.plans__discount {
		font-size: 1rem;
		line-height: 1.25rem;
	}
}
.plans__timer {
	font-size: 1.875rem;
	font-weight: bold;
	background: var(--color-accent-light);
	padding: 0.625rem 2.5rem;
	width: 100%;
	text-align: center;
	border-radius: 100px;
}
.plans__parts {
	font-size: 1.25rem;
	color: var(--color-blue-dark);
	background: #f4f4f4;
	border-radius: 100px;
	padding: 0.375rem 1.25rem;
	margin-top: -5px;
	transform: rotate(-1.5deg);
}
.plans__parts span {
	font-weight: bold;
}
@media (max-width: 639.98px) {
	.plans__parts {
		font-size: 1rem;
		line-height: 1.25rem;
	}
}
.plans__message {
	display: none;
	align-items: center;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: bold;
}
@media (max-width: 639.98px) {
	.plans__message {
		font-size: 0.75rem;
		line-height: 1.25rem;
	}
}
.plans__message-left {
	border-radius: 100px 0 0 100px;
	background: #4da5ad;
	padding: 0.375rem 1rem;
	color: var(--color-white);
}
.plans__message-right {
	border-radius: 0 100px 100px 0;
	background: #99cbce;
	padding: 0.375rem 1rem;
}
.plans__include {
	width: 100%;
	font-size: 1.125rem;
	margin-top: 1.5rem;
}
.plans__include-title {
	font-size: 1.375rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 1rem;
}
@media (max-width: 639.98px) {
	.plans__include-title {
		font-size: 1.125rem;
		line-height: 1.25rem;
	}
}
.plans__include-list {
	display: flex;
	flex-direction: column;
	gap: 0;
}
@media (max-width: 639.98px) {
	.plans__include-list {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
}
.plans__include-list li {
	padding-left: 1.25rem;
	position: relative;
}
.plans__include-list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0.625rem;
	height: 0.625rem;
	background: url(../images/bullet.png) no-repeat center center/contain;
}
.plans__gifts {
	display: flex;
	flex-direction: column;
	gap: var(--main-gap-half);
	border: 3px solid var(--color-accent);
	background: #f4f4f4;
	border-radius: 1.25rem;
	padding: 2.5rem 1rem 1rem;
	position: relative;
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}
.plans__gifts-title {
	position: absolute;
	top: 0;
	transform: translate(-50%, -50%);
	left: 50%;
	padding: 0.625rem 1rem;
	border-radius: 100px;
	border: 3px solid var(--color-accent);
	background: #fb8452;
	color: var(--color-white);
	font-size: 1.125rem;
}
@media (max-width: 639.98px) {
	.plans__gifts-title {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
}
.plans__gifts-item {
	display: flex;
	align-items: center;
	gap: 1rem;
}
.plans__gifts-item img {
	width: 80px;
	height: 80px;
}
@media (max-width: 639.98px) {
	.plans__gifts-item img {
		width: 60px;
		height: 60px;
	}
}
.plans__gifts-item p {
	margin-bottom: 0;
	font-size: 1.125rem;
	line-height: 1.25rem;
	/* font-weight: bold; */
}
@media (max-width: 639.98px) {
	.plans__gifts-item p {
		font-size: 0.75rem;
		line-height: 0.875rem;
	}
}
.plans__footer {
	margin-top: auto;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.plans__price {
	font-size: 1.5rem;
	line-height: 1;
	/* font-weight: bold; */
	background: #91d2d7;
	border-radius: 100px;
	padding: 0.9rem 1.25rem;
	display: flex;
	align-items: center;
	gap: 0.625rem;
	color: #000000;
	margin-bottom: -4px;
	transform: rotate(1deg);
}
@media (max-width: 639.98px) {
	.plans__price {
		font-size: 1.5rem;
	}
}
.plans__price-old {
	font-size: 0.9375rem;
	font-weight: normal;
	line-height: 1.5rem;
	text-decoration: line-through;
}
@media (max-width: 639.98px) {
	.plans__price-old {
		font-size: 0.75rem;
	}
}
.plans__price-current {
	text-transform: uppercase;
}
.plans__button {
	width: 100%;
}

.reviews {
	padding-top: 3.125rem;
	padding-bottom: 6rem;
}
.reviews .swiper-container {
	border-radius: 1.25rem;
	width: 880px;
	margin: 0 auto;
	position: relative;
}
@media (max-width: 1099.98px) {
	.reviews .swiper-container {
		width: 680px;
	}
}
@media (max-width: 899.98px) {
	.reviews .swiper-container {
		width: 100%;
	}
}
.reviews .swiper-slide {
	opacity: 1;
	transition: opacity 0.3s ease;
}
.reviews .swiper-slide:not(.swiper-slide-active) {
	opacity: 0;
}
.reviews .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: -32px;
}
@media (max-width: 899.98px) {
	.reviews .swiper-pagination-bullets.swiper-pagination-horizontal {
		display: none;
	}
}
.reviews .swiper-pagination-bullet {
	width: 10px;
	height: 3px;
	border-radius: 10px;
	transition: width 0.3s ease;
}
.reviews .swiper-pagination-bullet-active {
	width: 30px;
	background: var(--color-accent);
}
.reviews .swiper-button-prev,
.reviews .swiper-button-next {
	width: 60px;
	height: 60px;
	border-radius: 100px;
	background: var(--color-accent);
	color: var(--color-white);
	transition: background 0.3s ease;
}
@media (max-width: 899.98px) {
	.reviews .swiper-button-prev,
	.reviews .swiper-button-next {
		width: 40px;
		height: 40px;
	}
}
.reviews .swiper-button-prev::after,
.reviews .swiper-button-next::after {
	font-size: 22px;
}
@media (max-width: 899.98px) {
	.reviews .swiper-button-prev::after,
	.reviews .swiper-button-next::after {
		font-size: 14px;
	}
}
.reviews .swiper-button-prev:hover,
.reviews .swiper-button-next:hover {
	background: var(--color-black);
}
.reviews .swiper-button-prev.swiper-button-desk {
	left: -114px;
}
@media (max-width: 899.98px) {
	.reviews .swiper-button-prev.swiper-button-desk.swiper-button-desk {
		display: none;
	}
}
.reviews .swiper-button-next.swiper-button-desk {
	right: -114px;
}
@media (max-width: 899.98px) {
	.reviews .swiper-button-next.swiper-button-desk.swiper-button-desk {
		display: none;
	}
}
.reviews .swiper-buttons-mobile {
	display: none;
	gap: 10px;
	align-items: center;
	justify-content: center;
}
.reviews .swiper-buttons-mobile > div {
	position: static;
	margin-top: 1rem;
}
@media (max-width: 899.98px) {
	.reviews .swiper-buttons-mobile {
		display: flex;
	}
}
.reviews__dec-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translate(-50%, 50%);
	width: 96px;
	height: auto;
	z-index: 21;
}
.reviews__dec-top {
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(40%, -40%);
	width: 99px;
	height: auto;
	z-index: 21;
}
.reviews__slider {
	position: relative;
}
.reviews__slide {
	display: flex;
	padding: 1.25rem;
	border-radius: 1.25rem;
	background: #f4f4f4;
	gap: 2rem;
	position: relative;
	align-items: center;
}
@media (max-width: 639.98px) {
	.reviews__slide {
		flex-direction: column;
		gap: 1rem;
	}
}
@media (max-width: 639.98px) {
	.reviews__slide-image {
		width: 100%;
	}
}
.reviews__slide-image img {
	width: 280px;
	height: auto;
	object-fit: cover;
	border-radius: 1.25rem;
}
@media (max-width: 639.98px) {
	.reviews__slide-image img {
		width: 100%;
		height: auto;
	}
}
@media (max-width: 639.98px) {
	.reviews__slide-image {
		order: 1;
	}
}
.reviews__slide-summary {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.reviews__slide-summary h3 {
	font-size: 1.375rem;
	line-height: 1.5rem;
	font-weight: bold;
}
@media (max-width: 639.98px) {
	.reviews__slide-summary h3 {
		font-size: 1.125rem;
		line-height: 1.25rem;
	}
}
.reviews__slide-summary p {
	font-size: 1.125rem;
	line-height: 1.375rem;
}
@media (max-width: 639.98px) {
	.reviews__slide-summary p {
		font-size: 1rem;
		line-height: 1.25rem;
	}
}

.graph__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-transform: uppercase;
	margin-bottom: -48px;
}
.graph__header-1 {
	font-size: 2.7rem;
	line-height: 4rem;
	color: var(--color-white);
	background: #34aeb8;
	font-weight: 900;
	padding: 1.5rem 3rem;
	border-radius: 100px;
	transform: rotate(-4deg);
	z-index: 3;
}
@media (max-width: 899.98px) {
	.graph__header-1 {
		font-size: 1.875rem;
		line-height: 1;
		text-align: center;
	}
}
.graph__header-2 {
	margin-top: -28px;
	margin-bottom: -28px;
	z-index: 4;
}
@media (max-width: 899.98px) {
	.graph__header-2 {
		margin-top: -14px;
		margin-bottom: -14px;
	}
}
.graph__header-3 {
	font-size: 2.7rem;
	line-height: 4rem;
	color: var(--color-white);
	background: #1d6b72;
	font-weight: 900;
	padding: 1.5rem 3rem;
	border-radius: 100px;
	transform: rotate(2deg);
	z-index: 2;
}
@media (max-width: 899.98px) {
	.graph__header-3 {
		font-size: 1.875rem;
		line-height: 1;
		text-align: center;
	}
}
.graph__dec-top {
	position: absolute;
	bottom: 100%;
	right: 0;
	transform: translateX(10%);
	width: 226px;
	height: auto;
}
@media (max-width: 899.98px) {
	.graph__dec-top {
		width: 180px;
	}
}
@media (max-width: 639.98px) {
	.graph__dec-top {
		width: 64px;
		transform: translate(-20%, -80%);
	}
}
.graph__dec-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translate(30%, 50%);
	width: 282px;
	height: auto;
}
@media (max-width: 1099.98px) {
	.graph__dec-bottom {
		width: 200px;
	}
}
@media (max-width: 639.98px) {
	.graph__dec-bottom {
		transform: scale(-1, 1) translate(60%, 50%);
		left: 100%;
		width: 148px;
	}
}
.graph__body {
	background: url(../images/graph-bg.jpg) no-repeat center center/cover;
	padding: 3.75rem;
	border-radius: 1.25rem;
	position: relative;
}
@media (max-width: 639.98px) {
	.graph__body {
		padding: 3.75rem 0.625rem 0.625rem;
	}
}
.graph__body-text {
	font-size: 2.5rem;
	line-height: 4rem;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 4rem;
}
@media (max-width: 899.98px) {
	.graph__body-text {
		font-size: 2rem;
		line-height: 3rem;
	}
}
@media (max-width: 639.98px) {
	.graph__body-text {
		font-size: 1.125rem;
		line-height: 1.375rem;
		margin-bottom: 2rem;
		margin-top: 1rem;
	}
}
.graph__body-text span {
	font-weight: 900;
}
.graph__body-img-mobile {
	display: none;
}
@media (max-width: 899.98px) {
	.graph__body-img {
		display: none;
	}
	.graph__body-img-mobile {
		display: block;
	}
}

.faq {
	padding-top: 11.25rem;
	padding-bottom: 11.25rem;
}
@media (max-width: 639.98px) {
	.faq {
		padding-top: 6.25rem;
		padding-bottom: 3.125rem;
	}
}
.faq__list {
	width: 83.33333333%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: var(--main-gap-half);
}
@media (max-width: 639.98px) {
	.faq__list {
		width: 100%;
	}
}
.faq__item {
	padding: 1.25rem;
	border-radius: 0.625rem;
	background: #f4f4f4;
	transition: margin 0.3s ease;
	cursor: pointer;
}
.faq__item.active {
	margin: 0 2rem;
	background: #eef6f7;
}
@media (max-width: 639.98px) {
	.faq__item.active {
		margin: 0;
	}
}
.faq__item.active svg {
	rotate: 180deg;
}
.faq__title {
	font-size: 1.375rem;
	line-height: 1.875rem;
	font-weight: 500;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media (max-width: 639.98px) {
	.faq__title {
		font-size: 1rem;
	}
}
.faq__answer {
	margin: 0;
	margin-top: 1.25rem;
	font-size: 1.125rem;
	line-height: 1.5rem;
}
@media (max-width: 639.98px) {
	.faq__answer {
		font-size: 0.875rem;
	}
}

.tablet {
	display: flex !important;
}
@media (max-width: 639.98px) {
	.tablet {
		display: none !important;
	}
}

.forever {
	background: #1d6b72 !important;
}

.payment_img {
	height: 80px;
	width: auto;
}

.site-footer {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.site-footer__dec {
	width: 148px;
}

.site-footer__support {
	font-size: 1.25rem;
}

.site-footer__support-title {
	font-size: 1rem;
}

.site-footer__support a {
	font-size: 1.125rem;
}

.site-footer__links {
	gap: 0.375rem;
}

.site-footer__links a {
	font-size: 1rem;
}

.site-header {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	top: 0;
}

.site-header__logo svg {
	height: auto;
	width: 100px;
}

.site-footer {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.site-footer__dec {
	width: 148px;
}

.site-footer__support {
	font-size: 1.25rem;
}

.site-footer__support-title {
	font-size: 1rem;
}

.site-footer__support a {
	font-size: 1.125rem;
}

.site-footer__links {
	gap: 0.375rem;
}

.site-footer__links a {
	font-size: 1rem;
}

.site-header {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	top: 0;
}

.site-footer__support {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 2.5rem;
}

.site-footer__support-title {
	font-size: 1.375rem;
	font-weight: 500;
	text-align: center;
}

.site-footer__support a {
	line-height: 1;
	padding: 0.625rem 1.25rem;
	border-radius: 100px;
	color: var(--color-white);
	text-decoration: none;
	background: var(--color-accent);
	-webkit-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
	border: 1px solid var(--color-accent);
}

.site-footer__support a:hover {
	background: #f7aa89;
}

.site-footer__support a span {
	font-weight: 700;
}

.site-footer__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.625rem;
}

.site-footer__links a {
	color: var(--color-white);
	text-decoration: none;
	font-size: 1.375rem;
}

.site-footer__links a:hover {
	text-decoration: underline;
}

.payment_img {
	width: 100% !important;
	height: 100% !important;
	max-height: 100px;
	object-fit: contain !important;
	background-color: #f4f4f4 !important;
	border-radius: 20px !important;
	padding: 0.75rem !important;
}

.payment_img img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
}

.choose__payments {
	width: 100% !important;
	max-width: 880px;
	margin: 0 auto;
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(5, 1fr);
}

.choose__payments_tablet_1,
.choose__payments_tablet_2,
.choose__payments_mobile_1,
.choose__payments_mobile_2 {
	display: none;
	width: 100%;
	max-width: 880px;
	gap: 16px;
}

@media (max-width: 769px) {
	.choose__payments_tablet_1,
	.choose__payments_tablet_2 {
		display: grid;
	}

	.choose__payments {
		display: none;
	}
}

@media (max-width: 577px) {
	.choose__payments_tablet_1,
	.choose__payments_tablet_2 {
		display: none !important;
	}
	.choose__payments_mobile_1,
	.choose__payments_mobile_2 {
		display: grid !important;
	}
}

.choose__payments_tablet_1 {
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: 16px;
}

.choose__payments_tablet_2 {
	grid-template-columns: repeat(2, 1fr);
}

.choose__payments_mobile_1 {
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 16px;
}

.choose__payments_mobile_2 {
	grid-template-columns: repeat(1, 1fr);
}

@media (max-width: 768px) {
	.choose__payments {
		grid-template-columns: repeat(3, 1fr) !important;
	}
	.choose__payments .payment_img:nth-child(4) {
		grid-column: 1 / span 1 !important;
		grid-row: 2 !important;
	}
	.choose__payments .payment_img:nth-child(5) {
		grid-column: 2 / span 1 !important;
		grid-row: 2 !important;
	}
}
@media (max-width: 576px) {
	.choose__payments {
		grid-template-columns: repeat(2, 1fr) !important;
	}
	.choose__payments .payment_img:nth-child(1),
	.choose__payments .payment_img:nth-child(2),
	.choose__payments .payment_img:nth-child(3),
	.choose__payments .payment_img:nth-child(4) {
		grid-column: auto !important;
	}
	.choose__payments .payment_img:nth-child(5) {
		grid-column: 1 / span 1 !important;
		grid-row: 3 !important;
	}
}
.choose__payments img {
	display: block;
}

.choose {
	padding-top: 6.25rem;
	padding-bottom: 3.125rem;
}

.choose__header {
	/* margin-top: -40px; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.choose__title {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1;
	padding: 1.125rem 1.5rem;
	text-transform: uppercase;
	background: var(--color-accent);
	color: var(--color-white);
	border-radius: 100px;
}

.choose__wrap {
	width: 100%;
	max-width: 880px;
	margin: 0 auto;
	margin-bottom: 1.25rem;
	border-radius: 1.25rem;
	background: #1d6b72;
	padding: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.choose__price {
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1;
	padding: 0.5rem 1.25rem;
	background: #f4f4f4;
	border-radius: 100px;
	color: #1d6b72;
	text-transform: uppercase;
	-webkit-transform: rotate(-1deg);
	-ms-transform: rotate(-1deg);
	transform: rotate(-1deg);
	margin-top: -10px;
}

.choose__footer {
	margin-top: 1rem;
	width: 100%;
}

.choose__footer .btn {
	width: 100%;
}

.choose__sub {
	font-size: 1.375rem;
	font-weight: 700;
	color: var(--color-white);
	margin-bottom: 1.25rem;
	text-align: center;
}

.banner__fixedoffer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	visibility: hidden;
	will-change: transform;
	transform: translate3d(0, 100%, 0);
	transition: transform 300ms ease, visibility 300ms ease;
	-webkit-transition: -webkit-transform 300ms ease, visibility 300ms ease;
	-webkit-transform: translate3d(0, 100%, 0);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.banner__fixedoffer--visible {
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}

.hiddenoffer {
	display: none !important;
}

.plans__include-list {
	list-style: none;
	padding-left: 0;
}

.plans__include-list li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 12px;
}

.plans__include-list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 8L8 13L14.5 2' stroke='%23FF5F1B' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
}

.site-footer {
	background: url(../images/footer-bg.jpg) no-repeat center center/cover;
	color: var(--color-white);
	margin: 1.25rem;
	border-radius: 1.25rem;
	padding-top: 4rem;
	padding-bottom: 4rem;
	display: flex;
	justify-content: center;
	position: relative;
}
@media (max-width: 639.98px) {
	.site-footer {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}
.site-footer__dec {
	position: absolute;
	bottom: 100%;
	right: 5%;
	width: 272px;
	height: auto;
}
@media (max-width: 899.98px) {
	.site-footer__dec {
		width: 220px;
	}
}
@media (max-width: 639.98px) {
	.site-footer__dec {
		width: 148px;
	}
}
.site-footer__links {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.625rem;
}
@media (max-width: 639.98px) {
	.site-footer__links {
		gap: 0.375rem;
	}
}
.site-footer__links a {
	color: var(--color-white);
	text-decoration: none;
	font-size: 1.375rem;
}
@media (max-width: 639.98px) {
	.site-footer__links a {
		font-size: 1rem;
	}
}
.site-footer__links a:hover {
	text-decoration: underline;
}

.site-header {
	left: 1.25rem;
	right: 1.25rem;
	position: absolute;
	top: 1.25rem;
	padding: 1.875rem;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
}
@media (max-width: 639.98px) {
	.site-header {
		padding-left: 0.625rem;
		padding-right: 0.625rem;
		top: 0;
	}
}
@media (max-width: 1099.98px) {
	.site-header {
		grid-template-columns: 1fr 1fr;
	}
	.site-header .burger {
		justify-self: end;
	}
}
.site-header__logo {
	justify-self: start;
}
@media (max-width: 1099.98px) {
	.site-header__logo svg {
		height: auto;
		width: 120px;
	}
}
@media (max-width: 639.98px) {
	.site-header__logo svg {
		height: auto;
		width: 100px;
	}
}
.site-header__nav {
	justify-self: center;
}
.site-header__button {
	justify-self: end;
	padding: 0.5rem 2rem;
	font-size: 1rem;
	font-weight: 500;
	white-space: nowrap;
	text-decoration: none;
	line-height: 1.125rem;
	border-radius: 100px;
	text-transform: uppercase;
	background: #99cbce;
	color: #1d6b72;
	border: 2px solid #1d6b72;
	box-shadow: 0 4px 0 #1d6b72;
	display: inline-flex;
	align-items: center;
	gap: 0.375rem;
	justify-content: center;
	outline: none;
	transition: all 0.2s var(--curve);
	cursor: pointer;
}
.site-header__button:hover {
	background: #1d6b72;
	color: var(--color-white);
}
.site-header__button--accent {
	background: var(--color-accent);
	color: var(--color-white);
}
.site-header__button--accent:hover {
	background: #f7aa89;
}
@media (max-width: 1099.98px) {
	.site-header__button {
		display: none;
	}
}

.site-footer {
	background: url(../images/footer-bg.jpg) no-repeat center center/cover;
	color: var(--color-white);
	margin: 1.25rem;
	border-radius: 1.25rem;
	padding-top: 4rem;
	padding-bottom: 4rem;
	display: flex;
	justify-content: center;
	position: relative;
}
@media (max-width: 639.98px) {
	.site-footer {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}
.site-footer__dec {
	position: absolute;
	bottom: 100%;
	right: 5%;
	width: 272px;
	height: auto;
}
@media (max-width: 899.98px) {
	.site-footer__dec {
		width: 220px;
	}
}
@media (max-width: 639.98px) {
	.site-footer__dec {
		width: 148px;
	}
}
.site-footer__links {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.625rem;
}
@media (max-width: 639.98px) {
	.site-footer__links {
		gap: 0.375rem;
	}
}
.site-footer__links a {
	color: var(--color-white);
	text-decoration: none;
	font-size: 1.375rem;
}
@media (max-width: 639.98px) {
	.site-footer__links a {
		font-size: 1rem;
	}
}
.site-footer__links a:hover {
	text-decoration: underline;
}

.site-header {
	left: 1.25rem;
	right: 1.25rem;
	position: absolute;
	top: 1.25rem;
	padding: 1.875rem;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
}
@media (max-width: 639.98px) {
	.site-header {
		padding-left: 0.625rem;
		padding-right: 0.625rem;
		top: 0;
	}
}
@media (max-width: 1099.98px) {
	.site-header {
		grid-template-columns: 1fr 1fr;
	}
	.site-header .burger {
		justify-self: end;
	}
}
.site-header__logo {
	justify-self: start;
}
@media (max-width: 1099.98px) {
	.site-header__logo svg {
		height: auto;
		width: 120px;
	}
}
@media (max-width: 639.98px) {
	.site-header__logo svg {
		height: auto;
		width: 100px;
	}
}
.site-header__nav {
	justify-self: center;
}
.site-header__button {
	justify-self: end;
	padding: 0.5rem 2rem;
	font-size: 1rem;
	font-weight: 500;
	white-space: nowrap;
	text-decoration: none;
	line-height: 1.125rem;
	border-radius: 100px;
	text-transform: uppercase;
	background: #99cbce;
	color: #1d6b72;
	border: 2px solid #1d6b72;
	box-shadow: 0 4px 0 #1d6b72;
	display: inline-flex;
	align-items: center;
	gap: 0.375rem;
	justify-content: center;
	outline: none;
	transition: all 0.2s var(--curve);
	cursor: pointer;
}
.site-header__button:hover {
	background: #1d6b72;
	color: var(--color-white);
}
.site-header__button--accent {
	background: var(--color-accent);
	color: var(--color-white);
}
.site-header__button--accent:hover {
	background: #f7aa89;
}
@media (max-width: 1099.98px) {
	.site-header__button {
		display: none;
	}
}

@media (min-width: 639px) {
	.plan-features__summary {
		padding-left: 0.9rem !important;
		margin-bottom: 1rem !important;
	}
	.plan-features__icon {
		margin-bottom: 1rem !important;
	}
}
