/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \*****************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Montserrat-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Verdana";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Verdana.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ArialMT.woff2") format("woff2");
  font-display: swap;
}
/*
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;
}

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

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

/* Forms
--------------------------------------------- */
button,
[type=button],
[type=reset],
[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,
[type=button]:hover,
[type=reset]:hover,
[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

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

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

[type=text]:focus,
[type=email]:focus,
[type=url]:focus,
[type=password]:focus,
[type=search]:focus,
[type=number]:focus,
[type=tel]:focus,
[type=range]:focus,
[type=date]:focus,
[type=month]:focus,
[type=week]:focus,
[type=time]:focus,
[type=datetime]:focus,
[type=datetime-local]:focus,
[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 {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation li {
  position: relative;
}

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

.main-content .comment-navigation,
.main-content .posts-navigation,
.main-content .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-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. */
/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

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

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

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

:root {
  --container-max-width: 1170px;
  --container-padding-x: 15px;
  --color-primary: #303030;
  --color-accent: #47CB57;
  --color-secondary: #5B57CE;
  --color-white: #fff;
  --border-radius-sm: 10px;
  --border-radius: 20px;
  --border-radius-lg: 27px;
  --font-family-primary: "Montserrat", sans-serif;
  --font-family-secondary: "111", sans-serif;
  --font-family-accent: "000", sans-serif;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html * {
  max-height: 1000000px;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  text-size-adjust: 100%;
  font-size: 16px;
}

body {
  font-size: 1rem;
  line-height: 1.2;
  font-family: var(--font-family-primary);
  font-weight: 400;
  color: var(--color-primary);
  background: #fff;
  min-height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column;
}

a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.main-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main-content {
  flex: 1;
  padding-top: 61px;
}

.section-wrap {
  overflow: hidden;
}

.section {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
.section_pt {
  padding-top: 77px;
}
.section_pt-lg {
  padding-top: 108px;
}
.section_pt-sm {
  padding-top: 66px;
}
.section_pt-xs {
  padding-top: 47px;
}
.section_pb {
  padding-bottom: 77px;
}
.section_pb-lg {
  padding-bottom: 108px;
}
.section_pb-sm {
  padding-bottom: 66px;
}
.section_pb-xs {
  padding-bottom: 47px;
}
.section_nopt {
  padding-top: 0 !important;
}
.section_nopb {
  padding-bottom: 0 !important;
}
.section__arrow {
  cursor: pointer;
  width: 77px;
  height: 39px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -20px;
}
.section_dark {
  position: relative;
}
.section_dark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(10, 10, 10, 0.7);
  width: 100%;
  height: 100%;
}
.section_dark .container {
  position: relative;
  z-index: 2;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

a:hover,
button:hover {
  text-decoration: none;
  transition: 0.3s;
}

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

.caption {
  font-size: 30px;
  margin: 0;
  color: #000;
  text-align: left;
}
.caption .caption__cnt_reverse {
  display: flex;
  flex-direction: column;
}
.caption .caption__cnt_reverse .caption__title {
  order: 2;
}
.caption .caption__cnt_reverse .caption__desc {
  order: 1;
  margin-bottom: 0.3em;
}
.caption_white {
  color: #fff;
}
.caption_white .caption__upper-desc, .caption_white .caption__title, .caption_white .caption__desc {
  color: #fff;
}
.caption_center {
  text-align: center;
}
.caption_center .caption__icon {
  justify-content: center;
}
.caption .caption__desc {
  font-weight: 400;
}
.caption_sm {
  font-size: 26px;
}
.caption_mb-sm {
  margin-bottom: 1em;
}
.caption_mb {
  margin-bottom: 1.69em;
}
.caption_mb-lg {
  margin-bottom: 2.3em;
}
.caption__img {
  margin: 0 auto 0;
}
.caption__upper-desc {
  font-size: 20px;
  margin-bottom: 1em;
}
.caption__title {
  font-size: inherit;
  font-weight: 700;
  color: inherit;
  margin: 0;
}
.caption__title + .caption__desc {
  margin-top: 0.3em;
}
.caption__desc {
  color: inherit;
  font-size: 22px;
  font-weight: 500;
}

.ttn {
  text-transform: none !important;
}

.button,
.post-edit-link {
  display: block;
  width: fit-content;
  font-size: 16px;
  color: #fff;
  background: var(--color-accent);
  border-radius: 50px;
  padding: 0.82em min(1.5em, 5%);
  text-decoration: none !important;
  transition: 0.3s;
  text-align: center;
  border: 2px solid var(--color-accent);
  cursor: pointer;
}
.button:hover,
.post-edit-link:hover {
  color: #fff;
  opacity: 0.8;
}
.button:focus,
.post-edit-link:focus {
  color: #fff;
}

.button_sm {
  font-size: 14px;
  padding: 0.8em min(2.28em, 12%);
}
.button_md {
  padding: 1em min(1.5em, 12%);
}
.button_white {
  background: #fff;
  color: var(--color-primary);
  border: 2px solid #fff;
}
.button_white:hover, .button_white:focus {
  color: var(--color-primary);
}
.button_transparent {
  border: 2px solid var(--color-accent);
  background: transparent;
  color: var(--color-primary);
  box-shadow: none;
}
.button_transparent:hover {
  color: var(--color-white);
  background: var(--color-accent);
  opacity: 1;
}
.button_transparent:focus {
  color: var(--color-primary);
}
.button_accent {
  background: var(--color-secondary);
  border-color: var(--color-secondary);
}

.subtitle {
  text-align: center;
  font-weight: 700;
}
.subtitle_mb-lg {
  margin-bottom: 3.18em;
}

.sup-caption {
  text-align: center;
}
.sup-caption_mb {
  margin-bottom: 0.9em;
}
.sup-caption_left {
  text-align: left;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.entry-content table {
  color: #000;
  font-size: 16px;
  border: 1px solid #eaeaea;
}
.entry-content table tr:not(:first-child):hover {
  background: #f7f7f7;
  transition: 0.3s;
}
.entry-content table tr:first-child td {
  font-weight: 700;
}
.entry-content table td {
  padding: 20px;
}

.hidden {
  display: none !important;
}

.breadcrumbs {
  list-style: none;
  overflow: hidden;
  padding: 0;
  color: #9F9F9F;
  font-size: 10px;
  margin: 0;
  line-height: 1.5;
}
.breadcrumbs_mb {
  margin-bottom: 20px;
}
.breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
}
.breadcrumbs li a {
  color: #9F9F9F;
  text-decoration: none;
  border-bottom: 1px solid #9F9F9F;
}
.breadcrumbs li a:hover {
  border-color: transparent;
  transition: 0.3s;
}
.breadcrumbs .separator {
  color: #ccc;
}

.entry-content {
  font-size: 16px;
  line-height: 1.6em;
  /* ==============Post article============== */
  /*  base : headings
  /* ------------------------------------ */
}
.entry-content ul {
  padding-left: 0;
  margin-left: 0;
}
.entry-content ul li {
  list-style-type: none;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.4em;
}
.entry-content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 16px;
  height: 17px;
  background: url("../img/system/li-icon.png") no-repeat 50%/contain;
}
.entry-content ul li:before {
  top: 0.31em;
}
.entry-content a {
  text-decoration: underline;
}
.entry-content p,
.entry-content dd {
  margin-bottom: 1em;
}
.entry-content dt {
  color: #222;
}
.entry-content ul {
  margin: 0 0 15px 0;
}
.entry-content ol ol,
.entry-content ol ul,
.entry-content ul ul,
.entry-content ul ol {
  margin-bottom: 0;
}
.entry-content ol {
  margin: 0 0 15px 30px;
  counter-reset: point;
  list-style: outside none none;
  padding-left: 0;
  margin-left: 0;
}
.entry-content ol li {
  list-style-type: none !important;
  position: relative;
  padding-left: 26px;
}
.entry-content ol li:before {
  content: counter(point, decimal) ".";
  counter-increment: point 1;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 500;
}
.entry-content ol li,
.entry-content ol ul ol li {
  list-style: decimal;
}
.entry-content dt {
  font-weight: 500;
}
.entry-content address {
  margin-bottom: 1em;
}
.entry-content blockquote {
  position: relative;
  font-style: italic;
  margin: 0 0 20px 0;
  padding-left: 50px;
}
.entry-content blockquote p {
  margin-bottom: 0.75em;
}
.entry-content blockquote:before {
  content: "";
  color: #ccc;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../img/quote-left.png");
  width: 32px;
  height: 32px;
}
.entry-content blockquote.twitter-tweet:before {
  content: "\f099";
}
.entry-content code,
.entry-content pre {
  font-family: Monaco, "Courier New", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace;
  font-size: 11px;
}
.entry-content pre {
  padding: 18px 20px;
  margin: 30px 0;
  border: 1px solid #ddd;
  line-height: 19px;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-x: auto;
  overflow-y: hidden;
}
.entry-content code {
  background: #ddd;
  padding: 0 3px;
}
.entry-content ins {
  background: #fff486;
}
.entry-content sub,
.entry-content sup {
  font-size: 62.5%;
}
.entry-content sub {
  vertical-align: sub;
}
.entry-content sup {
  vertical-align: super;
}
.entry-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  color: #222;
  font-weight: 500;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.3;
  margin: 1.5em 0 1em;
}
.entry-content h1 span,
.entry-content h2 span,
.entry-content h3 span,
.entry-content h4 span,
.entry-content h5 span,
.entry-content h6 span {
  color: #bbb;
}
.entry-content h1 {
  font-size: 32px;
}
.entry-content h2 {
  font-size: 34px;
}
.entry-content h3 {
  font-size: 28px;
}
.entry-content h4 {
  font-size: 24px;
}
.entry-content h5 {
  font-size: 20px;
  font-weight: 500;
}
.entry-content h6 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

@media screen and (max-width: 992px) {
  .entry-content {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .entry-content {
    font-size: 15px;
    /* text */
  }
  .entry-content h1 {
    font-size: 30px;
    letter-spacing: -0.7px;
  }
  .entry-content h2 {
    font-size: 26px;
    letter-spacing: -0.5px;
  }
  .entry-content h3 {
    font-size: 24px;
    letter-spacing: -0.3px;
  }
  .entry-content h4 {
    font-size: 22px;
    letter-spacing: -0.3px;
  }
  .entry-content h5 {
    font-size: 18px;
  }
  .entry-content h6 {
    font-size: 16px;
    text-transform: uppercase;
  }
}
@media only screen and (max-width: 576px) {
  .entry-content h1 {
    font-size: 27px;
    letter-spacing: -0.7px;
  }
  .entry-content h2 {
    font-size: 25px;
    letter-spacing: -0.5px;
  }
  .entry-content h3 {
    font-size: 23px;
    letter-spacing: -0.3px;
  }
  .entry-content h4 {
    font-size: 21px;
    letter-spacing: -0.3px;
  }
  .entry-content h5 {
    font-size: 18px;
  }
  .entry-content h6 {
    font-size: 16px;
    text-transform: uppercase;
  }
}
.swiper-block {
  position: relative;
}

.swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.swiper-button-prev, .swiper-button-next {
  width: 40px;
  height: 40px;
}
.swiper-button-prev::after, .swiper-button-next::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: 50%;
}
.swiper-button-prev {
  left: -50px;
}
.swiper-button-prev::after {
  background-image: url("../img/system/arrow_prev.png");
}
.swiper-button-next {
  right: -50px;
}
.swiper-button-next::after {
  background-image: url("../img/system/arrow_next.png");
}
.swiper-arrow_dark {
  color: var(--color-primary);
}
.swiper-button_accent {
  color: var(--color-primary);
}
.swiper-pagination {
  position: static;
}
.swiper-pagination-bullet {
  background: var(--color-primary);
  opacity: 0.7;
  width: 9px;
  height: 9px;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-pagination_mt {
  margin-top: 30px;
}
.swiper__arrow {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: var(--color-primary);
  margin-top: -30px;
}
.swiper__arrow::after {
  content: "";
  width: 0;
  height: 0;
  transform: translate(50%);
  margin: 0;
}
.swiper__arrow-prev::after {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 11px solid #fff;
  margin-right: 14px;
}
.swiper__arrow-next::after {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #fff;
  margin-right: 5px;
}

.swiper-button-wrap {
  display: flex;
  gap: 36px;
}

.swiper_drag-line .swiper-wrapper {
  margin-bottom: 50px;
}

.swiper-scrollbar {
  background: transparent;
  position: relative;
}
.swiper-scrollbar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #BDBDBD;
}

.swiper-scrollbar-drag {
  background: var(--color-accent);
  border-radius: 50%;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 21px;
}

.form__input {
  display: block;
  width: 100%;
  border: 1px solid #b9b9b9;
  font-size: 16px;
  border-radius: 5px;
  background: none;
  padding: 0.95em 1.7em;
}
.form__input_sm {
  padding: 0.69em 1.7em;
}
.form__input_hidden {
  display: none !important;
}
.form__input:focus {
  outline: none !important;
}
.form__input[type=tel] {
  padding-left: 56px;
  background: url(../img/body/flag-icon.svg) no-repeat 23px 50%;
}
.form__item_mb {
  margin-bottom: 10px;
}
.form__item_mb-sm {
  margin-bottom: 12px;
}
.form__item_mb-lg {
  margin-bottom: 18px;
}
.form__item_mb-xl {
  margin-bottom: 30px;
}
.form__item_mt-sm {
  margin-top: 10px;
}
.form__title {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 0.5em;
}
.form__title_sm {
  text-align: center;
  font-weight: 900;
  margin-bottom: 0.6em;
  color: #000;
}
.form__title_sm_sm {
  font-size: 24px;
}
.form__title_mb-sm {
  margin-bottom: 0.4em;
}
.form__desc {
  font-weight: 300;
  margin-bottom: 13px;
  max-width: 331px;
}
.form_light {
  color: #fff;
}
.form_light__title {
  color: #fff;
}
.form_light__desc {
  color: #fff;
}
.form_light .form__input {
  color: #fff;
  border-color: #a79c93;
}
.form_light .form__input::placeholder {
  color: #fff;
}
.form_light .form__input:focus {
  color: #fff;
}
.form__heading {
  color: #000;
  font-size: 14px;
  margin-bottom: 0.55em;
  font-weight: 700;
}
.form__subtitle {
  color: #000;
  margin-bottom: 1.7em;
}
.form__subtitle_sm {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color: #000;
  margin-bottom: 1.4em;
}
.form__desc {
  font-size: 16px;
}
.form__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -11px -22px;
}
.form__col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 11px;
  margin-bottom: 22px;
}
.form__button {
  display: block;
  width: 100%;
  min-width: auto;
}
.form__button_high {
  height: 64px;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.form__button_high, .form__input_high {
  height: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.form__file-label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.form-block_sm {
  max-width: 445px;
  margin-left: auto;
  margin-right: auto;
}
.form-block__button-wrap {
  text-align: center;
}
.form-block__label {
  color: #a4a4a4;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0.5em;
  display: inline-block;
}
.form-block__input {
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  font-size: 14px;
  padding: 1em 1.2em;
}
.form-block__input_mb {
  margin-bottom: 15px;
}
.form-block__input_mb-lg {
  margin-bottom: 28px;
}

.custom-checkbox > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-checkbox > input:not(:disabled):not(:checked) + span:hover::before {
  border-color: #ccc;
}
.custom-checkbox > input:not(:disabled):active + span::before {
  background-color: #ccc;
  border-color: #ccc;
}
.custom-checkbox > input:focus + span::before {
  box-shadow: 0 0 0 0.2rem rgba(88, 88, 88, 0.25);
}
.custom-checkbox > input:focus:not(:checked) + span::before {
  border-color: #80bdff;
}
.custom-checkbox > input:checked + span::before {
  border-color: #575757;
  background-color: #575757;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox > input:disabled + span::before {
  background-color: #e9ecef;
}
.custom-checkbox > span {
  display: inline-flex;
  user-select: none;
  color: #fff;
  font-size: 8px;
}
.custom-checkbox > span::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.radio-field-item_mb {
  margin-bottom: 10px;
}
.radio-field-item__label {
  display: block;
}
.radio-field-item__input {
  display: none;
}
.radio-field-item__input:checked + .radio-field-item__cnt .radio-field-item__circle {
  border-color: var(--color-primary);
}
.radio-field-item__input:checked + .radio-field-item__cnt .radio-field-item__circle::before {
  background-color: var(--color-primary);
  transition: 0.3s;
}
.radio-field-item__cnt {
  display: flex;
  align-items: center;
}
.radio-field-item__circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-right: 8px;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
.radio-field-item__circle::before {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -6px;
}
.radio-field-item__txt {
  display: block;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
}

.file-control {
  position: relative;
  margin: 0;
  width: 100%;
  cursor: pointer;
}
.file-control__row {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}
.file-control__col {
  padding: 0 5px;
}
.file-control__col_1 {
  flex: 0 0 149px;
}
.file-control__input {
  display: none;
}
.file-control__button {
  display: inline-block;
  color: #fff;
  border-radius: 30px;
  cursor: pointer;
  background-color: var(--color-primary);
  transition: 0.3s ease all;
  padding: 5px 16px;
  font-size: 14px;
}
.file-control__button:hover {
  color: #fff;
}
.file-control__text {
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  font-size: 14px;
}

.cookie-popup {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.08);
  padding: clamp(15px, 5vw, 30px);
  color: #303030;
}
.cookie-popup_position {
  max-width: 380px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
}
.cookie-popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 10px;
  height: 10px;
}
.cookie-popup__close:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.cookie-popup__close svg {
  display: block;
}
.cookie-popup__cnt {
  margin-bottom: 15px;
  font-size: 12px;
}
.cookie-popup__cnt p:first-child {
  margin-top: 0;
}
.cookie-popup__cnt p:last-child {
  margin-bottom: 0;
}
.cookie-popup__cnt a {
  color: var(--color-accent);
  text-decoration: none;
  border-bottom: 1px solid var(--color-accent);
}
.cookie-popup__cnt a:hover {
  border-color: transparent;
  transition: 0.3s;
}
.cookie-popup__button {
  font-weight: 700;
  font-size: 13px;
  padding: 0.75em 2em;
  border: 1px solid #46B2CE;
  color: #46B2CE;
  width: fit-content;
  cursor: pointer;
}
.cookie-popup__button:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.custom-checkbox {
  display: flex;
  gap: 10px;
  position: relative;
  cursor: pointer;
  user-select: none;
  line-height: 24px;
  max-width: 330px;
}
.custom-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-checkbox:hover input ~ .checkmark {
  background-color: #ddd;
  border-color: #aaa;
}
.custom-checkbox input:checked ~ .checkmark {
  background-color: var(--color-accent);
  border-color: var(--color-accent);
}
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.checkmark {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #eee;
  border: 2px solid #ccc;
  border-radius: 4px;
  transition: all 0.3s;
  vertical-align: middle;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.checkmark_error {
  border-color: #df6565;
  background: #efdecf;
}

.main-header {
  position: fixed;
  width: 100%;
  z-index: 10;
  padding: 10px 0;
  transition: background 0.4s, padding 0.4s;
  background: #191919;
}
.main-header__col-button {
  display: flex;
}
.main-header__button {
  margin-left: auto;
}
.main-header__email {
  width: fit-content;
  text-decoration: none;
  color: var(--color-white);
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  border-bottom: 1px solid var(--color-white);
  margin-bottom: 2px;
  transition: border-color, color 0.3s;
}
.main-header__email:hover {
  color: var(--color-accent);
  border-color: var(--color-accent);
}
.main-header__phone {
  text-decoration: none;
  color: var(--color-white);
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  transition: color 0.3s;
}
.main-header__phone:hover {
  color: var(--color-accent);
}
.main-header__button {
  border: 2px solid var(--color-accent);
  padding: 8px 20px;
  width: fit-content;
  display: block;
  white-space: nowrap;
}

.main-branding {
  display: flex;
  gap: 11px;
  align-items: center;
}
.main-branding__logo-wrap {
  flex-shrink: 0;
  width: 75px;
}
.main-branding__logo-wrap img {
  display: block;
  max-width: 100%;
  height: auto;
}
.main-branding__title {
  line-height: 1.2;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
}
.main-branding__title a {
  color: #000;
  text-decoration: none;
  display: block;
}
.main-branding__desc {
  font-size: 12px;
  max-width: 175px;
  margin: 0;
  line-height: 1.4;
}
.main-branding__link {
  color: var(--color-primary);
  text-decoration: none;
}

.header-location {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgb(48, 48, 48);
  font-size: 12px;
}
.header-location__icon {
  flex-shrink: 0;
}
.header-location__title {
  font-weight: 700;
}
.header-location__desc {
  font-weight: 300;
  font-style: italic;
  font-size: 12px;
  width: max-content;
}
.header-location__email {
  font-size: 12px;
  align-self: start;
  margin-top: 2px;
  line-height: 1.4;
}
.header-location__email b {
  font-weight: 500;
}
.header-location__email span {
  font-style: italic;
  font-weight: 300;
}
.header-location__address {
  align-self: start;
  margin-top: 2px;
  line-height: 1.4;
  max-width: 160px;
}
.header-location__address b {
  font-weight: 700;
}

.header-phone__details {
  align-self: start;
  display: flex;
  flex-direction: column;
}
.header-phone__title {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #1e1e1e;
}
.header-phone__work {
  font-weight: 400;
  align-self: start;
  margin-top: 2px;
  font-size: 12px;
  color: #1e1e1e;
}

.messages {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.messages__link {
  flex-shrink: 0;
}
.messages__icon:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.header-nav2 ul li {
  list-style-type: none;
  margin: 0;
}
.header-nav2 ul li a {
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.custom-logo {
  display: block;
  max-width: 100%;
  height: auto;
  max-width: 106px;
}

.admin-bar .main-navigation-wrap.fixed-navigation {
  top: 32px;
}

#mobile-check {
  display: none;
}

#fixed-header.show {
  top: 0; /* Показываем элемент */
}

.admin-bar #fixed-header.show {
  top: 32px;
}

body::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  pointer-events: none;
  z-index: 9;
  transition: 0.4s;
}

.menu {
  float: left;
}
.menu li {
  margin-right: 30px;
}

.menu-item {
  position: relative;
}
.menu-item:hover > .sub-menu-wrap {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
  z-index: 2;
}
.menu-item__link-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*padding-right: 15px;*/
}
.menu-item__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--color-white);
  font-size: 14px;
  font-weight: 400;
}
.menu-item__link:hover {
  opacity: 0.8;
}
.menu-item__icon {
  margin-left: 10px;
  position: relative;
  top: -2px;
  /*display: none;*/
  color: var(--color-white);
}
.menu-item__icon svg {
  color: currentColor;
}
.menu-item .sub-menu .menu-item__link {
  display: block;
  padding: 15px 15px;
  background: none;
  border-radius: 0;
  color: var(--color-primary);
}

