/*!
Theme Name: Zaemdenga
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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
Text Domain: zaemdenga
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.

Zaemdenga 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%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* 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;
	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;
	appearance: textfield;
	outline-offset: -2px;
}

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

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%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

@font-face {
	font-family: 'fontello';
	src: url('./fonts/fontello.eot?88224046');
	src: url('./fonts/fontello.eot?88224046#iefix') format('embedded-opentype'),
		 url('./fonts/fontello.woff2?88224046') format('woff2'),
		 url('./fonts/fontello.woff?88224046') format('woff'),
		 url('./fonts/fontello.ttf?88224046') format('truetype'),
		 url('./fonts/fontello.svg?88224046#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
  }
  /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
  /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
  /*
  @media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
	  font-family: 'fontello';
	  src: url('../font/fontello.svg?88224046#fontello') format('svg');
	}
  }
  */
  [class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: never;
  
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* opacity: .8; */
  
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
  
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
  
	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;
  
	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */
  
	/* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  
	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  }
  
  .icon-eye:before { content: '\e800'; } /* '' */
  .icon-eye-off:before { content: '\e801'; } /* '' */
  

/* General */
:root {
  --font-family: "IBM Plex Sans", sans-serif;
  --second-family: "Work Sans", sans-serif;
  --third-family: "IBM Plex Serif", sans-serif;
  --title-color: #3f3e42;
  --orange: #ffd56a;
  --green: #57b18a;
  --green-dark: #468F6F;
  --green-light: #00bda0;
}
body {
	font-family: var(--font-family);
	overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: var(--third-family);
	font-weight: 600;
	font-size: 44px;
	line-height: 118%;
	color: var(--title-color);

	@media(width < 750px){
		font-size: 34px;
	}
	@media(width < 500px){
		font-size: 32px;
	}
}
a {
	transition: 0.2s;
}
.container {
	width: 100%;
	padding: 0 8.3vw;

	@media(width <= 1440px){
		padding-inline: 30px;
	}
	@media(width <= 568px){
		padding-inline: 15px;
	}
}
.row {
	display: flex;
	flex-direction: row;

	@media( width < 1250px){
		flex-wrap: wrap;
	}
}
.col {
	display: flex;
	flex-direction: column;
}
.btn-white:is(a:any-link, button, input[type="submit"]) {
    display: inline-block;
    padding: 7px 24px 9px;
    text-decoration: none;
	border: 1px solid rgb(166 166 218 / 50%);
	box-shadow: none;
	background: #fff;
	color: var(--green);
	border-radius: 8px;
    font-weight: 600;
    font-size: 18px;
    line-height: 156%;
    text-align: center;
	cursor: pointer;
    transition: 0.2s;
}
@media(hover:hover){
	.btn-white:is(a:any-link, button, input[type="submit"]):hover {
		border-color: var(--green-light);
		color: var(--green-light);
	}
}
.btn-green:is(a:any-link, button, input[type="submit"]) {
	display: inline-block;
	padding: 7px 24px 9px;
	text-decoration: none;
	border-color: var(--green);
	box-shadow: 0 4px 0 0 #468f6f;
	background: var(--green);
	border-radius: 8px;
	font-weight: 600;
	font-size: 18px;
	line-height: 156%;
	text-align: center;
	color: #fff;
	cursor: pointer;
	transition: 0.2s;
}
@media(hover:hover){
	.btn-green:is(a:any-link, button, input[type="submit"]):not(:disabled):hover {
		box-shadow: 0 0 0 0 #468f6f;
	}
}

/* Header */
.site-header {
	position: relative;
	z-index: 9;
	box-shadow: 0 0 2px 0 #a6a6da;
	background: #fff;
}
.header-top {
	padding-block: 12px;
	border-bottom: 1px solid #E5E5F4;
	
	@media(width < 800px){
		.account-btn:any-link {
			display: none;
		}
	}
}
.header-bottom .account-btn:any-link {
	display: none;

	@media(width < 800px){
		display: flex;
	}
}
.header-top .container {
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.site-branding a {
	font-weight: 600;
	font-size: 22px;
	line-height: 109%;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
}
@media(hover:hover){
	.site-branding a:hover {
		color: #7f7e83;
	}
}
.site-branding img {
	max-width: 270px;
	max-height: 70px;
}
.account-btn:any-link {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 9px 22px 11px;
	gap: 8px;
	border: 1px solid transparent;
	box-shadow: 0 0 2px 0 #a6a6da;
	border-radius: 8px;
	background: #fff;
	text-decoration: none;
	color: var(--green);
	font-weight: 600;
	font-size: 18px;
	line-height: 156%;
}
.login-img {
	margin-block: 1px 2px;
}
.login-img path {
	transition: 0.2s;
}
@media(hover:hover){
	.account-btn:hover {
		border-color: #626262;
		color: var(--green-dark);
	}
	.account-btn:hover .login-img path {
		fill: var(--green-dark);
	}
}
.main-navigation .menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4.1vw;
}
.main-navigation a:any-link {
	padding-block: 11px;
	text-decoration: none;
	font-weight: 400;
	font-size: 18px;
	line-height: 156%;
	text-align: center;
	color: #7f7e83;
	position: relative;
}
.main-navigation a::before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 2px;
	background: transparent;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 0.2s;
}
.main-navigation .current-menu-item a[href*="#"]::before {
	display: none;
}
.main-navigation .current-menu-item  a::before {
	background: var(--green);
}
@media(hover:hover) {
	.main-navigation a:hover {
		color: #000;
	}
}

.main-page {
	background: #f9f8fe;
}
.main-page main {
	padding-top: 90px;

	@media(width < 1250px){
		.row {
			justify-content: center;
		}
	}
}
.main-page main .img-wrap {
	padding-right: 48px;
	width: 100%;
	display: flex;
	flex-direction: column;

	@media(width <= 1440px){
		margin-left: 0;
		margin-bottom: 30px;
		align-items: center;
	}
	@media(width > 1440px){
		margin-left: -95px;
	}
}
.main-page main .img-wrap h1 {
	max-width: 360px;
	margin-left: auto;
	margin-bottom: -40px;
	padding-bottom: 30px;
	position: relative;
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 50px;
	color: #3f3e42;

	@media(width > 1300px){
		margin-left: 24vw;
	}
}
.main-page main .img-wrap h1::before {
	content: '';
	display: block;
	width: 48px;
	height: 71px;
	background: url(./images/stars.svg) no-repeat center center / cover;
	position: absolute;
	top: -30px;
	left: -48px;
}
.main-page main .img-wrap h1::after {
	content: '';
	display: block;
	border-radius: 99px;
	width: 314px;
	height: 12px;
	background: #bce0d0;
	margin-bottom: 30px;
	position: absolute;
	bottom: -18px;
	left: 2px;

	@media(width < 992px){
		width: 100%;
		left: 0;
	}
}

