/*!
Theme Name: Naam Wynn
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: new-custom-theme
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.

new custom theme 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.
 */
 @import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");

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

/* 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;
}

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */


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:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */


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



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 {
	margin: 0 0 1.5em;
}

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

:root {
    --textColor: #343E47;
    --secondColor: #0E2692;
    --accentColor: #FB9C5A
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Urbanist', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #1A1A1A
}

html,
body {
    overflow-x: hidden
}

.container {
    max-width: 1760px;
    padding: 0 20px;
    margin: 0 auto
}

body {
    --screen-width: calc(100vw - (100vw - 100%))
}

.auto-pd-left {
    padding-left: calc((var(--screen-width) - 1610px) / 2)
}

.auto-pd-right {
    padding-right: calc((var(--screen-width) - 1610px) / 2)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 800;
    line-height: 1
}

h1,
.h1 {
    font-size: 80px
}

h2,
.h2 {
    font-size: 55px
}

p {
    line-height: 1.5
}

header ul {
    list-style: none
}

a {
    text-decoration: none
}

a:hover {
    opacity: 0.8;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

ul {
    margin: 0 0 0 16px
}

header ul,
footer ul {
    list-style: none;
    margin: 0
}

button {
    border: none;
    cursor: pointer
}

span,
a,
i,
p,
li {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit
}

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,
select {
    outline: none;
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #D0D0D0;
    border-radius: 5px
}

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

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

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

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

input[type="button"],
input[type="reset"],
input[type="submit"] {
    padding: 13px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    background: #34A3A7;
    border-radius: 5px;
    width: 100%;
    border: none;
    cursor: pointer
}

textarea,
.textarea {
    resize: none;
    width: 100%
}

img {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.hamburger {
    width: 26px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    display: none
}

.hamburger span {
    display: block;
    height: 2px;
    width: 100%;
    background-color: var(--secondColor);
    margin-bottom: 5px;
    -webkit-transition: 0.7s ease;
    transition: 0.7s ease;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    margin: 3px 0;
    border-radius: 4px
}

.bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.tac {
    text-align: center
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.d-flex-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.d-flex-sb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.d-flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.d-flex-sb-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.d-grid {
    display: -ms-grid;
    display: grid
}

.d-grid-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr)
}

.d-grid-3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr)
}

.d-grid-4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr)
}

.btn {
    display: inline-block;
    cursor: pointer;
    padding: 9px 26px;
    border-radius: 100px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center
}

.btn.--main {
    background-color: var(--secondColor);
    color: #fff
}

.btn.--color {
    background-color: var(--accentColor);
    color: #fff
}

.btn.--outline {
    border: 1px solid var(--secondColor);
    color: var(--secondColor)
}

.header {
    padding: 50px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0
}

.header .logo {
    max-width: 140px
}

.header__wrap {
    padding: 0 60px
}

.header .login svg {
    display: none
}

.header__inner-links {
    gap: 28px
}

.menu__wrap {
    gap: 28px
}

.menu__wrap a {
    font-weight: 600
}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.hero {
    overflow: hidden
}