.main-navigation__main-screen-buttons {
  margin-top: 40px;
}
.main-navigation ul {
  margin: 0;
  padding: 0;
}
.main-navigation .sub-menu .menu-item {
  border-bottom: 1px solid #ddd;
}
.main-navigation .sub-menu .menu-item:last-child {
  border-color: transparent;
}
.main-navigation .sub-menu .menu-item__icon svg {
  transform: rotate(-90deg);
}

/* flexMenu styles */
.flexMenu-viewMore > a {
  background-color: #FF9640;
}

.flexMenu-viewMore.active > a, .flexMenu-viewMore > a:hover {
  background-color: #FF7400;
}

.flexMenu-popup {
  list-style-type: none;
  padding: 0;
  background-color: #fff;
  border: 1px solid #f7f7f7;
  border-radius: var(--border-radius-sm);
  margin: 0;
  padding: 15px !important;
  top: 18px;
}
.flexMenu-popup a {
  display: block;
}
.flexMenu-popup .menu-item {
  margin-bottom: 0.5em;
}
.flexMenu-popup .menu-item:last-child {
  margin-bottom: 0;
}
.flexMenu-popup .menu-item__link {
  color: var(--color-primary);
}

.show-menu_width {
  width: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.show-menu__arrow {
  width: 10px;
  height: 10px;
  background: url("../img/show-menu__arrow.png") no-repeat 50%;
}
.show-menu__dots {
  display: block;
  width: 18px;
  height: 4px;
  background: url("../img/show-menu__dots.png") no-repeat 50%;
}

.sub-menu-production {
  max-width: none;
  width: 900px;
  background: none !important;
  padding-top: 40px;
}
.sub-menu-production__inner {
  background: var(--color-accent);
  padding: 20px;
  border-radius: 16px;
}

.sub-menu-production-item {
  margin: 0;
  padding: 0;
}
.sub-menu-production-item__list li {
  list-style-type: none;
  font-size: 14px;
  padding-left: 0.5em;
  margin-bottom: 0.5em !important;
}
.sub-menu-production-item__list li a {
  color: var(--color-primary);
}
.sub-menu-production-item__title {
  font-weight: 700;
  margin-bottom: 0.5em;
  font-size: 14px;
}
.sub-menu-production-item__title a {
  color: var(--color-primary);
}

#menu-item-313 {
  position: static;
}

#primary-menu {
  position: relative;
}

.button_header-mobile {
  max-width: 280px !important;
  margin-left: auto;
  margin-right: auto;
}

.scroll-icon {
  width: 21px;
  height: 21px;
  border: 1px solid var(--color-secondary);
  position: relative;
  cursor: pointer;
}
.scroll-icon::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 25px;
  background: url("../img/system/scroll-icon__img.png") no-repeat;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
}
.scroll-icon:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.scroll-icon_left {
  margin-bottom: 30px;
}
.scroll-icon_left-mg {
  margin-top: 7px;
}
.scroll-icon_right {
  margin-left: auto;
  margin-top: 10px;
}
.scroll-icon_dark {
  border-color: #C57373;
}
.scroll-icon_dark::before {
  background: url("../img/system/scroll-icon__img_white.png") no-repeat;
}
.scroll-icon_dark-green {
  border-color: var(--color-secondary);
}
.scroll-icon_dark-full {
  background: #4E2222;
  border-color: #4E2222;
}

.its-free {
  background: url("../img/its-free/its-free.png") no-repeat calc(50% + 655px) 100%, var(--color-secondary);
}

.its-free-item {
  padding: clamp(15px, 2.5vw, 26px) clamp(15px, 2.5vw, 26px) clamp(15px, 2.5vw, 29px) clamp(15px, 2.5vw, 35px);
  border: 1px solid rgba(220, 220, 220, 0.2);
  border-radius: var(--border-radius);
  height: 100%;
  color: #fff;
  line-height: 1.25;
}
.its-free-item__title {
  font-weight: 700;
  margin-bottom: 0.3em;
}
.its-free-item__desc {
  font-weight: 400;
}