.main-page main .img-wrap img {
	max-width: 580px;
	height: auto;

	@media(width < 1200px){
		max-width: 100%;
	}
}
.main-page main .img-wrap p {
	max-width: 440px;
	margin-block: 5px 0;
	margin-left: 74px;
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 12px;
	line-height: 117%;
	color: #a3a3a3;
}
/* calculator */
.calculator-wrap {
	width: 100%;
	border-radius:24px;
	color:#1f2a3b;
	
	@media(width > 1440px){
		max-width: 35vw;
	}
	@media(width <= 1440px){
		max-width: 550px;
	}
}
.calculator {
	padding: 13px 60px 20px;
	border-radius: 10px;
	box-shadow: 0 2px 20px 0 #eceff2;
	background: #fff;
}
.calc-field:not(:last-of-type) {
	margin-bottom: 18px;
}
.calc-field__heading {
	padding: 7px 22px 10px;
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
	font-weight:600;
	border: 1px solid #dfe9f8;
	border-radius: 3px;
}
.calc-field__label {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 222%;
	color: #607d8b;
}
.calc-field__value {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 24px;
	line-height: 167%;
	color: #3b4244;
}
.calc-field__value-second {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 286%;
	color: #607d8b;
}
.calc-slider {
	display: block;
	position: relative;
	cursor: pointer;
	user-select: none;
	touch-action: none;
	outline: none;
}
.calc-slider__track {
	margin-top: -1px;
	position: relative;
	height: 2px;
	background: #8ba5cc;
}
.calc-slider__fill {
	position: absolute;
	inset: 0 auto 0 0;
	height: 100%;
	border-radius: inherit;
	background: var(--green-light);
}
.calc-slider__thumb {
	width: 27px;
	height: 9px;
	position: absolute;
	top: 50%;
	left: 0;
	border-radius: 10px;
	background: var(--green-light);
	transform: translate(-50%,-50%);
	transition: transform .15s ease,box-shadow .15s ease;
}
.calc-slider.is-dragging .calc-slider__thumb {
	box-shadow: 0 6px 18px rgba(34,193,139,.45);
	transform: translate(-50%,-50%) scale(1.05);
}
@media(hover:hover){
	.calc-slider:hover .calc-slider__thumb {
		box-shadow: 0 6px 18px rgba(34,193,139,.45);
		transform: translate(-50%,-50%) scale(1.05);
	}
}
.calc-field__scale {
	display: flex;
	justify-content: space-between;
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 286%;
	color: #607d8b;
}
.calc-summary {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	background: #f5f7fa;
	border-radius: 5px;
	padding: 24px;
	margin-block: 20px;
}
.calc-summary__item {
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex: 1 1 220px;
}
.calc-summary__label {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 12px;
	line-height: 100%;
	text-transform: uppercase;
	color: #607d8b;
}
.calc-summary__value {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 24px;
	line-height: 100%;
	color: #3b4244;
}
.calc-summary__value--accent {
	color: var(--green-light);
}
.calc-submit,
.calc-submit:visited {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: 23px;
	padding: 6px 30px;
	border-radius: 50px;
	background: var(--orange);
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 13px;
	line-height: 308%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-align: center;
	color: #3b4244;
	text-decoration: none;
	transition: .2s ease;
}
@media(hover:hover){
	.calc-submit:hover {
		background: #ffc83a;
	}
}
.calc-note {
	font-size:13px;
	line-height:1.5;
	color:#7c8a9f;
	margin:0;
}
@media (width <= 768px) {
	.calculator-wrap {
		padding: 28px 16px;
	}
	.calculator {
		padding: 25px 20px;
	}
}

.requirements {
	padding-block: 80px 70px;
}
.requirements h2,
.difference h2 {
	margin-bottom: 25px;
	font-family: var(--third-family);
	font-weight: 600;
	font-size: 44px;
	line-height: 118%;
	color: #3f3e42;
	text-align: center;
}
.requirements-list {
	margin: 0;
	padding: 0;
	gap: 45px;
	justify-content: center;
	list-style: none;
}
.requirements-list li {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding: 24px 74px;
	border-radius: 16px;
	box-shadow: 0 0 2px 0 #a6a6da;
	background: #fff;

	@media(width > 1300px){
		max-width: 25.7vw;
	}
}
.requirements-list li img {
	max-width: 80px;
}
.requirements-list li p {
	margin: 0;
	font-weight: 400;
	font-size: 18px;
	line-height: 156%;
	color: #57585f;
}

.difference {
	padding-bottom: 25px;
}
.difference-list {
	margin: 0;
	margin-top: 32px;
	padding: 35px 0;
	justify-content: center;
	list-style: none;
	border-radius: 16px;
	box-shadow: 0 0 2px 0 #a6a6da;
	background: #fff;
}
.difference-list li {
	padding-inline: 45px;
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 22px;
	border-right: 1px solid #e5e5f4;

	@media(width > 1550px){
		max-width: 28vw;
	}
	@media(width < 1250px){
		padding-inline: 20px;
	}
}
.difference-list li:last-child {
	border-right: none;
}
.difference-list li img {
	max-width: 80px;
}
.difference-list li p {
	margin: 0;
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	color: #3f3e42;
}

