/*!
Theme Name: cripto multilending
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: cripto-multilending
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.

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

/**
 * 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
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: sans-serif;
	font-size: 24px;
	line-height: 1.5;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
}

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

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

/* 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: 'Avenir';
	src: url('font/AvenirNextCyr-Light.eot');
	src: local('font/Avenir Next Cyr Light'), local('font/AvenirNextCyr-Light'),
		url('font/AvenirNextCyr-Light.eot?#iefix') format('embedded-opentype'),
		url('font/AvenirNextCyr-Light.woff') format('woff'),
		url('font/AvenirNextCyr-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir';
	src: url('font/AvenirNextCyr-Demi.eot');
	src: local('font/Avenir Next Cyr Demi'), local('font/AvenirNextCyr-Demi'),
		url('font/AvenirNextCyr-Demi.eot?#iefix') format('embedded-opentype'),
		url('font/AvenirNextCyr-Demi.woff') format('woff'),
		url('font/AvenirNextCyr-Demi.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir';
	src: url('font/AvenirNextCyr-Medium.eot');
	src: local('font/Avenir Next Cyr Medium'), local('font/AvenirNextCyr-Medium'),
		url('font/AvenirNextCyr-Medium.eot?#iefix') format('embedded-opentype'),
		url('font/AvenirNextCyr-Medium.woff') format('woff'),
		url('font/AvenirNextCyr-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir';
	src: url('font/AvenirNextCyr-UltraLightIt.eot');
	src: local('font/Avenir Next Cyr Ultra Light Italic'), local('font/AvenirNextCyr-UltraLightIt'),
		url('font/AvenirNextCyr-UltraLightIt.eot?#iefix') format('embedded-opentype'),
		url('font/AvenirNextCyr-UltraLightIt.woff') format('woff'),
		url('font/AvenirNextCyr-UltraLightIt.ttf') format('truetype');
	font-weight: 200;
	font-style: italic;
}

@font-face {
	font-family: 'Avenir';
	src: url('font/AvenirNextCyr-Regular.eot');
	src: local('font/Avenir Next Cyr Regular'), local('font/AvenirNextCyr-Regular'),
		url('font/AvenirNextCyr-Regular.eot?#iefix') format('embedded-opentype'),
		url('font/AvenirNextCyr-Regular.woff') format('woff'),
		url('font/AvenirNextCyr-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir';
	src: url('font/font/AvenirNextCyr-UltraLight.eot');
	src: local('Avenir Next Cyr Ultra Light'), local('font/AvenirNextCyr-UltraLight'),
		url('font/AvenirNextCyr-UltraLight.eot?#iefix') format('embedded-opentype'),
		url('font/AvenirNextCyr-UltraLight.woff') format('woff'),
		url('font/AvenirNextCyr-UltraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir';
	src: url('font/AvenirNextCyr-Heavy.eot');
	src: local('font/Avenir Next Cyr Heavy'), local('font/AvenirNextCyr-Heavy'),
		url('font/AvenirNextCyr-Heavy.eot?#iefix') format('embedded-opentype'),
		url('font/AvenirNextCyr-Heavy.woff') format('woff'),
		url('font/AvenirNextCyr-Heavy.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir';
	src: url('font/AvenirNextCyr-Bold.eot');
	src: local('font/Avenir Next Cyr Bold'), local('font/AvenirNextCyr-Bold'),
		url('font/AvenirNextCyr-Bold.eot?#iefix') format('embedded-opentype'),
		url('font/AvenirNextCyr-Bold.woff') format('woff'),
		url('font/AvenirNextCyr-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir';
	src: url('font/AvenirNextCyr-Thin.eot');
	src: local('font/Avenir Next Cyr Thin'), local('font/AvenirNextCyr-Thin'),
		url('font/AvenirNextCyr-Thin.eot?#iefix') format('embedded-opentype'),
		url('font/AvenirNextCyr-Thin.woff') format('woff'),
		url('font/AvenirNextCyr-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}




/* custom stylesheet  */

html.is-visible {
    position: fixed;
    width: 100%;
}

.payments-table-mobile {
	display: none;
}

.see-more,
.document-see-more {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	text-decoration-line: underline;
	color: #7262D6 !important;
	display: block;
	width: 100%;
	display: none;
}

.form-overlay {
	position: fixed;
    z-index: 999999;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(9, 12, 91, 0.5);
    display: none;
}

.form-send-block-content {
    z-index: 35;
    display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	display: none !important;
}