.its-free-item-icon {
  width: 27px;
  height: 27px;
  background: url("../img/hand/hand-bottom.png") no-repeat 50%/contain;
}
.its-free-item-icon_mb {
  margin-bottom: 15px;
}

.loyalty {
  background: url("../img/loyalty/loyalty.png") no-repeat calc(50% + 355px) 100px/contain;
  overflow: hidden;
  padding-top: 100px;
}
.loyalty .caption {
  position: relative;
}
.loyalty .caption__img {
  position: absolute;
  top: -45px;
}
.loyalty .caption__title {
  line-height: 1.23;
}
.loyalty__container {
  padding-bottom: 60px;
}
.loyalty__img-wrap {
  border: 10px solid rgba(220, 220, 220, 0.2);
  border-radius: var(--border-radius-sm);
  height: 345px;
  position: relative;
}
.loyalty__img {
  position: absolute;
  left: 50%;
  transform: translateX(-63%);
  bottom: -88px;
}
.loyalty__cnt {
  padding-left: 42px;
}
.loyalty__desc {
  font-weight: 400;
}
.loyalty__button {
  margin-top: 30px;
}

.sales-growth {
  background: #F6F6F6;
}
.sales-growth__mtab-body {
  font-size: 18px;
  font-weight: 500;
}

.mtab__header {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 22px;
}
.mtab__button,
.ltag__button {
  font-size: 18px;
  font-weight: 600;
  border-radius: 100px;
  border: 2px solid var(--color-accent);
  padding: 0.9em 1.6em;
  cursor: pointer;
}
.mtab__button span,
.ltag__button span {
  font-weight: 400;
}
.mtab__button_active {
  background: var(--color-accent);
  color: #fff;
}

.b2c__btn-wrap {
  margin-top: 30px;
}
.b2c__button {
  min-width: 209px;
}

.b2c-item {
  background: var(--color-secondary);
  position: relative;
  border-radius: var(--border-radius-sm);
  overflow: hidden;
  color: #fff;
}
.b2c-item_height {
  height: 230px;
}
.b2c-item__bg {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.b2c-item__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(48, 48, 48, 0.8);
}
.b2c-item__title {
  position: absolute;
  left: 17px;
  bottom: 17px;
  z-index: 1;
  font-size: 20px;
  line-height: 100%;
  font-weight: 700;
}
.b2c-item__desc {
  z-index: 1;
  font-weight: 600;
  position: absolute;
  top: 17px;
  right: 17px;
}

.alfa-bank {
  background: url("../img/its-free/its-free.png") no-repeat calc(50% + 715px) 100%, var(--color-secondary);
}
.alfa-bank .caption {
  position: relative;
}
.alfa-bank .caption__img {
  position: absolute;
  top: -45px;
}
.alfa-bank .caption__title {
  line-height: 1.23;
}
.alfa-bank__img-wrap {
  position: relative;
}
.alfa-bank__img {
  position: absolute;
  right: -195px;
  bottom: -151px;
}
.alfa-bank__cnt {
  border: 1px solid rgba(220, 220, 220, 0.2);
  border-radius: var(--border-radius);
  padding: clamp(15px, 2.5vw, 26px) 15px clamp(15px, 2.5vw, 42px) clamp(15px, 2.5vw, 35px);
  line-height: 1.25;
  position: relative;
}
.alfa-bank__desc {
  color: #fff;
  max-width: 637px;
}
.alfa-bank__desc p {
  font-size: 18px;
  line-height: 100%;
}
.alfa-bank__desc p:last-child {
  margin-bottom: 0;
}
.alfa-bank__button {
  margin-top: 30px;
}

.leave-number {
  background: url("../img/leave-number/leave-number.png") no-repeat calc(50% + 290px) 145px, var(--color-secondary);
  overflow: hidden;
  padding-top: 135px;
  padding-bottom: 49px;
  color: #fff;
}
.leave-number .caption {
  position: relative;
  color: #fff;
}
.leave-number .caption__img {
  position: absolute;
  top: -45px;
}
.leave-number .caption__title {
  line-height: 1.23;
}
.leave-number__container {
  padding-bottom: 78px;
}
.leave-number__caption {
  margin-bottom: 0.5em;
}
.leave-number__img-wrap {
  border: 4px solid #FDAF17;
  border-radius: var(--border-radius);
  height: 251px;
  position: relative;
}
.leave-number__img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -140px;
}
.leave-number__cnt {
  padding-left: 42px;
}
.leave-number__desc {
  font-weight: 500;
}
.leave-number__button {
  margin-top: 20px;
}

.neural-networks-item {
  padding: clamp(15px, 2.5vw, 26px) clamp(15px, 2.5vw, 26px) clamp(15px, 2.5vw, 29px) clamp(15px, 2.5vw, 35px);
  border: 1px solid rgba(116, 116, 116, 0.2);
  border-radius: var(--border-radius);
  height: 100%;
  line-height: 1.25;
}
.neural-networks-item__txt {
  font-size: 18px;
  font-weight: 500;
}
.neural-networks-item__desc {
  font-weight: 400;
}

.customization {
  background: #F5F5F5;
}
.customization_benefits .customization-item__title {
  font-weight: 400;
}

.customization-item {
  display: flex;
  align-items: center;
  gap: 22px;
}
.customization-item__img {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  object-fit: contain;
  object-position: 50%;
}
.customization-item__title {
  font-weight: 700;
  line-height: 1.2;
}
.customization-item__desc {
  font-weight: 400;
}

.tarifs {
  background: url("../img/loyalty/loyalty.png") no-repeat calc(50% - 558px) 171px;
}
.caption__title + .tarifs__caption-desc {
  font-weight: 500;
  margin-top: 1em;
}
.tarifs__tarifs-item {
  height: 100%;
  min-height: 510px;
}

.tarifs-item {
  height: 100%;
  background: #fff;
  border-radius: 10px 10px 30px 30px;
  border: 1px solid #F5F5F5;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.tarifs-item__head {
  background: #F5F5F5;
  font-size: 13px;
  padding: 14px 22px;
}
.tarifs-item__body {
  display: flex;
  flex-direction: column;
  padding: 17px 20px;
  height: 100%;
  flex-grow: 1;
}
.tarifs-item__package-name {
  font-weight: 300;
  font-size: 30px;
  color: rgba(0, 0, 0, 0.6705882353);
  margin-bottom: 2.4em;
}
.tarifs-item__price {
  font-weight: 700;
  font-size: 25px;
}
.tarifs-item__price-txt {
  font-size: 14px;
  margin-bottom: 0.8em;
}
.tarifs-item__desc {
  font-size: 11.7px;
  margin-bottom: 2em;
}
.tarifs-item__button-wrap {
  margin-top: auto;
}
.tarifs-item__button {
  width: 100%;
}
.tarifs-item_2 {
  border-color: #5B57CE;
}
.tarifs-item_2 .tarifs-item__head {
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  background: #5B57CE;
}
.tarifs-item_2 .tarifs-item__package-name {
  color: #5B57CE;
}
.tarifs-item_3 {
  border-color: #FDAF17;
}
.tarifs-item_3 .tarifs-item__head {
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  background: #FDAF17;
}
.tarifs-item_3 .tarifs-item__package-name {
  color: #FDAF17;
}

.reviews {
  background: #F4F4F4;
}

.swiper-block.swiper-block--reviews {
  min-width: 0;
  /*width: 100%;
  padding-left: 100px;
  padding-right: 100px;*/
}

.swiper-block.swiper-block--reviews .swiper-button-prev {
  left: calc(50% - 480px - 75px - 20px);
}

.swiper-block.swiper-block--reviews .swiper-button-next {
  right: calc(50% - 480px - 75px - 20px);
}

@media screen and (max-width: 1200px) {
  .swiper-block.swiper-block--reviews .swiper-button-prev {
    left: calc(50% - 420px - 40px - 20px);
  }

  .swiper-block.swiper-block--reviews .swiper-button-next {
    right: calc(50% - 420px - 40px - 20px);
  }
}

.swiper_reviews .swiper-slide {
  width: 960px;
}

@media screen and (max-width: 1200px) {
  .swiper_reviews .swiper-slide {
    width: 860px;
  }
}

@media screen and (max-width: 992px) {
  .swiper_reviews .swiper-slide {
    width: 95%;
  }
}

.reviews-item {
  background: #fff;
  border-radius: var(--border-radius);
  padding: clamp(15px, 2.5vw, 25px);
  color: #060607;

}
.reviews-item__title {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0.87em;
}
.reviews-item__desc {
  font-size: 16px;
  /*min-height: 112px;
  margin-bottom: 23px;*/
}
.reviews-item__desc ul {
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.reviews-item__desc ul li {
  padding-left: 21px;
  list-style-type: none;
  position: relative;
  margin-bottom: 0.6em;
}
.reviews-item__desc ul li::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #060607;
  position: absolute;
  top: 0.5em;
  left: 10px;
}
.reviews-item__desc ul li:last-child {
  margin-bottom: 0;
}
.reviews-item__img {
  border-radius: var(--border-radius-sm);
}
.reviews-item__link {
  display: block;
  /*max-width: 400px;*/
  position: relative;
  /*margin-right: 40px;*/
  width: 100%;
  height: 100%;
}

.reviews-item__link iframe {
  width: 100%;
  border-radius: var(--border-radius-sm);
  overflow: hidden;
}

.reviews-item__link p {
  margin: 0;
}

@media screen and (max-width: 576px) {
  .reviews-item__link {
    /*max-width: 100%;
    margin-right: 0;
    margin-top: 30px;*/
  }
}
.reviews-item__play {
  cursor: pointer;
  width: 44px;
  height: 44px;
  background: url("../img/reviews/play-button.png") no-repeat 50%/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
}

.clients-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.clients-item_height {
  height: 160px;
}
.clients-item__img {
  margin-left: auto;
  margin-right: auto;
}
.contacts-item {
  font-size: 18px;
  line-height: 1.35;
}
.contacts-item span {
  color: #5B57CE;
}
.contacts-item a {
  color: #3D335E;
  text-decoration: none;
  border-bottom: 1px solid #3D335E;
}

.contacts-item .social-block a {
  border-bottom: none;
}

.contacts-item_mb {
  margin-bottom: clamp(20px, 5vw, 38px);
}
.contacts-map {
  height: 424px;
}

.social-block {
  display: flex;
  gap: 14px;
}

.how-work {
  background: url("../img/how-work-bg.png") no-repeat top 556px left calc(50% - 480px), #F6F6F6;
}
.how-work__row {
  margin: 0 -25px;
}
.how-work__col {
  padding: 0 25px;
}

.how-work-item {
  padding: clamp(15px, 2.5vw, 40px) clamp(15px, 2.5vw, 22px);
  position: relative;
  border: 3px solid #E7E7E7;
  background: #fff;
  border-radius: 10px;
  height: 100%;
  min-height: 350px;
}
.how-work-item_accent {
  border-color: var(--color-secondary);
}
.how-work-item__num {
  position: absolute;
  top: -20px;
  left: -20px;
  color: #fff;
  background: var(--color-secondary);
  font-weight: 600;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.how-work-item__title {
  padding-bottom: 12px;
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 13px;
  font-weight: 600;
  font-size: 20px;
}
.how-work-item__title_accent {
  border-color: var(--color-secondary);
}
.how-work-item__desc {
  font-size: 16px;
  font-weight: 400;
}
.how-work-item__bottom-txt {
  font-weight: 500;
  font-size: 16px;
  margin-top: 20px;
}

.tasks-solves {
  background: var(--color-secondary);
  color: #fff;
}
.tasks-solves__button {
  margin-left: auto;
  margin-right: auto;
}

.tasks-solves-item__title {
  font-size: 20px;
  font-weight: 600;
}
.tasks-solves-item__desc {
  padding-left: 25px;
  font-size: 18px;
  font-weight: 400;
}
.tasks-solves-item__col:nth-child(2) .tasks-solves-item__desc {
  border-left: 2px solid #7D79FF;
}

.its-free2 {
  background: url("../img/its-free2-bg.png") no-repeat right calc(50% - 500px) bottom 5px, var(--color-secondary);
  color: #fff;
}
.its-free2__desc {
  line-height: 1.5;
}

.its-free2-items {
  border: 10px solid #7672d2;
  border-radius: 10px;
  padding: clamp(20px, 2.5vw, 45px) clamp(15px, 2.5vw, 35px);
}

.its-free2-item__title {
  padding-left: 37px;
  position: relative;
}
.its-free2-item__title::before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: -5px;
  background: url("../img/hand/hand-right.png") no-repeat 50%/contain;
}

.limitations_cost-implementation {
  background: url("../img/how-work-bg.png") no-repeat top 300px left calc(50% - 480px), #F6F6F6;
}
.limitations__row {
  margin: 0 -25px;
}
.limitations__col {
  padding: 0 25px;
}

@media only screen and (max-width: 768px) {
  .limitations__row {
    margin: 0 -10px;
  }
  .limitations__col {
    padding: 0 10px;
  }
}