.timer-section .timer {
	height: 340px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 52px 30px 30px;
	box-shadow: 0 0 2px 0 #a6a6da;
	border-radius: 16px;
	background: #e6e6fc;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.timer-section .timer::after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 100%;
	background:  url(./images/timer-bg.svg)  no-repeat center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.timer-section .timer h2 {
	margin-bottom: 42px;
	font-family: var(--third-family);
	font-weight: 600;
	font-size: 44px;
	line-height: 118%;
	text-align: center;
	color: #5151a8;
}
.timer-section .timer-container {
	display: flex;
	gap: 8px;
	justify-content: center;
	align-items: center;
}
.timer-section .timer-container > div {
	padding: 4px 12px;
	display: inline-block;
	box-shadow: 0 0 2px 0 #a6a6da;
	background: #fff;
	border-radius: 4px;
}
.timer-section .timer-container span {
	font-weight: 500;
	font-size: 68px;
	line-height: 121%;
	color: var(--green);
}
.timer .btn-green {
	margin-top: 25px;
}
.timer-section .bg-circle {
	width: 64.5vw;
	height: 64.5vw;
	background: rgba(205, 205, 249, 0.3);
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	animation: circlePulse 3s ease alternate-reverse infinite;
	transition: 0.2s;
}
.timer-section .bg-circle::after {
	content: '';
	width: 48.3vw;
	height: 48.3vw;
	background: rgba(205, 205, 249, 0.4);
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	animation: circlePulse 3s ease alternate-reverse infinite;
	transition: 0.2s;
}
.timer-section .bg-circle::before {
	content: '';
	width: 31.6vw;
	height: 31.6vw;
	background: rgba(205, 205, 249, 0.5);
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	animation: circlePulse 3s ease alternate-reverse infinite;
	transition: 0.2s;
}

@keyframes circlePulse {
	0% {
		transform: translate(-50%, -50%) scale(0.9);
	}
	100% {
		transform: translate(-50%, -50%) scale(1.1);
	}
}
.timer-section .timer-separator {
	animation: separatorPulse 1s linear infinite;
}
@keyframes separatorPulse {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.how-it-works {
	padding-block: 70px;
}
.how-it-works h2 {
	margin-bottom: 32px;
	
	@media( width < 1250px){
		text-align: center;
	}
}
.how-it-works-list {
	margin: 0;
	padding: 0;
	counter-reset: item;
	gap: 24px;

	@media(width < 1250px){
		justify-content: center;
	}
}
.how-it-works-list li {
	padding: 24px;
	display: flex;
	flex-direction: column;
	position: relative;
	border-radius: 16px;
	box-shadow: 0 0 2px 0 #a6a6da;
	background: #fff;
}
.how-it-works-list li::after {
	content: '0'counter(item);
	counter-increment: item;
	display: inline-block;
	position: absolute;
	top: 24px;
	right: 24px;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 32px;
	line-height: 100%;
	text-align: right;
}
.how-it-works-list li img {
	max-width: 80px;
	margin-bottom: 14px;
}
.how-it-works-list li:first-child::after {
	color: #6f6fc4;
}
.how-it-works-list li:nth-child(2)::after {
	color:  var(--green);
}
.how-it-works-list li:nth-child(3)::after {
	color:  #ffa27d;
}
.how-it-works-list li p {
	margin: 0;
	margin-left: 14px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	color: #3f3e42;
}
.how-it-works-list li .li-title {
	font-weight: 600;
}

.cta-banner {
	padding-block: 28px;
	background: #fff2cb;
	overflow: hidden;
}
.cta-banner .text-col {
	max-width: 640px;
	align-items: start;
	position: relative;
	z-index: 2;
}

.cta-banner .img-col {
	margin-inline: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}
.cta-banner .img-wrap {
	width: 170px;
	height: 170px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 100%;
	position: relative;
	z-index: 0;
}
.cta-banner .bg-circle {
	display: inline-block;
	width: 58vw;
	height: 58vw;
	background: #ffecb1;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	animation: circlePulse 3s ease alternate-reverse infinite;
}
.cta-banner .bg-circle::before {
	content: '';
	display: inline-block;
	width: 38vw;
	height: 38vw;
	background: #ffe597;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	animation: circlePulse 3s ease alternate-reverse infinite;
}
.cta-banner .bg-circle::after {
	content: '';
	display: inline-block;
	width: 25vw;
	height: 25vw;
	background: #ffdf7d;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	animation: circlePulse 3s ease alternate-reverse infinite;
}
.cta-text {
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	color: #57585f;
}

.faq {
	padding-block: 40px 70px;
}
.faq h2 {
	margin-bottom: 40px;
	font-family: var(--third-family);
	font-weight: 300;
	font-size: 48px;
	color: #000;
	text-align: center;
}
.faq-list {
	column-count: 2;
	column-gap: 10px;

	@media( width < 1250px){
		column-count: 1;
	}
}
.faq-list details {
	break-inside: avoid;
    margin-bottom: 10px;
	background: #fff;
	border-radius: 5px;
}
.faq-list details summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	padding: 25px 30px 25px 40px;
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 18px;
	color: #3b4244;
	list-style: none;
	cursor: pointer;
	transition: 0.2s;
}
.faq-list details summary .plus {
	display: flex;
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	position: relative;
}
.faq-list details summary .plus::after,
.faq-list details summary .plus::before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 2px;
	background: #3b4244;
	border-radius: 3px;
	transition: 0.2s;
}
.faq-list details summary .plus::after {
	transform: translate(-50%, -50%) rotate(90deg);
	transform-origin: center;
	position: absolute;
	top: 50%;
	left: 50%;
}
.faq-list details[open] summary .plus::after {
	transform: translate(-50%, -50%) rotate(0deg);
}
@media(hover:hover){
	.faq-list details summary:hover {
		color: var(--green-light);
	}
	.faq-list details summary:hover .plus::after,
	.faq-list details summary:hover .plus::before {
		background: var(--green-light);
	}
}
.faq-list details p {
	margin: 0;
	padding: 20px;
	border-top: 1px solid #a6a6da;
}

.documents-main {
	padding-top: 40px;
}
.documents-main .container,
.subscribe-info-main .main-row {
	max-width: 1260px;
	margin: 0 auto;
}
.documents-main h1 {
	margin-top: 40px;
	margin-bottom: 5px;
}
.documents-main .row {
	justify-content: space-between;
}

.documents-section {
	padding-block: 50px 35px;
	background: #DDEFE8;
}
.documents-section .document-list {
	max-width: 790px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
	list-style: none;
}
.documents-section .document-list li a {
	display: inline-block;
	width: 100%;
	padding: 24px;
	border-radius: 16px;
	box-shadow: 0 0 2px 0 #a6a6da;
	background: #fff;
	font-weight: 600;
	font-size: 20px;
	line-height: 140%;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	color: #1a1a1a;
	transition: 0.2s;
}
.documents-section .document-list li::before {
	display: none;
}
@media(hover:hover){
	.documents-section .document-list li a:hover {
		color: var(--green);
	}
}

.subscribe-info-main {
	padding-block: 40px 50px;
}
.subscribe-info-main .subtitle {
	margin-block: 15px;
	max-width: 500px;
	font-weight: 500;
	font-size: 24px;
	line-height: 133%;
	color: #3f3e42;

	@media(width < 1100px){
		font-size: 20px;
	}
	@media(width < 650px){
		font-size: 17px;
	}
}
.subscribe-info-main .btn-green {
	width: 100%;
	max-width: 270px;
}
.subscribe-info-main .text-col {
	align-items: start;
}
.subscribe-info-main .main-row {
	gap: 80px;
	justify-content: space-between;

	@media( width < 1400px){
		gap: 40px;
		flex-wrap: nowrap;
	}
	@media( width < 1200px){
		flex-wrap: wrap;
		justify-content: center;
	}
}
.subscribe-info-main .adv-row {
	margin: 27px 0 20px;
	padding: 0;
	gap: 20px;
	list-style: none;
	font-weight: 600;
	font-size: 20px;
	line-height: 140%;
	text-align: center;
	color: #4f4e52;

	@media(width < 700px){
		font-size: 17px;
	}
}
.subscribe-info-main .adv-row li {
	display: flex;
	align-items: center;
	gap: 10px;
}
.subscribe-info-list {
	margin: 0;
	margin-top: 110px;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 85px 20px; 
	list-style: none;

	@media( width < 1250px){
		margin-top: 0;
	}
	@media( width < 1150px){
		gap: 40px 20px;
	}
	@media( width < 900px){
		grid-template-columns: 1fr;
	}
}
.subscribe-info-list li {
	height: 550px;
	padding: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	gap: 60px;
	border-radius: 16px;
	overflow: hidden;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 24px;
	line-height: 133%;
	text-align: center;
	color: #3f3e42;

	@media( width < 1250px){
		height: 470px;
	}
	@media( width < 992px){
		height: 430px;
		gap: 30px;
		font-size: 22px;
	}
	@media( width < 900px){
		height: auto;
		padding-bottom: 0;
	}
}
.subscribe-info-list li p {
	margin: 0;
}
.subscribe-info-list li:nth-child(1) {
	background: #fff2cb;
}
.subscribe-info-list li:nth-child(2) {
	background: #ddefe8;
}
.subscribe-info-list li:nth-child(3) {
	background: #e6e6fc;
}
.subscribe-info-list li:nth-child(4) {
	background: #fff2cb;
}
.subscribe-info-list li:nth-child(5) {
	background: #ffe3d8;
}
.subscribe-info-list li:nth-child(6) {
	background: #ddefe8;
}
.subscribe-info-list li img {
	max-height: 370px;

	@media( width < 1400px){
		max-height: 280px;
	}
}