.hero .container {
    /* background-image: url(../img/hero-bg1.svg); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0 0 40px 40px
}

.hero__videoWrap {
    position: relative
}

.hero__elem {
    position: absolute
}

.hero__elem.--left {
    top: -80px;
    left: -94px;
    animation-name: float-up-down ;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-iteration-count: infinite;
}

.hero__elem.--right {
    right: -48%;
    bottom: 0;
    animation-name: float-up-down ;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-delay: 0.4s;
    animation-iteration-count: infinite;
}
@keyframes float-up-down {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(10px); 
    }
    100% {
      transform: translateY(0); 
    }
  }
.hero__content {
    max-width: 960px;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    justify-items: center;
    padding: 180px 40px 0
}

.hero__title {
    text-align: center;
    line-height: 1.16;
    margin-bottom: 6px
}

.hero__title span {
    background: linear-gradient(253deg, #0e2692 0%, #fb9c5a 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}
.hero__titleElem {
	font-size: 40px;
    display: inline-block;
    transform: translateY(-17px);
}
.hero__text {
	font-style: italic;
    font-weight: 600;
    margin-bottom: 12px;
    text-align: center;
}
.hero__btn {
    margin-bottom: 87px
}
.hero__videoWrap {
    width: 100%;
    max-width: 800px;
}
.video {
    position: relative;
    width: 100%;
    max-width: 800px;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 40px 40px 0 0;
    z-index: 3
}

.video__poster {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.video__iframe,
.video iframe {
    width: 100%;
    height: 100%;
    border: none
}

.video .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: none;
    border-radius: 50%;
    z-index: 2;
    cursor: pointer
}

@media (max-width: 768px) {
    .hero .container {
        width: 100%;
        /* background-image: url(../img/hero-bg-mob.svg); */
        border-radius: 0
    }

    .hero__elem {
        position: absolute;
        -webkit-transition: 0.3s;
        transition: 0.3s
    }

	.hero__titleElem {
		font-size: 17px;
    	transform: translateY(-9px);
	}
	
    .hero__elem.--left {
        width: auto;
        height: 119px;
        left: -34px;
        bottom: 0px;
        top: unset
    }

    .hero__elem.--right {
        right: -31%;
        bottom: -18px;
        width: 222px
    }

    .hero__content {
        padding: 119px 20px 0
    }

    .hero__title.h1 {
        max-width: 240px;
        font-size: 33px
    }

    .hero__btn {
        margin-bottom: 66px
    }

    .video {
        border-radius: 13px 13px 0 0
    }

    .video .play-button svg {
        width: 40px;
        height: 40px
    }
}

.about {
    padding: 120px 0 60px;
    position: relative;
}

.about__elem {
    position: absolute;
    left: -200px;
    bottom: -200px;
    height: 648px;
    width: 648px;
    border-radius: 100%;
    background: rgba(251, 156, 90, 0.4);
    filter: blur(200px);
}

.about__inner {
    position: relative;
    z-index: 3;
    gap: 70px
}

.about__descr {
    max-width: 640px
}

.about__title {
    line-height: 1.21;
    margin-bottom: 24px
}

.about__title span {
    background: linear-gradient(253deg, #0e2692 0%, #fb9c5a 63%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.about__text {
    font-size: 24px;
    color: #343e47
}

.about__content {
    background: #fff;
    padding: 60px;
    max-width: 932px;
    width: 100%;
    -webkit-box-shadow: 0 9px 40px 0 rgba(160, 182, 223, 0.25);
    box-shadow: 0 9px 40px 0 rgba(160, 182, 223, 0.25);
    border-radius: 40px;
    overflow: hidden
}

.about__tagline {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    color: #fb9c5a
}

.about__subtitle {
    font-weight: 800;
    font-size: 44px;
    line-height: 1.2;
    margin-bottom: 40px
}

.about__cards {
    gap: 22px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px
}

.about__card {
    padding: 25px 30px;
    border-radius: 24px;
    max-width: 292px;
    min-height: 233px;
}

.about__card .title {
    font-weight: 600;
    font-size: 44px;
    line-height: 1.2
}

.about__card>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px
}

.about__card>div:not(:last-child) {
    margin-bottom: 28px
}

.about__card:nth-child(1) {
    background: #f4f4f4;
    position: relative
}