.see-more:visited,
.document-see-more:visited {
	color: #7262D6 !important;
}

.mfp-wrap {
    top: 0 !important;
    overflow: hidden auto;
}

.header-logo-wrap a {
	display: flex;
    align-items: center;
}

.main-navigation-mob {
	display: none;
}

.mm-slideout {
	z-index: auto;
}

.mm-panels {
    overflow: scroll;
    height: 100%;
}

.mm-panels, .mm-panels>.mm-panel {
	position: static;
}

.mm-panels .contact-form-team-list {
	position: static;
	transform: none;
	padding-top: 0;
	padding-bottom: 40px;
}

.mm-panels .contact-form-team-list .mm-navbar {
	display: none;
}

.mm-panel:after{
	height: 0;
}

.mm-hidden {
	display: block !important;
}

.mm-navbar__title img {
	max-width: 90%;
}

.hamburger {
    display: none;
    padding: 0;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	background: #FFFFFF;
	border-radius: 2px;
	height: 3px;
}

.hamburger:hover {
    opacity: 1;
}


.main-logo-mob {
	display: none;
}

.site-header {
	position: absolute;
    width: 100%;
    background: transparent;
    top: 0;
    left: 0;
    z-index: 8;
}

.site-header.sticky {
    position: fixed;
    background: #fff;
    z-index: 1000;
    transition: all .5s;
    box-shadow: -6px 1px 21px -6px #000;
}

.header-top__line-mnu {
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
}

.main-navigation {
	width: auto;
	margin-left: auto;
}

.main-logo-sticky {
    display: none;
    width: 160px;
	height: auto;
}

.main-logo {
	width: 160px;
	height: auto;
}

.site-header.sticky .main-logo {
    display: none;
}

.site-header.sticky .main-logo-sticky {
    display: block;
}

.lang-wrap {
	margin-left: 45px;
}