.subscribe-main {
	padding-block: 130px;
	background: #ddefe8;
}
.subscribe-form {
	max-width: 950px;
	margin-inline: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: start;
	padding-bottom: 40px;
	border-radius: 16px;
	box-shadow: 0 40px 100px -40px rgba(166, 166, 218, 0.2), 0 0 2px 0 #bcb6da;
	background: #fff;
}
.subscribe-form img {
	max-width: 80px;
	margin-block: 17px 10px;
}
.subscribe-form .subscribe-title {
	width: 100%;
	position: relative;
	font-family: var(--third-family);
	font-weight: 600;
	font-size: 40px;
	line-height: 205%;
	text-align: center;
	color: #3f3e42;
}
.subscribe-form .subscribe-title::before {
	content: '';
	width: 100%;
	height: 4px;
	background: var(--green);
	position: absolute;
	top: 0;
	left: 0;
}
.subscriber-login-main .subscribe-title::before {
	display: none;
}
.subscriber-login-main .subscribe-form {
	max-width: 480px;
	border-top: 4px solid var(--green);
}
.subscribe-form .subscribe-subtitle {
	margin-block: 16px;
	max-width: 370px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	text-align: center;
	color: #57585f;
}
.subscribe-form .subscribe-icon {
	margin-inline: auto;
	margin-bottom: 10px;
	max-width: 85px;
}
.subscribe-form .form-group {
	margin-bottom: 20px;
	width: 100%;
	max-width: 310px;
}
form input[type="submit"].btn-green,
form button.btn-green {
	width: 100%;
	max-width: 310px;
	margin-bottom: 0;
}
.form-group.is-hidden,
form input[type="submit"].btn-green.is-hidden,
form button.btn-green.is-hidden {
	display: none;
}
form input[type="checkbox"] {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
}
form label input[type="checkbox"] + span {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 16px;
	line-height: 162%;
	color: #57585f;
	user-select: none;
}
form label input[type="checkbox"] + span a {
	color: #6f6fc4;
	@media(hover:hover){
		&:hover {
			color: #000;
		}
	}
}
form label input[type="checkbox"] + span::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	vertical-align: sub;
	border: 2px solid var(--green);
	border-radius: 4px;
	background-position: center;
	background-repeat: no-repeat;
	transition: 0.2s;
}
form label input[type="checkbox"]:checked + span::before {
	background-image: url(./images/icon-check.svg);
}

.loading {
    position: relative;
    pointer-events: none;
}

.loading::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 3px solid #fff;
    border-top: 3px solid transparent;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    from { transform: translateY(-50%) rotate(0deg); }
    to   { transform: translateY(-50%) rotate(360deg); }
}

.form-group {
	position: relative;
}
.form-group label {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 15px;
	line-height: 133%;
	color: #3f3e42;
	position: absolute;
	top: 13px;
	left: 16px;
	z-index: 2;
	transform-origin: top left;
	transition: 0.2s;
}
.form-group input:is([type="number"], [type="tel"], [type="text"], [type="password"]) {
	position: relative;
	z-index: 1;
}
.form-group input:is([type="number"], [type="tel"], [type="text"], [type="password"]):not([readonly]):focus + label,
.form-group input:is([type="number"], [type="tel"], [type="text"], [type="password"]):not([readonly]):focus-visible + label {
	transform: scale(0.8);
	top: 12px;
}
.btn-green[disabled],
.btn-green[disabled]:hover {
	cursor: not-allowed;
	opacity: 0.6;
}
.subscribe-form input:is([type="number"], [type="tel"], [type="text"], [type="password"]) {
	width: 100%;
	max-width: 310px;
	margin-inline: auto;
}
form input:is([type="number"], [type="tel"], [type="text"], [type="password"]) {
	padding: 28px 16px 8px;
	box-shadow: 0 0 2px 0 #a6a6da;
	background: #fff;
	border-radius: 8px;
	border: none;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 156%;
	color: #7f7e83;
}
.password-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}
.login-link-wrap,
.subscribe-form .login-link-wrap {
	margin-block: 10px 0;
	text-align: center;
}
.login-link-wrap a:any-link {
	color: #6f6fc4;
	@media(hover:hover){
		&:hover {
			color: #000;
		}
	}
}

.card-verification-main {
	padding-block: 70px;
	background: #ddefe8;
}
.card-verification-main .page-title {
	align-self: center;
}
.card-verification-main .subtitle {
	padding-bottom: 25px;
	margin: 34px auto 43px;
	align-items: center;
	position: relative;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 35px;
	line-height: 91%;
	color: #3f3e42;
}
.card-verification-main .col {
	max-width: 890px;
	margin-inline: auto;
}
.card-verification-main .subtitle::after {
	content: '';
	display: inline-block;
	width: 62%;
	height: 12px;
	border-radius: 99px;
	background: #bce0d0;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.card-verification-main .notice {
	margin-block: 0 40px;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 24px;
	line-height: 133%;
	color: #3f3e42;
}
.card-verification-main .btn-green {
	align-self: start;
}
.card-verification-main .verification-container {
	margin-top: 10px;
	padding-left: 30px;
	position: relative;
}

/* Сообщения статуса - не растягивают форму */
.sms-form-group,
.password-form-group {
    min-height: 60px;
}

.sms-status,
.login-status,
.password-requirements {
    display: block;
    font-family: var(--font-family);
    font-size: 13px;
    line-height: 1.4;
    margin-top: 10px;
    min-height: 18px;
    max-width: 310px;
    word-wrap: break-word;
    transition: opacity 0.2s;
}

.sms-status:empty,
.login-status:empty,
.password-requirements:empty {
    min-height: 0;
    margin-top: 0;
}
.terms-label {
	margin-top: 25px;
}

.password-input-wrapper .password {
    padding-right: 45px;
}
.password-toggle {
    position: absolute;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    color: #666;
    transition: color 0.3s;
	z-index: 1;
}
@media(hover:hover){
	.password-toggle:hover {
		color: #000;
	}
}
.password-toggle:focus {
    outline: 2px solid #007bff;
    outline-offset: 2px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
}
input[type="number"] {
	-moz-appearance: textfield;
}

