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

broker 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: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	/* margin-bottom: 1.5em;*/
}

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

blockquote {
	/* margin: 0 1.5em; */
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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


 



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

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

.post,
.page {
	/* margin: 0 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;
}


/*---------- Выше блок стилей WP---------------*/

*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

*:focus, button:focus {
    outline: none;
}

a {
    color: #5C34FF;
    text-decoration: none;
    background-color: transparent;
}

dl, ol, ul {
	padding-left: 20px;
    margin-top: 0;
    margin-bottom: 1rem;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}

html.js .loader {
	background: none repeat scroll 0 0 #ffffff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}
html.js .loader_inner {
	background-image: url("../img/preloader.gif");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	margin-left: -30px;
	left: 50%;
	top: 50%;
	position: absolute;
}

body,
button,
input,
select,
optgroup,
textarea {

	color: #404040;
	/*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;*/
	font-family: "Lufga", "RobotoRegular", sans-serif;	
	font-size: 1rem;
	line-height: 1.5;
}



body {
	font-family: sans-serif;
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.6;
	font-family: "Lufga", "RobotoRegular", sans-serif;
	overflow-x: hidden;
	background: #F3F3F3;
	padding: 0;
    margin: 0;
}
.hidden {
	display: none;
}

.header {
	padding: 12px 16px 12px 24px;
	border-radius: 50px;
	background: #171717;	
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 60px;
	margin-top: 30px;
}
.logo a {
	display: flex;
    color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
    align-items: center;
    text-decoration: none;
    gap: 5px;
}
.logo a img {
	height: 60px;
    width: 60px;
}
.menu {
    display: flex;
    align-items: center;
    gap: 40px;
}
.menu a {
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.27px;
	text-decoration: none;	
	display: block;
}
.menu a:hover {
	text-decoration: underline;	
}
.menu a.sign {
	display: flex;

	
	padding: 18px 16px;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 100% */
	letter-spacing: -0.27px;
	min-width: 130px;

	border-radius: 30px;
	border: 2px solid #5C34FF;

}
.menu a.sign:hover {
	background: #5C34FF;
	color: #fff;
	text-decoration: none;
}
.hamb {
	display:none;
}	

main {
	/* min-height: 1000px; */
}

footer {
	margin-top: 100px;
	background: #171717;
	padding: 75px 0 55px 0;
}
.footer {
	display: flex;
	align-items: center;
	gap: 40px;
}
.footer-logo a {
	display: flex;
    color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
    align-items: center;
    text-decoration: none;
    gap: 5px;
}
.footer-logo a img {
	height: 60px;
    width: 60px;
}
.footer-menu {
	display: flex;
	justify-content: center;
    gap: 20px;
    width: 100%;	
}

.footer-menu a{
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	text-decoration: none;	
}
.footer-menu a:hover {
	text-decoration: underline;	
}
.footer-content {
	width: 100%;
}
.footer-text {
	margin-top: 30px;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	text-align: center;		
}

.footer-privacy {
	display: flex;
	gap: 30px;
	margin-top: 20px;
	justify-content: center;	
}

.footer-privacy a {
	color: #89898A;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	text-decoration: none;	
}

.footer-privacy a:hover {
	text-decoration: underline;	
}

.wblock {
	border-radius: 30px;
	background: #FFF;
	padding: 32px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.bblock {
	border-radius: 30px;
	background: #171717;
	color: #fff;
	padding: 32px;
	margin-top: 40px;
	margin-bottom: 40px;
}

h1 {
	color: #171717;
	font-size: 52px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	margin:0;
	padding:0;
	margin-bottom: 1rem;
}
.subtitle {
	color: #171717;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.maincalc-block {
	display: flex;
	gap: 40px;
	width: 100%;
    justify-content: space-between;	
}
.maincalc {
	width: 75%;
}
.maincalc-img {
	display: flex;
    width: 25%;
    align-items: center;
    justify-content: center;
}
.maincalc-img img {
	width: 100%;
	max-width: 220px;
	height: auto;
}

.calc-wrap {
	display: flex;
	border-radius: 16px;
	background: #F3F3F3;
	gap: 20px;
	width: 100%;
	margin-top: 20px;
	padding: 24px;

}

#slider-amount {
	margin: 10px 0;
}

.noUi-horizontal {
    height: 6px;
}
.noUi-target {
	border-radius: 10px;
	background: #DCDCDC;
	border: none;
	box-shadow: none;
}
.noUi-connects, .noUi-base {

}
.noUi-handle {
	border: none;
    border-radius: 50%;
    background: #5C34FF;
    cursor: default;
    box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.15);
}
.noUi-connect {
	background: #5C34FF;
}
.noUi-connects {
    border-radius: 10px;
}
.noUi-horizontal .noUi-handle {
	width: 24px;
    height: 24px;
    right: -11px;
    top: -10px;
}
.noUi-handle:after, .noUi-handle:before {
	content: none;
}
.calc {
	width: 100%;
}
.calc-range-text {
	display: flex;
	justify-content: space-between;
}
.calc-range-title {
	font-size: 32px;
}
.calc-range-sum {
	display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 600;
    text-align: right;
    line-height: 120%;
}
#calc-return-value {
	 font-size: 20px;
}

.calc-range-underslider {
	display: flex;
	justify-content: space-between;
}
.calc-button {
	margin-top: 40px;
}
.calc-btn {
	display: flex;
	width: 200px;
	padding: 10px 20px;
	justify-content: center;
	align-items: center;
	border-radius: 60px;
	background: #5C34FF;

	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.3px;
	min-height: 60px;	
	text-decoration: none;
	border: 2px solid #5C34FF;
}
.calc-btn:hover {
	background: #FFF;
	color: #000;
}

.btn-arrow::after {
	/*
	content: url('../img/btn-arrow-w.svg');
	width: 40px;
	height: 40px;
	*/
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MyIgaGVpZ2h0PSI0MiIgdmlld0JveD0iMCAwIDQzIDQyIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTIuNzUgMjkuNzVMMzAuMjUgMTIuMjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CiAgPHBhdGggZD0iTTEyLjc1IDEyLjI1SDMwLjI1VjI5Ljc1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4=');
	width: 40px;
	height: 40px;

    background-repeat: no-repeat;
    background-size: cover;
    content: "";	
}

.btn-arrow:hover::after {
	/* content: url('../img/btn-arrow-b.svg'); */
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MyIgaGVpZ2h0PSI0MiIgdmlld0JveD0iMCAwIDQzIDQyIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTIuNzUgMjkuNzVMMzAuMjUgMTIuMjUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CiAgPHBhdGggZD0iTTEyLjc1IDEyLjI1SDMwLjI1VjI5Ljc1IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4=');
}

.steps3-block h2{
	color: #171717;
	font-size: 42px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	margin: 0;
	padding: 0;
	margin-bottom: 32px;
}

.steps3 {
	display: flex;
	gap: 20px;
}
.step3 {
	border-radius: 16px;
	background: #F3F3F3;
	padding: 24px 20px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	justify-content: flex-end;
	flex: 1;
}
.step3-title {
	color: #171717;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.step3-text {
	color: #171717;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;	
}

.plus-block {}
.pluses {
	display: flex;
	gap: 20px;
}
.plus {
	flex: 1;
	display: flex;
	flex-direction: column;
	border-radius: 16px;
	background: var(--white, #FFF);	
	padding: 20px 18px;
	justify-content: space-between;
	gap: 30px;
}
.plus img {
	height: 26px;
    max-width: 26px;
    width: 100%;
}
.plus-content {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.plus-title {
	color: #171717;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;	
}
.plus-text {
	color: #171717;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;	
}

.who-block {
	margin-top: 80px;
	display: flex;
	gap: 24px;
}
.who-left {
	width: 70%;
	display: flex;
	flex-direction: column;
	padding: 32px;
	border-radius: 16px;
	background: #000;	
	justify-content: space-between;	
}
.who-right {
	width: 30%;
	display: flex;
	border-radius: 16px;
	background: #000;
	align-items: center;
    justify-content: center;	
    padding: 20px;
}
.who-right img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.who-left h2 {
	color: #FFF;
	font-size: 42px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 100% */
	margin: 0;
	padding: 0;
	margin-bottom: 32px;
}
.who-wrap {
	display: flex;
	align-items: flex-end;
    justify-content: space-between;
    width: 100%;
}
.whos {
	width: 50%;
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.who-button {
	width: 50%;
    display: flex;
    justify-content: flex-end;
}
.who-btn {
	display: flex;
	width: 200px;
	padding: 10px 20px;
	justify-content: center;
	align-items: center;
	border-radius: 60px;
	background: #5C34FF;

	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.3px;
	min-height: 60px;	
	text-decoration: none;
	border: 2px solid #5C34FF;	
}
.who-line {
	color: var(--white, #FFF);
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.who-line span {
	color: #89898A;
}

.sert-block {
	padding-bottom: 0px;
}

.sert-block h2 {
	color: #171717;
	font-size: 42px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 100% */
	margin: 0;
	padding: 0;
	margin-bottom: 35px;
}
.serts.owl-theme .owl-nav [class*=owl-]:hover {
	opacity: 0.5;	
    background: transparent;
    color: #FFF;
    text-decoration: none;
}
.serts {
	padding-bottom: 20px;
}

.faqs {
    display: flex;
    flex-direction: column;
    gap: 0;	
}
.faq {
	padding: 24px 0;
	border-bottom: 2px solid #CFCFCF;
}

.question {
	color: #171717;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 120% */
	letter-spacing: -0.4px;

	cursor: pointer;
	display: flex;
	justify-content: space-between;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);	
}
.question:after {
	content: url(img/plus.svg);
	width: 21px;
	height: 21px;
	transition: 0.3s;
	margin-left: 10px;
}
.question.active:after {
	transform: rotate(45deg);
}
.question.active {
	margin-bottom: 24px;
	color: #000;
}
.answer {
	outline: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;	
	color: #171717;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 125% */
	letter-spacing: -0.32px;

}
.answer p, .answer ul {
	margin-top: 0;
}
.faq-block h2 {
	color: #171717;
	font-size: 42px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 100% */
	margin: 0;
	padding: 0;
	margin-bottom: 35px;	
}


.thanks-card3 {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 32px;
	display: flex;
	gap: 20px;
}
.th3-left {
	width: 60%;
}
.th3-right {
	width: 40%;
	border-radius: 16px;
	background: #F3F3F3;
	padding: 24px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;	
}
.thanks h1 {
	color: #171717;
	font-size: 52px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	margin: 0;
	margin-bottom: 32px;
	margin-top: 60px;
}
.th3-h3 {
	color: #767475;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 20px;	
}

.thanks-card3 ol {  
    list-style: none; /* Убираем стандартные маркеры */  
    padding: 0; /* Убираем отступ */  
    counter-reset: item;

}  

.thanks-card3 ol li {  
    position: relative; /* Для размещения псевдоэлемента */  
    padding-left: 50px; /* Отступ для текста, чтобы не накладывался на номер */  
    margin-bottom: 42px; /* Отступ между элементами списка */
	color: #171717;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;    
}  

.thanks-card3 ol li:last-child {
	 margin-bottom: 10px;
}

.thanks-card3 ol li::before {  
    content: counter(item); /* Используем счетчик для нумерации */  
    counter-increment: item; /* Увеличиваем значение счетчика */  
    position: absolute; /* Позиционируем номер */  
    left: 0; /* Сместим номер влево */  
    top: 0; /* Вертикальное выравнивание */  
    width: 36px; /* Ширина круга */  
    height: 36px; /* Высота круга */  
    /* border: 2px solid #333; /* Цвет и толщина границы */  
    border-radius: 50%; /* Это сделает его круглым */  
    display: flex; /* Выравнивание по центру */  
    align-items: center; /* Вертикальное выравнивание */  
    justify-content: center; /* Горизонтальное выравнивание */  
    background-color: #5C34FF; /* Цвет фона круга */  
    color: #ffffff; /* Цвет текста */  
    font-size: 18px; /* Размер шрифта */  
    display: flex; /* Выравнивание по центру */  
    align-items: center; /* Вертикальное выравнивание */  
    justify-content: center; /* Горизонтальное выравнивание */  
    font-weight: 400; /* Жирный шрифт для номера */  
} 
.thanks-card3 ol li .small {
	color: #89898A;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 10px;
}

.th3-right {

}
.th3-text {
	color: #171717;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.th3-title {
	color: #5C34FF;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 20px;	
}
.th3-text a {
	color: #5C34FF;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;	
	text-decoration: none;
}
.th3-text a:hover {
	text-decoration: underline;
}

.th3-right-footer {
	color: #767475;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: space-between;
    gap: 20px;
    margin-top: 60px;
}
.offers-header {
	display: flex;
}
.offers-wrap {
	margin-top: 80px;
}
.offers-header h1{
	color: #171717;
	font-size: 52px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;	
	width: 80%;
}
.offers-header-icon {
	position: relative;
    display: flex;
    width: 20%;
    justify-content: flex-end;
}
.offers-header-icon img {
	width: 100%;
	max-width: 200px;
	height: auto;
	position: absolute;
}

.offers-wrap h2{
	color: #171717;
	font-size: 42px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	margin: 0;
	margin-bottom: 20px;
}

.offers {
	display: flex;
	flex-wrap: wrap;
	row-gap: 20px;
}
.offer {
	border-radius: 16px;
	background: #F3F3F3;
	padding: 20px;
	width:calc( ( 100% - 40px ) / 3 );	
	position: relative;
	display: flex;
    flex-direction: column;
    justify-content: space-between;	
}
.blog-list .offer {
	background: #fff;
	border-radius: 30px;
}



.offer:nth-child(3n-1){
  margin-left:20px;
  margin-right:20px;
}
.offer-header {
	display: flex;
    align-items: center;
    gap: 15px;
	margin-bottom: 10px;
}
.offer-logo {
	background-color: #fff;
	padding: 5px;
	border-radius: 16px;
}
.offer-logo img {
    max-height: 50px;
    height: 100%;
    max-width: 144px;
	/* border-radius: 16px; */
	display: flex;   
}



.offer-name {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3em;
}
.offer-ads {
	color: #171717;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	width: 100%;
	border-bottom: 1px dotted #c1c1c1;
	padding-bottom: 10px;

}
.offer-params {
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.offer-param {
	display: flex;
	justify-content: space-between;
}
.offer-param-title {
	color: #818181;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;	
}
.offer-param-value {
	color: #171717;
	text-align: right;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.offer-button {
	margin-top: 24px;
	position: relative;
}
.offer-btn {
	display: flex;
	width: 100%;
	padding: 10px 20px;
	justify-content: center;
	align-items: center;
	border-radius: 60px;
	background: #5C34FF;

	color: #F3F3F3;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.3px;
	min-height: 60px;	
	text-decoration: none;
	border: 2px solid #5C34FF;
	margin: 0 auto;	
}

.offer-btn:hover {
	background: #F3F3F3;
	color: #000;
}

.offer-more {
	text-align: center;
    margin-top: 10px;
}
.offer-more a {
	font-weight: 500;
    font-size: 18px;	
}
.offer-more a:hover{
	text-decoration: underline;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.breadcrumbs {
	color: #818181;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 30px;	
}
.breadcrumbs a{
	color: #5C34FF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;	
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.breadcrumbs__separator {
	padding: 0 4px;
}
.blog-header {
	margin-top: 20px;
	display: flex;
	width: 100%;
}
.blog-header-content {
	width: 80%;
}
.blog-header-content h1{
	color: #171717;
	font-size: 52px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	margin: 0;	
	margin-bottom: 15px;
}
.subtitle-h1 p {
	margin: 0;
	margin-bottom: 5px;
}
.subtitle-h1 p:last-child {
	margin-bottom: 0px;
}

.blog-header-content .subtitle-h1{
	color: #171717;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.blog-header-icon {
	position: relative;
    display: flex;
    width: 20%;
    justify-content: flex-end;
}
.blog-header-icon img {
	width: 100%;
    max-width: 280px;
    height: auto;
    position: absolute;
    bottom: -40px;
}
.blog-search {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.blog-search form {
	width: 100%;
}
.blog-filter-icon {
    background: #fff;
    border-radius: 50%;
    padding: 17px;
    border: 1px solid #fff;
    display: flex;
    width: 57px;
    height: 57px;
    flex: 0 0 57px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.blog-filter-icon img{
	width: 24px;
	height: 24px;	
}
.blog-filter-icon.active {
	border: 1px solid #5C34FF;
}

.search-container {  
    position: relative;
}  
.search-input {  
    width: 100%;  

	padding: 17px 32px;
	color: #171717;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	border: 1px solid #fff;
	border-radius: 30px;
	background: #FFF;
}  
.search-input:focus, .search-input:hover {
	outline: none;
	border: 1px solid #e3e3e3;
}
.search-input::placeholder {
  color: #818181;
  opacity: 1; /* Firefox */
}
.search-button {  
    position: absolute;  
    right: 15px;  
    top: 52%;  
    transform: translateY(-50%);  
    background: transparent;  
    border: none;  
    cursor: pointer;  
}  

.search-button img {  
    width: 20px;  
    height: 20px;  
}  

.blog-filter h2 {
	color: #171717;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin: 0;	
	margin-bottom: 20px;
}
.blog-filter h3 {
	color: #171717;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;	
	margin: 0;	
	margin-bottom: 8px;
}
.blog-categories {
	margin-bottom: 24px;
}
.blog-categories, .blog-tags {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.blog-categories a, .blog-tags a{
	display: flex;
	align-items: center;
	align-content: center;
	color: #171717;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 12px;
	border-radius: 100px;
	border: 1px solid #818181;
	padding: 12px 16px;
	text-decoration: none;
}

.blog-categories a:hover, .blog-tags a:hover {
	border: 1px solid #6600F1;
	color: #6600F1;
}

.blog-list {
	display: flex;
	flex-wrap: wrap;
	row-gap: 20px;
	margin-top: 40px;
}

.blog-item {
	border-radius: 30px;
	background: #FFF;
	padding: 24px;
	width:calc( ( 100% - 40px ) / 3 );	
	position: relative;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-item:nth-child(3n-1){
	margin-left:20px;
	margin-right:20px;
}
.blog-item-img {
	
}
.blog-item-img img {
	max-width: 100%;
	width: 100%;
	height: auto;
	border-radius: 30px;
	object-fit: cover;
    aspect-ratio: 3 / 2;
    display: block;
}
h4.blog-item-title {
	color: #171717;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 100% */
	letter-spacing: -0.27px;
	margin: 0;
	margin-bottom: 6px;
	margin-top: 20px;
}
.blog-item-text {
	color: #171717;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 150% */
	letter-spacing: -0.18px;

	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; 		
}
.blog-item-footer {
	display: flex;
	justify-content: space-between;
    align-items: center;
    margin-top: 10px;	
}

.blog-item-data {
	color: #818181;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 150% */
	letter-spacing: -0.18px;	
}
.blog-item-readmore a{
	color: #5C34FF;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 100% */
	letter-spacing: -0.18px;
	text-decoration: none;
}
.blog-item-readmore a:hover {
	text-decoration: underline;
}

.article-header {
	display: flex;
	gap: 20px;
}

.hr-inclined-left { 
	margin: 0px auto 35px;
    padding: 0;
    height: 50px;
    border: none;
    border-bottom: 1px solid #ababab;
    box-shadow: 0 20px 20px -20px #858585;
    background-color: transparent;
    width: 95%;
}	
.article-header-content {
	width: 60%;
}
.article-header-img {
	width: 40%;
}
.article-header-img img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	object-fit: cover;
    /* aspect-ratio: 3 / 2;*/
    display: block;
}

.article-header-category {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.article-header-category a {
	color: #5C34FF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
}
.article-header-category a:hover {
	text-decoration: underline;
}

.article-header-content h1 {
	color: #171717;
	font-size: 52px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin: 0;
	padding: 0;
	margin-top: 24px;
}
.article-header-content .subtitle-h1 {
	color: #171717;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	margin-top: 12px;
}
.article-header-meta {
	display: flex;
	gap: 20px;
	margin-top: 30px;
}
.article-header-author, .article-header-author a, .article-header-data{
	color: #818181;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-decoration: none;
}

.article-header-author a:hover {
	color: #5C34FF;
}
.article-content {
	color: #171717;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 155.556% */
}

.article-content blockquote {
    border-left: 4px solid #5c34ff;
    padding-left: 15px;
    padding: 10px 0;
    padding-left: 15px;
    margin: 0;
}

.article-content a {
	
}

.article-content li {
	margin-bottom: 0.75rem;
}
.article-content img {
	display: block;
}
.article-content p {
	margin: 0;
	margin-bottom: 10px;
}

.article-content .table-responsive {  
    overflow-x: auto;  
    -webkit-overflow-scrolling: touch; /* Для плавного скроллинга на iOS */  
}  

.article-content table {  
    width: 100%;  
    border-collapse: collapse; 
    margin-bottom: 10px; 
}  

.article-content th, .article-content td {  
    padding: 8px;  
    text-align: left;  
    border: 1px solid #ddd;  
} 




.author-block .article-header-content h1 {
	margin-top: 15px;
}
.author-block .article-header-img {
	width: 20%;
}
.author-block .article-header-content {
	width: 80%;
}

.blogblock {}
.blogblock h2{
	color: #171717;
	font-size: 42px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 100% */	
	margin: 0;
	margin-bottom: 12px;
}
.blogblock-category {
	display: flex;
	column-gap: 20px;
	flex-wrap: wrap;
}
.blogblock-list {
	display: flex;
	flex-wrap: wrap;
	row-gap: 20px;
	margin-top: 30px;
}

.blogblock-item {
	/* width:calc( ( 100% - 40px ) / 3 );	*/
	width: 100%;
	position: relative;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/*
.blogblock-item:nth-child(3n-1){
	margin-left:20px;
	margin-right:20px;
}
*/
.blogblock-item-img {
	
}
.blogblock-item-img img {
	max-width: 100%;
	width: 100%;
	height: auto;
	border-radius: 30px;
	object-fit: cover;
    aspect-ratio: 3 / 2;
    display: block;
}
h4.blogblock-item-title {
	color: #171717;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 100% */
	letter-spacing: -0.27px;
	margin: 0;
	margin-bottom: 6px;
	margin-top: 20px;
}
.blogblock-item-text {
	color: #171717;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 150% */
	letter-spacing: -0.18px;	
}
.blogblock-item-footer {
	display: flex;
	justify-content: space-between;
    align-items: center;	
}

.blogblock-item-data {
	color: #818181;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 150% */
	letter-spacing: -0.18px;	
}
.blogblock-item-readmore a{
	color: #5C34FF;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 100% */
	letter-spacing: -0.18px;
	text-decoration: none;
}
.blogblock-item-readmore a:hover {
	text-decoration: underline;
}

.blogblock-list.owl-carousel .owl-nav { 
    position: absolute;
    top: -115px;
    right: 0;
    display: flex;
    gap: 0px;   
}
.blogblock-list.owl-carousel .owl-nav.disabled, .blogblock-list.owl-carousel .owl-dots.disabled {
    display: none;
}

.blogblock-list.owl-carousel .owl-nav .owl-prev, .blogblock-list.owl-carousel .owl-nav .owl-next {
    border: none;
    background: transparent;	
}

.blogblock-list.owl-carousel .owl-nav .owl-prev:hover, .blogblock-list.owl-carousel .owl-nav .owl-next:hover {
	opacity: 0.5;
}

.company-wrap {}
.company-header {
	position: relative;
}
.company-header-content {
	max-width: 800px;
	width: 80%;
}
.company-header h1 {
	color: #171717;
	font-size: 52px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	margin: 0;
	margin-bottom: 12px;
}
.company-header .subtitle-h1{
	color: #171717;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 133.333% */	
}
.company-button {
	margin-top: 50px;
}
.company-btn {

	display: flex;
	width: 330px;
	padding: 10px 20px;
	justify-content: center;
	align-items: center;
	border-radius: 60px;
	background: #5C34FF;

	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.3px;
	min-height: 60px;	
	text-decoration: none;
	border: 2px solid #5C34FF;

}
.company-btn:hover {
	background: #FFF;
	color: #000;
	text-decoration: none;
}
.company-header-img {
	position: absolute;
	top: 32px;
	right: 32px;
	border-radius: 32px;
	border: 1px solid #f3f3f3;	
	padding: 8px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.company-header-img img {
	max-width: 84px;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.company-params {
	display: flex;
	flex-wrap: wrap;
	row-gap: 20px;
}

.company-param {
	width:calc( ( 100% - 40px ) / 2 );	
	margin: 0;
}

.company-param:nth-child(2n){
  margin-left:40px;
  margin-right:0px;
}

.company-adv {}
.company-adv h2{
	color: #171717;
	font-size: 42px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	margin: 0;
	margin-bottom: 32px;
}
.company-adv-list {
	display: flex;
	flex-wrap: wrap;
	row-gap: 20px;	
}
.company-adv-item {
	border-radius: 16px;
	background: #F3F3F3;
	width:calc( ( 100% - 40px ) / 3 );	
	padding: 24px;	
}
.company-adv-item:nth-child(3n-1){
  margin-left:20px;
  margin-right:20px;
}
.company-adv-item-icon {
	margin-bottom: 22px;
}
.company-adv-item-icon img{}

.offers-block h2{
	color: #171717;
	font-size: 42px;
	font-style: normal;
	font-weight: 500;
	line-height: 42px;
	margin-bottom: 32px;
}

/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

	.offers-header h1{
		width: 70%;
	}
	.offers-header-icon {
	    width: 30%;
	}
	.offers-header-icon img {
		max-width: 250px;
	}

	.blog-header-content {
		width: 70%;
	}
	.blog-header-icon {
		width: 30%;
	}
	.blog-header-icon img {
		bottom: -30px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

	body.noscroll {
        overflow: hidden;
    }
	.header {
		flex-wrap: wrap;
		padding: 15px 20px 15px 15px;
		border-radius: 30px;
	}
	.logo {
		order: 1;
		width: 70%;
	}
    .menu {
    	display: none;
    	order:3;
    	width: 100%;
		align-items: flex-start;
        gap: 10px;    	

    }
    .menu.open {
    	display: flex;
        flex-direction: column;
        margin-top: 20px;
    }
    .menu a {
    	font-size: 14px;
    }
    .menu a.sign {
		font-size: 14px;
		display: flex;
		width: 100px;
		padding: 8px 11px 5px 11px;
		justify-content: center;
		align-items: center;		
    }
	.hamb {
		order:2;
		width: 30%;
		justify-content: flex-end;
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;	
	}
	.hamb__field {
	    padding: 0px;
	    cursor: pointer;
	}
	.bar {
	    display: block;
	    width: 30px;
	    height: 3px;
	    margin: 6px auto;
	    background-color: #fff;
	    -webkit-transition: 0.2s;
	    -o-transition: 0.2s;
	    transition: 0.2s;
	}

	.hamb__field.active .bar:nth-child(2) {
	    opacity: 0;
	}

	.hamb__field.active .bar:nth-child(1) {
	    -webkit-transform: translateY(9px) rotate(45deg);
	    -ms-transform: translateY(9px) rotate(45deg);
	    transform: translateY(9px) rotate(45deg);
	}

	.hamb__field.active .bar:nth-child(3) {
	    -webkit-transform: translateY(-9px) rotate(-45deg);
	    -ms-transform: translateY(-9px) rotate(-45deg);
	    transform: translateY(-9px) rotate(-45deg);
	}
	
	.logo a {
		max-width: 150px;
		font-size: 16px;
	}
	.logo a img{
		width: 40px;
		height: 40px;
	}


	.footer-logo a {
		max-width: 150px;
		font-size: 16px;
	}
	.footer-logo a img{
		width: 40px;
		height: 40px;
	}
	h1 {
		font-size: 36px;
	}
	.wblock {
	    padding: 20px;
	    /*margin-top: 40px;
	    margin-bottom: 40px;*/
	}	
	.bblock {
	    padding: 20px;
	    /*margin-top: 40px;
	    margin-bottom: 40px;*/
	}	
	.maincalc-block {
		flex-direction: column;
	}
	.maincalc {
		width: 100%;
	}
	.maincalc-img {
		display:none;
	}

/*	
	.maincalc-img {
		width: 100%;
		text-align: center;
	}

	.maincalc-img img {
	    width: 100%;
	    max-width: 300px;
	    height: auto;
	}
*/
	.calc-wrap {
		flex-direction: column;
		gap: 0;
	}
	.calc-button {
		margin-top: 20px;
	}
	.calc-btn {
		max-width: 330px;
		width: 100%;
		font-size: 16px;
		height: 52px;
		margin: 0 auto;
	}
	.btn-arrow::after {
		/* content: url('../img/btn-arrow-w.svg'); */
		background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MyIgaGVpZ2h0PSI0MiIgdmlld0JveD0iMCAwIDQzIDQyIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTIuNzUgMjkuNzVMMzAuMjUgMTIuMjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CiAgPHBhdGggZD0iTTEyLjc1IDEyLjI1SDMwLjI1VjI5Ljc1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4=');
		width: 32px;
		height: 32px;

	    background-repeat: no-repeat;
	    background-size: cover;
	    content: "";		
	}
	.steps3-block h2 {
		font-size: 24px;
		margin-bottom: 16px;
	}
	.step3-title {
		font-size: 18px;
	}
	.step3-text {
		font-size: 14px;
	}
	.pluses {
		flex-wrap: wrap;
	}
	.plus {
		width: 48%;
        flex: auto;
	}
	.plus-title {}
	.plus-text {
		font-size: 14px;
	}
	.plus img {
		height: 20px;
	    max-width: 20px;
	    width: 100%;
	}
	.who-block {
		margin-top: 50px;
	}
	.who-left {
		padding: 24px 18px;
	}
	.who-left h2 {
		font-size: 24px;
		margin-bottom: 24px;
	}
	.who-line {
		font-size: 14px;
	}
	.who-wrap {
		flex-direction: column;
	}
	.whos {
		width: 100%;
		gap: 12px;
	}
	.who-button {
		width: 100%;
	}
	.who-button {
		margin-top: 24px;
	}
	.who-btn {
        width: 100%;
        font-size: 16px;
        height: 52px;
        margin: 0 auto;
	}
	.sert-block h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.sert-block {
		padding-bottom: 0px;
	}
	.faq-block h2 {
		font-size: 24px;
		margin-bottom: 20px;		
	}

	.thanks h1  {
		font-size: 24px;
		margin-bottom: 24px;
		margin-top: 24px;
	}
	.thanks-card3 {
		flex-direction: column;
	}
	.th3-left {
		width: 100%;
	}
	.th3-right {
		width: 100%;
		padding: 16px;
	}
	.th3-title {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.thanks-card3 ol li {
		font-size: 16px;
		margin-bottom: 24px;
		padding-left: 32px;
	}
	.thanks-card3 ol li .small {
		font-size: 12px;
	}
	.thanks-card3 ol li::before {
		content: counter(item);
    	counter-increment: item;
		width: 22px;
    	height: 22px;
    	font-size: 12px;
	}
	.th3-text {
		margin-bottom: 30px;
	}
	.th3-text, .th3-text a {
		font-size: 16px;
	}
	.th3-h3 {
		font-size: 12px;
	}
	.th3-right-footer {
		font-size: 12px;
		gap: 8px;
		margin-top: 0px;
	}
	.th3-right-footer img {
		width: 32px;
	}

	.offers-header h1 {
		font-size: 24px;
		width: 100%;
		margin: 0;
	}	
    .offers-header-icon {
        width: 70px;
    }	
    .offers-header-icon img {
		max-width: 70px;
        bottom: -35px;
    }	
    .offers-wrap h2 {
    	font-size: 32px;
    }
	.offer {
		width:calc( ( 100% - 20px ) / 2 );
		padding: 16px;	
	}
	
	.offer:nth-child(3n-1){
	  margin-left:0px;
	  margin-right:0px;
	}

	.offer:nth-child(2n){
	  margin-left:20px;
	  margin-right:0px;
	}
/*	
	.offer:last-child{
	  margin-left:0px;
	  margin-right:0px;		
	}
*/	
	.breadcrumbs, .breadcrumbs a{
		font-size: 12px;
		margin-top: 20px;
	}
	.blog-header {
		margin-top: 20px;
	}
	.blog-header-content h1 {
		font-size: 24px;
	}
	.blog-header-content .subtitle-h1 {
		font-size: 14px;
	}
	.blog-header-content {
		width: 80%;
	}
	.blog-header-icon {
		width: 20%;
	}	
	.blog-header-icon img {
		bottom: -25px;
	}

	.blog-item {
		width:calc( ( 100% - 20px ) / 2 );
		padding: 20px 16px;	
	}

	.blog-item:nth-child(2n){
	  margin-left:20px;
	  margin-right:0px;
	}
	.article-header {
		flex-direction: column;
	}
	.article-header-content h1 {
		font-size: 36px;
	}
	.article-header-content {
		width: 100%;
	}
	.article-header-img {
		width: 100%;
	}
	.author-block .article-header {
		flex-direction: inherit;
	}
	.author-block .article-header-img {
		width: 20%;
	}
	.author-block .article-header-content {
		width: 80%;
	}

	.hr-inclined-left {
		 display: none;
	}
	.article-content {
		margin-top: 30px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	
	/*Disable Animation on Mobile Devices*/
	.animated {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}
	footer {
		margin-top: 50px;
		padding: 35px 0 35px 0;
	}
	.footer {
		flex-direction: column;
	}
    .steps3 {
		flex-direction: column;
		gap: 16px;
	}
	.step3 {
		padding: 20px 16px;		
	}	
	.pluses {
		flex-direction: column;
		gap: 16px;
	}
	.plus {
		width: 100%;
	}
	.who-block {
		flex-direction: column;
		gap: 16px;
	}
	.who-left {
		width: 100%;
	}
	.who-right {
		width: 100%;
		padding: 0 20px;
	}
	.who-right img {
		max-width: 150px;
		width: 100%;
		height: auto;
	}
	.blog-header-content {
		width: 100%;
	}
	.blog-header-icon {
		display: none;
	}
	.article-header-content h1, .article-content h1{
		font-size: 26px;
	}
	.article-content h2 {
		font-size: 22px;
	}
	.article-content h3 {
		font-size: 20px;
	}
	.article-content h4 {
		font-size: 18px;
	}			
	.article-header-content .subtitle-h1 {
		font-size: 14px;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;	 			
	}
	.article-header-author, .article-header-author a, .article-header-data {
		font-size: 12px;
	}
	.article-content {
		font-size: 14px;
	}
	.company-header h1 {
		font-size: 26px;
	}
	.company-block h1{
		font-size: 26px;
	}
	.company-block h2 {
		font-size: 22px;
	}
	.company-block h3 {
		font-size: 20px;
	}
	.company-block h4 {
		font-size: 18px;
	}	
	.company-header .subtitle-h1 {
		font-size: 16px; 
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;	
	}
	.company-button {
	    margin-top: 20px;
	}	
	.company-header-img {
	    position: absolute;
	    top: 20px;
	    right: 20px;
	    border-radius: 24px;
	}	
	.company-header-img img {
	    max-width: 50px;
	}	
	.company-params {
		flex-direction: column;
	}
	.company-param {
		width: 100%;
		margin: 0;
	}
	.company-param:nth-child(2n) {
	    margin-left: 0px;
	    margin-right: 0px;
	}
	.company-adv-list {
		flex-direction: column;
	}
	.company-adv-item {
		width: 100%;
		margin: 0;		
	}
	.company-adv-item:nth-child(3n-1) {
	    margin-left: 0px;
	    margin-right: 0px;
	}
	.company-btn {
		width: 100%;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 576px) {
	.header {
		margin-top: 24px;
	}
	.footer-menu {
		flex-direction: column;
		align-items: center;
		gap: 8px;
	}
	.wblock {
        padding: 20px 16px;
        margin-top: 24px;
        margin-bottom: 24px;
    } 
	.bblock {
        padding: 20px 16px;
        margin-top: 24px;
        margin-bottom: 24px;
    }     
	.sert-block {
        padding-bottom: 10px;
    }    
    .offer, .offer:nth-child(2n) {
    	width: 100%;
    	margin-left: 0px;
    	margin-right: 0px;
    }

    .blog-item, .blog-item:nth-child(2n) {
    	width: 100%;
    	margin-left: 0px;
    	margin-right: 0px;
    }

	.search-input {  
	    width: 100%;  

		padding: 16px 40px 16px 16px;
		color: #171717;
		font-size: 14px;
		font-style: normal;
		font-weight: 300;
		line-height: normal;
		border: 1px solid #fff;
		border-radius: 30px;
		background: #FFF;
	} 
	.search-button {
		right: 10px;
	}
	.search-button svg {
		width: 16px;
		height: 16px;
	}
	.blog-list {
		margin-top: 24px;
	}
	.blog-search {
		gap: 16px;
	}
	.blog-filter-icon {
		width: 48px;
	    height: 48px;
	    flex: 0 0 48px;
	    padding: 10px;
	}
	.blog-filter-icon img {
	    width: 20px;
	    height: 20px;
	}

	.blogblock-list.owl-carousel .owl-nav { 
		position: relative;
        top: 0;
        right: inherit;
        display: flex;
        gap: 0px;
        justify-content: center; 
	}	
	.article-content img.alignnone {
	    max-width: 100%;
	    width: 100%;
	    height: auto;
	}
	.author-block .article-header {
		flex-direction: column;
	}
	.author-block .article-header-img {
		width: 100%;
		max-width: 200px;
	}
	.author-block .article-header-content {
		width: 100%;
	}
    .company-param {
        width: 100%;
        margin: 0;
    }	
    .company-header-img {
        position: absolute;
        top: 15px;
        right: 15px;
        border-radius: 24px;
        padding: 5px;
    }

    .offerspage .offer-logo img {
        max-height: 30px;
    }
    .offerspage .offer-header {
    	gap: 10px;
    }
	.offers-block h2 {
		font-size: 26px;
		line-height: 130%;
		margin-bottom: 16px;
	} 
	.offers-block h3 {
		font-size: 21px;
		line-height: 130%;
	}
	.offer-params {
		gap: 8px;
	}	   

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 400px) {
	.footer-privacy {
		flex-direction: column;
		align-items: center;
		gap: 10px;		
	}
	h1 {
		font-size: 28px;
	}
	.subtitle {
		font-size: 18px;
	}
	.calc-range-title {
	    font-size: 20px;
	}	
	.calc-range-sum {
		font-size: 14px;
	}
	#calc-return-value {
    	font-size: 18px;
	}

}


/***** modal ****/

.modal-block { 
	position: fixed;
	right:50px;
	bottom: 50px;
	background: #FFFFFF;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 0px 24px rgba(0, 0, 0, 0.16);
	border-radius: 8px;	
}
.modal-block .mb-wrap {
	color: #192028;
	text-align: center;
	width: 480px;
	padding: 24px;	
}
.modal-block .mb-img{}
.modal-block .mb-img img{
	max-height:60px;
}
.modal-block h3 {
	font-weight: bold;
	font-size: 25px;
	line-height: 29px;	
    padding: 0px;
    margin: 0px;	
}
.modal-block  p {
	font-size: 15px;
	line-height: 22px;
}
/*
.modal-block a {
	display: block;
    font-weight: bold;
    font-size: 14px;
    line-height: 12px;
    color: #FFFFFF;
    background: linear-gradient(180deg, #FFA700 0%, #FF8A00 100%);
    border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    padding: 20px 0;
    text-decoration: none;
	cursor:pointer;
}
.modal-block a:hover {
	background: linear-gradient(0deg, #FFA700 0%, #FF8A00 100%);
}
*/
.modal-block .mb-close {
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
	width: 24px;
    height: 24px;
    background: url(img/close.svg) no-repeat;
    background-size: cover;
}

@media screen and (max-width:768px) {
	.modal-block {
		width: 100%;
		bottom:0px;
		right:0px;
		border-top: 2px solid #AEB7C2;
		box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 2px 24px rgba(0, 0, 0, 0.08);
		border-radius: 0px;
	}
	.modal-block .mb-wrap {
		width: initial;
	}
}