.about__card:nth-child(1):after {
    content: '';
    width: 52px;
    height: 52px;
    position: absolute;
    top: 50%;
    right: -38px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(assets/img/carrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.about__card:nth-child(2) {
    background: #ffeee3
}

.about__tableTitle {
    margin-bottom: 16px;
    opacity: 0.6
}

.about__table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.about__table .swiper-pagination {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.about__table .swiper-pagination .swiper-pagination-bullet {
    min-width: 290px;
    padding: 21px 36px;
    width: auto;
    height: auto;
    background: transparent;
    text-align: left;
    opacity: 1;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 37px;
    position: relative
}

.about__table .swiper-pagination .swiper-pagination-bullet:after {
    content: '';
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(assets/img/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.about__table .swiper-pagination .swiper-pagination-bullet-active {
    color: var(--secondColor);
    background: #eaf2ff
}

.about__table .swiper-pagination .swiper-pagination-bullet-active:after {
    opacity: 1
}

.about__navInner {
    padding: 30px 18px;
    background: #f4f4f4;
    border-radius: 24px 0 0 24px
}

.about__sliderWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border-radius: 10px;
    width: 100%;
    margin-left: -77px;
    padding-left: 87px;
    padding-top: 24px
}

.about__swiper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.about__swiper .swiper-slide img {
    max-height: 192px
}

.about__swiper .table {
    min-width: 140px
}

.about__swiper .table .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.about .table .row {
    padding: 7px 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about .table .row span {
    position: absolute;
    width: 2px;
    height: 94%;
    left: -10px;
    top: 0
}

.about .table .row:nth-child(1) span,
.about .table .row:nth-child(2) span,
.about .table .row:nth-child(3) span {
    background: #7ed321
}

.about .table .row:nth-child(4) span {
    background: #f5a623
}

.about .table .row:nth-child(5) span {
    background: #d0021b
}

.about .table.--main .row {
    position: relative
}

.about .table.--main .row:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 350%;
    height: 1px;
    background: #ededed
}

.about .table.--main .row:nth-child(1):before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 350%;
    height: 1px;
    background: #ededed
}

@media (max-width: 1570px) {
    .about__content {
        padding: 40px
    }

    .about__table .swiper-pagination .swiper-pagination-bullet {
        min-width: 190px;
        padding: 21px 21px
    }

    .about__table .swiper-pagination .swiper-pagination-bullet:after {
        width: 35px;
        height: 35px
    }

    .about__swiper .table {
        min-width: 70px
    }
}

@media (max-width: 1440px) {
    .about__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .about__descr {
        max-width: 930px;
        margin: 0 auto
    }

    .about__content {
        margin: 0 auto
    }

    .about__table {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .about__navInner {
        width: 35%
    }

    .about__sliderWrap {
        width: 65%
    }

    .about__swiper .swiper-slide img {
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }
}

@media (max-width: 820px) {
    .about__elem {
        display: none;
    }
    .about__table {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .about__table .swiper-pagination {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 8px;
        padding-bottom: 8px;
        overflow: auto;

        scrollbar-width: thin;             
        scrollbar-color: #88888800 transparent; 
    }
    .about__table .swiper-pagination::-webkit-scrollbar {
        width: 1px;
    }
    
    .about__table .swiper-pagination::-webkit-scrollbar-track {
        background: transparent;
    }
    
    .about__table .swiper-pagination::-webkit-scrollbar-thumb {
        background-color: #ffffff00;   
        border-radius: 10px;    
    }
    
    .about__table .swiper-pagination::-webkit-scrollbar-thumb:hover {
        background-color: #555555;   
    }



    .about__table .swiper-pagination .swiper-pagination-bullet {
        min-width: auto;
        padding: 13px 40px;
        background: #ecedee;
        font-size: 16px;
        border-radius: 37px;
        color: #b6c4d2
    }

    .about__table .swiper-pagination .swiper-pagination-bullet:after {
        display: none
    }

    .about__table .swiper-pagination .swiper-pagination-bullet-active {
        color: var(--secondColor);
        background: #eaf2ff
    }

    .about__navInner {
        padding: 0;
        background: transparent;
        width: 100%
    }

    .about__sliderWrap {
        margin: 0;
        padding: 24px 0 0;
        width: 100%
    }

    .about .table.--main {
        width: 50%
    }
}

@media (max-width: 767px) {
    .about {
        padding: 76px 0 33px
    }

    .about__title {
        margin-bottom: 16px
    }

    .about__text {
        font-size: 18px
    }

    .about__content {
        padding: 44px 0;
        border-radius: 24px
    }

    .about__tagline {
        padding: 0 22px;
        font-size: 16px
    }

    .about__subtitle {
        padding: 0 22px;
        font-size: 28px;
        margin-bottom: 24px
    }

    .about__cards {
        padding: 0 22px;
        gap: 22px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 24px
    }

    .about__card {
        padding: 30px 11px;
        border-radius: 24px
    }

    .about__card:nth-child(1):after {
        left: 50%;
        right: unset;
        top: unset;
        bottom: -36px;
        -webkit-transform: translate(-50%, 0) rotate(90deg);
        transform: translate(-50%, 0) rotate(90deg)
    }

    .about__tableTitle {
        display: none
    }

    .about__sliderWrap {
        padding: 24px 22px 0;
        position: relative
    }

    .about__swiper .swiper-slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 25px
    }

    .about__swiper .swiper-slide img {
        max-height: unset
    }

    .about__swiper .table {
        min-width: 140px
    }

    .about__swiper .table .row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .about .table .row span {
        display: none
    }

    .about .table.--main {
        position: absolute;
        left: 0;
        padding: 0 22px;
        width: 100%;
        z-index: 3
    }

    .about .table.--main .row {
        position: relative
    }

    .about .table.--main .row:after {
        width: 100%
    }

    .about .table.--main .row:nth-child(1):before {
        width: 100%
    }

    .about .table.--main .row div {
        background: #fff;
        width: 30%
    }
}

@media (max-width: 640px) {
    .about__table .swiper-pagination {
        padding: 0 22px 8px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.steps {
    padding: 59px 0 158px
}
.steps .container {
   max-width: 1796px;
}

.steps__inner {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-grid-columns: 30% 67%;
    grid-template-columns: 30% 67%;
    position: relative;
    border-radius: 48px
}

.steps__inner>div {
    z-index: 2
}

.steps__right {
    padding: 153px 80px 127px 32px;
}
.steps__inner:after {
    content: '';
    background-image: url(assets/img/sbg.svg);
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 48px
}

.steps__title {
    color: #fff;
    margin-bottom: 14px
}


.steps__cardsSlider .swiper-slide {
    border: 1px solid #fff;
    border-radius: 32px;
    padding: 19px 30px;
    background: linear-gradient(118deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.steps__cardsSlider .swiper-slide .num {
    font-weight: 800;
    font-size: 80px;
    color: #fb9c5a;
    margin-bottom: -3px
}

@media (min-width: 768px) {
    .steps__imgSlider .swiper-wrapper {
        display: -ms-grid;
        display: grid
    }

    .steps__imgSlider .swiper-slide {
        -ms-grid-column: 1;
        grid-area: -1 / 1;
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease
    }
    .steps__imgSlider .swiper-slide:nth-child(1) img {
        max-width: 103%;
    }
    .steps__imgSlider .swiper-slide:nth-child(3) img {
        max-width: 106%;
        margin-left: -16px;
    }

    .steps__imgSlider .swiper-slide.active {
        opacity: 1
    }

    .steps__cardsSlider {
        padding: 20px
    }

    .steps__cardsSlider .swiper-wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 38px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .steps__cardsSlider .swiper-slide {
        height: auto
    }

    .steps__cardsSlider .swiper-slide.active {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@media (max-width: 1440px) {
    .steps__inner {
        /* padding: 40px 0 */
    }

    .steps__right {
        padding: 40px;
    }
}
@media (min-width: 1110px) {
    .steps__imgSlider {
        position: absolute;
        top: 50%;
        max-width: 30%;
        transform: translateY(-50%);
        left: 55px;
    }
}
@media (max-width: 1110px) {
    .steps {
        padding: 0
    }

    .steps__right {
        padding: 0;
    }
    .steps__title {
        z-index: 2;
        position: relative;
        padding-left: 8px;
        margin-bottom: 21px;
    }

    .steps__inner {
        margin-top: -10px;
        display: block;
        padding: 0 0 40px;
        z-index: 2;
        overflow: hidden
    }

    .steps__inner:after {
        width: 100%;
        margin-top: 45px
    }

    .steps__inner>div:nth-child(2) {
        margin: 0 27px
    }
    .steps__cardsSlider .swiper-slide .num {
        margin-bottom: 7px;
    }

    .steps__inner:after {
        width: 98%;
        top: 0;
        transform: translate(-50%, 0);
        height: 92%;
    }
    .steps__imgSlider {
        max-width: 250px
    }

    .steps__cardsSlider {
        overflow: visible
    }
}

@media (max-width: 768px) {
    .steps__inner {
        border-radius: 24px
    }

    .steps__inner:after {
        border-radius: 24px;
        background-image: url(assets/img/sbg-mob1.svg)
    }

    .steps__cardsSlider .swiper-slide {
        height: auto
    }

    .steps__cardsSlider .swiper-slide .num {
        font-size: 50px
    }

    .steps__imgSlider .swiper-slide:not(.swiper-slide-active) {
        opacity: 0 !important
    }
}

.icons {
    padding: 131px 0 125px;
    position: relative
}

.icons .container {
    max-width: 1664px;
    z-index: 2;
    position: relative
}

.icons__elem {
    position: absolute
}

.icons__elem.--left {
    top: 27px;
    left: 27px
}

.icons__elem.--right {
    top: 0;
    right: 0
}

.icons__title {
    color: var(--textColor);
    margin-bottom: 68px
}

.icons__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 34px
}

.icons__item {
    background: #F9FBFF;
    padding: 20px 24px;
    border-radius: 24px;
    width: calc(20% - 34px)
}

.icons__item .icon {
    width: 100px;
    height: 100px;
    margin-bottom: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #9BB7E6;
    padding: 18px;
    border-radius: 16px
}

.icons__item .title {
    margin-bottom: 2px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    color: var(--secondColor)
}
.icons__item .text {
    line-height: 125%;
}

@media (max-width: 1400px) {
    .icons__item {
        width: calc(30% - 34px)
    }
}

@media (max-width: 1100px) {
    .icons {
        overflow: hidden
    }

    .icons__item {
        width: calc(48% - 34px)
    }

    .icons__elem.--left {
        top: 200px;
        left: -70px
    }

    .icons__elem.--right {
        top: 60%;
        right: -40px
    }
}

@media (min-width: 768px) {
    .icons__title {
        font-size: 60px
    }
}

@media (max-width: 768px) {
    .icons {
        padding: 90px 0
    }

    .icons__elem.--left {
        width: 84px;
        left: -36px;
        top: 157px
    }

    .icons__elem.--right {
        width: 230px;
        top: 53%;
        right: -76px
    }

    .icons__title {
        margin-bottom: 35px
    }

    .icons__wrap {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px
    }

    .icons__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%
    }

    .icons__item .icon {
        width: 80px;
        min-width: 80px;
        height: 80px;
        margin-bottom: 0px
    }

    .icons__item .title {
        font-size: 18px
    }
}
@media (max-width: 540px) {
    .icons__item {
        align-items: center;
    }
    .icons__item .title {
        font-size: 13px
    }
    .icons__item .text {
        font-size: 12px
    }
}

.slider {
    padding: 116px 0 74px;
    background: #F9FBFF
}

.slider__title {
    font-size: 40px;
    margin-bottom: 60px;
    color: #000000
}

.slider .swiper-button {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: var(--secondColor);
    box-shadow: 0 4px 4px 0 rgba(12, 4, 102, 0.2);
}

.slider .swiper-button-next:after,
.slider .swiper-button-prev:after {
    color: #fff;
    font-size: 20px
}

.slider .swiper-button-disabled {
    opacity: 0
}

.slider .swiper-button-next {
    right: 10%
}

.slider .swiper-button-prev {
    left: 10%
}

.slider__items {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.slider__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: auto;
    padding: 54px 60px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #EFF0F6
}

.slider__item .title {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 16px
}

.slider__item .text {
    font-size: 20px;
    color: #6F6C90
}

.slider__item .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 21px;
    margin-top: 24px
}

.slider__item .photo {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: var(--accentColor)
}

.slider__item .name {
    font-weight: 700;
    font-size: 18px
}

.slider__item .position {
    font-size: 18px;
    color: #6F6C90
}

@media (max-width: 768px) {
    .slider {
        padding: 40px 0
    }

    .slider__title {
        font-size: 25px;
        margin-bottom: 24px
    }

    .slider .swiper-button {
        width: 38px;
        height: 38px
    }

    .slider .swiper-button-next:after,
    .slider .swiper-button-prev:after {
        font-size: 16px
    }

    .slider .swiper-button-next {
        right: 5px
    }

    .slider .swiper-button-prev {
        left: 5px
    }

    .slider__item {
        padding: 32px 16px;
        background: #fff;
        border-radius: 20px;
        border: 1px solid #EFF0F6
    }

    .slider__item .title {
        font-size: 18px
    }

    .slider__item .text {
        font-size: 16px
    }

    .slider__item .info {
        margin-top: 24px
    }
}

.cards {
    padding: 100px 0 70px
}

.cards__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 48px;
    margin-bottom: -340px
}

.cards__head {
    display: -ms-grid;
    display: grid;
    justify-items: center;
    margin-bottom: 73px
}

.cards__title {
    color: #fff;
    margin-bottom: 24px
}

.cards__text {
    font-size: 21px;
    color: #fff;
    max-width: 830px;
    margin: 0 auto 40px
}

.card {
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
    background: #fff
}

.card__row.--icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 21px
}

.card__title {
    font-weight: 600;
    font-size: 24px
}

.card__title img {
    min-width: 170px
}

@media (max-width: 1100px) {
    .cards__items {
        gap: 16px
    }

    .card__row {
        padding: 25px 15px
    }
}

@media (min-width: 860px) {
    .card {
        -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
        border-radius: 32px;
        background: #fff
    }

    .card:nth-child(even) .card__row {
        min-height: 120px
    }

    .card__row {
        padding: 25px 29px;
        min-height: 98px
    }

    .card__row:first-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .card__row.--center {
        text-align: center
    }

    .card__row:nth-child(even) {
        background: #eaf2ff
    }
}

@media (max-width: 860px) {
    .cards {
        padding: 70px 0 100px
    }

    .cards__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 34px;
        margin-bottom: 0
    }

    .cards__head {
        margin-bottom: 34px
    }

    .cards__title {
        font-size: 30px
    }

    .cards__text {
        font-size: 18px
    }

    .card {
        border-radius: 24px;
        padding: 45px 23px;
        width: 100%;
        max-width: 450px
    }

    .card__row {
        padding: 0
    }

    .card__row:first-child {
        margin-bottom: 25px
    }

    .card__row:nth-child(2) {
        padding: 21px;
        border-radius: 12px;
        -webkit-box-shadow: 0 9px 40px 0 rgba(160, 182, 223, 0.25);
        box-shadow: 0 9px 40px 0 rgba(160, 182, 223, 0.25);
        background: #eaf2ff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 12px;
        margin-bottom: 34px
    }

    .card__row:nth-child(2) .card__text {
        font-size: 14px
    }

    .card__row.--icons {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .card__row.--icons:not(:last-child) {
        margin-bottom: 14px
    }

    .card__icon {
        width: 27px;
        height: 27px;
        -o-object-fit: contain;
        object-fit: contain
    }

    .card__title img {
        min-width: 140px
    }

    .card:nth-child(1) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .card:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .card:nth-child(2) .card__row:nth-child(2) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 0
    }

    .card:nth-child(3) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

.faq {
    padding: 420px 0 150px
}

.faq h2 {
    margin-bottom: 80px
}

.btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px
}

.btns.--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.accordion {
    max-width: 1164px;
    margin: 0 auto 40px
}

.accordion__row {
    background-color: #EBF3FF;
    border-radius: 16px;
    
}

.accordion__row:not(:last-child) {
    margin-bottom: 24px
}

.accordion__row.active {
    background-color: var(--secondColor);
    padding-bottom: 24px
}

.accordion__row.active .accordion__header {
    color: #fff
}

.accordion__row.active .icon {
    background-color: var(--accentColor)
}

.accordion__row.active .icon:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: 4px
}

.accordion__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
    cursor: pointer;
    padding: 28px 24px
}

.accordion .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 32px;
    min-width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--secondColor)
}