.registration-main .page-title {
	text-align: center;
}
.registration-main .title-container {
	padding-block: 70px 190px;
	background: #ddefe8;
}
.page-title {
	font-family: var(--third-family);
	font-weight: 600;
	font-size: 68px;
	line-height: 121%;
	color: #3f3e42;

	@media(width < 1100px){
		font-size: 60px;
	}
	@media(width < 992px){
		font-size: 56px;
	}
	@media(width < 768px){
		font-size: 46px;
	}
	@media(width < 650px){
		font-size: 40px;
	}
	@media(width < 600px){
		font-size: 35px;
	}
	@media(width < 425px){
		font-size: 32px;
	}
}
.registration-main .registration-form {
	max-width: 940px;
	margin: -120px auto 130px;
	border-radius: 16px;
	box-shadow: 0 40px 100px -40px rgba(166, 166, 218, 0.2), 0 0 2px 0 #bcb6da;
	background: #fff;
	overflow: hidden;
}
.registration-form .tab-header {
	display: flex;
	border-bottom: 1px solid #e5e5f4;
	position: relative;
}
.form-group .date-input {
	cursor: pointer;
}
.form-group .date-picker {
	width: 20px;
	height: 22px;
	position: absolute;
	top: 21px;
	right: 18px;
	background: url(./images/datepicker.svg) no-repeat center;
	background-size: contain;
    pointer-events: none;
	z-index: 1;
}
.registration-form .tab-header .progress-bar {
	width: 0;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: var(--green);
	z-index: 1;
	transition: 0.2s;
}
.registration-form .form-group {
	margin-bottom: 25px;
	width: 100%;
	max-width: 360px;
}
.registration-form .form-row.full-width,
.registration-form .form-row.full-width .form-group {
	max-width: 745px;
}
.registration-form .form-row {
	gap: 25px;

	@media(width < 1250px){
		gap: 0;
	}
}
.registration-form input[type="submit"].btn-green,
.registration-form input:not([type="radio"]),
.registration-form button.btn-green {
	width: 100%;
	max-width: 360px;
}
.registration-form button.btn-green {
	margin-block: 15px 0;
}
.registration-form .tab-header button {
	padding-block: 16px;
	flex: 1 1 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 156%;
	text-align: center;
	color: #57585f;
	background: transparent;
	border: none;
	border-radius: 0;
	cursor: pointer;
	transition: 0.2s;
}
.registration-form .tab-header button[disabled] {
	cursor: default;
}
.registration-form .sex-label {
	display: block;
	margin-bottom: 12px;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 15px;
	line-height: 133%;
	color: #3f3e42;
}
.registration-form input#passport_department_name {
	max-width: 100%;
}
.form-group-radio .row {
	gap: 15px;
}
.form-group-radio input[type="radio"]{
	position: absolute;
	opacity: 0;
	z-index: -1;
}
.form-group-radio label {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 156%;
	text-align: center;
	color: #3f3e42;
	cursor: pointer;

	@media(width > 1440px){
		&:first-of-type {
			margin-right: 25px;
		}
	}
}
.form-group-radio label span {
	display: inline-block;
	padding-left: 30px;
	position: relative;
}
.form-group-radio label span::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid var(--green);
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.form-group-radio label span::after {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	background: var(--green);
	border-radius: 100%;
	position: absolute;
	left: 4px;
	top: 50%;
	transform: scale(0) translateY(-50%);
	transform-origin: center center;
	transition: 0.1s;
}
.form-group-radio input[type="radio"]:checked + span::after {
	transform: scale(1) translateY(-50%);
}
.tab-content-title {
	margin-block: 0 25px;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 20px;
	line-height: 140%;
	color: #3f3e42;
}
.tab-content .tab-content-item {
	display: none;
	transition: 0.2s;
}
.tab-content .tab-content-item.active {
	padding: 60px 90px;
	display: flex;
	flex-direction: column;
}
.tab-actions {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.tab-actions .prev-tab {
	display: none;
}
.btn-outline {
	border: 1px solid #57b18a;
	background: transparent;
	color: #57b18a;
	padding: 12px 18px;
	border-radius: 10px;
	font-weight: 600;
	cursor: pointer;
	transition: background-color .2s ease, color .2s ease, opacity .2s ease;
}
.btn-outline:disabled,
.btn-outline.is-disabled {
	cursor: not-allowed;
	opacity: 0.6;
}
.btn-outline:not(:disabled):hover {
	background-color: rgba(87, 177, 138, 0.1);
}
.btn-outline:not(:disabled):active {
	background-color: rgba(87, 177, 138, 0.2);
}
@media (max-width: 749px) {
	.registration-form .tab-header {
		display: none;
	}
	.tab-content .tab-content-item.active {
		padding: 30px 20px;
	}
	.tab-actions {
		flex-direction: column;
		align-items: stretch;
	}
	.tab-actions .prev-tab {
		margin-top: 15px;
		display: inline-block;
		max-width: 360px;
	}
	.tab-actions .btn-outline,
	.tab-actions .btn-green {
		width: 100%;
		text-align: center;
	}
}
.registration-form .tab-header .tab-num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 15px;
	text-align: center;
	color: #fff;
	border-radius: 100%;
	background: #d4d3e3;
	transition: 0.2s;
}
.registration-form .tab-header button.active:nth-of-type(1) .tab-num {
	background: var(--green);
}