.limitations-item {
  padding: clamp(15px, 2.5vw, 40px) clamp(15px, 2.5vw, 22px);
  position: relative;
  border: 3px solid #E7E7E7;
  background: #fff;
  border-radius: 10px;
  height: 100%;
  min-height: 294px;
}
.limitations-item_accent {
  border-color: var(--color-secondary);
}
.limitations-item__num {
  position: absolute;
  top: -20px;
  left: -20px;
  color: #fff;
  background: var(--color-secondary);
  font-weight: 600;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.limitations-item__title {
  padding-bottom: 12px;
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 13px;
  font-weight: 600;
  font-size: 20px;
}
.limitations-item__title_accent {
  border-color: var(--color-secondary);
}
.limitations-item__desc {
  font-size: 16px;
  font-weight: 400;
}
.limitations-item__desc ul {
  margin-left: 0;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
}
.limitations-item__desc p {
  margin: 0.5em 0;
}
.limitations-item__bottom-txt {
  font-weight: 500;
  font-size: 15px;
  margin-top: 20px;
}

.kind-advert__row {
  margin: 0 clamp(-15px, -2.5vw, -20px);
}
.kind-advert__col {
  padding: 0 clamp(15px, 2.5vw, 20px);
}

.kind-advert-item {
  padding: clamp(15px, 2.5vw, 40px) clamp(15px, 2.5vw, 22px);
  position: relative;
  border: 3px solid #E7E7E7;
  background: #fff;
  border-radius: 10px;
  height: 100%;
  min-height: 350px;
  display: flex;
  flex-direction: column;
}
.kind-advert-item_accent {
  border-color: var(--color-secondary);
}
.kind-advert-item__num {
  position: absolute;
  top: -20px;
  left: -20px;
  color: #fff;
  background: var(--color-secondary);
  font-weight: 600;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.kind-advert-item__title {
  padding-bottom: 12px;
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 13px;
  font-weight: 600;
  font-size: 20px;
  min-height: 57px;
}
.kind-advert-item__title_accent {
  border-color: var(--color-secondary);
}
.kind-advert-item__img {
  position: absolute;
  top: -75px;
  right: -30px;
}
.kind-advert-item__desc {
  font-size: 16px;
  font-weight: 400;
}
.kind-advert-item__bottom-txt {
  font-weight: 500;
  font-size: 16px;
  margin-top: 20px;
}
.kind-advert-item__button {
  width: 100%;
  margin-top: auto;
}

.additional-features {
  background: var(--color-secondary);
}

.additional-features-item {
  border-radius: var(--border-radius);
  height: 100%;
  color: #fff;
  line-height: 1.25;
}
.additional-features-item__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0.8em;
  max-width: 362px;
}
.additional-features-item__desc {
  font-size: 18px;
  font-weight: 400;
  max-width: 362px;
}

.additional-features-item-icon {
  width: 18px;
  height: 18px;
  background: url("../img/hand/hand-ok.png") no-repeat 50%/contain;
}
.additional-features-item-icon_mb {
  margin-bottom: 7px;
}

.advert-cost {
  background: #F9F9F9;
}
.advert-cost_outer {
  background-color: #fff;
}

.advert-cost-item {
  border-radius: 10px;
  border: 1px solid #3D335E;
  padding: clamp(15px, 2.5vw, 30px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
}
.advert-cost-item_white .advert-cost-item__button {
  background: #fff;
  color: #303030;
  border: 3px solid var(--color-accent);
}
.advert-cost-item_black {
  background: #363636;
  color: #fff;
}
.advert-cost-item_black .advert-cost-item__price-desc {
  color: #fff;
}
.advert-cost-item_small {
  height: 100%;
  min-height: 305px;
}
.advert-cost-item_large {
  height: 100%;
  min-height: 574px;
  justify-content: flex-end;
}
.advert-cost-item_large .advert-cost-item__inner {
  max-height: 395px;
}
.advert-cost-item_large .advert-cost-item__title {
  min-height: 64px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.advert-cost-item_full {
  min-height: 305px;
  height: 100%;
}
.advert-cost-item_full .advert-cost-item__button {
  width: auto;
}
.advert-cost-item__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.advert-cost-item_outer {
  min-height: 360px;
}
.advert-cost-item__title {
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 1em;
}
.advert-cost-item__price-desc {
  font-weight: 400;
  font-size: 16px;
}
.advert-cost-item__desc {
  font-weight: 500;
}
.advert-cost-item__price {
  font-weight: 700;
  font-size: clamp(22px, 2.5vw, 30px);
}
.advert-cost-item__price-desc {
  font-weight: 400;
  font-size: 16px;
  color: #303030;
}
.advert-cost-item__btn-wrap {
  align-self: flex-start;
  width: 100%;
}
.advert-cost-item__button {
  width: 100%;
  border: 3px solid var(--color-accent);
}
.advert-cost-item__btn-txt {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.advert-cases-item {
  border-radius: 20px;
  background: #FAFAFA;
  padding: clamp(15px, 2.5vw, 25px);
}
.advert-cases-item_large {
  min-height: 218px;
  height: 100%;
}
.advert-cases-item_small {
  min-height: 173px;
  height: 100%;
}
.advert-cases-item__title {
  font-weight: 600;
  font-size: 20px;
}
.advert-cases-item__title_large {
  margin-bottom: 1.55em;
}
.advert-cases-item__title_small {
  margin-bottom: 0.55em;
}
.advert-cases-item__desc {
  font-size: 16px;
  line-height: 1.3;
}
.advert-cases-item__desc p:last-child {
  margin-bottom: 0;
}
.advert-cases-item__desc em {
  font-style: normal;
  font-weight: 700;
  color: var(--color-secondary);
}

.application-tools {
  background: #F6F6F6;
}

.application-tools-item {
  position: relative;
  height: 100%;
  padding: 40px clamp(15px, 2.5vw, 30px) clamp(15px, 2.5vw, 40px);
  border-radius: 10px;
  background: #fff;
}
.application-tools-item__num {
  position: absolute;
  top: -11px;
  left: 35px;
  color: #fff;
  background: #FDAF17;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-weight: 600;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.application-tools-item__title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.6em;
}
.application-tools-item__img {
  border-radius: 10px;
}
.application-tools-item__desc {
  font-weight: 500;
  margin-top: 1.3em;
}

.cost-implementation__row {
  margin: 0 -clamp(15px, 2.5vw, 25px);
}
.cost-implementation__col {
  padding: 0 clamp(15px, 2.5vw, 25px);
}

.cost-implementation-item {
  background: #F6F6F6;
  border-radius: 10px;
  padding: clamp(20px, 2.5vw, 45px) clamp(15px, 2.5vw, 25px);
  line-height: 1.5;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cost-implementation-item_black {
  background: #343434;
  color: #fff;
}
.cost-implementation-item__title {
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  min-height: 85px;
  margin-bottom: 0.72em;
  line-height: 1.1;
}

.cost-implementation-item__desc {
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
}

.cost-implementation-item__desc p:first-child {
  margin-top: 0;
}

.cost-implementation-item__desc p:not(:last-child) {
  margin-bottom: clamp(10px, 2vw, 15px);
}

.cost-implementation-item__desc .opacity-txt {
  opacity: 0.5;
}
.cost-implementation-item__price-cnt {
  text-align: center;
}
.cost-implementation-item__old-title {
  font-size: 14px;
  font-weight: 500;
  color: #969696;
}
.cost-implementation-item__old-price {
  font-weight: 500;
  font-size: 20px;
  text-decoration: line-through;
  color: #969696;
}
.cost-implementation-item__new-title {
  font-size: 14px;
  font-weight: 500;
}
.cost-implementation-item__new-price {
  font-weight: 700;
  font-size: clamp(22px, 2.5vw, 30px);
}
.cost-implementation-item__price-txt {
  font-size: 13px;
  font-weight: 500;
  margin-top: -7px;
}
.cost-implementation-item__button-wrap {
  margin-top: auto;
}
.cost-implementation-item__button {
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  padding: 0.5em 1.7em;
}

.become-partner-item {
  display: flex;
  align-items: flex-start;
  gap: clamp(20px, 5vw, 37px);
}
.become-partner-item__num {
  width: clamp(40px, 5vw, 60px);
  height: clamp(40px, 5vw, 60px);
  border-radius: 50%;
  background: #FDAF17;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 600;
  font-size: clamp(20px, 5vw, 30px);
  flex-shrink: 0;
  color: #fff;
}
.become-partner-item__desc {
  font-size: clamp(16px, 5vw, 18px);
}
.become-partner-item__desc p {
  margin: 0;
  padding: 0;
}

.become-partner-warning {
  border: 2px solid #5B57CE;
  padding: clamp(15px, 2.5vw, 25px);
  border-radius: var(--border-radius);
}
.become-partner-warning__main {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.become-partner-warning__main-title {
  font-size: 18px;
  font-weight: 700;
}

.types-income {
  background: #F6F6F6;
}
.types-income__icon {
  background: url("../img/types-income__icon.png") no-repeat 50%;
  width: 22px;
  height: 22px;
}

.distributor-statuses_outer {
  background-color: #fff;
}

.distributor-statuses-item {
  border-radius: 10px;
  border: 1px solid #3D335E;
  padding: clamp(15px, 2.5vw, 30px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  min-height: 387px;
  height: 100%;
}
.distributor-statuses-item_white .distributor-statuses-item__button {
  background: #fff;
  color: #303030;
  border: 3px solid var(--color-accent);
}
.distributor-statuses-item_black {
  background: #363636;
  color: #fff;
}
.distributor-statuses-item_black .distributor-statuses-item__price-desc {
  color: #fff;
}
.distributor-statuses-item_cnt {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.distributor-statuses-item__title {
  font-weight: 700;
  font-size: clamp(19px, 5vw, 22px);
  margin-bottom: 1em;
}
.distributor-statuses-item__price-desc {
  font-weight: 400;
  font-size: 14px;
}
.distributor-statuses-item__desc {
  font-weight: 500;
}
.distributor-statuses-item__price {
  font-weight: 700;
  font-size: clamp(22px, 2.5vw, 30px);
}
.distributor-statuses-item__price-desc {
  font-weight: 400;
  font-size: 14px;
  color: #303030;
}
.distributor-statuses-item__btn-wrap {
  align-self: flex-start;
  width: 100%;
}
.distributor-statuses-item__button {
  width: 100%;
  border: 3px solid var(--color-accent);
  margin-top: auto;
}

.back-office {
  background: url("../img/back-office.png") no-repeat calc(50% + 333px) 183px;
  overflow: hidden;
}
.back-office .caption {
  position: relative;
}
.back-office .caption__img {
  position: absolute;
  top: -45px;
}
.back-office .caption__title {
  line-height: 1.23;
}
.back-office__container {
  padding-bottom: 78px;
}
.back-office__caption {
  margin-bottom: 0.5em;
}
.back-office__img-wrap {
  border: 4px solid rgba(220, 220, 220, 0.2);
  border-radius: var(--border-radius);
  height: 345px;
  position: relative;
}
.back-office__img {
  position: absolute;
  left: calc(50% + 45px);
  transform: translateX(-50%);
  top: -20px;
}
.back-office__cnt {
  padding-left: 13px;
}
.back-office__desc {
  font-weight: 400;
}
.back-office__button {
  margin-top: 20px;
}

.partners-reviews {
  background: #F4F4F4;
}

.partners-reviews-item {
  background: #fff;
  border-radius: var(--border-radius);
  padding: clamp(15px, 2.5vw, 25px);
  color: #060607;
  min-height: 350px;
  display: flex;
  flex-direction: column;
}
.partners-reviews-item__title {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0.87em;
}
.partners-reviews-item__desc {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 23px;
}
.partners-reviews-item__desc ul {
  margin-left: 0;
  padding-left: 0;
}
.partners-reviews-item__desc ul li {
  padding-left: 21px;
  list-style-type: none;
  position: relative;
  margin-bottom: 0.6em;
}
.partners-reviews-item__desc ul li::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #060607;
  position: absolute;
  top: 0.5em;
  left: 10px;
}
.partners-reviews-item__desc ul li:last-child {
  margin-bottom: 0;
}
.partners-reviews-item__img {
  border-radius: var(--border-radius-sm);
}
.partners-reviews-item__link {
  display: block;
  width: fit-content;
  position: relative;
}
.partners-reviews-item__play {
  cursor: pointer;
  width: 44px;
  height: 44px;
  background: url("../img/reviews/play-button.png") no-repeat 50%/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
}

.video-play {
  border-radius: 44px;
  border: 1px solid #C9C9C9;
  display: flex;
  align-items: center;
  gap: 16px;
  display: flex;
  margin-top: auto;
  max-width: 313px;
}
.video-play__button {
  display: block;
  background: url("../img/video-play__button.png") no-repeat 50%, var(--color-secondary);
  width: 88px;
  height: 44px;
  border-radius: 44px;
}
.video-play__title {
  font-weight: 500;
}

.tarifs-full-item {
  height: 100%;
  background: #fff;
  border-radius: 10px 10px 30px 30px;
  border: 1px solid #FDAF17;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
/*.tarifs-full-item__head {
  background: #F5F5F5;
  font-size: 13px;
  padding: 14px 22px;
}*/
.tarifs-full-item__body {
  display: flex;
  flex-direction: column;
  padding: 17px 20px;
  height: 100%;
  flex-grow: 1;
}
.tarifs-full-item__package-name {
  font-weight: 300;
  font-size: 30px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 0.75em;
  text-align: center;
}
.tarifs-full-item__package-name span {
  font-weight: 700;
  color: #5B57CE;
}
.tarifs-full-item__price {
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
}

.tarifs-full-item__price span {
  font-size: 20px;
  font-weight: 400;
}

.tarifs-full-item__price + .tarifs-full-item__price {
  margin-top: 0.75em;
}
.tarifs-full-item__price-txt {
  font-size: 18px;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  text-align: center;
}
.tarifs-full-item__price-txt2 {
  font-size: 16px;
  margin-bottom: 1.5em;
  text-align: center;
}
/*.tarifs-full-item__price-txt2 p {
   margin: 0.5em 0;
 }*/
.tarifs-full-item__subtitle {
  font-weight: 700;
  font-size: 14px;
}
.tarifs-full-item__desc {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  margin-top: auto;
  /*margin-bottom: clamp(30px, 5vw, 40px);
  min-height: 324px;*/
}

.tarifs-full-item__desc p {
  display: flex;
  align-items: center;
}

.tarifs-full-item__desc p:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2347CB57' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  margin-right: 10px;
  flex-shrink: 0;
}
.tarifs-full-item__desc .opacity-txt p:before {
  display: none;
}

.tarifs-full-item__desc p:not(:last-child){
  margin-bottom: clamp(10px, 2vw, 15px)
}
.tarifs-full-item__desc .opacity-txt {
  color: rgba(6, 6, 7, 0.5);
}
.tarifs-full-item__button-wrap {
  margin-top: 0.5em;
}
.tarifs-full-item__button {
  width: 100%;
}
/*.tarifs-full-item_2 {
  border-color: #5B57CE;
}*/
/*.tarifs-full-item_2 .tarifs-full-item__head {
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  background: #5B57CE;
}*/
/*.tarifs-full-item_2 .tarifs-full-item__package-name {
  color: #5B57CE;
}*/
/*.tarifs-full-item_3 {
  border-color: #FDAF17;
}*/
/*.tarifs-full-item_3 .tarifs-full-item__head {
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  background: #FDAF17;
}*/
/*.tarifs-full-item_3 .tarifs-full-item__package-name {
  color: #FDAF17;
}*/

.contact-form {
  border-radius: var(--border-radius-large);
  backdrop-filter: blur(20px);
  background: #fff;
  padding: clamp(20px, 5vw, 40px) clamp(20px, 5vw, 38px);
  position: relative;
  z-index: 1;
}
.contact-form_icons {
  position: relative;
}
.contact-form_icons::before, .contact-form_icons::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/contact-form_icons.png") no-repeat 50%;
  width: 46px;
  height: 46px;
}
.contact-form_icons::before {
  top: -24px;
}
.contact-form_icons::after {
  bottom: -24px;
}
.contact-form__title {
  text-align: center;
  font-family: var(--font-family-accent);
  font-weight: 400;
  margin-bottom: 1.6em;
  color: var(--color-primary);
}
.contact-form__title_lg {
  font-size: 16px;
}
.contact-form__title_mb {
  margin-bottom: 0.87em;
}
.contact-form__desc {
  font-size: 12px;
  text-align: center;
  margin: 0.75em 0 1.8em;
  color: var(--color-primary);
}
.contact-form__input-wrap {
  margin-bottom: clamp(15px, 2.5vw, 23px);
}
.contact-form__input {
  border-radius: 50px;
  background: none;
  border: 1px solid #EDEDED;
  padding: 10.5px 19px;
  width: 100%;
  font-size: 14px;
  color: #fff !important;
}
.contact-form__input::placeholder {
  color: #fff;
}
.contact-form__input:focus {
  outline: none;
}
.contact-form__submit {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 19px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.contact-form__submit:hover {
  opacity: 0.8;
  transition: 0.3s;
  border-color: var(--color-secondary);
}
.contact-form__submit:hover .contact-form__submit-icon {
  filter: invert(100%);
}
.contact-form__submit-icon {
  background: url("../img/button-icon.png") no-repeat;
  display: block;
  width: 20px;
  height: 20px;
}
.contact-form__privacy {
  font-size: 11px;
  margin-bottom: 0;
  color: #fff;
  line-height: 1.5;
}
.contact-form__privacy a {
  font-size: 11px;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
.contact-form__wrap {
  position: relative;
  padding-bottom: 91px;
}
.contact-form__wrap-img {
  position: absolute;
  bottom: 0;
  left: -425px;
  max-width: none;
}
.contact-form_dark {
  background: #5F6774;
  color: rgb(255, 255, 255);
}
.contact-form_dark .contact-form__input {
  border-radius: 5px;
  background: none;
  border: 1px solid #fff;
  padding: 13px 13px 13px 19px;
  color: #fff !important;
  width: 100%;
  font-size: 10px;
}
.contact-form_dark .contact-form__input:focus {
  outline: none;
}
.contact-form_dark .contact-form__input::placeholder {
  color: #fff;
}

.questions {
  background: url("../img/questions__img.png") no-repeat right calc(50% - 460px) top 220px, #F5F5F5;
}
.questions__button {
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  max-width: 321px;
  width: 100%;
}

.questions-item {
  border-bottom: 1px solid #d0d0d0;
  line-height: 1.5;
  padding-bottom: 8px;
}
.questions-item__title {
  line-height: 1.2;
  padding-right: 15px;
  font-weight: 500;
  cursor: pointer;
}
.questions-item__heading {
  position: relative;
}
.questions-item__heading.active .questions-item__heading-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.questions-item__heading-icon {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  background: url("../img/icon-arr-next.png") no-repeat 50%/contain;
  width: 12px;
  height: 7px;
}

.questions-box {
  background: #FFF3F3;
  padding: 21px 35px 21px 56px;
  border-radius: 100px;
}
.questions-box__title {
  text-transform: uppercase;
  font-size: 38px;
  font-family: var(--font-family-accent);
}
.questions-box__desc {
  font-size: 18px;
}

/*=========*/
.quiz {
  backdrop-filter: blur(10px);
  background: rgba(71, 62, 62, 0.8);
  border-radius: var(--border-radius);
  padding: 50px 50px 50px 68px;
  display: flex;
  align-items: flex-end;
  position: relative;
  height: 358px;
}
.quiz_mt {
  margin-top: 38px;
}
.quiz__step {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-height: 250px;
  height: 100%;
  height: 223px;
  display: none;
}
.quiz__step._show-step {
  display: flex;
}
.quiz__step_3 {
  height: 244px;
}
.quiz__step_4 {
  height: 251px;
}
.quiz__title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.quiz__cnt {
  color: #fff;
}
.quiz__caption {
  text-align: left;
  text-transform: uppercase;
}
.quiz__subcaption {
  margin-bottom: 27px;
}
.quiz__form-inputs {
  max-width: 288px;
}
.quiz__radio-wrap {
  margin-bottom: 8px;
}
.quiz__radio {
  display: none;
}
.quiz__radio + label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-left: 27px;
}
.quiz__radio + label::before {
  content: "";
  width: 17px;
  height: 17px;
  border: 1px solid #888888;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: border-color 0.3s ease;
  margin-top: -2px;
}
.quiz__radio + label:hover::before {
  border-color: var(--color-accent);
}
.quiz__radio + label::after {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: var(--color-accent);
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  margin-top: -2px;
}
.quiz__radio:checked + label::before {
  border-color: var(--color-accent);
}
.quiz__radio:checked + label::after {
  opacity: 1;
}
.quiz__radio-label {
  font-size: 18px;
}
.quiz__radio-label._error-color {
  color: var(--color-accent);
}
.quiz-worker_absolute {
  position: absolute;
  right: 68px;
  bottom: 0;
}
.quiz-worker__img-wrap {
  display: flex;
  align-items: center;
}
.quiz-worker__cnt {
  margin-top: -11px;
  margin-right: -40px;
}
.quiz-worker__message {
  background: #F1FAF8;
  width: 233px;
  border-radius: var(--border-radius-sm);
  position: relative;
  padding: 21px 23px 21px 27px;
  color: #303030;
  font-size: 14px;
}
.quiz-worker__message::after {
  content: "";
  position: absolute;
  top: 17px;
  right: -19px;
  width: 19px;
  height: 19px;
  background: url("../img/quiz-worker__message-after.png") no-repeat;
}
.quiz-worker__name {
  font-size: 12px;
  margin-top: 8px;
}
:root {
  --container-max-width: 1170px;
  --container-padding-x: 15px;
  --color-primary: #303030;
  --color-accent: #47CB57;
  --color-secondary: #5B57CE;
  --color-white: #fff;
  --border-radius-sm: 10px;
  --border-radius: 20px;
  --border-radius-lg: 27px;
  --font-family-primary: "Montserrat", sans-serif;
  --font-family-secondary: "111", sans-serif;
  --font-family-accent: "000", sans-serif;
}

.posts__button-wrap {
  text-align: center;
  margin-top: 40px;
}
.posts__button {
  margin-left: auto;
  margin-right: auto;
}

.posts-item {
  background: #fff;
  border: 3px solid #E7E7E7;
  border-radius: var(--border-radius-sm);
  padding: clamp(20px, 5vw, 35px) clamp(20px, 5vw, 35px) clamp(20px, 5vw, 40px);
  height: 100%;
}
.posts-item__cnt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
.posts-item__title {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 16px;
  max-width: 344px;
}
.posts-item__title a {
  color: #000;
  text-decoration: none;
}
.posts-item__title::after {
  content: "";
  display: block;
  max-width: 290px;
  height: 1px;
  background: #DBDBDB;
  margin-top: 16px;
}
.posts-item__desc {
  font-size: 15px;
  margin-bottom: 25px;
}
.posts-item__row {
  margin-top: auto;
}
.posts-item__date {
  color: #929292;
  font-size: 18px;
  line-height: 1.2;
}
.posts-item__read {
  color: var(--color-accent);
  font-size: 12px;
  text-decoration: none;
  border-bottom: 1px solid var(--color-accent);
  margin-top: auto;
}
.posts-item__read:hover {
  transition: 0.3s;
  border-color: transparent;
}

.main-screen_posts-single {
  padding-bottom: 10px;
}

.posts-single {
  background: #F6F6F6;
}
.posts-single_pb {
  padding-bottom: 30px;
}

.post-benefits__row {
  margin: -160px -4px 0;
}
.post-benefits__col {
  padding: 0 4px;
}
.post-benefits__col:first-child {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.post-benefits__col:first-child .post-benefits-item {
  height: auto;
}

.post-benefits-item {
  background: #fff;
  padding: clamp(15px, 5vw, 35px);
  border-radius: var(--border-radius);
  font-weight: 500;
  height: 100%;
  font-size: 15px;
}
.post-benefits-item_clean {
  background: none;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.post-benefits-item_decision {
  border: 5px solid #959595;
  padding: clamp(15px, 5vw, 43px) clamp(15px, 5vw, 64px);
}
.post-benefits-item__img {
  margin: 0 0 25px !important;
}
.post-benefits-item__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
}
.post-benefits-item__button {
  max-width: 297px;
  width: 100%;
  font-weight: 700;
  padding: 4px;
}

.main-screen {
  background: url("../img/main-screen/main-screen.png") no-repeat calc(50% - 180px) -115px;
  padding-top: 27px;
  padding-bottom: 27px;
  font-weight: 500;
}
.main-screen_blog {
  padding-top: 60px;
  background: url("../img/main-screen/main-screen.png") no-repeat calc(50% - 180px) -115px, url("../img/main-screen-lg.png") no-repeat top 30px right calc(50% - 200px);
}
.main-screen__img-wrap {
  position: relative;
  width: fit-content;
}
.main-screen__caption {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  /*text-transform: uppercase;*/
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 2.65em;
}
.main-screen__desc {
  font-size: 18px;
  padding-left: 37px;
  position: relative;
  margin-bottom: 2.85em;
}
.main-screen__desc::before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: -5px;
  background: url("../img/hand/hand-right.png") no-repeat 50%/contain;
}
.main-screen_how-work .main-screen-item_1 {
  top: 87px;
  left: 94px;
}
.main-screen_how-work .main-screen-item_2 {
  left: -61px;
  top: 242px;
}
.main-screen_how-work .main-screen-item_3 {
  top: auto;
  left: auto;
  right: -40px;
  bottom: 96px;
}
.main-screen_how-work .main-screen-item_1 {
  top: 87px;
  left: 94px;
}
.main-screen_how-work .main-screen-item_2 {
  left: -61px;
  top: 242px;
}
.main-screen_how-work .main-screen-item_3 {
  top: auto;
  left: auto;
  right: -40px;
  bottom: 96px;
}
.main-screen_free-tour .main-screen-item_1 {
  top: 10px;
  left: 190px;
}
.main-screen_free-tour .main-screen-item_2 {
  left: -61px;
  top: 242px;
}
.main-screen_free-tour .main-screen-item_3 {
  top: auto;
  left: auto;
  right: 0;
  bottom: 50px;
}
.main-screen_advert .main-screen-item_1 {
  top: auto;
  left: auto;
  right: -65px;
  bottom: 62px;
}
.main-screen_advert .main-screen-item_2 {
  left: -61px;
  top: 242px;
}
.main-screen_marketing-tools .main-screen-item_1 {
  top: 180px;
  left: auto;
  right: 50px;
  bottom: auto;
}
.main-screen_marketing-tools .main-screen-item_2 {
  left: 0;
  top: 242px;
}
.main-screen_cost-implementation {
  background: url("../img/main-screen/main-screen.png") no-repeat calc(50% - 77px) -388px;
}
.main-screen_cost-implementation .main-screen-item_1 {
  top: 200px;
  left: auto;
  right: -60px;
}
.main-screen_cost-implementation .main-screen-item_2 {
  top: auto;
  left: -45px;
  right: auto;
  bottom: 55px;
}
.main-screen_partners {
  background: url("../img/main-screen/main-screen.png") no-repeat calc(50% + 345px) -115px;
}
.main-screen_partners .main-screen-item_1 {
  top: 88px;
  left: -65px;
  width: 175px;
}
.main-screen_partners .main-screen-item_2 {
  top: 191px;
  left: auto;
  right: -72px;
  width: 163px;
}
.main-screen_partners .main-screen-item_3 {
  top: auto;
  left: -39px;
  right: auto;
  bottom: 28px;
  width: 172px;
}

.posts-section {
  background: url("../img/posts-section.png") no-repeat top 228px left calc(50% - 500px), #F6F6F6;
}

.btn-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 22px;
}
.btn-wrap__button {
  font-weight: 700;
}
.main-screen .btn-wrap__button {
  padding: clamp(1.2em, 2.5vw, 0.82em) clamp(2em, 2.5vw, 0.82em);
}
.btn-wrap__txt {
  font-weight: 500;
  font-size: 20px;
}

.main-screen-item,
.main-screen-advantages-item {
  background: #F6F6F6;
  border-radius: var(--border-radius-sm);
  color: #060607;
  font-size: 14px;
  padding: 12px 12px 16px 20px;
  position: relative;
}
.main-screen-item::before {
  content: "";
  position: absolute;
  top: -9px;
  left: -9px;
  width: 18px;
  height: 18px;
  background: url("../img/hand/hand-ok.png") no-repeat 50%/contain;
}
.main-screen-item_1 {
  position: absolute;
  top: 99px;
  left: -74px;
  width: 156px;
}
.main-screen-item_2 {
  position: absolute;
  top: 244px;
  right: 12px;
  width: 156px;
}
.main-screen-item_3 {
  position: absolute;
  bottom: 146px;
  left: 46px;
  width: 156px;
}
.main-screen-item__title,
.main-screen-advantages-item__title {
  font-size: 16px;
}

.benefits {
  padding: 27px 0 82px;
}
.benefits__subcaption {
  margin-bottom: 1.9em;
}
.benefits__img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.benefits__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px -54px;
}
.benefits__col {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 0 15px;
  margin-bottom: 54px;
}

.benefits-items {
  max-width: 1065px;
  margin: 0 auto;
}

.benefits-item {
  text-align: center;
}
.benefits-item__img-wrap {
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 17px;
}
.benefits-item__txt {
  font-size: 18px;
  line-height: 1.1;
}
.benefits-item__txt p {
  margin-bottom: 0;
}

.tooltip {
  position: relative;
}
.tooltip:hover .tooltip__icon {
  color: #68a2ca;
}
.tooltip:hover .tooltip__text {
  display: block;
}
.tooltip:focus + .tooltip-text {
  display: block;
}
.tooltip__toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: var(--color-primary);
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  padding: 0;
  margin: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.tooltip__icon {
  width: 1px;
  height: 9px;
  color: #83b3d3;
  display: block;
}
.tooltip__text {
  background-color: var(--color-primary);
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-transform: none;
  padding: 15px;
  border-radius: 10px;
  width: 256px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  display: none;
}
.tooltip__text::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  z-index: 10;
  border: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  margin-left: -5px;
  left: 50%;
  border-top: 5px solid var(--color-primary);
  bottom: -4px;
}

.wpcf7 .wpcf7-form {
  max-width: 330px;
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
  color: #fff;
  font-size: 11px;
  font-weight: 300;
}

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

.wpcf7-spinner {
  display: none;
}

input.wpcf7-form-control.wpcf7-submit {
  display: block;
  margin: 0 auto;
}

.wpcf7 form .wpcf7-response-output {
  font-weight: 300;
  margin: 1.5em 0 0;
  font-size: 14px;
  font-family: var(--font-family-accent);
  padding: 1em;
}

.wpcf7-not-valid-tip {
  margin-top: 0.5em;
  font-size: 14px;
}

.menu-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.menu-button__inner {
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--color-accent);
}

.menu-button._open {
  border-color: var(--color-accent);
}
.menu-button._open .menu-button__inner {
  background: var(--color-accent);
}

.menu-button._open span:nth-child(1) {
  width: 18px;
  right: 50%;
  top: 50%;
  transform: rotate(-45deg) translate(50%, -50%);
}

.menu-button._open span:nth-child(2) {
  opacity: 0;
}

.menu-button._open span:nth-child(3) {
  width: 18px;
  right: 50%;
  top: 50%;
  transform: rotate(45deg) translate(50%, -50%);
}

.menu-button span {
  position: absolute;
  display: inline-block;
  background: var(--color-white);
  height: 1px;
  right: 9px;
  width: 15px;
}

.menu-button span:nth-child(1) {
  top: calc(50% - 5px);
  transform-origin: right top;
  transition: 0.4s;
}

.menu-button span:nth-child(2) {
  top: calc(50% - 0px);
}

.menu-button span:nth-child(3) {
  top: calc(50% + 5px);
  transform-origin: right top;
  transition: 0.4s;
}

.pagination-wrap_mt {
  margin-top: 40px;
}

.pagination {
  text-align: center;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
}
.pagination .page-numbers {
  color: #727272;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #727272;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin-right: 8px;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  background-color: #727272;
}
.pagination span.page-numbers {
  color: #cbd3da;
  border-color: #cbd3da;
}

.page-numbers.prev,
.page-numbers.next {
  color: transparent;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  margin-right: 8px;
}
.page-numbers.prev:last-child,
.page-numbers.next:last-child {
  margin-right: 0;
}

.page-numbers.prev {
  background-image: url("../img/arrow-left.svg");
}

.page-numbers.next {
  background-image: url("../img/arrow-right.svg");
}

a.page-numbers:hover {
  border-color: #eb120d;
  background-color: transparent;
}

.page404 {
  background: #f6f6f6;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page404__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  justify-content: flex-end;
}
.page404__col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
.page404__inner {
  padding: 150px 0;
  position: relative;
  text-align: center;
}
.page404__title {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 0.1em;
}
.page404__subtitle {
  font-size: 180px;
  font-weight: 900;
  line-height: 1;
  color: #8b8b8b;
}

@media screen and (max-width: 1200px) {
  .page404__inner:before {
    left: 0;
  }
}
@media screen and (max-width: 992px) {
  .page404__inner {
    text-align: center;
    padding-bottom: 100px;
  }
  .page404__inner:before {
    display: none;
  }
  .page404__col {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 576px) {
  .page404__title {
    font-size: 30px;
    margin-bottom: 1em;
  }
  .page404__subtitle {
    font-size: 140px;
  }
}
.page-id-501 .main-screen_md {
  padding: 150px 0 51px;
}

.datepicker__title {
  color: #353535;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 1em;
}

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

.wpcf7-spinner {
  display: none;
}

input.wpcf7-form-control.wpcf7-submit {
  display: block;
  margin: 0 auto;
}

.popup {
  padding: 42px 37px 45px;
  background: #f7f7f7;
  border-radius: 17px;
  width: 100%;
  max-width: 500px;
  overflow: initial;
}
.popup_lg {
  max-width: 1245px;
}
.popup_sm {
  max-width: 444px;
}
.popup_padding {
  padding: 7px 7px 7px 0;
}
.popup__cnt {
  padding: clamp(20px, 5vw, 70px) clamp(20px, 5vw, 30px) clamp(20px, 5vw, 105px);
}
.popup__item-wrap {
  padding-top: 93px;
  background: url("../img/popup-thanks-bg.jpg") no-repeat;
  background-position: 50% 0;
  border-radius: 17px 17px 0 0;
}
.popup__item-cnt {
  max-width: 245px;
}
.popup__item {
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.popup__item_style {
  border-radius: 17px;
  background: #fff;
}
.popup .fancybox-close-small {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background: var(--color-primary);
  color: #fff;
  border: none;
  padding: 2px;
  top: 10px;
  right: 10px;
  opacity: 1;
}
.popup .fancybox-close-small:hover {
  opacity: 0.7;
}
.popup__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.popup__col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0;
}
.popup .fancybox-close-small {
  border-radius: 50%;
  width: 42px;
  height: 42px;
  background: #ff5959;
  color: #fff;
  border: none;
  padding: 2px;
  top: -15px;
  right: -15px;
  opacity: 1;
}
.popup .fancybox-close-small svg {
  width: 22px;
  height: 22px;
  margin: 0 auto;
}
.popup .fancybox-close-small:hover {
  opacity: 0.7;
}
.popup_success {
  position: relative;
  max-width: 444px;
}
.popup_success::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 248px;
  height: 199px;
  background: url("../img/popup/popup-success__img.png");
}
.popup_success .popup__item {
  padding: 24px 35px 32px;
}
.popup_success .form__title {
  font-size: 26px;
  margin-bottom: 0;
}
.popup_success .form__desc {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
}
.popup_success .popup__item-cnt {
  max-width: 100%;
}
.popup__bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 100%;
  border-radius: 0 17px 17px 0;
}
.popup__bg_phone {
  background-image: url("../img/popup-call-bg.jpg");
}
.popup__bg_cost {
  background-image: url("../img/popup-cost-bg.jpg");
  background-position: 50% 0;
}
.popup-benefits_mb {
  margin-bottom: 35px;
}
.popup-benefits__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px -30px;
}
.popup-benefits__col {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.popup-benefits__item {
  text-align: center;
}
.popup-benefits__title {
  font-weight: 700;
}
.popup__present-wrap {
  text-align: center;
}
.popup__present {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  padding: 8px 18px;
  background: #494949;
  color: #fff;
  border-radius: 8px;
  margin-bottom: 26px;
}
.popup__img {
  position: absolute;
  bottom: 0;
  left: clamp(20px, 5vw, 85px);
}
.popup_style {
  background: none;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 4px solid #FDAF17;
  border-radius: 22px;
  position: relative;
  padding: 0;
}
.popup_style .caption__title {
  color: #fff;
}
.popup_style .caption__desc {
  color: #fff;
}
.popup_style .contact-form__input,
.popup_style .contact-form__submit-wrap {
  max-width: 330px;
}

.fancybox-bg {
  background: none;
}

.fancybox-container {
  background: var(--color-secondary);
  opacity: 1 !important;
  backdrop-filter: blur(20px);
}

@media screen and (max-width: 992px) {
  .popup {
    max-width: 470px;
  }
  .popup__col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .popup .fancybox-close-small {
    top: 15px;
    right: 15px;
  }
  .popup-benefits {
    display: none;
  }
  .popup_padding {
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .popup__item {
    padding-top: 60px;
  }
  .popup_success {
    max-width: 370px;
  }
  .popup_success::after {
    width: 150px;
  }
  .popup .form__title {
    font-size: 18px;
    text-align: center;
  }
}
.main-footer {
  background: var(--color-secondary);
  color: #fff;
  padding: 80px 0 62px;
  line-height: 1.5;
}
.main-footer__title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.main-footer__desc {
  font-size: 14px;
  line-height: 1.5;
}
.main-footer__copy {
  font-size: 14px;
  margin-top: 8px;
}
.main-footer__link {
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
  font-size: 14px;
}
.main-footer__contacts {
  margin: 0;
  padding: 0;
}
.main-footer__contacts li {
  list-style-type: none;
  margin-bottom: 0;
}
.main-footer__contacts li a {
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  font-size: 11px;
  font-weight: 300;
}
.main-footer__contacts li a:hover {
  border-color: transparent;
  transition: 0.3s;
}

.footer-menu {
  margin: 0;
  padding: 0;
  line-height: 1.33;
}
.footer-menu li {
  list-style-type: none;
  margin-bottom: 0;
}
.footer-menu li a {
  color: #AFACFF;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.footer-buttons {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.social-block {
  gap: 10px;
}

.messages__link_black {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background: #060607;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-bottom {
  padding-bottom: 20px;
}
.footer-bottom_mt {
  margin-top: 50px;
}

.footer-mail {
  color: #fff;
  display: flex;
  align-items: flex-start;
  gap: 7px;
}
.footer-mail__img {
  flex-shrink: 0;
}
.footer-mail__link {
  color: #fff;
  font-size: 11px;
}
.footer-mail__desc {
  font-size: 11px;
}

.footer-phone {
  color: #fff;
}
.footer-phone__title {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
.footer-phone__desc {
  font-size: 10px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 13px;
}
.footer-logo__img {
  flex-shrink: 0;
}
.footer-logo__title {
  font-size: 10px;
  font-weight: 500;
  color: #F5F5F5;
  opacity: 0.45;
  max-width: 143px;
  line-height: 1.2;
  margin-top: 0.6em;
}

.article {
  font-size: 18px;
  line-height: 1.6em;
  font-size: 20px;
}
.article a {
  text-decoration: underline;
}
.article dt {
  color: #222;
  font-weight: 600;
}
.article ul {
  margin: 0 0 15px 0;
}
.article ol {
  margin: 0 0 15px 30px;
  counter-reset: point;
  list-style: outside none none;
  padding-left: 0;
  margin-left: 0;
}
.article ol li {
  list-style-type: none !important;
  position: relative;
  padding-left: 26px;
}
.article ol li:before {
  content: counter(point, decimal) ".";
  counter-increment: point 1;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
}
.article address {
  margin-bottom: 1em;
}
.article blockquote {
  position: relative;
  font-style: italic;
  margin: 0 0 20px 0;
  padding-left: 50px;
}
.article blockquote p {
  margin-bottom: 0.75em;
}
.article blockquote:before {
  content: "\f10d";
  color: #ccc;
  font-size: 32px;
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.article blockquote.twitter-tweet:before {
  content: "\f099";
}
.article pre {
  background: url(img/pre.png) repeat top;
  padding: 18px 20px;
  margin: 30px 0;
  border: 1px solid #ddd;
  line-height: 19px;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-x: auto;
  overflow-y: hidden;
}
.article code {
  background: #ddd;
  padding: 0 3px;
}
.article ins {
  background: #fff486;
}
.article sub {
  vertical-align: sub;
}
.article sup {
  vertical-align: super;
}
.article img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.article h1 {
  font-size: 32px;
}
.article h2 {
  font-size: 34px;
}
.article h3 {
  font-size: 28px;
}
.article h4 {
  font-size: 24px;
}
.article h5 {
  font-size: 20px;
  font-weight: 600;
}
.article h6 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.article .p,
.article dd {
  margin-bottom: 1em;
}
.article ol ol,
.article ol ul,
.article ul ul,
.article ul ol {
  margin-bottom: 0;
}
.article ol li,
.article ol ul ol li {
  list-style: decimal;
}
.article code,
.article pre {
  font-family: Monaco, "Courier New", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace;
  font-size: 12px;
}
.article sub,
.article sup {
  font-size: 62.5%;
}
.article h2,
.article h1,
.article h3,
.article h4,
.article h5,
.article h6 {
  color: #222;
  font-weight: 600;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.3;
  margin: 1.5em 0 1em;
}
.article h1 span,
.article h2 span,
.article h3 span,
.article h4 span,
.article h5 span,
.article h6 span {
  color: #bbb;
}

@media only screen and (max-width: 768px) {
  .article {
    font-size: 15px;
  }
  .article h1 {
    font-size: 30px;
    letter-spacing: -0.7px;
  }
  .article h2 {
    font-size: 26px;
    letter-spacing: -0.5px;
  }
  .article h3 {
    font-size: 24px;
    letter-spacing: -0.3px;
  }
  .article h4 {
    font-size: 22px;
    letter-spacing: -0.3px;
  }
  .article h5 {
    font-size: 18px;
  }
  .article h6 {
    font-size: 16px;
    text-transform: uppercase;
  }
}
@media only screen and (max-width: 576px) {
  .article h1 {
    font-size: 27px;
    letter-spacing: -0.7px;
  }
  .article h2 {
    font-size: 25px;
    letter-spacing: -0.5px;
  }
  .article h3 {
    font-size: 23px;
    letter-spacing: -0.3px;
  }
  .article h4 {
    font-size: 21px;
    letter-spacing: -0.3px;
  }
  .article h5 {
    font-size: 18px;
  }
  .article h6 {
    font-size: 16px;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .main-navigation .sub-menu-wrap {
    position: absolute;
    transform: scale(0.5);
    transform-origin: left top;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s;
  }
  .main-navigation ul .sub-menu-wrap {
    background-color: #ffffff;
    left: -9999px;
    margin: 0;
    min-width: 200px;
    opacity: 0;
    position: absolute;
    top: 100%;
    transition: opacity 0.4s ease-in-out 0s;
    z-index: -9999;
  }
  .main-navigation ul .sub-menu-wrap .sub-menu-wrap {
    left: 100%;
    top: 0;
  }
  .main-navigation li {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
  }
  .main-navigation li:last-child {
    margin-right: 0;
  }
  .main-navigation ul > li:hover > .sub-menu-wrap {
    opacity: 1;
    left: 0;
    z-index: 9999;
  }
  .main-navigation ul .sub-menu-wrap .sub-menu-wrap .sub-menu-wrap {
    display: none;
  }
  .main-navigation ul .sub-menu-wrap .sub-menu-wrap li:hover > .sub-menu-wrap {
    display: block;
  }
  .main-navigation ul .sub-menu-wrap li:hover > .sub-menu-wrap {
    opacity: 1;
    left: 100%;
  }
  .main-navigation li li {
    display: block;
  }
  .main-navigation ul li li:first-child > a {
    border-left: none;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: calc(var(--container-max-width) + var(--container-padding-x) * 2);
  }
}
@media screen and (max-width: 1200px) {
  .caption br {
    display: none;
  }
  .subcaption br {
    display: none;
  }
  .main-header__button {
    margin: auto;
  }
  .custom-logo {
    max-width: 100%;
  }
  .site-description {
    width: auto;
  }
  .menu {
    gap: 14px;
  }
  .its-free-item__title br {
    display: none;
  }
  .its-free-item__desc br {
    display: none;
  }
  .alfa-bank__img {
    right: -335px;
  }
  .neural-networks-item__txt br {
    display: none;
  }
  .tarifs-item__desc br {
    display: none;
  }
  .how-work-item {
    min-height: auto;
  }
  .how-work-item br {
    display: none;
  }
  .how-work-item__num {
    left: -10px;
    width: 30px;
    height: 30px;
  }
  .tasks-solves-item__title br {
    display: none;
  }
  .its-free2-item__title br {
    display: none;
  }
  .limitations-item {
    min-height: auto;
  }
  .limitations-item br {
    display: none;
  }
  .limitations-item__num {
    left: -10px;
    width: 30px;
    height: 30px;
  }
  .kind-advert-item {
    min-height: auto;
    position: relative;
  }
  .kind-advert-item br {
    display: none;
  }
  .kind-advert-item__num {
    left: -10px;
    width: 30px;
    height: 30px;
  }
  .kind-advert-item__img {
    max-width: 80px;
    top: -40px;
  }
  .additional-features-item__title br {
    display: none;
  }
  .additional-features-item__desc br {
    display: none;
  }
  .advert-cost-item_large {
    min-height: 450px;
  }
  .advert-cost-item_large .advert-cost-item__inner {
    max-height: 300px;
  }
  .advert-cost-item__desc br {
    display: none;
  }
  .advert-cases-item__title br {
    display: none;
  }
  .application-tools-item br {
    display: none;
  }
  .cost-implementation-item__main-desc br {
    display: none;
  }
  .become-partner-item__desc br {
    display: none;
  }
  .distributor-statuses-item_large {
    min-height: 450px;
  }
  .distributor-statuses-item_large .advert-cost-item__inner {
    max-height: 300px;
  }
  .distributor-statuses-item__desc br {
    display: none;
  }
  .quiz-worker__img-wrap {
    display: block;
    position: relative;
  }
  .quiz-worker__cnt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
  }
  .quiz-worker__name {
    text-align: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 15px;
    background: rgba(71, 62, 62, 0.8);
    border-radius: 30px;
  }
  .quiz-worker__message::after {
    display: none;
  }
  .main-screen {
    padding: 50px 0;
  }
  .main-screen__caption br {
    display: none;
  }
  .main-screen__desc br {
    display: none;
  }
  .main-screen-item_2 {
    top: 177px;
  }
}
@media screen and (max-width: 992px) {
  .main-content {
    padding-top: 95px;
  }
  #mobile-check {
    display: block;
  }
  .main-header__inner {
    margin-bottom: 0;
  }
  .social-items__row {
    margin: 0 -10px;
  }
  .social-items__col {
    padding: 0 10px;
  }
  .header-location__icon {
    margin-left: auto;
    margin-right: auto;
  }
  .header-location__address {
    align-self: center;
  }
  .stop-scroll {
    position: relative;
    overflow: hidden;
    padding-right: 0px;
    transition: 0.4s;
  }
  .stop-scroll::after {
    background: rgba(0, 0, 0, 0.7);
  }
  .main-navigation {
    position: absolute;
    top: 111px;
    right: -130%;
    transition: 0.4s;
    width: 340px;
    padding: 40px 20px;
    padding-top: 15px;
    border-radius: 0px 0px 0px 20px;
    background: var(--color-accent);
    background: #f7f7f7;
    border: 4px solid #e1e1e1;
  }
  .main-navigation._open {
    right: 10px;
  }
  .main-navigation::after {
    content: "";
    position: absolute;
    right: -3998%;
    top: 0;
    width: 4000%;
    height: 100%;
    background: #172021;
    z-index: -1;
    pointer-events: none;
  }
  .main-navigation .sub-menu {
    background: var(--color-white);
    gap: 0;
  }
  .main-navigation .sub-menu .menu-item {
    border-color: #ccc;
  }
  .main-navigation .sub-menu .menu-item:first-child {
    border-top: 1px solid #ccc;
  }
  .main-navigation .sub-menu .menu-item__icon svg {
    transform: rotate(0);
  }
  .main-navigation .menu-item__link {
    color: #000;
  }
  .menu-glavnoe-menyu-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 50px;
    width: 100%;
    max-height: calc(100vh - 140px);
    overflow-y: auto;
  }
  .menu {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
  .menu-item {
    width: 100%;
  }
  .menu-item._open .menu-item__icon {
    transform: rotateX(180deg);
  }
  .menu-item._open .sub-menu {
    opacity: 1;
    pointer-events: auto;
  }
  .menu-item__link {
    padding: 15px 0;
    line-height: 20px;
    letter-spacing: 0px;
    gap: 10px;
    color: var(--color-white);
    border-radius: 0;
    background: none;
  }
  .menu-item__icon {
    display: flex;
    transition: 0.4s;
    width: 15px;
    height: 15px;
    color: var(--color-primary);
    top: 1px;
  }
  .menu-item__icon svg {
    width: 100%;
    height: 100%;
  }
  .sub-menu {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin-top: 0;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 30px;
    border-radius: 0;
    background: none;
    opacity: 0;
    pointer-events: none;
  }
  .sub-menu::after {
    display: none;
  }
  .sub-menu-wrap {
    position: relative;
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
    height: 0;
    overflow: hidden;
  }
  .sub-menu-wrap._support {
    left: auto;
  }
  .sub-menu-wrap._support .sub-menu {
    width: 100%;
  }
  .sub-menu-wrap._support .menu-item__link {
    grid-template-columns: 30px 1fr;
  }
  .sub-menu-wrap._support.menu-item__icon {
    width: 30px;
    height: 30px;
  }
  .sub-menu-wrap._support .sub-menu .menu-item .menu-item__icon img {
    position: relative;
    top: 2px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
  }
  .loyalty__cnt {
    padding-left: 0;
  }
  .loyalty__img {
    max-width: 400px;
  }
  .alfa-bank__img {
    display: none;
  }
  .leave-number__cnt {
    padding-left: 0;
  }
  .leave-number__img {
    max-width: 400px;
  }
  .advert-cost-item_large {
    min-height: 305px;
  }
  .advert-cost-item_small .advert-cost-item__title {
    min-height: 64px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .advert-cases-item_large {
    min-height: auto;
  }
  .advert-cases-item_small {
    min-height: auto;
  }
  .cost-implementation-item__title {
    min-height: auto;
  }
  .cost-implementation-item__desc {
    text-align: center;
  }
  .cost-implementation-item__main-desc br {
    display: block;
  }
  .distributor-statuses-item_large {
    min-height: 305px;
  }
  .distributor-statuses-item_small .distributor-statuses-item__title {
    min-height: 64px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .back-office__cnt {
    padding-left: 0;
  }
  .back-office__img {
    max-width: 400px;
  }
  .quiz {
    padding: 40px;
  }
  .quiz-worker_absolute {
    right: -45px;
  }
  .questions__button {
    margin-right: auto;
  }
  .questions-box {
    border-radius: 50px;
    padding: 33px;
    text-align: center;
  }
  .questions-box__title {
    font-size: 25px;
  }
  .questions-box__desc {
    margin-bottom: 1em;
  }
  .post-benefits__row {
    margin-top: 0;
  }
  .benefits__row {
    justify-content: center;
  }
  .benefits__col {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .class__col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .form__col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .site-title {
    font-size: 14px;
  }
  .header-phone {
    gap: 15px;
  }
  .header-phone__title {
    font-size: 12px;
  }
  .messages {
    column-gap: 10px;
  }
  /*.main-branding__logo-wrap img {
    max-width: 95px;
  }*/
  .main-branding__cnt {
    display: none;
  }
  .main-header_site-branding {
    width: 75px;
    overflow: hidden;
  }
  .tarifs__tarifs-item {
    min-height: auto;
  }
  .tarifs-item__package-name {
    margin-bottom: 1em;
  }
  .distributor-statuses-item {
    min-height: auto;
  }
  .tarifs-full-item {
    min-height: auto;
  }
  .benefits__col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .caption {
    font-size: 20px;
    gap: 15px;
  }
  .subcaption {
    font-size: 16px;
  }
  .button,
  .post-edit-link {
    font-size: 14px;
  }
  .main-content {
    padding-top: 91px;
  }
  .online_online-button-wrap {
    display: block;
  }
  .online-button-wrap__txt {
    margin-top: 15px;
  }
  .online-button-wrap__txt br {
    display: none;
  }
  .form__title {
    font-size: 20px;
  }
  .form__desc {
    font-size: 18px;
  }
  .radio-field_mt {
    margin-top: 0;
  }
  .header-location__desc {
    font-size: 10px;
  }
  .main-navigation {
    width: 100%;
    top: 49px;
    right: 10px;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    transition: 0s;
    border-radius: 0;
    padding-bottom: 15px;
    border-radius: var(--border-radius);
    width: calc(100% - 20px);
  }
  .main-navigation::after {
    display: none;
  }
  .main-navigation._open {
    top: 49px;
    transition: 0.4s;
    opacity: 1;
    pointer-events: auto;
  }
  .main-navigation__box {
    max-height: calc(100vh - 114px);
  }
  .menu-glavnoe-menyu-container::after {
    display: none;
  }
  .stop-scroll::after {
    display: none;
  }
  .main-navigation {
    text-align: center;
    padding: 15px;
  }
  .main-navigation .button {
    width: 100%;
    max-width: 100%;
  }
  .header-location_inner {
    display: block;
    text-align: center;
    margin-bottom: 28px;
  }
  .menu-item {
    border: none;
  }
  .menu-item__link,
  .menu-item__link-wrap {
    justify-content: center;
  }
  .loyalty__img-wrap {
    height: 172px;
  }
  .loyalty__img {
    max-width: 250px;
  }
  .mtab__header {
    gap: 13px;
  }
  .mtab__button,
  .ltag__button {
    font-size: 13px;
    padding: 0.9em 1.2em;
  }
  .leave-number {
    padding-bottom: 0;
  }
  .leave-number__img-wrap {
    height: 172px;
  }
  .leave-number__img {
    max-width: 250px;
    bottom: -82px;
  }
  .kind-advert-item__img {
    display: none;
  }
  .custom-checkbox > span br {
    display: none;
  }
  .quiz {
    padding: 30px;
  }
  .quiz__title {
    font-size: 18px;
    margin-bottom: 0.5em;
  }
  .quiz__radio-label {
    font-size: 16px;
  }
  .questions-box {
    border-radius: 30px;
    padding: 25px;
  }
  .questions-box__title {
    font-size: 19px;
  }
  .posts-item__title {
    font-size: 18px;
  }
  .main-screen__caption {
    margin-bottom: 1.5em;
  }
  .main-screen__txt br {
    display: none;
  }
  .benefits-item__txt {
    font-size: 16px;
  }
  .class__col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 460px) {
  .main-content {
    padding-top: 113px;
  }
}


/** НОВЫЕ БЛОКИ */
.about {
  background: url("../img/about-bg.png") no-repeat 100%/cover, var(--color-secondary);
  overflow: hidden;
  padding-top: 96px;
  padding-bottom: 113px;
  color: var(--color-white);
}

.about__text {
  font-weight: 500;
  font-size: 18px;
}

.about__left .about__text {
  position: relative;
  padding-left: 37px;
}

.about__left .about__text::before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: -5px;
  background: url("../img/hand/hand-right.png") no-repeat 50%/contain;
}

.about__right {
  position: relative;
  background-color: var(--color-white);
  color: var(--color-primary);
  padding: clamp(15px, 2.5vw, 30px) clamp(15px, 2.5vw, 70px) clamp(15px, 2.5vw, 40px) clamp(15px, 2.5vw, 60px);
  border-radius: var(--border-radius);
}

.about__icon {
  position: absolute;
  top: -40px;
  right: 40px;
  width: 64px;
  height: 64px;
  background: url(../img/caution.png) no-repeat 50% / contain;
}

.work-process {
	background-color: #F6F6F6;
}

.work-process__btn-wrap {
  margin-top: 40px;
}
.work-process__button {
  min-width: 209px;
}

.work-process-item {
  height: 100%;
  background: var(--color-secondary);
  border-radius: var(--border-radius-sm);
  padding: clamp(15px, 10.5vw, 75px) clamp(15px, 2.5vw, 20px) clamp(15px, 2.5vw, 29px) clamp(15px, 2.5vw, 20px);
  overflow: hidden;
  color: #fff;
  min-height: 365px;
}

@media only screen and (max-width: 768px) {
	.work-process-item {
		min-height: 320px;
	}
}

.work-process .col-lg-4.col-md-6:nth-child(even) .work-process-item {
  background: var(--color-primary);
}

.work-process-item__img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-bottom: 20px;
}

.work-process-item__title {
  font-size: 20px;
  line-height: 100%;
  font-weight: 700;
  margin-bottom: 10px;
}
.work-process-item__desc {
  font-size: 18px;
  line-height: 100%;
}

.business-stats {
  background: url("../img/its-free/its-free.png") no-repeat calc(50% + 715px) 100%, var(--color-secondary);
  padding-top: 96px;
  padding-bottom: 90px;
  color: var(--color-white);
}

.business-stats-item {
	padding: clamp(15px, 2.5vw, 26px) clamp(15px, 2.5vw, 26px) clamp(15px, 2.5vw, 29px) clamp(15px, 2.5vw, 35px);
    border: 1px solid rgba(220, 220, 220, 0.2);
    border-radius: var(--border-radius);
    height: 100%;
    line-height: 1.25;
}

.business-stats-item__title {
  font-size: 40px;
  line-height: 100%;
  font-weight: 700;
  position: relative;
  padding-left: 37px;
  margin-bottom: 10px;
}

.business-stats-item__title::before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 9px;
  background: url("../img/hand/hand-right.png") no-repeat 50%/contain;
}

.business-stats-item__desk {
  font-size: 20px;
  line-height: 100%;
  font-weight: 500;
}

.profit-tools-item {
  background: var(--profit-tools-item-bg) no-repeat 100%/cover, #373737;
  padding: clamp(15px, 2.5vw, 35px) clamp(15px, 2.5vw, 30px) clamp(15px, 2.5vw, 29px) clamp(15px, 2.5vw, 30px);
  border-radius: var(--border-radius-sm);
  height: 100%;
  color: var(--color-white);
}

.profit-tools-item__title {
  font-size: 20px;
  line-height: 100%;
  font-weight: 700;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.profit-tools-item__title:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 65px;
  background-color: var(--color-white);
}

.profit-tools-item__desk {
  font-size: 17px;
  line-height: 100%;
  font-weight: 500;
}

.begin-with-uds {
  background-color: #191919;
  padding-top: 95px;
  padding-bottom: 95px;
  color: var(--color-white);
}

.begin-with-uds__cards {
  margin-top: 60px;
}

.begin-with-uds-item {
  padding: clamp(120px, 10.5vw, 130px) clamp(20px, 2.5vw, 35px) clamp(15px, 2.5vw, 30px);
  border-radius: var(--border-radius);
  border: 1px solid rgba(220, 220, 220, 0.2);
  height: 100%;
  position: relative;
}

.begin-with-uds-item:before {
  content: '';
  position: absolute;
  width: 75px;
  height: 75px;
  top: -35px;
  right: 20px;
  background: url("../img/system/cross.png") no-repeat 50%/contain;
}

.begin-with-uds-item__img {
  position: absolute;
  top: -30px;
  left: 0;
  width: 150px;
  height: 150px;
  object-fit: cover;
}

.begin-with-uds-item__icon {
  width: 25px;
  height: 25px;
  background: url("../img/hand/hand-bottom.png") no-repeat 50%/contain;
  margin-bottom: 20px;
}

.begin-with-uds-item__title {
  font-size: 20px;
  line-height: 100%;
  font-weight: 700;
  margin-bottom: 20px;
}

.begin-with-uds-item__desc {
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 20px;
}

.begin-with-uds-item__button-wrap {
  margin-top: auto;
}

.begin-with-uds-item__button {
  width: 100%;
}

.integration {
  background: url("../img/its-free/its-free.png") no-repeat calc(50% + 400px) 90%, var(--color-secondary);
  padding-top: 60px;
  padding-bottom: 140px;
  color: var(--color-white);
}

.integration-item {
  border-radius: var(--border-radius-sm);
  background-color: var(--color-white);
}

.integration-item__img {
  max-height: 100%;
  height: auto;
  object-fit: cover;
}

.integration__popup {
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
  border-color: #6D69EA;
}

.options-implementation {
  background-color: var(--color-secondary);
}

.options-implementation-item {
  padding: clamp(15px, 2.5vw, 30px) clamp(15px, 2.5vw, 40px) clamp(15px, 2.5vw, 40px) clamp(15px, 2.5vw, 30px);
  border-radius: var(--border-radius-sm);
  background-color: var(--color-white);
  height: 100%;
  position: relative;
}

.options-implementation-item:before {
  content: '';
  position: absolute;
  top: 90px;
  left: 0;
  display: block;
  height: 1px;
  width: 100%;
  background-color: #E1E1E1;
}

.options-implementation-item__img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  position: absolute;
  top: -30px;
  left: -15px;
}

.options-implementation-item__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  padding-left: 50px;
  padding-bottom: 25px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .options-implementation-item__img {
    width: 90px;
    height: 90px;
    top: -15px;
    left: -15px;
  }
  .options-implementation-item:before {
    top: 60px;
  }

  .options-implementation-item__title {
    padding-bottom: 0;
    margin-bottom: 20px;
  }
}

.options-implementation-item__desc p {
  display: flex;
  align-items: center;
}

.options-implementation-item__desc p:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2347CB57' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  margin-right: 10px;
  flex-shrink: 0;
}

.options-implementation-item__desc p:not(:last-child){
  margin-bottom: clamp(10px, 2vw, 15px)
}

.options-implementation-item__txt {
  margin-top: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.options-implementation-item__button-wrap {
  margin-top: 30px;
}


.rtab__header {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 22px;
}
.rtab__button {
  font-size: 18px;
  font-weight: 600;
  border-radius: 100px;
  border: 2px solid var(--color-accent);
  padding: 0.9em 1.6em;
  cursor: pointer;
}
.rtab__button span {
  font-weight: 400;
}
.rtab__button_active {
  background: var(--color-accent);
  color: #fff;
}

@media screen and (max-width: 576px) {
  .rtab__header {
    gap: 13px;
  }
  .rtab__button {
    font-size: 13px;
    padding: 0.9em 1.2em;
  }
}

.tarifs-full__text {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  margin-top: -1.3em;
  margin-bottom: 1.5em;
  color: #ff4423;
}

@media screen and (max-width: 1200px) {
  .tarifs-full__text br {
    display: none;
  }
}

.tarifs-full-promo {
  margin-top: 4em;
}

.tarifs-full-promo__title {
  font-size: 30px;
}

.tarifs-full-promo__desc {
  font-weight: 500;
}

.ttab__header {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 13px 22px;
}
.ttab__button {
  font-size: 18px;
  font-weight: 600;
  border-radius: 100px;
  border: 2px solid var(--color-accent);
  padding: 0.9em 2.6em;
  cursor: pointer;
}
.ttab__button span {
  font-weight: 400;
}
.ttab__button_active {
  background: var(--color-accent);
  color: #fff;
}

@media screen and (max-width: 576px) {
  .ttab__header {
    gap: 13px;
  }
  .ttab__button {
    font-size: 13px;
    padding: 0.9em 1.2em;
  }
}

/** NEW STYLES **/
.breadcrumb {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 20px;
  color: var(--color-primary);
}

.breadcrumb a {
  color: var(--color-primary);
  padding-left: 8px;
  padding-right: 8px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.breadcrumb_last {
  color: var(--color-secondary);
  padding-left: 8px;
  padding-right: 8px;
}

.promo-banner {
  position: relative;
  overflow: hidden;

  padding: 40px 55px;
  min-height: 400px;
  border-radius: 12px;

  background: linear-gradient(90deg, #1258ff 0%, #2b89ff 100%);
  color: #fff;
}

/* Верхняя строка */
.promo-banner__head {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-bottom: 32px;
  position: relative;
  z-index: 3;
}

/* Логотипы */
.promo-banner__logo img {
  display: block;
  width: auto;
  height: 40px;
  object-fit: contain;
}

/* Контент */
.promo-banner__content {
  max-width: 720px;
  position: relative;
  z-index: 2;
}

.promo-banner__title {
  margin-bottom: 28px;
  font-weight: 700;
  color: #fff;
}

/* Картинка */
.promo-banner__visual {
  position: absolute;
  right: 0;
  bottom: 0;

  z-index: 1;
  pointer-events: none;
}

.promo-banner__image img {
  width: 500px;
}

/* Планшет */
@media (max-width: 992px) {
  .promo-banner {
    padding: 36px 32px;
    border-radius: 20px;
  }

  .promo-banner__head {
    margin-bottom: 28px;
  }

  .promo-banner__title {
    margin-bottom: 24px;
  }

  .promo-banner__content {
    max-width: 100%;
    padding-right: 180px;
  }
}

/* Мобильный */
@media (max-width: 576px) {
  .promo-banner {
    padding: 28px 20px;
    border-radius: 18px;
  }

  .promo-banner__head {
    margin-bottom: 22px;
  }

  .promo-banner__title {
    margin-bottom: 18px;
  }

  .promo-banner__content {
    padding-right: 0;
  }

  .promo-banner__visual {
    position: static;
  }

  .promo-banner__image img {
    width: 100%;
  }
}

.compatibility-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(8px, 1.25vw, 16px);
  border: 1px solid rgba(116, 116, 116, 0.2);
  border-radius: var(--border-radius-sm);
  min-height: 80px;
  height: 100%;
}

.compatibility-item__caption {
  font-size: 18px;
  line-height: 100%;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .compatibility-item__caption {
    font-size: 16px;
  }
}

.neural-networks-item__caption {
  font-size: 20px;
  line-height: 100%;
  font-weight: 700;
  margin-bottom: 16px;
}

.work-process-item-item__desc ul {
  margin: 0;
  padding: 0 0 0 20px;
}

.work-process-item-item__desc ul li {
  margin-bottom: 0.5em;
}