.accordion .icon:before {
    content: '';
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.accordion__info {
    padding: 0 24px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease, padding 0.3s ease;
    transition: max-height 0.3s ease, padding 0.3s ease;
    color: #fff;
    opacity: 0.5;
}

.accordion__row.active .accordion__info {
    max-height: 1000px
}

@media (max-width: 768px) {
    .faq {
        padding: 90px 0
    }

    .faq h2 {
        margin-bottom: 30px
    }

    .btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }

    .btns .btn {
        min-width: 240px
    }
}

.footer {
    padding: 80px 0;
    background-color: var(--secondColor);
    position: relative;
    overflow: hidden
}

.footer::after {
    content: '';
    background-image: url(assets/img/felem.png);
    width: 75px;
    height: 215px;
    position: absolute;
    top: -65px;
    right: 0;
    mix-blend-mode: overlay
}

.footer * {
    font-size: 14px;
    color: #fff
}

.footer__inner {
    gap: 50px;
    margin-bottom: 45px
}

.footer__main {
    max-width: 382px
}

.footer__text {
    margin-top: 40px
}

.footer__menus {
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
/*     max-width: 714px; */
	 max-width: 450px;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__menu ul li:not(:last-child) {
    margin-bottom: 20px
}


.footer__title {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 24px
}

@media (max-width: 1100px) {
    .footer__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 767px) {
    .footer {
        padding: 60px 0 30px
    }

    .footer .logo {
        max-width: 214px
    }

    .footer__main {
        max-width: 280px
    }

    .footer__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 80px
    }

    .footer__text {
        margin-top: 18px
    }

    .footer__menus {
        display: -ms-grid;
        display: grid;
          
    }

    .footer__menu:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1 / 3;
           -ms-grid-column: 1;
           -ms-grid-column-span: 1;
           grid-column: 1 / 2;
    }
    .footer__menu:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2;
            -ms-grid-column: 2;
            -ms-grid-column-span: 1;
            grid-column: 2 / 3
    }
    .footer__menu:nth-child(3) {

    }
    .footer__menu {
        /* margin-bottom: 50px */
    }
}