.account-main {
	padding-bottom: 30px;
	background: #f9f8fe;
}
.account-main .page-title {
	text-align: center;
}
.account-main .form-group-radio {
	margin-bottom: 20px;
}
.account-main .title-container {
    padding-block: 70px 190px;
    background: #ddefe8;
}
.account-main .form-row.full-width .form-group {
	max-width: 100%;
}
.account-main .account-form {
	margin: -120px auto 125px;
	max-width: 1090px;
	padding-block: 83px;
	padding-inline: 8vw;
	background: #eef7f3;
	border-radius: 16px;
}
.show-more-fields {
	max-height: 0;
	padding: 2px 2px 48px;
	overflow: hidden;
	position: relative;
	transition: 0.2s;
}
.show-more-fields .more-fields-content {
	opacity: 0;
}
.show-more-fields.active {
	max-height: 2500px;
}
.show-more-fields.active .more-fields-content {
	opacity: 1;
}
.more-fields-btn:any-link {
	padding: 10px 24px 12px;
	width: 100%;
	max-width: 360px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	box-shadow: none;
	background: transparent;
    text-decoration: none;
    border: 1px solid rgb(166 166 218 / 50%);
	border-radius: 8px;
	outline: none;
	color: var(--title-color);
	cursor: pointer;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 0.2s;
}
@media(hover:hover){
	.more-fields-btn:any-link:hover {
		border-color: #000;
	}
}
.account-form .submit-status {
	display: block;
	margin-block: -10px;
}
.account-main .subscribe-status {
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-inline: auto;
	color: #d90e0e;
}
.more-fields-btn .arrow-down {
	transition: 0.2s;
}
.more-fields-btn.active .arrow-down {
	transform: rotate(180deg);
}
.form-actions {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: start;
	position: relative;
}
.form-actions .btn-white:is(a:any-link, button, input[type="submit"]) {
	margin-top: 15px;
	width: 100%;
	max-width: 360px;
}
.form-actions .btn-outline {
	min-width: 140px;
	text-align: center;
}
.ref-banner {
	max-width: 1090px;
	margin-inline: auto;
	padding: 36px 25px 0 36px;
	background: #fff2cb;
	border-top-right-radius: 16px;
	border-top-left-radius: 16px;
}
.ref-banner .banner-title {
	margin-block: 0 16px;
	max-width: 700px;
	font-family: var(--third-family);
	font-weight: 600;
	font-size: 44px;
	line-height: 118%;
	color: #3f3e42;
}
.ref-banner .banner-text {
	max-width: 700px;
	margin-block: 0 30px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	color: #3f3e42;
}
.ref-banner .row {
	gap: 30px;
}
.ref-banner .banner-image {
	max-width: 330px;
	max-height: 320px;
	margin-top: -90px;
}
.no-offers {
	padding-block: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--green);
}
.no-offers p {
	margin: 0;
	font-size: 20px;
	color: #fff;

	@media( width < 992px){
		font-size: 16px;
	}
}
.no-offers p a:any-link {
	color: #fff;
}
.offers-section {
	padding-block: 68px;
	background: #fff;
}
.offers-list {
	gap: 40px;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);

	@media(width < 1200px){
		grid-template-columns: repeat(2, 1fr);
	}
	@media(width < 800px){
		grid-template-columns: 1fr;
	}
}
.offers-list li {
	padding: 30px;
	padding-top: 75px;
	box-shadow: 0 0 2px 0 #a6a6da;
	border-radius: 16px;
	background: #fff;
	position: relative;
	overflow: hidden;
}
.offers-list .ref-mark {
	width: 100%;
	max-width: 230px;
	padding: 5px 10px;
	border-radius: 0 16px;
	background: #8989ff;
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 15px;
	line-height: 240%;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
}
.offers-list .logo-wrap {
	max-width: 100%;
	max-height: 150px;
	min-width: 185px;
	min-height: 56px;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 16px;
	border: 1px solid #8989ff;
}
.offers-list .offer-meta {
	font-family: var(--font-family);
	font-size: 17px;
	line-height: 165%;
	color: #3f3e42;
}
.offers-list .percent-title {
	margin-block: 25px 0;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 20px;
	line-height: 180%;
	text-align: center;
	color: #3f3e42;
}
.offers-list .progress {
	width: 100%;
	height: 21px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #CDE8DD;
	border-radius: 20px;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 15px;
	line-height: 240%;
	text-align: center;
	color: #3f3e42;
	position: relative;
}
.offers-list .progress span {
	position: relative;
	z-index: 2;
}
.offers-list .progress-current {
	width: 100%;
	height: 21px;
	position: absolute;
	background: #ddefe8;
	border-radius: 20px;
	left: 0;
	z-index: 1;
}
.offers-list .text-bottom {
	margin-block: 27px 0;
	font-family: var(--font-family);
	font-weight: 300;
	font-size: 15px;
	text-align: center;
	color: #3f3e42;
}
.finance-title {
	margin-block: 41px 49px;
	padding-block: 22px;
	background: #e6e6fc;
	font-family: var(--third-family);
	font-weight: 600;
	font-size: 40px;
	line-height: 205%;
	text-align: center;
	color: #3f3e42;

	@media(width < 1400px){
		font-size: 36px;
	}
	@media(width < 1200px){
		font-size: 32px;
	}
	@media(width < 1000px){
		font-size: 28px;
	}
	@media(width < 992px){
		font-size: 26px;
	}
}
.finance-banner {
	max-width: 1190px;
	margin-inline: auto;
	background: #e6e6fc;
	border-radius: 16px;
}
.finance-banner .row {
	gap: 50px;
}
.finance-banner .banner-text {
	margin: 40px;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 24px;
	line-height: 133%;
	color: #3f3e42;
}
.finance-banner .banner-image {
	margin-top: -50px;
	max-height: 300px;
}
.finance-notice {
	margin-block: 50px;
	padding-block: 20px;
	background: #ddefe8;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 24px;
	line-height: 117%;
	color: #1a1a1a;
}
.account-main .percent-circle {
	width: 500px;
	height: 500px;
	margin-inline: auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	overflow: hidden;
}
.account-main .percent-num {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 100px;
	line-height: 28%;
	color: var(--green);
}
.account-main .percent-circle .circle {
	width: 100%;
	height: 100%;
	/* background: url(./images/circle-bg.svg) no-repeat center / contain; */
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
}
.account-main .percent-circle .circle-filled {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
}
.account-main .percent-circle .circle-filled .path {
	stroke-linecap: round;
	stroke: var(--green);
	fill:  none;
}
.finance-percents-list {
	margin: 50px 0 30px;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px 28px;
}
.finance-percents-list li {
	padding: 30px 20px;
	border: 3px solid #6f6fc4;
	border-radius: 20px;
}
.finance-percents-list .percent {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 60px;
	line-height: 47%;
	color: #6f6fc4;
}
.finance-percents-list .list-title {
	margin-block: 30px 0;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 24px;
	line-height: 117%;
	color: #1a1a1a;
}
.finance-percents-list .list-text {
	margin-block: 0;
	font-family: var(--font-family);
	font-size: 24px;
	line-height: 117%;
	color: #1a1a1a;
}
.account-main .finance-note {
	padding-block: 20px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 24px;
	line-height: 117%;
	color: #1a1a1a;
	background: #ddefe8;
}
.account-main .finance-note p {
	margin: 0;
}

dialog {
	padding: 0;
	border: none;
}
dialog[open] {
	display: flex;
	align-items: center;
	justify-content: center;
}
dialog .modal-bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(3, 3, 43, 0.6);
	z-index: 0;
}
dialog .modal-content {
	padding: 54px 24px 17px;
	position: relative;
	max-width: 470px;
	border-radius: 16px;
	box-shadow: 0 40px 100px -40px rgba(166, 166, 218, 0.2), 0 0 2px 0 #bcb6da;
	background: #fff;
	font-weight: 700;
	font-size: 15px;
	line-height: 133%;
	color: #3f3e42;
	position: relative;
	z-index: 2;

	a {
		text-decoration: underline;
		text-decoration-skip-ink: none;
		color: #6f6fc4;
		
		@media(hover:hover){
			&:hover {
				color: #000;
			}
		}
	}
}
.modal-content .modal-close {
	display: flex;
	position: absolute;
	top: 22px;
	right: 18px;
	cursor: pointer;
}
.modal-content .btn-green {
	width: 100%;
	max-width: 310px;
}
dialog h2 {
	margin-bottom: 15px;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 32px;
	line-height: 112%;
	text-align: center;
	color: #6f6fc4;
}

