/*
Theme Name: your-support-team
Theme URI: https://pprintdim.com/
Author: Pprintdim
Author URI: https://pprintdim.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

your-support-team is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	overflow-x: hidden;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
	margin-top: 100px;
}

section:first-child {
	padding-top: 60px;
}

section:not(:first-child) {
	padding-top: 100px;
}

@media (max-width: 1200px) {
	main {
		margin-top: 85px;
	}

	section:not(:first-child) {
		padding-top: 85px;
	}
}


@media (max-width: 767px) {
	section:not(:first-child) {
		padding-top: 65px;
	}
}

@media (max-width: 620px) {
	main {
		margin-top: 65px;
	}


}


@media (max-width: 520px) {
	section:not(:first-child) {
		padding-top: 35px;
	}
}


/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

*::before,
*::after {
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Fonts
--------------------------------------------- */

/* Allison */
@font-face {
    font-family: 'Allison';
    src: url('assets/fonts/Allison-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Poppins */
@font-face {
    font-family: 'Poppins';
    src: url('assets/fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('assets/fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Great Vibes */
@font-face {
    font-family: 'Great Vibes';
    src: url('assets/fonts/GreatVibes-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Nunito */
@font-face {
    font-family: 'Nunito';
    src: url('assets/fonts/Nunito-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nunito';
    src: url('assets/fonts/Nunito-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nunito';
    src: url('assets/fonts/Nunito-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nunito';
    src: url('assets/fonts/Nunito-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Inter */
@font-face {
    font-family: 'Inter';
    src: url('assets/fonts/Inter-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('assets/fonts/Inter-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


/* Typography
--------------------------------------------- */
html {
	font-size: 16px;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-size: 1rem;
	line-height: 1.2;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 400;
	font-family: 'Poppins';
}

h1 *,
h2 *,
h3 *,
h4 *,
h5 *,
h6 * {
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
}

h1 {
	font-weight: 500;
}

p {
	margin-bottom: 1em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

pre {
	background: #eee;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1em;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}



/* Elements
--------------------------------------------- */
body {
	background: #F9FAFB;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}

body.overflow-hidden {
	overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	display: block;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 64px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 24px;
	font-weight: 500;
}

hr {
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
	padding-left: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.2em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

@media (max-width: 1200px) {
	h1 {font-size: 48px;}
	h2 {font-size: 32px;}
}

@media (max-width: 1080px) {
	h1 {font-size: 42px;}
	h2 {font-size: 28px;}
}


@media (max-width: 767px) {
	h1 {font-size: 42px;}
	h2 {font-size: 24px;}
}


@media (max-width: 620px) {
	h1 {font-size: 2em;}
	h2 {font-size: 1.5em;}
	h3 {font-size: .9em;}
}

/* Links
--------------------------------------------- */
a {
	color: #090813;
	text-decoration: unset;
}

a:visited {
	color: #090813;
}

a:hover,
a:focus,
a:active {
	color: #090813;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: unset;
	background: transparent;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

button[disabled],
input[type="button"][disabled],
input[type="reset"][disabled],
input[type="submit"][disabled] {
	cursor: not-allowed;
	opacity: .4;
}

button[type="submit"],
input[type="reset"],
input[type="submit"] {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 30px;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.1;
	color: #FFFFFF;
	padding: 0 22px;
	height: 45px;
	width: fit-content;
	background: radial-gradient(46.24% 154.7% at 50% 100%, #6699FF 0%, rgba(88, 72, 195, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, radial-gradient(60.14% 157.52% at 100% 84.15%, #4E25A2 0%, rgba(146, 109, 223, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, radial-gradient(52.7% 138.05% at 96.96% 0%, #926DDF 0%, rgba(146, 109, 223, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, radial-gradient(35.81% 160.98% at 2.7% 108.54%, #4E25A2 0%, rgba(146, 109, 223, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, radial-gradient(35.81% 137.05% at 8.78% 0%, #926DDF 0%, rgba(146, 109, 223, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, #4939CD;
	border-radius: 50px;
}

input[readonly] {
	opacity: .6;
	cursor: not-allowed;
}

textarea {
	width: 100%;
}


/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.container {
	padding: 0 60px;
	width: 100%;
}

.swiper-prev,
.swiper-next {
	width: 64px;
	height: 64px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.swiper-prev svg,
.swiper-next svg {
	display: block;
	width: 24px;
	height: 24px;
}

.swiper-prev.swiper-button-disabled,
.swiper-next.swiper-button-disabled {
	opacity: .4;
	cursor: not-allowed;
}

.main-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 45px;
	width: fit-content;
	padding: 0 25px;
	border-radius: 50px;
	overflow: hidden;
	font-family: 'Inter';
	font-weight: 400;
	line-height: 1.1;
	font-size: .9em;
	position: relative;
}

.main-btn.grey {
	background: #DCDAFA;
	color: #090813;
}

.main-btn.has-arrow {
	gap: 0 10px;
}

.main-btn.has-arrow svg {
	width: 24px;
	height: 24px;
}

.main-btn.white {
	background: #F5F4FF;
	
}

.main-btn.white:hover {
	background: #B2ADF4;
}

.main-btn.transparent,
.main-btn.white {
	color: #090813;
}

.main-btn.transparent.has-border,
.main-btn.white.has-broder {
	border: 1px solid rgba(99, 102, 241, 0.25);
}

.main-btn.transparent.has-border:hover,
.main-btn.white.has-broder:hover {
	border-color: #261DCD;
	color: #261DCD;
}


.main-btn.has-icon {
	gap: 0 10px;
}

.main-btn.has-icon svg {
	display: block;
	width: auto;
	height: 20px;
	position: relative;
	z-index: 1;
}

.main-btn.violet {
	color: #FFFFFF;
	background: #4F46E5;
}

.main-btn.violet:hover {
	background: #261DCD;
	box-shadow: 0px 4px 10px -50px rgba(16, 12, 91, 0.35);
}

.main-btn.gradient:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.main-btn.gradient:after {
	background: radial-gradient(46.24% 154.7% at 50% 100%, #6699FF 0%, rgba(88, 72, 195, 0) 100%)
}

.main-btn span {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	font-weight: inherit;
	position: relative;
	z-index: 1;
	display: block;
}

.nav-sec-group {
	min-width: 320px;
	display: grid;
	align-items: center;
	grid-gap: 0 10px;
	grid-template-columns: repeat(2,max-content);
}


.nav-sec-group svg {
	display: block;
	width: 30px;
	height: 30px;
}
.nav-sec-group .section-sub-title {
	display: block;
	color: #4F46E5;
}

@media (max-width: 1200px) {
	.container {
		padding: 0 34px;
	}
}

@media (max-width: 1080px) {
	.container {
		padding: 0 24px;
	}

	.nav-sec-group {
		min-width: auto;
	}
}

@media (max-width: 767px) {
	.container {
		padding: 0 16px;
	}

	.swiper-prev,
	.swiper-next {
		width: 44px;
		height: 44px;
	}

	.swiper-prev svg,
	.swiper-next svg {
		width: 24px;
		height: 24px;
	}
}


/*--------------------------------------------------------------
# Error Ssction
--------------------------------------------------------------*/
.error-sec {
	position: relative;
}

.error-sec:before,
.error-sec:after {
	content: '';
	position: absolute;
}
.error-sec:after {
	width: 350px;
	height: 350px;
	background: rgba(99, 102, 241, 0.75);
	opacity: 0.5;
	filter: blur(100px);
	right: 0;
	top: 50px;
}

.error-sec:before {
	background: #9987C7;
	opacity: 0.5;
	filter: blur(100px);
	transform: rotate(-67.39deg);
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 200px;
	height: 200px;
}

.error-sec__main-block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 45px 0;
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
	min-height: 60vh;
}

.error-sec__title-group {
	display: flex;
	flex-direction: column;
	gap: 45px 0;
}

.error-sec__title {
	text-align: center;
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 36px;
	line-height: 24px;
	text-transform: uppercase;
	color: #9A95DB;
}

.error-sec__descr {
	font-weight: 500;
	text-align: center;
	color: #090813;
	line-height: 1.5;
}

@media (max-width: 520px) {
	.error-sec:after {
		content: unset;
	}
	.error-sec__title {
		font-size: 24px;
	}
	.error-sec__descr {
		font-size: .9em;
		line-height: 1.3;
	}
	.error-sec__main-block,
	.error-sec__title-group {
		gap: 24px 0;
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
	background: #0F0C57;
	margin-top: 100px;
	display: block;
}
.footer__main-block {
	padding: 60px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 64px;
}
.footer__logo {
	display: block;
}
.footer__logo-img {
	display: block;
	height: 70px;
	width: auto;
}
.footer__right-column {
	display: flex;
	flex-direction: column;
	gap: 16px 0;
}
.footer__menu {

	display: flex;
	gap: 0 16px;
	flex-direction: row;
}

.footer__menu  li {
	display: block;
}

.footer__menu li a {
	display: block;
	font-family: 'Inter',sans-serif;
	font-size: 1.1em;
	line-height: 1.3;
	color: #FFFFFF;
}

.footer__powered-text {
	font-family: 'Inter',sans-serif;
	font-style: normal;
	font-size: .9em;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.75);
	padding-top: 16px;
	border-top: 0.5px solid rgba(255, 255, 255, 0.75);
}

@media (max-width: 1200px) {
	.footer {
		margin-top: 85px;
	}
}

@media (max-width: 767px) {
	.footer {
		margin-top: 65px;
	}
	.footer__main-block {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 30px 0;
	}

	.footer__menu {
		justify-content: center;
	}

	.footer__powered-text {
		text-align: center;
	}

	.footer__menu li a {
		font-size: 1em;
	}

	.footer__main-block {
		padding: 45px 0;
	}
}

@media (max-width: 520px) {
	.footer {
		margin-top: 32px;
	}

	.footer__main-block {
		padding: 30px 0;
	}
}


/*--------------------------------------------------------------
# client info wrapper
--------------------------------------------------------------*/
.top-nav .client-info-wrapper {
	z-index: -11111;
	opacity: 0;
	overflow: hidden;
	min-width: 0;
	position: absolute;
	right: 0;
	top: 45px;
	padding-top: 10px;
}

.top-nav .client-info-group {
	position: relative;
}

.top-nav .client-info-group .btn:hover + .client-info-wrapper,
.top-nav .client-info-wrapper:hover {
	z-index: 1111;
	min-width: max-content;
	opacity: 1;
}


.client-info-wrapper__main-block {
	display: flex;
	flex-direction: column;
	gap: 10px 0;
	padding: 20px;
	background: #E6E4FF;
	box-shadow: 0px 4px 4px rgba(9, 8, 19, 0.15);
	border-radius: 4px;
}
.client-info-wrapper__name-group {
	display: grid;
	align-items: center;
	grid-gap: 0 10px;
	grid-template-columns: max-content 1fr;
	cursor: default;
}

.client-info-wrapper__name-group > * {
	font-weight: 500;
	font-size: 1em;
	line-height: 1;
}

.client-info-wrapper .name-group__initials {
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	background: #FFFFFF;
	
	text-align: center;
	text-transform: uppercase;
	color: #090813;
}

.client-info-wrapper .name-group__name {
	display: block;
}

.client-info-wrapper__plan-text {
	display: block;
	font-size: 1em;
	color: #090813;
	line-height: 1.1;
}

.client-info-wrapper__plan-text span {
	font-size: 1.1em;
	font-weight: 600;
	line-height: inherit;
}

.client-info-wrapper__token-group {
	display: flex;
	align-items: center;
	gap: 0 6px;
}
.client-info-wrapper .token-text {
	color: #1216CC;
	display: block;
	font-size: .9em;
	line-height: 1.1;
}

.client-info-wrapper__btn {
	max-width: 100%;
	width: 100%;
}
.client-info-wrapper .copy-token-btn svg {
	display: block;
	width: 24px;
	height: 24px;
}

.client-info-wrapper .copy-token-btn.copied path {
	fill: #1216CC;
}

/*--------------------------------------------------------------
# Default Pages
--------------------------------------------------------------*/
.single-page {
	background: #F9FAFB;
}
.content-sec {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	min-height: 50px;
}

.content-sec .content h2,
.content-sec .content h3,
.content .content h4 {
	font-weight: 600;
}

.content-sec .content * + h2 {
	margin-top: 1.2em;
}
.content-sec .content * + h3 {
	margin-top: .6em;
}

.content-sec__page-title {
	text-align: center;
	margin-bottom: 45px;
	font-family: 'Poppins';
	font-size: 1.1em;
	display: block;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	color: #9A95DB;
}

/*--------------------------------------------------------------
# Top Nav
--------------------------------------------------------------*/

.top-nav {
	opacity: 0;
	position: fixed;
	z-index: 111;
	left: 0;
	top: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.75);
	box-shadow: 0px 20px 20px -20px rgba(9, 8, 19, 0.15);
}

#wpadminbar + .top-nav {
	top: 32px;
}

.top-nav:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	backdrop-filter: blur(5px);
}


.top-nav__main-block {
	align-items: center;
	position: relative;
	z-index: 1;
	min-height: 100px;
	display: grid;
	grid-gap: 0 24px;
	grid-template-columns: max-content 1fr max-content;
}

.top-nav__buttons-group {
	display: flex;
	gap: 0 24px;
}

.top-nav__logo-img {
	display: block;
	max-width: 250px;
}
.top-nav__logo {
	display: block;
}

.top-nav__menu-group {
	display: flex;
	gap: 0 16px;
	align-items: center;
}

.top-nav__menu {
	width: 100%;
	justify-content: space-evenly;
	display: flex;
	gap: 10px;
	padding-left: 0;
	flex-direction: row;
	align-items: center;
}

.top-nav__menu .menu-item {
	display: block;
}

.top-nav__menu > .menu-item > a {
	padding: 0 10px;
	font-family: 'Inter',sans-serif;
	font-size: .9em;
	color: #090813;
	line-height: 1.1;
	display: block;
	min-width: max-content;

}

.top-nav__burger-btn {
	display: none;
}

@media (max-width: 1200px) {
	.top-nav__menu {
		justify-content: flex-start;
		width: fit-content;
		gap: 0 16px;
	}

	.top-nav__menu > .menu-item > a {
		padding: 0;
	}

	.top-nav .buttons-group .free-test-btn span {
		display: none;
	}

	.top-nav .buttons-group .free-test-btn {
		width: 45px;
		border-radius: 50%;
		padding: 0;
		align-items: center;
	}

	.top-nav__main-block {
		min-height: 80px;
		grid-gap: 0 16px;
		grid-template-columns: max-content auto max-content;
	}

	.top-nav__buttons-group {
		gap: 0 16px;
	}
}

@media (max-width: 1080px) {
	.top-nav__logo-img {
		max-width: 160px;
	}

	
}

@media (max-width: 620px) {
	.top-nav__main-block {
		min-height: 65px;
		display: flex;
		justify-content: space-between;
	}
	.top-nav__menu-group,
	.top-nav__buttons-group {
		display: none;
	}

	.top-nav .burger-btn {
		cursor: pointer;
		display: block;
	    position: relative;
	    display: inline-block;
	    cursor: pointer;
	    width: 24px;
	    height: 24px;
	    background-size: contain;
	    background-position: center;
	    background-repeat: no-repeat;
	    background-image: url(assets/imgs/burger-img.svg);
	}

	.top-nav .burger-btn.open {
		background-image: url(assets/imgs/close-burger-btn.svg);
		
	}
}

/* Start More Group */
.top-nav__more-group {
    position: relative;
}

.top-nav .more-group__small-menu {
    visibility: hidden;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    padding-top: 15px;
    background: transparent;
    right: 0;
}

.top-nav .more-group__small-menu a {
    display: block;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.2;
    color: #FFFFFF;
    min-width: max-content;
}

.top-nav .more-group__small-menu li:first-child {
    padding-top: 20px;
}

.top-nav .more-group__small-menu li:last-child {
    padding-bottom: 20px;
}


.top-nav .more-group__small-menu li {
    display: block;
    background: #000;
    padding: 10px 20px;
}

.top-nav__more-group:hover .small-menu {
    visibility: visible;
}

.top-nav .more-group__btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #faf6f5;
    overflow: hidden;
}

.top-nav .more-group__btn span,
.top-nav .more-group__btn:before,
.top-nav .more-group__btn:after {
    content: '';
    width: 4px;
    height: 4px;
    display: block;
    background: #000;
}

.top-nav__burger-btn {
    display: none;
}

/* End More Group */

.mob-menu-wrapper {
	max-width: 620px;
	width: 100%;
	position: fixed;
	top: 0;
	right: 0;
	overflow-y: auto;
	transition: right .5s;
	z-index: 11;
	background: #F9FAFB;
}

.mob-menu-wrapper__client-info-wrapper {
	width: 100%;
	box-shadow: unset;
	border-radius: 0;
}

.mob-menu-wrapper .client-info-wrapper__main-block {
	box-shadow: unset;
	border-radius: 0;
	align-items: center;
}

.mob-menu-wrapper .client-info-wrapper__btn {
	display: none;
}

.mob-menu-wrapper.hidden {
	right: -620px;
	overflow: hidden;
	visibility: hidden;
	max-height: 0!important;
	z-index: -1111;
}

.mob-menu-wrapper__main-block {
	padding-top: 80px;
	padding-bottom: 60px;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 15px 0;
}

.mob-menu-wrapper__buttons-group {
	display: flex;
	gap: 0 12px;
	justify-content: center;
}

.mob-menu-wrapper__menu {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px 0;
}

.mob-menu-wrapper .menu-item {
	display: block;
}

.mob-menu-wrapper .menu-item > a {
	padding: 10px;
	display: block;
	font-size: .9em;
	font-family: 'Inter',sans-serif;
	font-weight: 400;
	color: #090813;
}

@media (max-width: 620px) {
	.mob-menu-wrapper__main-block {
		padding-top: 65px;
	}
}


.overflow-close-wrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 111;
	cursor: pointer;
	background: rgba(249, 250, 251, 0.6);
	backdrop-filter: blur(2px);
	visibility: visible;
	opacity: 1;
}

.overflow-close-wrapper.hidden {
	visibility: hidden;
	opacity: 0;
	z-index: -111;
}

.modal-wrapper {
	width: 0;
	max-width: 780px;
	background: #E6E4FF;
	border-radius: 40px;
	height: 0;
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
	position: fixed;
	z-index: -111;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: opacity .6s;
}

.modal-wrapper.open {
	width: 100%;
	height: auto;
	z-index: 1111;
	opacity: 1;
	visibility: visible;
}

.modal-wrapper__main-block {
	padding: 50px 100px;
}

.modal-wrapper__buttons-group {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 16px;

}

.modal-wrapper__buttons-group > * {
	min-width: 200px;
	margin-right: 0!important;
	margin-left: 0!important;
}

.modal-wrapper__title-group {
	display: flex;
	flex-direction: column;
	gap: 16px 0;
	align-items: center;
}

.modal-wrapper__form-title {
	display: block;
	text-align: center;
}
.modal-wrapper__sub-title {
	display: block;
	text-align: center;
	font-size: .9em;
	font-family: 'Inter',sans-serif;
	color: #090813;
}

.modal-wrapper__form {
	display: block;
	margin-top: 40px;
	width: 100%;
}
.modal-wrapper .form__form-groups {
	display: flex;
	flex-direction: column;
	gap: 24px 0;
}
.modal-wrapper .form-groups__form-group {
	display: flex;
	gap: 5px 0;
	flex-direction: column;
}

.modal-wrapper .form-group__title {
	display: block;
	font-family: 'Inter',sans-serif;
	color: #090813;
	font-size: .9em;
}

.modal-wrapper .select-group,
.modal-wrapper .form-group__input {
	background: #FFFFFF;
	border-radius: 50px;
}

.modal-wrapper .select-group__select,
.modal-wrapper .form-group__input {
	display: flex;
	align-items: center;
	padding: 0 24px;
	min-height: 50px;
	font-family: 'Inter', sans-serif;
	font-size: .9em;
	color: #090813;
	width: 100%;
	border: unset;
	outline: unset;
}

.modal-wrapper .select-group {
	position: relative;
}

.modal-wrapper .select-group__select {
	position: relative;
	z-index: 1;
	width: 100%;
	-webkit-appearance: none; /* Safari, Chrome */
    -moz-appearance: none;    /* Firefox */
    appearance: none;         /* Стандарт */
    background: transparent;
    cursor: pointer;
}


.modal-wrapper .select-group svg {
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 18px;
	height: auto;
}

.modal-wrapper .form-group__select option {
	font-size: important;
	color: inherit;
	line-height: inherit;
	font-weight: inherit;
}

.modal-wrapper .form-group__select option[selected] {
	font-weight: 500;
	color: #1216CC;
}

.modal-wrapper .form-group__input:placeholder {
	color: #B9B9BD;
}

.modal-wrapper .form-group.required .title:after {
	content: '*';
	display: inline-block;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	font-weight: inherit;
	font-family: inherit;
}

.modal-wrapper__modal-close {
	position: absolute;
	right: 20px;
	top: 20px;
}

.modal-wrapper__modal-close path {
	fill: #7A7A7A;
}

.modal-wrapper__submit-btn {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 40px;
	cursor: pointer;
}

@media (max-width: 767px) {
	.modal-wrapper {
		max-width: 520px;
		border-radius: 24px;
	}
	.modal-wrapper__main-block {
		padding: 45px 24px;
		
	}
}


@media (max-width: 520px) {
	.modal-wrapper {
		max-width: calc(100% - 32px);
	}
}