@media (max-width: 1650px) {
    .container {
        width: 100%
    }

    .auto-pd-left {
        padding-left: 20px
    }

    .auto-pd-right {
        padding-right: 20px
    }
}

@media (max-width: 1000px) {
    .hamburger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header {
        padding: 24px 0
    }

    .header .login svg {
        display: block
    }

    .header .login span {
        display: none
    }

    .header_active {
        position: fixed;
        width: 100%;
        z-index: 1111
    }

    .header_active .login {
        z-index: 555
    }

    .header_active .menu {
        left: 0;
        overflow-y: auto
    }

    .header_active .hamburger {
        z-index: 555
    }

    .header_active .hamburger span:nth-child(1) {
        -webkit-transform: translateY(4px) rotate(45deg);
        transform: translateY(4px) rotate(45deg)
    }

    .header_active .hamburger span:nth-child(2) {
        display: none
    }

    .header_active .hamburger span:nth-child(3) {
        -webkit-transform: translateY(-3px) rotate(-45deg);
        transform: translateY(-3px) rotate(-45deg)
    }

    .header_active .logo {
        z-index: 555
    }

    .menu {
        position: fixed;
        z-index: 55;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        padding: 140px 15px 60px;
        background-color: #ffffff;
        -webkit-transition: .4s all;
        transition: .4s all;
        gap: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 24px
    }

    .menu li {
        padding: 24px
    }

    .menu__wrap {
        gap: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 24px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 768px) {
    .header__wrap {
        padding: 0
    }

    a:hover {
        opacity: 1
    }

    h1,
    .h1 {
        font-size: 30px
    }

    h2,
    .h2 {
        font-size: 30px
    }
}