.about-main {
	padding-block: 60px 75px;
}
.about-main h1 {
	margin-bottom: 35px;
}
.about-main .main-row {
	gap: 20px;
	justify-content: center;
}
.about-main .main-row .col.img-col {
	max-width: 430px;
}
.about-main .main-row:nth-of-type(1) {
	align-items: flex-end;
}
.about-main .main-row:nth-of-type(2) {
	margin-top: 45px;
	flex-direction: row-reverse;
}
.about-main .main-row .col {
	max-width: 570px;
	font-size: 18px;
	line-height: 156%;
	color: #3f3e42;
}
.about-main .main-row .col p {
	margin-block: 0;
}
.about-main .main-banners-row {
	margin-top: 130px;
	gap: 25px;

	@media(width < 1100px){
		margin-top: -2px;
		flex-direction: column;
	}
}
.about-main .main-banners-row .col {
	flex: 1 1 0;
	align-items: center;
	padding: 40px;
	border-radius: 16px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 24px;
	line-height: 104%;
	color: #3f3e42;

	@media(width < 650px){
		padding: 30px;
		font-size: 19px;
		line-height: 120%;
	}
	@media(width < 560px){
		padding: 20px;
		font-size: 16px;
	}
}
.about-main .main-banners-row .col p {
	margin: 0;
}
.about-main .main-banners-row img {
	max-width: 170px;
	max-height: 170px;
	margin-block: 20px;
}
.about-main .main-banners-row .col:first-child {
	background: #e6e6fc;
}
.about-main .main-banners-row .col:last-child {
	background: #ffe3d8;
}
.about-main .main-banners-row .block-title {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 40px;
	line-height: 100%;
	text-align: center;
	color: #3f3e42;

	@media(width < 768px){
		font-size: 36px;
	}
	@media(width < 650px){
		font-size: 30px;
	}
	@media(width < 570px){
		font-size: 24px;
	}
}
.how_to_submit h2 {
	margin-bottom: 30px;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 70px;
	line-height: 1;
	text-align: center;
	color: #3f3e42;

	@media(width < 1400px){
		font-size: 52px;
	}
	@media(width < 1200px){
		font-size: 48px;
	}
	@media(width < 1100px){
		font-size: 45px;
	}
	@media(width < 992px){
		font-size: 40px;
	}
	@media(width < 768px){
		font-size: 30px;
	}
	@media(width < 600px){
		font-size: 26px;
	}
}
.how_to_submit .submit-container {
	padding-top: 60px;
	background: #fff2cb;
	border-radius: 16px;
	overflow: hidden;
}
.how_to_submit .submit-text {
	font-family: var(--font-family);
	font-size: 24px;
	line-height: 133%;
	color: #000;
}
.how_to_submit .submit-text .col {
	max-width: 900px;
}
.how_to_submit .submit-text .row:nth-of-type(1) {
	padding-left: 25px;
	gap: 130px;
	justify-content: space-between;
}
.how_to_submit .submit-text .row:nth-of-type(2){
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-end;
	gap: 80px;
	padding-right: 60px;
}
.how_to_submit .submit-text .row:nth-of-type(2) .col p:last-of-type {
	margin-bottom: 60px;
}
.how_to_submit .submit-text p {
	margin-block: 0 15px;
}
.green-banners .banner {
	max-width: 1200px;
	margin-top: 165px;
	margin-inline: auto;
	padding-left: 40px;
	border-radius: 16px;
	background: #ddefe8;
	overflow: hidden;
}
.green-banners .banner:nth-of-type(1) img {
	margin-top: 25px;
}
.green-banners .banner-title {
	margin-block: 40px 25px;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 50px;
	line-height: 80%;
	color: #3f3e42;
}
.green-banners .banner .text-wrap {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 24px;
	line-height: 133%;
	color: #3f3e42;
}
.green-banners .banner .row {
	justify-content: space-between;
}
.green-banners .banner .col {
	max-width: 780px;
}
.green-banners .banner:nth-of-type(2) .col {
	max-width: 680px;
}
.green-banners .banner .document-list {
	margin-bottom: 70px;
	padding-top: 0;
}
.green-banners .banner .text-wrap p {
	margin-block: 0 15px;
}

.site-footer {
	padding-block: 60px;
	background: #fff;

	@media(width < 1250px){
		padding-bottom: 20px;
	}
}
.site-footer .site-info {
	margin-bottom: 45px;
}
.site-footer .site-info img {
	max-width: 270px;
	max-height: 70px;
}
.site-footer a:not(.btn-white):not(.btn-green),
.site-footer a:not(.btn-white):not(.btn-green):visited {
	color: #000;
}
@media(hover:hover){
	.site-footer a:not(.btn-white):not(.btn-green):hover {
		color: #7f7e83;
	}
	.site-footer .btn-green:hover {
		background: var(--green-dark);
	}
}
.site-footer .contact-email {
	font-weight: 400;
	font-size: 18px;
	line-height: 156%;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	color: #000;
}
.site-footer .support {
	margin-bottom: 28px;
}
.footer-buttons {
	padding-bottom: 40px;
	gap: 37px;
	border-bottom: 1px solid #e5e5f4;
}
.footer-buttons .btn-green {
	box-shadow: none;
}
.footer-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 162%;
	color: #3f3e42;
}
.site-footer .agreements-row {
	gap: 55px;
	margin-top: 55px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5f4;
}
.site-footer ul,
.site-footer ol {
	margin: 0;
	padding-left: 20px;
}
.document-list {
	padding: 0;
	padding-top: 35px;
	margin: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px 10px;
}
.site-footer .document-list {
	margin-bottom: 45px;
	padding-left: 0;
}
.document-list li {
	display: flex;
	align-items: center;
	justify-content: start;
}
.document-list li a {
	color: #3f3e42;

	@media(hover:hover){
		&:hover{
			color: #7f7e83;
		}
	}
}
.document-list li::before {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	content: '';
	display: inline-block;
	flex-shrink: 0;
	background: url(./images/blank.svg) no-repeat center / contain;
	font-weight: 400;
	font-size: 16px;
	line-height: 162%;
	color: #3f3e42;
	transition: 0.2s;
}
@media(hover:hover){
	.document-list li:hover::before {
		opacity: 0.6;
	}
}
.site-footer .partners-text p {
	margin: 0;
	margin-bottom: 10px;
}
.footer-bottom {
	margin-top: 50px;
	padding-top: 20px;
	border-top: 1px solid #e5e5f4;
	justify-content: space-between;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 15px;
	line-height: 133%;
	color: #7f7e83;
}
.footer-bottom p {
	margin: 0;
}
.footer-bottom .col:last-child {
	justify-content: space-between;

	@media( width < 1250px){
		margin-top: 25px;
		margin-inline: auto;
	}
}
.site-footer .payment-systems {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 6px;

	@media( width < 1250px){
		justify-content: center;
	}
}

.burger-btn {
	display: none;
}