.lang-wrap ul {
	margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.lang-wrap ul li {
	line-height: 13px;
}

.lang-wrap ul li a {
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
	transition: all .5s;
}

.lang-wrap ul li a:hover {
	color: #36B37E;
}

.lang-wrap ul li a:nth-child(1) {
	margin-right: 18px;
}

.lang-wrap .current-lang a {
	color: #A0A0A0;
}

.site-header.sticky .header-top__line-mnu {
	padding: 12px 0px;
}

.mm-menu_theme-dark {
	background: #000;
}

.mm-menu a.btn {
	color: #fff;
	margin: 0;
}

.mm-menu a.btn:hover {
	color: #0038FF;
	background: transparent;
	border: 1px solid #0038FF;
}

.mm-menu a.btn-header:hover {
	color: #fff;
}

.home-slider-btn-wrap-mobile {
	display: none;
}

.mm-menu .btn-menu-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-navigation a {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.5px;
	color: #fff;
	margin-right: 30px;
	transition: all .5s;
	position: relative;
}

.main-navigation a:after {
	content: "";
	position: absolute;
	bottom: -11px;
    left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	opacity: 0;
	transition: all .5s;
}

.main-navigation a:hover:after {
	opacity: 1;
}

.site-header.sticky .main-navigation a {
	color: #fff;
}

.site-header.sticky .main-navigation a:after {
	background: #fff;
}

.current-menu-item a {
	color: #0038FF;
}

.current-menu-item a:after {
	background: #0038FF;
}

.site-header.sticky .current-menu-item a {
	color: #fff;
}

.btn-header {
	font-family: Avenir;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	color: #36B37E;
	margin-right: 55px;
	transition: all .5s;
	padding: 10px 45px;
	text-decoration: none;
	margin-right: 0;
	background: transparent;
    border: 1px solid #36B37E;
    border-radius: 6px;
    transition: all .5s;
    margin-left: auto;
}

.btn-header:hover {
	background: #36B37E;
	border: 1px solid transparent;
	color: #fff;
}



.btn-header:visited,
.site-header.sticky .btn-header:visited {
	color: #36B37E;
}

.btn-header:hover:visited {
	color: #fff;
}

.site-header.sticky .btn-header {
	color: #36B37E;
	border: 1px solid #36B37E;
}

.site-header.sticky .btn-header:hover {
	background: #36B37E;
	color: #fff;
	border: 1px solid transparent;
}

.site-header.sticky .lang-wrap ul li a {
	color: #000;
}

.site-header.sticky .lang-wrap .current-lang a {
    color: #A0A0A0;
}

.site-header.sticky .lang-wrap ul li a:hover {
	color: #36B37E;
}

.home-slider {
    display: block;
    height: 100vh;
    min-height: 800px;
    background: linear-gradient(180deg, #090C5B 0%, rgba(9, 12, 91, 0) 134.59%);
}

.home-slider .owl-item,
.home-slider .owl-stage-outer,
.home-slider .owl-stage {
	height: 100%;
}

.content-wrap {
	flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 6;
}

.clients-wrap {
	z-index: 6;
	margin-top: 80px;
}

.clients-title {
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	color: #FFFFFF;
	display: block;
	margin-bottom: 15px;
}

.first-cection-content-left-block {
	width: 55%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.first-cection-content-right-block {
	width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.first-cection-content-right-block-img {
	height: 100%;
    max-height: 600px;
}

.home-slider-item {
	background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 100%;
    display: flex;
    /*min-height: 100vh;*/
    max-height: 990px;
    flex-direction: column;
    position: relative;
}

.home-slider-item:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 20, 64, 0.8);
    top: 0;
    z-index: 1;
}

.home-slider-title {
	margin-top: 0px;
	font-style: normal;
	font-weight: bold;
	font-size: 41px;
	line-height: 58px;
	color: #fff;
	margin-bottom: 40px;
	width: 100%;
}

.home-slider-descr {
	font-weight: normal;
    font-size: 19px;
    line-height: 30px;
    text-align: left;
    color: #fff;
    margin-bottom: 40px;
    width: 100%;
    max-width: 600px;
}

.home-slider-descr p {
	margin-top: 0px;
}

.home-slider-btn-wrap {
	display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.home-slider-btn-wrap-mobile {
    display: none;
}

.first-cection-list {
	margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 20px;
}

.first-cection-list-item {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	margin-bottom: 30px;
	width: 100%;
}

.first-cection-list-item:last-child {
	margin-bottom: 0;
}

.btn {
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	display: flex;
	width: 210px;
    justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	background: #36B37E;
	border-radius: 6px;
	padding: 15px 10px;
	text-decoration: none;
	border: 1px solid transparent;
	transition: all .5s;
}

.btn:hover {
	color: #36B37E;
    border: 1px solid #36B37E;
    background: transparent;
}

.btn:visited {
	color: #fff;
}

.home-slider-btn {

}

.home-slider-link-wrap {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.home-slider-item .home-slider-link img {
	display: block;
	margin-right: 20px;
	width: 28px;
}

.home-slider-btn:hover {
	color: #36B37E;
	background: transparent;
	border: 1px solid #36B37E;
}

.home-slider-link {
	text-align: center;
	color: #fff;
	display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.home-slider-link span {
	position: relative;
	font-weight: normal;
	font-size: 18px;
	line-height: 25px;
}

.home-slider-link span:after {
	content: "";
	position: absolute;
	bottom: -5px;
    left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	opacity: 0;
	transition: all .5s;
}

.home-slider-link:hover span:after {
	opacity: 1;
}

.home-slider-link:hover span {
	color: #fff;
}

.main-container {
	display: flex;
    align-items: initial;
    justify-content: space-between;
    width: 100%;
    margin-top: 155px;
}

.parthner-logo-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.parthner-logo-list-item-title {
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	color: #FFFFFF;
	display: block;
	width: 100%;
	position: absolute;
    bottom: -20px;
    opacity: 0;
    transition: all .5s;
}

.parthner-logo-list-item {
	width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
    position: relative;
}

.parthner-logo-list-item:hover .parthner-logo-list-item-title {
	opacity: 1;
}

.parthner-logo-list-item-image {
	width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.parthner-logo-list-item-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.how-work-list {
	display: none;
}

.see-more-payments-table {
	display: none;
}

.parthner-logo-list-item:last-child {
	margin-right: 0px;
}

.clients-list {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.clients-item {
	margin-left: 20px;
}

.clients-item:first-child {
	margin-left: 0;
}

.parthner-logo-list-item-img {
	width: auto;
}

.section {
	padding-top: 55px;
}

.how-work-container {
	position: relative;
}

.hint-how-work {
	position: absolute;
    right: 170px;
    bottom: 0px;
}

.how-work-dekstop-image {
	width: 70%;
    display: block;
    margin: 0 auto;
}

.first-cection-container {
	height: 100vh;
    min-height: 800px;
    max-height: 990px;
    background: rgba(9, 14, 52, 0.7);
}

.title {
	font-style: normal;
	font-weight: bold;
	font-size: 43px;
	line-height: 54px;
	color: #212B36;
	margin-top: 0px;
	margin-bottom: 50px;
}

.news-section {
	padding-bottom: 90px;
}

.news-list {
	display: flex;
    align-items: initial;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-list-item {
    width: calc(33.33% - 13px);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.news-image {
	transition: all .5s;
    transform: scale(1);
    position: absolute;
    z-index: -1;
    width: 100%;
}

.news-list-item-block {
	padding: 20px 20px 20px 40px;
    transition: all .5s;
}

.news-list-item:hover .news-list-item-block {
	transform: scale(1.1);
}

.news-list-item-date {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	color: #979797;
	display: block;
	width: 100%;
	margin-bottom: 5px;
}

.news-list-item-title {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	color: #FFFFFF;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	transition: all .5s;
}

.news-list-item-link {
	text-decoration: none;
	color: #fff;
    min-height: 220px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-start;
    overflow: hidden;
    position: relative;
}

.news-list-item-descr {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	max-width: 270px;
}

.platform-title {
	font-style: normal;
	font-weight: 600;
	font-size: 48px;
	line-height: 66px;
	color: #001440;
	margin-top: 0;
	margin-bottom: 25px;
}

.platform-descr {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
}

.platform-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.platform-left {
	width: 350px;
}

.platform-center {
	width: calc(100% - 770px);
	text-align: center;
}

.platform-right {
	width: 420px;
}

.platform-left-list {

}

.platform-left-list-item {
	background: #FFFFFF;
	border-radius: 8px;
	padding: 20px 20px 20px 40px;
	border: 1px solid #CDD2E2;
	margin-bottom: 15px;
	display: flex;
    align-items: center;
    justify-content: flex-start;
}

.platform-left-list-item:last-child {
	margin-bottom: 0;
}

.platform-left-list-item-count-number {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	color: #36B37E;
	display: block;
	margin-right: 20px;
}

.platform-left-list-item-text {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #000000;
}

.platform-center-image {
    box-shadow: 53px 53px 132px rgba(0,0,0, 0.13);
    border-radius: 50px;
    width: 70%;
}

.platform-right-descr-wrap {
	background: rgba(54, 179, 126, 0.05);
	border-radius: 8px;
	padding: 20px 30px;
	margin-bottom: 40px;
}

.platform-right-descr-wrap-title {
	font-style: normal;
	font-weight: 800;
	font-size: 14px;
	line-height: 19px;
	color: #000000;
	display: block;
	margin-bottom: 15px;
}

.platform-right-descr-wrap-text {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}

.platform-right-descr-wrap-btn-wrap {
	display: flex;
    align-items: center;
    justify-content: flex-start;
}

.platform-right-descr-wrap-btn {
	padding: 6px 10px;
    font-size: 14px;
}

.platform-right-advantages-wrap {

}

.platform-right-advantages-title {
	font-style: normal;
	font-weight: 800;
	font-size: 14px;
	line-height: 19px;
	color: #000000;
	display: block;
	margin-bottom: 20px;
}

.platform-right-advantages-list {

}

.platform-right-advantages-list-item {
	position: relative;
	padding-left: 20px;
	margin-bottom: 25px;
}

.platform-right-advantages-list-item:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: block;
	width: 7px;
	height: 7px;
	background-color: #36B37E;
	border-radius: 50%;
}

.platform-right-advantages-list-item-text {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	display: block;
}






.sentence-section {
    padding: 40px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #2D2D2D;
    background-position: center left;
    margin-top: 90px;
}

.sentence-title {
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 29px;
	color: #FFFFFF;
	display: block;
	margin-bottom: 20px;
	max-width: 600px;
}

.sentence-descr {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	color: #A0A0A0;
	max-width: 600px;
	display: block;
}

.sentence-btn-wrap {
	display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
}

.connection-list {
    display: flex;
    align-items: initial;
    justify-content: space-between;
    flex-wrap: wrap;
}

.connection-list-item {
	width: calc(33.3% - 30px);
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.connection-list-item-count-number {
	font-style: normal;
	font-weight: 800;
	font-size: 48px;
	line-height: 64px;
	color: #0038FF;
	display: block;
	margin-right: 20px;
}

.connection-list-item-title {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
	color: #000000;
	display: block;
	margin-bottom: 20px;
}

.connection-list-item-descr {
	font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 25px;
    color: #A0A0A0;
    display: block;
}

.connection-list-item-body {
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
}

.connection-list-item:nth-child(1) {
	width: 300px;
}

.connection-list-item:nth-child(2) {
	width: 380px;
}

.connection-list-item:nth-child(3) {
	width: 290px;
}

.services-list {
	display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.services-list-item {
    width: calc(50% - 45px);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.services-list-item-image-wrap {
	width: 80px;
    height: 80px;
    background: #f6f8ff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-list-item-image {

}

.services-list-item-content {
	width: calc(100% - 110px);
}

.services-list-item-title {
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 29px;
	color: #292929;
	display: block;
	margin-bottom: 10px;
}

.services-list-item-descr p {
	font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    color: #A0A0A0;
    margin-top: 10px;
    margin-bottom: 0px;
}

.services-list-item-descr-image br {
	display: none;
}

.services-list-item-descr-image {
	display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.advantages-list {
	display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.advantages-list-item {
    width: calc(33.3% - 15px);
    text-align: center;
}

.advantages-list-item-image {

}

.advantages-list-item-text {
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
	color: #292929;
	display: block;
	margin-top: 25px;
	margin-bottom: 0px;
}

.dark-section {
	background: rgb(23 92 255 / 0.04);
}

.advantages-section {
	padding: 50px 0px;
}

.trust-section {
	padding-bottom: 60px;
    padding-top: 60px;
}

.trust-list {
	display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.trust-list-item {
	margin-right: 50px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trust-list-item:last-child {
	margin-right: 0;
}

.questions-section {
	padding: 80px 0px;
}

.accordion-header {
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 31px;
	letter-spacing: 0.5px;
	color: #292929;
	position: relative;
    display: block;
    width: 100%;
    padding: 20px 0px;
    cursor: pointer;
}

.accordion-header span {

}

.accordion-body {
    display: none;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.5px;
    color: #A0A0A0;
    padding: 30px 20px;
    background: #fff;
}

.accordion-header img {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s;
}

.accordion__item.active .accordion-header img {
    transform: translateY(-50%) rotate(225deg);
}

.platform-section {
	height: 100vh;
    min-height: 920px;
    max-height: 990px;
    padding-bottom: 50px;
}

.footer {
	height: 100vh;
    min-height: 800px;
    max-height: 990px;
    background: #001440;
}

.footer-wrap {
	height: 100%;
    display: flex;
    min-height: 800px;
    max-height: 990px;
    flex-direction: column;
}

.footer-container {
	display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 50px;
    padding-bottom: 30px;
    position: relative;
    z-index: 8;
}

.footer-top-wrap {
	height: 100%;
}

.footer-top-list {
	display: flex;
    align-items: initial;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.footer-top-wrap {
	display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.footer-top-item {
	width: 400px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

.footer-main-title {
	font-style: normal;
	font-weight: 600;
	font-size: 48px;
	line-height: 59px;
	color: #FFFFFF;
	display: block;
	margin-top: 0;
	margin-bottom: 50px;
	width: 100%;
}

.footer-top-item-title {
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	color: #FFFFFF;
	display: block;
	margin-bottom: 10px;
}

.footer-top-item-image {

}

.footer-top-item-descr {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	display: block;
	margin-top: 10px;
	margin-bottom: 30px;
}

.footer-top-item-descr p {
	margin: 0;
}

.footer-top-item-descr p br {
	display: none;
}

.footer-top-item-descr p img {
	margin-bottom: -12px;
    display: inline-block;
}

.footer-top-item-btn-wrap {

}







.footer-item {
	position: relative;
}

.footer-item-title {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #C4C4C4;
	cursor: pointer;
}

.footer-item-title-wrap {
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-item-title-icon {
	display: block;
	margin-left: 10px;
}

.footer-item ul {
	margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer-item ul li {
	width: 100%;
	transition: all .5s;
}

.footer-item ul li:hover {
	background: #36B37E;
}

.footer-item ul li a {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	padding: 9px 20px;
	color: #000000;
	display: block;
	width: 100%;
	text-decoration: none;
	transition: all .5s;
}

.footer-item ul li:hover a{
	color: #fff;
}

.footer-mail:hover {
	color: #fff;
}

.footer-descr {
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 28px;
	color: #637381;
	display: block;
	margin-top: 0;
	margin-bottom: 10px;
}

.footer-descr br {
	display: none;
}

.footer-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.footer-social-link span {
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 28px;
	letter-spacing: 0.5px;
	color: #637381;
	text-decoration: none;
	transition: all .5s;
	margin-left: 10px;
}

.footer-social-link:hover span {
	color: #fff;
}

.footer-bottom {
	padding: 30px 0px;
}

.footer-bottom-container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.copyright {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #FFFFFF;
	mix-blend-mode: normal;
	opacity: 0.4;
}

.footer-list {
	display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.footer-item-dropdown-block {
	display: none;
	position: absolute;
    bottom: calc(100% + 20px);
    background: #FFFFFF;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.55);
    border-radius: 4px;
    width: 200px;
    overflow: hidden;
}

.footer-item:nth-child(2) .footer-item-dropdown-block {
	padding: 20px;
}

.footer-item:nth-child(3) .footer-item-dropdown-block {
	width: 280px;
	right: 0;
}

.widget {
    margin: 0;
}

.footer-item-dropdown-block.active {
	display: block;
}

.footer-address {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
}

.white-popup {
    position: relative;
    background: #fff;
    width: auto;
    border-radius: 20px;
    max-width: 500px;
    margin: 20px auto;
    text-align: center;
    display: flex;
    align-items: initial;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mfp-bg {
	background: #000000;
	opacity: 0.8;
}

.white-popup input {
	width: 100%;
    background: #F6F8FF;
	border-radius: 6px;
    box-sizing: border-box;
    border-radius: 4px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 17px;
    color: #AAAAAA;
    padding: 15px 20px;
    border: none;
}

.wpcf7-form-control-wrap input::-webkit-input-placeholder  {
    font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
	color: #AAAAAA;
}

.wpcf7-form-control-wrap input::-moz-placeholder          {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
	color: #AAAAAA;
}/* Firefox 19+ */

.wpcf7-form-control-wrap input:-moz-placeholder           {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
	color: #AAAAAA;
}/* Firefox 18- */

.wpcf7-form-control-wrap input:-ms-input-placeholder      {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
	color: #AAAAAA;
}

.wpcf7-form-control-wrap input {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
	color: #A0A0A0;
}

.wpcf7-form-control-wrap input:focus {
	outline: none;
}

.wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 20px;
}

.wpcf7-form br {
	display: none;
}

.wpcf7-form p {
	margin: 0;
}

.wpcf7-form .btn {
	font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background: #0038FF;
    border-radius: 6px;
    padding: 15px 45px;
    text-decoration: none;
    border: 1px solid transparent;
    transition: all .5s;
    cursor: pointer;
}

.wpcf7-form .btn:hover {
	color: #0038FF;
    border: 1px solid #0038FF;
    background: #fff;
}

.contact-form-title {
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	color: #3A3A3A;
	display: block;
	margin: 0px 0px;
	margin-bottom: 	40px;
	text-align: center;
}

.contact-form-left {
	width: 50%;
	background: rgba(213, 206, 255, 0.2);
	border-radius: 20px 0px 0px 20px;
	padding: 0px 45px 45px 45px;
}

.contact-form-right {
	width: 100%;
	background: #FFFFFF;
	padding: 55px 55px 55px 55px;
	border-radius: 20px
}

.text-423 {
	position: relative;
}

.date {
	position: relative;
	z-index: 2;
}

.contact-form-address {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	display: block;
	margin-bottom: 65px;
	max-width: 420px;
	text-align: left;
}

.contact-form-team-list {

}

.contact-form-team-list-item {
	display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.contact-form-team-list-item:last-child {
	margin-bottom: 0px;
}

.contact-form-team-list-item-image-wrap {
	width: 112px;
    height: 112px
}

.contact-form-team-list-item-image {
	width: 100%;
    height: auto;
}

.contact-form-team-list-item-info {
    width: calc(100% - 112px);
    text-align: left;
    padding-left: 15px;
}

.contact-form-team-list-item-info-name {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #3A3A3A;
	display: block;
	margin-bottom: 15px;
}

.contact-social-list {
	margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.contact-social-list-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 5px;
    width: 100%;
}

.contact-social-list-item:last-child {
	margin-bottom: 0px;
}

.contact-social-list-item-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    text-decoration: none;
    transition: all .5s;
}

.contact-social-list-item-link:hover .contact-social-list-item-link-text {
	color: #7262D6;
}

.contact-social-list-item-icon {
	width: 12px;
    height: auto;
}

.contact-social-list-item-link-text {
	width: calc(100% - 12px);
    margin-left: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #3A3A3A;
    transition: all .5s;
}

.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 15px;
    font-weight: normal;
    display: block;
    text-align: left;
    margin-top: 5px;
}

.ajax-loader {
	display: none !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 20px;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    font-size: 14px;
}





.pricing-table {
	border-collapse: collapse;
    width: 100% !important;
    height: auto !important;
}

.pricing-table thead {
	border: 1px solid #ECECEC;
	border: none;
}

.pricing-table thead th {
    width: 320px;
    padding: 15px 0px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.1);
    font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 33px;
	text-align: center;
	color: #3A3A3A;
}

.pricing-table thead th:nth-child(1) {
	width: auto;
	box-shadow: none;
}

.pricing-table thead th:nth-child(3) {
	border-left: 1px solid #C4C4C4;
}

.pricing-table thead th:nth-child(2) {
	border-left: 1px solid transparent;
}

.pricing-table tbody {
	background: #FFFFFF;
	box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.1);
}

.pricing-table tbody tr td {
	padding: 12px 10px;
}

.pricing-table tbody tr {
	border-bottom: 2px solid #E5E5E5;
}

.pricing-table tbody tr:last-child {
	border-bottom: none;
}

.pricing-table tbody tr:nth-child(even) {
	background: #fff;
}

.pricing-table tbody tr td:nth-child(1) {
	padding-left: 35px;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #292929;
}

.pricing-table tbody tr td:nth-child(1) br {
	display: none;
}

.pricing-table tbody tr td:nth-child(2) {
	border-left: 2px solid #E5E5E5;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 35px;
	text-align: center;
	color: #292929;
}

.pricing-table tbody tr td:nth-child(3) {
	border-left: 2px solid #E5E5E5;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 35px;
	text-align: center;
	color: #292929;
}

.pricing-table tbody tr td:nth-child(3) span {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #000000;
	display: block;
	width: 100%;
}

.price-title {
	margin-bottom: 20px;
}

.price-descr {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #292929;
	display: block;
	margin-bottom: 35px;
}

.pricing-title {
	font-style: normal;
	font-weight: 600;
	font-size: 48px;
	line-height: 59px;
	color: #3A3A3A;
	margin-top: 0px;
	margin-bottom: 50px;
}

.price-subtitle {
	font-style: normal;
	font-weight: 800;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	color: #212B36;
	display: block;
	margin-bottom: 20px;
}

.price-value {
	font-style: normal;
	font-weight: 800;
	font-size: 48px;
	line-height: 32px;
	text-align: center;
	color: #212B36;
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.price-subdescr {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	color: #A0A0A0;
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.price-btn {
	width: 250px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.pricing-table thead th:nth-child(2) .price-btn {
	background: #090E34;
}

.pricing-table thead th:nth-child(2) .price-btn:hover {
	color: #090E34;
	border: 1px solid #090E34;
	background: transparent;
}

.pricing-table thead th:nth-child(3) .price-btn:hover {
	color: #0038FF;
	border: 1px solid #0038FF;
	background: transparent;
}

.pricing-table thead th br {
	display: none;
}

.pricing-table thead th span br {
	display: block;
}

.pricing-table tbody tr td img {
	width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto;
}


/**
 * HINT- A CSS tooltip library
 */

 .hint { position: relative; display: inline-block; line-height: 10px;}

 .hint:before, .hint:after {
    position: absolute;
    opacity: 0;
    z-index: 1000000;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    pointer-events: none;
 }
 
     
 .hint:hover:before, .hint:hover:after {
   opacity: 1;
 }
 
 .hint:before {
   content: '';
   position: absolute;
   background: transparent;
   border: 6px solid transparent;
   position: absolute;
 }
     
 .hint:after {
    content: attr(data-hint);
    background: #fff;
    padding: 20px 10px;
    font-style: normal;
	font-weight: normal;
	text-align: left;
	font-size: 12px;
	line-height: 15px;
	color: #292929;
    text-transform: none;
    width: 220px;
    border-radius: 5px;
    border: 1px solid #C6C6C6;
    font-weight: 400;
    letter-spacing: normal;
 }
 
 
 /* top */
 
 .hint--top:before {
   bottom: 100%;
   left: 50%;
   margin: 0 0 -18px 0;
   border-top-color: rgba(0, 0, 0, 0.8);
 }
     
 .hint--top:after {
   bottom: 100%;
   left: 50%;
   margin: 0 0 -6px -10px;
 }
 
 .hint--top:hover:before {
   margin-bottom: -10px;
 }
 
 .hint--top:hover:after {
   margin-bottom: 2px;
 }
 
 /* default: bottom */
 
	.hint--bottom:before {
	    top: 140%;
	    left: 20%;
	    margin: -14px 0 0 0;
	    border-bottom-color: #C4C4C4;
	    background: #fff;
	}
     
	.hint--bottom:after {
	    top: 140%;
	    left: auto;
	    right: -60%;
	    margin: -2px 0 0 -10px;
	}
	 
 .hint--bottom:hover:before {
   margin-top: -6px;
 }
 
 .hint--bottom:hover:after {
   margin-top: 6px;
 }
 
 /* right */
 
 .hint--right:before {
   left: 100%;
   bottom: 50%;
   margin: 0 0 -4px -8px;
   border-right-color: rgb(47,47,47);
 }
     
 .hint--right:after {
   left: 100%;
   bottom: 50%;
   margin: 0 0 -13px 4px;
 }
 
 .hint--right:hover:before {
   margin: 0 0 -4px -0;
 }
 
 .hint--right:hover:after {
   margin: 0 0 -13px 12px;
 }
 
 /* left */
 
.hint--left:before {
    right: 100%;
    bottom: 50%;
    margin: 0 -8px -4px 0;
    border-left-color: rgba(0,0,0,0.8);
}
     
.hint--left:after {
    right: 100%;
    bottom: 50%;
    margin: 0 4px -13px 0;
}
 
.hint--left:hover:before {
    margin: 0 0 -4px 0;
}
 
.hint--left:hover:after {
    margin: 0 12px -13px 0;
}


.close-popup .mfp-bg {
	background: #000000;
	opacity: 0.8;
}

.close-popup .white-popup {
	background: #0038FF;
	box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.45);
	border-radius: 20px;
}

.close-popup .contact-form-right {
	background: transparent;
	padding: 40px 55px 55px 40px;
    margin-top: 0;
}

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

.close-popup .contact-form-title {
	font-style: normal;
	font-weight: 900;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 15px;
}

.close-popup .form-send-block-content {
	display: block !important;
}

.close-popup .form-send-descr {
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
}

.close-popup .form-send-descr p {
	margin-top: 0;
	margin-bottom: 0;
}

.close-popup .close-popup .form-send-descr span {
	font-weight: bold;
}

.close-popup .close-popups {
	background: #FFFFFF;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #0038FF;
	height: 55px;
	margin-top: 20px;
	border: 1px solid transparent;
	text-decoration: none;
	transition: all .5s;
}

.close-popup .close-popups:hover {
	border: 1px solid #fff;
	color: #fff;
	background: transparent;
}

.jq-selectbox__select {
	background: #F6F8FF;
	border-radius: 4px;
	height: 55px;
	padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}

.jq-selectbox__select-text {
	font-style: normal;
	font-weight: 800;
	font-size: 20px;
	line-height: 27px;
	display: flex;
	align-items: center;
}

.jq-selectbox__dropdown {
	background: #F6F8FF;
	border-radius: 4px;
	width: 100%;
	bottom: -120px !important;
}

.jq-selectbox__dropdown ul {
	margin: 0;
	padding: 0;
}

.jq-selectbox__dropdown ul li {
	height: 55px;
	padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 25px;
	color: #000000;
	cursor: pointer;
	transition: all .5s;
}

.jq-selectbox__dropdown ul li:hover {
	color: #0038FF;
}

.jq-selectbox__trigger-arrow {
	content: "";
    width: 12px;
    height: 12px;
    background-image: url(/wp-content/themes/amlnode/img/arrow-bot.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    position: absolute;
    right: 20px;
    border: none;
    transition: all .5s;
}

.select.opened .jq-selectbox__trigger-arrow {
    transform: rotate(180deg) translateY(50%);
}

.cf7-smart-grid.has-grid .wpcf7-submit {
	background: #0038FF !important;
	border-radius: 4px !important;
	font-style: normal !important;
	font-weight: 500 !important;
	font-size: 18px !important;
	line-height: 22px !important;
	display: flex !important;
	align-items: center !important;
	text-align: center !important;
	color: #FFFFFF !important;
	border: 1px solid transparent !important;
}

.cf7-smart-grid.has-grid .wpcf7-submit:hover {
	border: 1px solid #0038FF !important;
	color: 	#0038FF !important;
	background: transparent !important;
}

.jq-selectbox, .jq-select-multiple {
	width: 100%;
}