@media(width < 1250px){
	.how_to_submit .img-col {
		display: none;
	}
	.how_to_submit .submit-text {
		padding: 30px;
	}
	.how_to_submit .submit-text .row {
		justify-content: start!important;
		padding: 0!important;
		gap: 0!important;
	}
	.how_to_submit .submit-text .col {
		max-width: 100%;
	}
	.how_to_submit .submit-text .row:nth-of-type(2) .col p:last-of-type {
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.green-banners .banner {
		margin-top: 115px;
	}
	.green-banners .banner-title {
		font-size: 42px;
	}
	.green-banners .banner .text-wrap {
		font-size: 20px;
	}
	.green-banners .banner .row {
		flex-wrap: nowrap;
	}
	.finance-banner .banner-text {
		font-size: 22px;
	}
	.ref-banner .row,
	.finance-banner .row {
		flex-wrap: nowrap;
	}
}
@media(width < 1050px){
	body {
		padding-top: 50px;
	}
	body.locked {
		overflow: hidden;
	}
	.site-header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
	}
	.account-btn:any-link {
		margin-inline: auto 20px;
	}
	.burger-btn {
		padding: 0;
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		border: none;
		background: transparent;
	}
	.burger-btn span {
		display: inline-block;
		width: 30px;
		height: 4px;
		background: var(--title-color);
		border-radius: 5px;
		transition: 0.2s;

		&::after,
		&::before {
			content: '';
			display: inline-block;
			width: 30px;
			height: 4px;
			background: var(--title-color);
			border-radius: 5px;
			position: absolute;
			left: 0;
			transform-origin: center;
			transition: 0.2s;
		}
		&::after {
			top: 4px;
		}
		&::before {
			bottom: 4px;
		}
	}
	.burger-btn.active span {
		background: transparent;

		&::after {
			transform: rotate(45deg) translate(7px, 7px);
		}
		&::before {
			transform: rotate(-45deg) translate(6px, -6px);
		}
	}
	#site-navigation {
		position: fixed;
		top: 80px;
		left: 0;
		bottom: 0;
		background: rgb(26 26 26 / 79%);
		transform: translateX(110vw);
		transition: 0.2s;
		overscroll-behavior: contain;

		&.active {
			transform: translateX(0);
		}
	}
	#site-navigation .mob-menu-container {
		margin-left: auto;
		padding: 15px 30px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
		height: 100%;
		max-width: 350px;
		overflow-y: auto;
		background: #fff;
	}
	#site-navigation .menu {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}
	.header-bottom .account-btn:any-link {
		margin-inline: 0;
	}
	.green-banners .banner .row {
		flex-wrap: wrap;
	}
	.green-banners .banner .document-list {
		grid-template-columns: 1fr;
	}
	.green-banners .banner {
		padding: 30px;
		margin-top: 60px;
	}
	.green-banners .banner img {
		display: none;
	}
	.finance-banner .banner-text,
	.finance-notice {
		font-size: 20px;
	}
	.account-main .percent-circle {
		width: 400px;
		height: 400px;
	}
	.account-main .percent-num {
		font-size: 70px;
	}
	.finance-percents-list {
		grid-template-columns: 1fr;
	}
}
@media(width < 800px){
	#site-navigation .menu {
		align-items: center;
	}
	#site-navigation .mob-menu-container {
		max-width: 100%;
		margin: 0;
		padding: 15px;
		align-items: center;
	}
	.header-bottom .account-btn:any-link {
		margin-inline: auto;
	}
	.document-list {
		grid-template-columns: 1fr;
	}
	.main-page main .img-wrap h1 {
		max-width: 100%;
		margin-bottom: 0;
		margin-left: 40px;
	}
	.timer-section .timer::after {
		display: none;
	}
	.site-footer .payment-systems {
		margin-top: 10px;
	}
	.subscribe-info-main {
		padding-top: 70px;
	}
	.subscribe-info-main .main-row {
		gap: 30px;
	}
	.ref-banner img,
	.finance-banner img {
		display: none;
	}
	.finance-banner .banner-text {
		font-size: 18px;
	}
	.tab-content .tab-content-item.active {
		padding: 40px 30px;
	}
}
@media( width < 768px){
	.site-branding img {
		max-width: 220px;
	}
	.difference-list {
		padding: 0;
		flex-direction: column;
	}
	.difference-list li {
		padding-block: 15px;
		border-right: 0;
		border-bottom: 1px solid #e5e5f4;
		align-items: center;
	}
	.difference-list li:last-of-type {
		border-bottom: none;
	}
	.main-page main .img-wrap h1 {
		font-size: 44px;
	}
	.requirements h2, .difference h2 {
		font-size: 38px;
	}
	.finance-banner .banner-text {
		font-size: 16px;
	}
	.how_to_submit .submit-container {
		padding-top: 20px;
	}
	.how_to_submit .submit-text .row:nth-of-type(2) .col p:last-of-type {
		margin-top: 0;
	}
	.how_to_submit .submit-text {
		padding: 15px;
		font-size: 22px;
	}
	.how_to_submit h2 {
		margin-bottom: 0;
	}
	.green-banners .banner-title {
		margin-block: 0 20px;
		font-size: 22px;
		line-height: 110%;
	}
	.green-banners .banner .document-list {
		margin-bottom: 0;
	}
	.green-banners .banner .text-wrap {
		font-size: 16px;
		line-height: 1.5;
	}
	.subscribe-form .subscribe-title {
		padding-top: 15px;
		font-size: 34px;
		line-height: 1.2;
	}
	.subscribe-form .subscribe-subtitle {
		font-size: 18px;
	}
	.subscribe-form {
		padding: 30px;
	}
	.account-main .percent-circle {
		width: 300px;
		height: 300px;
	}
	.finance-percents-list .list-text {
		margin-top: 10px;
		font-size: 19px;
	}
	.registration-form .tab-header button {
		font-size: 16px;
	}
}
@media( height < 650px) and (width < 1000px){
	#site-navigation .menu {
		justify-content: start;
	}
}
@media(width < 750px){
	.requirement {
		padding-block: 60px 50px;
	}
	.requirements-list {
		gap: 25px;
	}
	.account-main .percent-circle {
		width: 260px;
		height: 260px;
	}
	.account-main .percent-num {
        font-size: 50px;
    }
	.finance-percents-list .percent {
		font-size: 46px;
	}
	.finance-percents-list .list-title {
		font-size: 22px;
	}
	.finance-percents-list .list-text {
		font-size: 16px;
	}
	.account-main .finance-note {
		font-size: 18px;
	}
	.account-main .account-form {
		margin-bottom: 80px;
	}
	.account-main .account-form {
		padding-inline: 15px;
	}
	.form-group label {
		font-size: 13px;
	}
	.account-main .account-form {
		padding-block: 30px;
	}
	.ref-banner {
		padding: 30px 15px 0;
	}
	.ref-banner .banner-title {
		font-size: 30px;
	}
	.ref-banner .banner-text {
		font-size: 17px;
	}
	.main-page main .img-wrap h1,
	.requirements h2, 
	.difference h2,
	.timer-section .timer h2,
	.faq h2 {
		font-size: 35px;
	}
	.calc-field:not(:last-of-type) {
		margin-bottom: 0;
	}
	.faq-list details summary {
		padding: 20px 15px;
		font-size: 16px;
	}
	.cta-banner .text-col {
		margin-bottom: 30px;
	}
	.cta-banner .img-wrap {
		width: 130px;
		height: 130px;
	}
	.timer-section .timer {
		height: auto;
		padding-inline: 20px;
	}
	.timer-section .timer-container span {
		font-size: 38px;
	}
	.subscribe-info-main .page-title {
		text-align: left;
	}
	.how_to_submit .submit-text {
		font-size: 16px;
		line-height: 1.5;
	}
	.subscribe-form .subscribe-title {
		font-size: 26px;
	}
	.subscribe-form .subscribe-subtitle {
        font-size: 15px;
	}
	.how-it-works-list li p {
		padding-left: 0;
	}
	.about-main {
		padding-bottom: 25px;
	}
	.green-banners .banner {
		margin-top: 25px;
		padding: 20px 15px;
	}
	.footer-buttons {
		gap: 15px;
	}
	.footer-text {
		padding-top: 20px;
	}
	.footer-text p,
	.site-footer .agreements-row p {
		margin-top: 0;
		margin-bottom: 15px;
	}
	.footer-buttons > a {
		width: 100%;
		max-width: 205px;
	}
	.site-footer .agreements-row {
		gap: 20px;
		margin-top: 20px;
	}
	.site-footer .document-list {
		padding-top: 20px;
	}
}