/*! 
----------------------------------------------
BASE STYLES
----------------------------------------------
NOTE: PLEASE DO NOT edit this file
      For custom styles use "custom.css" only!
----------------------------------------------
*/
/*! Reset styles */
*,
:after,
:before {
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  width: 100%;
  max-width: 100vw;
}

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

/* Korataki Thin / Ultra Light */
@font-face {
    font-family: 'Korataki';
    src: url('korataki_ultralight.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Korataki';
    src: url('korataki_ultralightitalic.woff2') format('woff2');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

/* Extra Light */
@font-face {
    font-family: 'Korataki';
    src: url('korataki_extralight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Korataki';
    src: url('korataki_extralightitalic.woff2') format('woff2');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

/* Light */
@font-face {
    font-family: 'Korataki';
    src: url('korataki_light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Korataki';
    src: url('korataki_lightitalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Regular */
@font-face {
    font-family: 'Korataki';
    src: url('korataki.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Book */
@font-face {
    font-family: 'Korataki';
    src: url('korataki_book.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Korataki';
    src: url('korataki_bookitalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* Bold */
@font-face {
    font-family: 'Korataki';
    src: url('korataki_bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Korataki';
    src: url('korataki_bolditalic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Extra Bold */
@font-face {
    font-family: 'Korataki';
    src: url('korataki_extrabold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Korataki';
    src: url('korataki_extrabolditalic.woff2') format('woff2');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

applet,
article,
aside,
audio,
blockquote,
body,
canvas,
caption,
dd,
details,
div,
dl,
dt,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
iframe,
input,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
section,
span,
strike,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
ul,
var,
video {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
[list]::-webkit-calendar-picker-indicator,
template {
  display: none;
}

a img,
abbr,
acronym,
body,
html,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 400;
}

dir,
menu,
ol,
ul {
  list-style: none;
}

a {
  background-color: rgba(0, 0, 0, 0);
}

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

:focus {
  outline: 0;
}

caption,
table th {
  text-align: left;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table td {
  vertical-align: top;
}

q:after,
q:before {
  content: "";
}

blockquote,
q {
  quotes: none;
}

hr {
  height: 0;
  box-sizing: content-box;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

sub,
sup {
  line-height: 0;
}

svg:not(:root) {
  overflow: hidden;
}

nav ol,
nav ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  line-height: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner,
legend {
  border: 0;
  padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

img,
svg {
  vertical-align: middle;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

::-webkit-color-swatch-wrapper,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

img {
  max-width: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow: hidden;
  overflow-y: auto;
  min-width: 300px;
  min-height: 100%;
}

select {
  word-wrap: normal;
}

progress {
  vertical-align: baseline;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="search"] {
  box-sizing: border-box;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-webkit-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  background: rgba(0, 0, 0, 0);
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="date"]::-webkit-clear-button,
input[type="date"]::-webkit-inner-spin-button {
  display: none;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

@media (prefers-reduced-motion: reduce) {

  *,
  ::after,
  ::before,
  :focus,
  :hover {
    transition: none !important;
    -webkit-animation-duration: 0s !important;
    animation-duration: 0s !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0s !important;
    scroll-behavior: auto !important;
  }
}

/*! 
------------------------------------------
GRID
------------------------------------------
*/
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-ul,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {

  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 800px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 780px;
  }
}

@media (min-width: 992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1500px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1380px;
  }
}

@media (min-width: 1940px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-ul,
  .container-xl,
  .container-xxl {
    max-width: 1610px;
  }
}

/*! 
------------------------------------------
TYPOGRAPHY
------------------------------------------
*/
/*! root variables */
:root {
  --index: calc(1vw + 1vh);
  --header-fixed-height: 82px;
  --body-text-color: #3c4c5d;
  --body-background-color: #f6f6f7;
  --font-main: Kelson, -apple-system, BlinkMacSystemFont, San Francisco,
    Segoe UI, Roboto, Helvetica Neue, sans-serif;
  --font-secondary: Korataki, -apple-system, BlinkMacSystemFont, San Francisco,
    Segoe UI, Roboto, Helvetica Neue, sans-serif;
  --font-body-size: 100%;
  --font-body-weight: 400;
  --font-body-style: normal;
  --font-body-scale: 1;
  --font-icons: "icons";
  --border-radius: 10px;
  --border-color: #99a1aa;
  --color-link: #59718b;
  --color-black: #000;
  --color-white: #fff;
  --color-grey: #c1c1c1;
  /* --color-main: #59718b; */
  --color-main: rgb(89, 113, 139);
  --color-main-100: #91a4b9;
  --color-main-300: #7f95ad;
  --color-main-500: #3b4b5d;
  --color-main-700: #313e4d;
  --color-secondary: #646566;
  --color-secondary-100: #979899;
  --color-secondary-300: #8a8b8c;
  --color-secondary-500: #3e3f3f;
  --color-secondary-700: #323232;
  --color-success-100: #88db4f;
  --color-success-300: #7ad739;
  --color-success-500: #346314;
  --color-success-700: #294e10;
  --color-error-100: #f79c9c;
  --color-error-300: #f58484;
  --color-error-500: #d01010;
  --color-error-700: #b90e0e;
  --color-warning-100: #f7e894;
  --color-warning-300: #f5e37c;
  --color-warning-500: #caae0f;
  --color-warning-700: #b2990d;
  --color-info: #4d94d8;
  --color-info-100: #a1c6ea;
  --color-info-300: #8cbae6;
  --color-info-500: #276eb2;
  --color-info-700: #22619d;
  --color-main-light: #91a4b9;
  --color-main-dark: #3b4b5c;
  --color-secondary-light: #8a8b8c;
  --color-secondary-dark: #3e3f3f;
  --color-success: #56a321;
  --color-success-light: #7ad739;
  --color-success-dark: #346314;
  --color-warning: #f0d435;
  --color-warning-light: #f5e37c;
  --color-warning-dark: #caae0f;
  --color-error: #f03d3d;
  --color-error-light: #f58484;
  --color-error-dark: #d01010;
  --color-disabled: #e2e2e2;
  --color-disabled-light: #ececec;
  --color-disabled-dark: #bcbcbc;
  --editor-margin: min(max(18px, 1.56vw), 25px);
  --layer-bg: rgba(255, 255, 255, 0.7);
  --section-margin: 120px;
  --section-padding: 120px;
  --layout-gap: 30px;
  --mb: var(--editor-margin);
  --alert-bg: #f1f1f1;
  --alert-color: #6f6f6f;
  --size-sm: 34px;
  --size-default: 50px;
  --size-md: 50px;
  --size-lg: 60px;
  --size-xl: 70px;
  --size-xxl: 76px;
  --input-font: var(--font-main);
  --input-font-size: var(--font-body-size);
  --input-font-weight: var(--font-body-weight);
  --input-color: var(--color-main);
  --input-color-border: var(--border-color);
  --input-color-border-hover: var(--color-main);
  --input-color-shadow-focus: rgba(0, 0, 0, 0.05);
  --input-color-placeholder: var(--color-disabled-dark);
  --input-border-radius: 40px;
  --input-height: var(--size-default);
  --input-padding: 0 1.15em;
  --btn-color: var(--color-white);
  --btn-color-hover: var(--color-white);
  --btn-bg: var(--color-main);
  --btn-bg-hover: var(--color-main-dark);
}

.is-light input[type="checkbox"]:not(.input),
.is-light input[type="radio"]:not(.input) {
  --input-border-color: #fff;
  --input-bg-color-checked: #fff;
  --input-border-color-hover: #fff;
  --input-color: #fff;
  --input-color-checked: #fff;
}

.is-light input[type="checkbox"]:not(.input)::after,
.is-light input[type="radio"]:not(.input)::after {
  --input-color-checked: var(--color-main);
}

.is-light .form--checklist .form__group--check .form__group_label {
  color: #fff;
}

@media (max-width: 799.98px) {
  .is-light .form--checklist .form__group--check .form__group_label {
    font-size: 13px;
  }
}

/*! base */
body {
  font-family: var(--font-main);
  font-size: var(--font-body-size);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  line-height: normal;
  font-optical-sizing: auto;
  text-rendering: optimizeSpeed;
  color: var(--body-text-color);
  background-color: var(--body-background-color);
  overflow-x: hidden;
}

/*! headings */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-main);
  line-height: normal;
  font-weight: 300;
  text-transform: uppercase;
  font-size: min(max(var(--min), var(--val)), var(--max));
  margin-bottom: var(--mb);
  word-break: break-word;
}

.h1,
h1 {
  --min: 1.875rem;
  --val: 5vw;
  --max: 5rem;
}

.h2,
h2 {
  --min: 1.875rem;
  --val: 3.75vw;
  --max: 3.75rem;
}

.h3,
h3 {
  --min: 1.625rem;
  --val: 3.125vw;
  --max: 3.125rem;
}

.h4,
h4 {
  --min: 1.375rem;
  --val: 2.5vw;
  --max: 2.5rem;
}

.h5,
h5 {
  --min: 1.25rem;
  --val: 1.875vw;
  --max: 1.875rem;
  text-transform: none;
}

.h6,
h6 {
  font-family: var(--font-secondary);
  --min: 1.1rem;
  --val: 1.5vw;
  --max: 1.5rem;
}

/*! base tags style */
a {
  color: var(--color-main);
  outline: 0 !important;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 0.3125rem auto -webkit-focus-ring-color;
  outline-offset: -0.125rem;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

.b,
b,
strong {
  font-weight: 700;
}

p:not(:last-child) {
  margin-bottom: var(--editor-margin);
}

u {
  text-decoration: underline;
}

dfn,
em {
  font-style: italic;
}

del {
  text-decoration: line-through;
}

ins {
  background: var(--color-warning);
  color: var(--body-text);
  text-decoration: none;
}

big {
  font-size: 1.2em;
}

small {
  font-size: 0.8em;
}

abbr[title],
acronym {
  border-bottom: 1px dotted;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 0.9em;
  color: var(--color-main-500);
  padding: 2px 4px;
  display: inline-block;
  background: var(--color-main-100);
}

mark {
  background: var(--color-warning);
  color: var(--body-text);
  font-style: italic;
  font-weight: 700;
}

q {
  quotes: none;
}

q::after,
q::before {
  content: "";
  content: none;
}

sub,
sup {
  font-size: 0.8em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

hr {
  display: block;
  block-size: 0.0625rem;
  border: 0;
  border-top: 0.0625rem dashed var(--color-disabled);
  margin-bottom: var(--editor-margin);
  padding: 0;
}

dl {
  margin: 0 0 var(--editor-margin) 0;
}

dl dt {
  font-weight: 700;
}

dd {
  margin: 0 0 0 var(--editor-margin);
}

img,
picture {
  max-width: 100%;
  /* max-height: 100%; */
  height: auto;
  display: inline-block;
}

/*! editor content */
.editor,
.rte {
  line-height: 1.25;
  font-weight: 100;
  font-size: 18px;
}

.editor a,
.rte a {
  text-underline-position: under;
  text-underline-offset: 0.01rem;
  text-decoration-thickness: 1px;
}

.editor strong,
.rte strong {
  color: var(--color-main);
}

.editor ol,
.editor ul,
.rte ol,
.rte ul {
  padding: 0.5em 0;
  margin-bottom: var(--editor-margin);
  margin-left: 3em;
}

.editor ol li,
.editor ul li,
.rte ol li,
.rte ul li {
  position: relative;
  padding-left: 0.5em;
}

.editor ol li:not(:last-child),
.editor ul li:not(:last-child),
.rte ol li:not(:last-child),
.rte ul li:not(:last-child) {
  margin-bottom: 0.25em;
}

@media (min-width: 800px) {

  .editor ol li:not(:last-child),
  .editor ul li:not(:last-child),
  .rte ol li:not(:last-child),
  .rte ul li:not(:last-child) {
    margin-bottom: 0.4em;
  }
}

.editor ul,
.rte ul {
  list-style-type: disc;
}

.editor ol,
.rte ol {
  list-style-type: decimal;
}

.editor blockquote,
.editor q,
.rte blockquote,
.rte q {
  display: block;
  position: relative;
  background: var(--color-main-light);
  border-left: 0.25em solid var(--color-main);
  padding: 1em 0.5em 1em 1.5em;
  margin-bottom: var(--editor-margin);
}

.editor p:last-child,
.rte p:last-child {
  margin-bottom: 0;
}

.editor iframe,
.rte iframe {
  max-width: 100%;
  max-height: 100%;
}

.editor table:not(.table-secondary),
.rte table:not(.table-secondary) {
  border: 0;
  margin-bottom: var(--editor-margin);
  width: 100%;
}

.editor table:not(.table-secondary) tr td,
.editor table:not(.table-secondary) tr th,
.rte table:not(.table-secondary) tr td,
.rte table:not(.table-secondary) tr th {
  transition: background 0.3s;
  border: 1px solid var(--border-color);
  padding: 0.5rem 0.75rem;
  vertical-align: middle;
}

.editor table:not(.table-secondary) tr th,
.rte table:not(.table-secondary) tr th {
  background: var(--color-disabled-light);
}

.editor table:not(.table-secondary) tr:hover td,
.rte table:not(.table-secondary) tr:hover td {
  background: var(--color-disabled-light);
}

/*!
------------------------------------------
HELPERS
------------------------------------------
*/
/*! lazysizes */
.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 0.3s;
}

.lazyloading {
  width: auto;
  height: auto;
  display: inline-block;
  opacity: 1;
  transition: opacity 0.3s;
}

img.lazyload:not([src]) {
  visibility: hidden;
}

/*! alerts */
.alert {
  padding: 1.5em 0.5em 1.5em 1.5em;
  margin-bottom: var(--editor-margin);
  border-radius: var(--border-radius);
  background-color: var(--alert-bg);
  color: var(--alert-color);
  text-transform: none;
}

.alert--error {
  --alert-bg: #feecec;
  --alert-color: #f03d3d;
}

.alert--warning {
  --alert-bg: #fcf7db;
  --alert-color: #b2990d;
}

.alert--success {
  --alert-bg: #e4f7d6;
  --alert-color: #56a321;
}

.alert--info {
  --alert-bg: #d3e4f5;
  --alert-color: #4d94d8;
}

.alert--color-main {
  --alert-bg: var(--color-main);
  --alert-color: #fff;
}

.alert--color-secondary {
  --alert-bg: var(--color-secondary);
  --alert-color: #fff;
}

.alert a {
  color: inherit;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.progress {
  --progress-bg: var(--color-disabled-light);
  --progress-bg-inner: var(--color-main);
  display: flex;
  height: 0.9em;
  overflow: hidden;
  background-color: var(--progress-bg);
  border-radius: var(--border-radius);
  margin-bottom: var(--editor-margin);
}

.progress .progress-bar {
  display: inline-block;
  height: 100%;
  background: var(--progress-bg-inner);
}

.progress--secondary {
  --progress-bg-inner: var(--color-secondary);
}

.progress--error {
  --progress-bg-inner: var(--color-error);
}

.progress--warning {
  --progress-bg-inner: var(--color-warning);
}

.progress--success {
  --progress-bg-inner: var(--color-success);
}

.progress--black {
  --progress-bg-inner: var(--color-black);
}

.progress--white {
  --progress-bg-inner: var(--color-white);
}

/*! ratio blocks default  */
.ratio {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.ratio::before {
  display: block;
  content: "";
}

.ratio .ratio__item,
.ratio embed,
.ratio iframe,
.ratio object,
.ratio video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.ratio .ratio__item--contain img,
.ratio .ratio__item--cover img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.ratio .ratio__item--cover img {
  -o-object-fit: cover;
  object-fit: cover;
}

.ratio--21by9::before {
  padding-top: 42.857143%;
}

.ratio--16by9::before {
  padding-top: 56.25%;
}

.ratio--4by3::before {
  padding-top: 75%;
}

.ratio--1by1::before {
  padding-top: 100%;
}

.ratio--solution::before {
  padding-top: 137%;
}

.is-carousel-has-shadow {
  position: relative;
  --shadow-color: #1c2130;
}

.is-carousel-has-shadow .swiper__shadow {
  display: none;
}

@media (max-width: 575.98px) {
  .is-carousel-has-shadow .swiper__shadow {
    display: block;
    position: absolute;
    top: 0;
    width: 96px;
    height: 100%;
    pointer-events: none;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .is-carousel-has-shadow .swiper__shadow--left {
    left: -15px;
    background: linear-gradient(-90deg,
        rgba(255, 255, 255, 0) 0,
        var(--shadow-color) 100%);
  }

  .is-carousel-has-shadow .swiper__shadow--right {
    right: -15px;
    background: linear-gradient(90deg,
        rgba(255, 255, 255, 0) 0,
        var(--shadow-color) 100%);
  }

  .is-carousel-has-shadow .swiper__shadow--visible {
    opacity: 1;
  }
}

@media (max-width: 1400px) {
  .is-carousel-has-shadow .swiper__shadow {
    display: block;
    position: absolute;
    top: 0;
    width: 96px;
    height: 100%;
    pointer-events: none;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .is-carousel-has-shadow .swiper__shadow--left {
    left: -15px;
    background: linear-gradient(-90deg,
        rgba(255, 255, 255, 0) 0,
        var(--shadow-color) 100%);
  }

  .is-carousel-has-shadow .swiper__shadow--right {
    right: -15px;
    background: linear-gradient(90deg,
        rgba(255, 255, 255, 0) 0,
        var(--shadow-color) 100%);
  }

  .is-carousel-has-shadow .swiper__shadow--visible {
    opacity: 1;
  }
}

.logo {
  display: inline-block;
  font-weight: 300;
  text-decoration: none;
  display: inline-flex;
}

.logo__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.logo__wrapper .contacts__item.contacts__item--email a {
  margin-bottom: 0;
}

.footer .logo__wrapper .footer__contacts .item--contacts .contacts .contacts__item--email {
  font-size: 0;
}

.logo::after {
  /* font-weight: 400;
  font-family: var(--font-icons);
  content: "";
  font-size: 50px; */
}

.logo svg {
  fill: #FFFFFF;
}

.logo--dark::after {
  color: var(--body-text-color);
}

.logo--dark svg {
  fill: var(--body-text-color);
}

@media (min-width: 1200px) {
  .logo::after {
    font-size: 78px;
  }

  .header a.logo::after {
    font-size: 74px;
  }
}

@media (min-width: 1500px) {
  .logo::after {
    font-size: 86px;
  }

  .header a.logo::after {
    font-size: 74px;
  }
}

::-moz-selection {
  background: var(--color-main);
  color: #f5fbfa;
}

::selection {
  background: var(--color-main);
  color: #f5fbfa;
}

.lang {
  display: flex;
  gap: 10px;
}

@media (min-width: 992px) {
  .lang {
    gap: 14px;
  }
}

.lang .lang__item {
  transition: all 0.3s;
  text-decoration: none;
}

.lang .lang__item.is-selected {
  color: #fff;
}

.lang .lang__item:hover {
  color: #fff;
}

.lang a.lang__item:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/*! default links */
.link {
  cursor: pointer;
  display: inline-flex;
  transition: all 0.3s;
  position: relative;
}

.link:hover {
  color: var(--color-main);
}

.link--border,
.link--border-dashed {
  color: #898989;
}

.link--border-dashed.link--ico span,
.link--border-dashed:not(.link--ico),
.link--border.link--ico span,
.link--border:not(.link--ico) {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  display: inline-block;
  transition: all 0.3s;
}

.link--border-dashed.link--ico span:hover,
.link--border-dashed:not(.link--ico):hover,
.link--border.link--ico span:hover,
.link--border:not(.link--ico):hover {
  color: var(--body-text);
}

.link--border-dashed {
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
}

.link--ico {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.link--ico::after,
.link--ico::before {
  font-family: var(--font-icons);
}

.link--ico::before {
  margin-right: 10px;
}

.link--ico::after {
  margin-left: 10px;
}

.link--angle::after {
  content: "";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.link--filter::before {
  content: "";
  font-size: 16px;
  color: var(--color-secondary);
  font-size: 22px;
}

.link--arrow-left,
.link--arrow-right {
  color: var(--color-secondary3);
}

.link--arrow-left::after,
.link--arrow-right::after {
  content: "";
  font-size: 130%;
}

.link--arrow-left:hover span,
.link--arrow-right:hover span {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.link--arrow-left::after {
  content: unset;
}

.link--arrow-left::before {
  content: "";
  font-size: 130%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.link--ico-plus::after {
  content: "";
}

/*! default social */
.social {
  --social-color: var(--color-main);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.6em;
  gap: 0.7em;
}

.social .social__item_link {
  text-decoration: none;
  transition: all 0.3s;
  width: 2.2em;
  height: 2.2em;
  border-radius: 100%;
  color: var(--social-color);
  border: 1px solid var(--social-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.social .social__item_link::before {
  margin: 0;
}

.social .social__item_link:hover {
  background: var(--social-color);
  color: #fff;
  text-decoration: none;
}

.r_arrow {
  position: relative;
  height: 1px;
  background: currentColor;
  width: 100%;
}

.r_arrow::after,
.r_arrow::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 1px;
  background: currentColor;
}

.r_arrow::before {
  top: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.r_arrow::after {
  top: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.r_arrow--left::before {
  left: 0;
}

.r_arrow--left::after {
  left: 0;
}

.r_arrow--right::before {
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.r_arrow--right::after {
  right: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*! carousels */
.r_carousel {
  position: relative;
}

.r_carousel,
.r_carousel .swiper-slide {
  border-radius: 20px;
  overflow: hidden;
}

.r_carousel .swiper-slide img,
.r_carousel img {
  width: 100%;
}

/*! 
minigrid cols
NOTE: to activate full bootstrap grid change variable "$use-columns" to "true" in "__settings.scss".
*/
.r_cols {
  gap: var(--layout-gap);
  margin-bottom: var(--mb, --editor-margin);
}

.r_cols--flex {
  display: flex;
}

.r_cols--flex:not(.r_cols--flex-auto)>* {
  flex: 1;
}

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

@media (min-width: 1200px) {
  .r_cols--grid--2 {
    -ms-grid-columns: (auto) [2];
    grid-template-columns: repeat(2, auto);
  }

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

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

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

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

/*! custom table */
.r_table__wrap {
  display: -ms-grid;
  display: grid;
  border: 1px solid #f1f1f1;
  border-radius: 7px;
  padding: 20px;
  margin-bottom: calc(var(--editor-margin) * 2);
}

@media (min-width: 992px) {
  .r_table__wrap {
    font-size: 14px;
    border-radius: 20px;
    padding: 30px;
  }
}

.r_table {
  font-size: 10px;
  overflow: hidden;
  overflow-x: auto;
  font-weight: 600;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .r_table {
    font-size: 14px;
  }
}

.r_table::-webkit-scrollbar {
  height: 6px;
}

.r_table .r_table__inner {
  min-width: 600px;
}

.r_table .r_table__row {
  width: 100%;
  display: -ms-grid;
  display: grid;
  text-align: center;
  grid-gap: 9px;
}

.r_table .r_table__row .r_table__col {
  padding: 4px 10px;
  border-radius: 7px;
  border: 1px solid #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.r_table .r_table__row--header .r_table__col,
.r_table .r_table__row:nth-child(even) .r_table__col {
  background: #f1f1f1;
}

.r_table .r_table__row--header {
  min-height: 68px;
  margin-bottom: 9px;
}

.r_table--default .r_table__row {
  margin-bottom: 9px;
}

.r_table--default .r_table__inner {
  min-width: 400px;
}

.r_table.is-col-auto .r_table__row {
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

/*! sticky */
@media (min-width: 1200px) {
  .is-sticky {
    position: relative;
  }

  .is-sticky>* {
    position: sticky;
    position: -webkit-sticky;
    top: 150px;
  }
}

.r_imageBg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.r_imageBg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

/*! mb styles */
.mb-0 {
  --mb: 0;
}

.mb-1 {
  --mb: 10px;
}

.mb-2 {
  --mb: 20px;
}

.mb-3 {
  --mb: 30px;
}

.mb-4 {
  --mb: 40px;
}

/*! font weight */
.fw-100 {
  font-weight: 100;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-900 {
  font-weight: 900;
}

/*! font weight */
.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

/*! theme colors */
.color-main {
  color: var(--color-main) !important;
}

.color-main-100 {
  color: var(--color-main-100) !important;
}

.color-main-300 {
  color: var(--color-main-300) !important;
}

.color-main-500 {
  color: var(--color-main-500) !important;
}

.color-main-700 {
  color: var(--color-main-700) !important;
}

.color-secondary {
  color: var(--color-secondary) !important;
}

.color-success {
  color: var(--color-success) !important;
}

.color-warning {
  color: var(--color-warning) !important;
}

.color-error {
  color: var(--color-error) !important;
}

.color-disabled {
  color: var(--color-disabled) !important;
}

.bg-main {
  --bg-color: var(--color-main) !important;
}

.bg-main-100 {
  --bg-color: var(--color-main-100) !important;
}

.bg-main-300 {
  --bg-color: var(--color-main-300) !important;
}

.bg-main-500 {
  --bg-color: var(--color-main-500) !important;
}

.bg-main-700 {
  --bg-color: var(--color-main-700) !important;
}

.bg-secondary {
  --bg-color: var(--color-secondary) !important;
}

.bg-secondary-100 {
  --bg-color: var(--color-secondary-100) !important;
}

.bg-secondary-300 {
  --bg-color: var(--color-secondary-300) !important;
}

.bg-secondary-500 {
  --bg-color: var(--color-secondary-500) !important;
}

.bg-secondary-700 {
  --bg-color: var(--color-secondary-700) !important;
}

.bg-success {
  --bg-color: var(--color-success) !important;
}

.bg-success-100 {
  --bg-color: var(--color-success-100) !important;
}

.bg-success-300 {
  --bg-color: var(--color-success-300) !important;
}

.bg-success-500 {
  --bg-color: var(--color-success-500) !important;
}

.bg-success-700 {
  --bg-color: var(--color-success-700) !important;
}

.bg-warning {
  --bg-color: var(--color-warning) !important;
}

.bg-warning-100 {
  --bg-color: var(--color-warning-100) !important;
}

.bg-warning-300 {
  --bg-color: var(--color-warning-300) !important;
}

.bg-warning-500 {
  --bg-color: var(--color-warning-500) !important;
}

.bg-warning-700 {
  --bg-color: var(--color-warning-700) !important;
}

.bg-error {
  --bg-color: var(--color-error) !important;
}

.bg-error-100 {
  --bg-color: var(--color-error-100) !important;
}

.bg-error-300 {
  --bg-color: var(--color-error-300) !important;
}

.bg-error-500 {
  --bg-color: var(--color-error-500) !important;
}

.bg-error-700 {
  --bg-color: var(--color-error-700) !important;
}

.bg-info {
  --bg-color: var(--color-info) !important;
}

.bg-info-100 {
  --bg-color: var(--color-info-100) !important;
}

.bg-info-300 {
  --bg-color: var(--color-info-300) !important;
}

.bg-info-500 {
  --bg-color: var(--color-info-500) !important;
}

.bg-info-700 {
  --bg-color: var(--color-info-700) !important;
}

.bg-none {
  --bg-color: none !important;
}

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

.align-items-end {
  align-items: flex-end;
}

.align-items-start {
  align-items: flex-start;
}

.text-sm {
  color: #8c8c8c;
  font-size: 14px;
}

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

.text-underline {
  text-decoration: underline;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-dashed {
  padding-left: 35px;
  position: relative;
}

.text-dashed::before {
  content: "";
  width: 20px;
  height: 1px;
  background: var(--body-text);
  position: absolute;
  left: 0;
  top: 50%;
}

.text-small {
  font-size: 0.75rem;
}

.font-default {
  font-family: var(--font-main);
}

.font-secondary {
  font-family: var(--font-secondary);
}

.header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 994;
  color: var(--body-text-color);
}

@media (max-width: 575.98px) {
  .header {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1200px) {
  .header {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .header::before {
    content: "";
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: transform 0.8s, opacity 0.8s;
    transition: transform 0.8s, opacity 0.8s, -webkit-transform 0.8s;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    background: #fff;
    background: linear-gradient(180deg,
        rgba(255, 255, 255, 1) 0,
        rgba(255, 255, 255, 0.24) 100%);
    opacity: 0;
  }
}

@media (min-width: 1940px) {
  .header {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }
}

.header .lang {
  color: #31363b;
}

.header .lang a.lang__item {
  color: #a8adb3;
}

.header .lang a.lang__item:hover {
  color: var(--color-main);
}

.header .lang .lang__item.is-selected {
  color: var(--body-text-color);
}

.header .logo::after {
  font-size: 42px;
}

.header .logo svg {
  width: 73px;
}

@media (min-width: 800px) {
  .header .logo::after {
    font-size: 50px;
  }

  .header .logo svg {
    width: 86px;
  }
}

.header .header__search {
  display: none;
}

@media (min-width: 1200px) {
  .header .header__search {
    display: none;
    opacity: 0;
    overflow: hidden;
    transition: transform 0.3s;
    right: 0;
    min-width: 100%;
    position: absolute;
    top: 105%;
  }

  .header .header__search .container {
    padding: 0;
  }
}

.header .userbar {
  display: flex;
  gap: 10px;
}

.header .userbar .userbar__item {
  color: var(--body-text-color);
  height: 36px;
  min-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1499.98px) {
  .header .userbar .userbar__item {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .header .userbar .userbar__item {
    height: 60px;
  }
}

.header .userbar .userbar__item--language {
  padding: 0 13px;
  color: var(--body-text-color);
}

.header .userbar .userbar__item--search {
  display: none;
}

@media (min-width: 1200px) {
  .header .userbar .userbar__item--search {
    display: flex;
  }

  .header .userbar .userbar__item--search .link {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
  }

  .header .userbar .userbar__item--search .link::before {
    margin-right: 0;
  }
}

.header .userbar .userbar__item--support {
  display: none;
}

@media (min-width: 1200px) {
  .header .userbar .userbar__item--support {
    display: flex;
    background: 0 0;
  }

  .header .userbar .userbar__item--support .btn {
    min-width: 200px;
    height: 100%;
  }
}

@media (min-width: 1500px) and (min-width: 1940px) {
  .header .userbar .userbar__item--support .btn {
    min-width: 270px;
  }
}

.header .userbar .userbar__item:not(.userbar__item--support) {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #f3f6fc;
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
}

@media (min-width: 800px) {
  .header .userbar .userbar__item:not(.userbar__item--support) {
    border-radius: 10px;
  }
}

.header .mobileNav__link {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .mobileNav__link::before {
  font-family: var(--font-icons);
  content: "";
  font-size: 22px;
}

.header .nav {
  display: inline-flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  height: 60px;
  padding: 0 20px;
  border-radius: 10px;
  /* background: rgba(255, 255, 255, 0.8); */
  border: 1px solid #f3f6fc;
  /* -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px); */
  display: inline-flex;
  position: relative;
}

.header .header__col--nav>.nav::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  /* z-index: -1; */
  z-index: 0;
  backdrop-filter: blur(7.5px);
}

/* .header .nav__item_subnav--no-blur .nav {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
} */

.header .nav .nav__item {
  height: 60px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .nav .nav__item .nav__item_link {
  text-decoration: none;
  transition: all 0.3s;
  line-height: 28px;
  cursor: pointer;
  color: var(--body-text-color);
}

.header .nav .nav__item .nav__item_link span {
  position: relative;
  display: inline-block;
}

.header .nav .nav__item .nav__item_link.is-selected,
.header .nav .nav__item .nav__item_link:hover {
  color: var(--color-main);
}

.header .nav .nav__item.is-dd {
  position: relative;
}

.header .nav .nav__item.is-dd>.nav__item_link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  align-items: center;
}

.header .nav .nav__item.is-dd>.nav__item_link::after {
  content: "";
  font-family: var(--font-icons);
  content: "";
  font-size: 6px;
  margin-top: 1px;
  transition: all 0.3s;
}

.header .nav .nav__item.is-dd .nav__item_subnav {
  position: absolute;
  left: -20px;
  top: 100%;
  opacity: 0;
  /* transition: all 0.3s; */
  transition: transform 0.3s;
  visibility: hidden;
}

.header .nav .nav__item.is-dd .nav__item_subnav .nav {
  padding: 20px;
  min-width: 240px;
  font-size: 14px;
  display: block;
  text-align: left;
  gap: 10px;
  height: auto;
}

@media (min-width: 800px) {
  .header .nav .nav__item.is-dd .nav__item_subnav .nav {
    margin-top: 10px;
  }
}

@media (min-width: 1200px) {
  .header .nav .nav__item.is-dd .nav__item_subnav .nav {
    font-size: 16px;
  }
}

.header .nav .nav__item.is-dd .nav__item_subnav .nav .nav__item {
  justify-content: flex-start;
  height: auto;
  padding: 0;
}

.header .nav .nav__item.is-dd .nav__item_subnav .nav .nav__item:not(:last-child) {
  margin-bottom: 8px;
}

.header .nav .nav__item.is-dd .nav__item_subnav .nav__item_link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.header .nav .nav__item.is-dd--wide .nav__item_subnav .nav {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  min-width: 400px;
}

.header .nav .nav__item.is-dd.is-open>.nav__item_link::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.header .nav .nav__item.is-dd.is-open .nav__item_subnav {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.header .header__row {
  transition: all 0.3s;
}

.header .header__row--middle {
  position: relative;
  padding: 10px 0 0 0;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

@media (min-width: 800px) {
  .header .header__row--middle {
    padding-top: 15px;
  }
}

.header .header__col--mobileNav {
  display: none;
  flex: 0 0 24px;
}

@media (max-width: 1199.98px) {
  .header .header__col--mobileNav {
    display: block;
    margin-right: 16px;
  }
}

.header .header__col--nav {
  flex: 1;
}

@media (max-width: 1199.98px) {
  .header .header__col--nav {
    display: none;
  }
}

@media (min-width: 1200px) {
  .header .header__col--userbar {
    position: relative;
  }

  .header .nav .nav__item.is-dd.is-open .nav__item_subnav--no-blur {
    transform: translateY(0);
  }
}

.header .header__col--logo {
  margin-right: auto;
  flex: 0 0 16.4%;
}

.js-show-search .r_userbar__wrapper .search {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 1;
  visibility: visible;
  z-index: auto;
}

.js-show-search .header__search {
  opacity: 1;
  visibility: visible;
  display: block;
}

@media (min-width: 1500px) {
  .js-show-search .header__search {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  .header .header__col--logo {
    flex: 0 0 25.4%;
  }
}

.js-show-search .header__search .container {
  padding: 0;
}

@media (min-width: 1500px) {
  body.index__page .header .header__row--middle {
    padding-bottom: 0;
  }
}

body.index__page:not(.is-fixed-header) .logo {
  color: #fff;
}

@media (min-width: 1200px) {
  .is-fixed-header .header {
    position: fixed;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .is-fixed-header .header::before {
    opacity: 1;
    top: 0;
    /* height: 130%; */
    height: 120%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-backdrop-filter: blur(10.5px);
    backdrop-filter: blur(10.5px);
  }

  .is-fixed-header .header .logo svg {
    fill: #3c4c5d;
    /* font-size: 74px;
    content: ""; */
  }

  .header .logo svg {
    width: 128px;
  }
}

@media (min-width: 1500px) {
  .is-fixed-header .header .logo svg {
    width: 128px;
  }
}

/*! 
------------------------------------------
FORMS
------------------------------------------
*/
/*! placeholder (defaut) */
::-webkit-input-placeholder {
  color: var(--input-color-placeholder);
}

::-moz-placeholder {
  color: var(--input-color-placeholder);
}

:-ms-input-placeholder {
  color: var(--input-color-placeholder);
}

::-ms-input-placeholder {
  color: var(--input-color-placeholder);
}

::placeholder {
  color: var(--input-color-placeholder);
}

[disabled]::-webkit-input-placeholder {
  color: var(--input-color-placeholder);
}

[disabled]::-moz-placeholder {
  color: var(--input-color-placeholder);
}

[disabled]:-ms-input-placeholder {
  color: var(--input-color-placeholder);
}

[disabled]::-ms-input-placeholder {
  color: var(--input-color-placeholder);
}

[disabled]::placeholder {
  color: var(--input-color-placeholder);
}

/*! default inputs */
input[type="file"]::-webkit-file-upload-button {
  font-family: var(--input-font);
  font-weight: var(--input-font-weight);
  font-size: var(--input-font-size);
  height: var(--input-height);
  color: var(--input-color);
  border-radius: var(--input-border-radius);
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: var(--input-padding);
  border: 0;
  margin: 0;
  min-width: auto;
  box-sizing: border-box;
  vertical-align: middle;
}

.btn,
.input,
input[type="file"]::file-selector-button {
  font-family: var(--input-font);
  font-weight: var(--input-font-weight);
  font-size: var(--input-font-size);
  height: var(--input-height);
  color: var(--input-color);
  border-radius: var(--input-border-radius);
  background: rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
  padding: var(--input-padding);
  border: 0;
  margin: 0;
  min-width: auto;
  box-sizing: border-box;
  vertical-align: middle;
}

@media (max-width: 799.98px) {
  input[type="file"]::-webkit-file-upload-button {
    --input-font-size: 14px;
  }

  .btn,
  .input,
  input[type="file"]::file-selector-button {
    --input-font-size: 14px;
  }
}

.input {
  border: 1px solid var(--input-color-border);
}

.input:active,
.input:focus,
.input:hover {
  border-color: var(--input-color-border-hover);
}

.input:focus {
  box-shadow: inset 0 4px 6px var(--input-color-shadow-focus);
}

input[type="file"]::-webkit-file-upload-button {
  color: var(--btn-color);
  background: var(--btn-bg);
  align-items: center;
  width: auto;
  justify-content: center;
  text-decoration: none;
  display: inline-flex;
  vertical-align: middle;
  text-align: center;
  gap: 0 0.4em;
}

.btn,
input[type="file"]::file-selector-button {
  color: var(--btn-color);
  background: var(--btn-bg);
  align-items: center;
  width: auto;
  justify-content: center;
  text-decoration: none;
  display: inline-flex;
  vertical-align: middle;
  text-align: center;
  gap: 0 0.4em;
}

input[type="file"]::-webkit-file-upload-button .btn__text {
  margin: 0 0.25em;
}

.btn .btn__text,
input[type="file"]::file-selector-button .btn__text {
  margin: 0 0.25em;
}

input[type="file"]::-webkit-file-upload-button .btn__spinner svg {
  stroke: var(--btn-color);
}

.btn .btn__spinner svg,
input[type="file"]::file-selector-button .btn__spinner svg {
  stroke: var(--btn-color);
}

input[type="file"]::-webkit-file-upload-button svg {
  width: 1.4em;
  height: 1.4em;
  fill: currentcolor;
  vertical-align: -0.125em;
}

.btn svg,
input[type="file"]::file-selector-button svg {
  width: 1.4em;
  height: 1.4em;
  fill: currentcolor;
  vertical-align: -0.125em;
}

input[type="file"]::-webkit-file-upload-button:not(.is-disabled),
input[type="file"]::-webkit-file-upload-button:not(:disabled) {
  cursor: pointer;
}

.btn:not(.is-disabled),
.btn:not(:disabled),
input[type="file"]::file-selector-button:not(.is-disabled),
input[type="file"]::file-selector-button:not(:disabled) {
  cursor: pointer;
}

input[type="file"]::-webkit-file-upload-button:hover {
  text-decoration: none;
  color: var(--btn-color-hover);
  background: var(--btn-bg-hover);
}

.btn:hover,
input[type="file"]::file-selector-button:hover {
  text-decoration: none;
  color: var(--btn-color-hover);
  background: var(--btn-bg-hover);
}

input[type="file"]::-webkit-file-upload-button:hover .btn__spinner svg {
  stroke: var(--btn-color-hover);
}

.btn:hover .btn__spinner svg,
input[type="file"]::file-selector-button:hover .btn__spinner svg {
  stroke: var(--btn-color-hover);
}

input[type="file"]::-webkit-file-upload-button:active {
  box-shadow: inset 0 0.375rem 1.25rem rgba(0, 0, 0, 0.1);
}

.btn:active,
input[type="file"]::file-selector-button:active {
  box-shadow: inset 0 0.375rem 1.25rem rgba(0, 0, 0, 0.1);
}

input[type="date"] {
  position: relative;
  -moz-text-align-last: left;
  text-align-last: left;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  right: 8px;
  cursor: pointer;
  position: absolute;
}

input[type="range"] {
  width: 100%;
  height: 5px;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  background-color: var(--color-disabled);
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--color-main);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

input[type="range"]:not(:disabled)::-webkit-slider-thumb {
  cursor: pointer;
}

input[type="range"]::-webkit-slider-thumb:hover {
  background: var(--color-main-dark);
}

input[type="range"][disabled] {
  background: var(--color-disabled-light);
}

input[type="range"][disabled]::-webkit-slider-thumb {
  background: var(--color-disabled);
}

textarea.input {
  box-sizing: border-box;
  resize: vertical;
  overflow-y: auto;
  transition: all 0.3s, height 0s;
  padding-top: 1.15em;
  padding-bottom: 1.15em;
  min-height: 7.5rem;
}

select.input {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 1;
  cursor: pointer;
  padding-right: 3.4375rem;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 20px) center, calc(100% - 15px) center,
    calc(100% - 2.5em) center;
  background-size: 5px 5px, 5px 5px, 1px 70%;
  background-repeat: no-repeat;
}

select.input option {
  color: var(--body-text-color);
}

select.input[multiple] {
  display: block;
  width: calc(100% + 14px);
  height: auto;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  overflow: hidden;
  overflow-y: auto;
  color: inherit;
}

select.input[multiple]:not(:disabled) option:checked {
  background-color: var(--color-main) !important;
}

select.input[multiple],
select.input[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

input[type="file"] {
  padding: 0.6em;
  height: auto;
}

input[type="file"]::-webkit-file-upload-button {
  margin-right: 0.75rem;
}

input[type="file"]::file-selector-button {
  margin-right: 0.75rem;
}

input[type="file"]:not(:disabled) {
  cursor: pointer;
}

input[type="file"][disabled]::-webkit-file-upload-button {
  background: var(--color-disabled-light);
}

input[type="file"][disabled]::file-selector-button {
  background: var(--color-disabled-light);
}

input[type="checkbox"]:not(.input),
input[type="radio"]:not(.input) {
  --input-size: 1.2em;
  --input-border-radius: 2px;
  --input-color: transparent;
  --input-bg-color: transparent;
  --input-border-color: var(--border-color);
  --input-border-color-hover: var(--color-main);
  --input-color-checked: #fff;
  --input-border-color-checked: var(--color-main);
  --input-bg-color-checked: var(--color-main);
  width: var(--input-size);
  height: var(--input-size);
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: var(--input-bg-color);
  border-radius: var(--input-border-radius);
  border: 1px solid var(--input-border-color);
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

input[type="checkbox"]:not(.input):hover,
input[type="radio"]:not(.input):hover {
  border-color: var(--input-border-color-hover);
}

input[type="checkbox"]:not(.input):checked,
input[type="radio"]:not(.input):checked {
  border-color: var(--input-border-color-checked);
  background-color: var(--input-bg-color-checked);
}

input[type="checkbox"]:not(.input):checked::after,
input[type="radio"]:not(.input)::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 13px;
  height: 9px;
  background-color: var(--input-color);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='13' height='9' viewBox='0 0 13 9'%3e%3cpath fill='black' fill-rule='evenodd' clip-rule='evenodd' d='M12.2803 0.21967C12.5732 0.512563 12.5732 0.987437 12.2803 1.28033L5.28033 8.28033C4.98744 8.57322 4.51256 8.57322 4.21967 8.28033L0.21967 4.28033C-0.0732233 3.98744 -0.0732233 3.51256 0.21967 3.21967C0.512563 2.92678 0.987437 2.92678 1.28033 3.21967L4.75 6.68934L11.2197 0.21967C11.5126 -0.0732233 11.9874 -0.0732233 12.2803 0.21967Z'/%3e%3c/svg%3e");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='13' height='9' viewBox='0 0 13 9'%3e%3cpath fill='black' fill-rule='evenodd' clip-rule='evenodd' d='M12.2803 0.21967C12.5732 0.512563 12.5732 0.987437 12.2803 1.28033L5.28033 8.28033C4.98744 8.57322 4.51256 8.57322 4.21967 8.28033L0.21967 4.28033C-0.0732233 3.98744 -0.0732233 3.51256 0.21967 3.21967C0.512563 2.92678 0.987437 2.92678 1.28033 3.21967L4.75 6.68934L11.2197 0.21967C11.5126 -0.0732233 11.9874 -0.0732233 12.2803 0.21967Z'/%3e%3c/svg%3e");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

input[type="checkbox"]:not(.input):checked::after,
input[type="radio"]:not(.input):checked::after {
  background-color: var(--input-color-checked);
}

input[type="radio"]:not(.input) {
  border-radius: 100%;
}

input[type="radio"]:not(.input):checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

input[type="color"] {
  width: 60px;
  padding: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  cursor: pointer;
}

input[type="color"]::-webkit-color-swatch {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  border-radius: calc(var(--input-border-radius) - 2px);
}

input[type="color"][disabled]::-webkit-color-swatch {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.3;
}

.input.is-disabled,
.input[disabled],
input[type="checkbox"][disabled]:not(.input),
input[type="radio"][disabled]:not(.input) {
  text-shadow: none !important;
  box-shadow: none !important;
  background-color: #f8f8f8 !important;
  color: var(--color-disabled-light) !important;
  border-color: var(--color-disabled-light) !important;
  cursor: default !important;
}

.btn.is-disabled,
.btn[disabled] {
  opacity: 0.4;
}

.size--sm {
  --input-font-size: 0.75em;
  --input-height: var(--size-sm);
}

.size--md {
  --input-font-size: 0.875em;
  --input-height: var(--size-default);
}

@media (min-width: 1500px) {
  .size--lg {
    --input-padding: 0 min(max(0.8rem, 1.75vw), 1.75rem);
    --input-height: var(--size-lg);
  }

  .size--xl,
  .size--xxl {
    --input-padding: 0 min(max(1.2rem, 2.2vw), 2.2rem);
    --input-height: var(--size-xl);
  }
}

.btn .btn__loading,
.btn .btn__text {
  opacity: 1;
  transition: opacity 0.3s;
}

.btn .btn__loading {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.btn.loading {
  color: transparent;
  position: relative;
}

.btn.loading>.loading-overlay__spinner {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}

.btn.loading::after,
.btn.loading::before {
  opacity: 0;
}

.btn.loading span {
  opacity: 0;
}

.btn--secondary {
  --btn-bg: var(--color-secondary);
  --btn-bg-hover: var(--color-secondary-dark);
}

.btn--white {
  --btn-color: var(--color-black);
  --btn-color-hover: var(--color-white);
  --btn-bg: var(--color-white);
  --btn-bg-hover: var(--color-main);
}

.btn--black {
  --btn-color: var(--color-white);
  --btn-bg: var(--body-text-color);
  --btn-bg-hover: var(--color-main);
}

.btn--error {
  --btn-bg: var(--color-error);
  --btn-bg-hover: var(--color-error-dark);
}

.btn--success {
  --btn-bg: var(--color-success);
  --btn-bg-hover: var(--color-success-dark);
}

.btn--warning {
  --btn-bg: var(--color-warning);
  --btn-bg-hover: var(--color-warning-dark);
}

.btn--disabled {
  --btn-bg: var(--color-disabled);
  --btn-bg-hover: var(--color-disabled-dark);
}

.btn--300 {
  --btn-bg: var(--color-main-300);
  --btn-bg-hover: var(--color-main-700);
}

.btn--500 {
  --btn-bg: var(--color-main-500);
  --btn-bg-hover: var(--color-main-700);
}

.btn--link {
  --btn-color: var(--btn-color-text);
  --btn-color-hover: var(--btn-color-text);
  background: rgba(0, 0, 0, 0);
  border: 0;
  text-decoration: underline;
  -webkit-text-decoration-line: 1px;
  text-decoration-line: 1px;
  text-underline-offset: 4px;
}

.btn--link:hover {
  background: rgba(0, 0, 0, 0);
  text-decoration: none;
}

.btn--outline {
  border: 1px solid var(--btn-bg);
  background: rgba(0, 0, 0, 0);
  color: var(--btn-bg);
}

.btn--black.btn--outline,
.btn--error.btn--outline,
.btn--success.btn--outline,
.btn--warning.btn--outline,
.btn--white.btn--outline {
  --btn-bg-hover: var(--btn-bg);
}

.btn--link.btn--outline {
  --btn-color-hover: var(--btn-bg);
}

.btn--white.btn--outline:hover {
  border-color: var(--btn-color);
}

.btn--ico::after,
.btn--ico::before {
  --btn-ico-bg: var(--color-white);
  --btn-ico-color: var(--body-text-color);
  font-family: var(--font-icons);
  font-size: 1em;
}

.btn--ico::after {
  margin-left: 10px;
}

.btn--ico::before {
  margin-right: 10px;
}

.btn--ico-arrow-angle {
  --btn-ico-size: 40px;
  --btn-ico-font-size: inherit;
  --btn-padding: 7px;
  position: relative;
  justify-content: space-between;
  padding-top: var(--btn-padding);
  padding-right: var(--btn-padding);
  padding-bottom: var(--btn-padding);
  gap: 15px;
  min-width: 206px;
}

@media (min-width: 1500px) {
  .btn--ico-arrow-angle {
    min-width: 270px;
  }
}

.btn--ico-arrow-angle::after,
.btn--ico-arrow-angle::before {
  margin: 0;
  width: var(--btn-ico-size);
  height: var(--btn-ico-size);
  content: "";
}

.btn--ico-arrow-angle::before {
  transition: all 0.3s;
  position: absolute;
  background: var(--btn-ico-bg);
  right: var(--btn-padding);
  border-radius: calc(var(--btn-ico-size) / 2);
  z-index: 1;
}

.btn--ico-arrow-angle::after {
  font-size: var(--btn-ico-font-size);
  transition: all 0.3s;
  background: var(--btn-ico-bg);
  color: var(--btn-ico-color);
  content: "";
  border-radius: 100%;
  align-items: center;
  display: flex;
  z-index: 2;
  position: relative;
  justify-content: center;
  z-index: 2;
}

.btn--ico-arrow-angle span {
  transition: all 0.4s;
  display: inline-block;
  position: relative;
  z-index: 3;
}

@media (min-width: 800px) {
  .btn--ico-arrow-angle span {
    font-size: 14px;
  }
}

@media (min-width: 1500px) {
  .btn--ico-arrow-angle span {
    font-size: 16px;
  }
}


.btn--ico-arrow-angle.btn--white:not(:hover)::after {
  --btn-ico-bg: #3c4c5d;
  --btn-ico-color: #f6f6f7;
}

.btn--ico-arrow-angle.size--sm {
  --btn-ico-font-size: 11px;
  --btn-padding: 4px;
  --btn-ico-size: 26px;
}

.btn--ico-arrow-angle.size--md {
  --btn-padding: 4px;
  --btn-ico-size: 42px;
}

@media (min-width: 1500px) {
  .btn--ico-arrow-angle.size--lg {
    --btn-ico-size: 48px;
  }

  .btn--ico-arrow-angle.size--xl {
    --btn-padding: 7px;
    --btn-ico-size: 56px;
  }
}

.btn--ico-arrow-angle.btn--white:hover span {
  color: var(--body-text-color);
}

.btn--ico-arrow-angle.btn--white span {
  color: var(--body-text-color);
}

@media (min-width: 1024px) {
  .btn--ico-arrow-angle:hover::before {
    width: calc(100% - var(--btn-padding) * 2);
  }

  .btn--ico-arrow-angle.btn--white:hover span {
    color: #f6f6f7;
  }

  .btn--ico-arrow-angle:hover span {
    color: var(--body-text-color);
  }
}

.btn--ico-arrow-angle.btn--white:hover {
  background: #fff;
}

.btn--ico-arrow-angle.btn--white:hover::after,
.btn--ico-arrow-angle.btn--white:hover::before {
  --btn-ico-bg: #3c4c5d;
  --btn-ico-color: #f6f6f7;
}

.btn--ico-arrow {
  --btn-size: var(--size-xl);
  width: var(--btn-size) !important;
  height: var(--btn-size) !important;
  padding: 0;
  justify-content: center;
}

.btn--ico-arrow::after {
  content: "";
  font-size: 1em;
  margin-left: 0;
}

.btn--ico-arrow-right::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn--ico-arrow-left::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.btn--ico-search::before {
  content: "";
  margin-right: 0;
  font-size: 1.2em;
}

.btn.is-loading .btn__text {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.btn.is-loading .btn__loading {
  width: 30px;
  height: 20px;
  position: relative;
  opacity: 1;
  visibility: visible;
}

.btn.is-loading .btn__loading span {
  margin: 1.5px;
  width: 2px;
  height: 8px;
  display: inline-block;
  background-color: #383b46;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-name: loading;
  animation-name: loading;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.btn.is-loading .btn__loading span:nth-child(2) {
  -webkit-animation-delay: 0.1875s;
  animation-delay: 0.1875s;
}

.btn.is-loading .btn__loading span:nth-child(3) {
  -webkit-animation-delay: 0.375s;
  animation-delay: 0.375s;
}

.btn.is-loading .btn__loading span:nth-child(4) {
  -webkit-animation-delay: 0.475s;
  animation-delay: 0.475s;
}

.ns,
.ns:active,
.ns:focus,
.ns:hover {
  text-shadow: none;
  text-transform: none;
  border-radius: 0;
  height: auto;
  block-size: auto;
  background: 0 0;
  line-height: unset;
  padding: 0;
  border: 0;
  box-shadow: none;
}

.c_input {
  display: flex;
  align-items: center;
}

.c_input:focus-within {
  color: var(---color-success);
}

.c_input .c_input__label {
  cursor: pointer;
  padding-left: 0.9rem;
  text-align: left;
  font-weight: 400;
  transition: all 0.3s;
  font-size: inherit;
}

.c_input .c_input__control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  margin: 0;
  font: inherit;
  color: var(--body-text-color);
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  max-width: 32px;
  min-width: 32px;
  transition: all 0.3s;
  border: 1px solid #797979;
  display: -ms-grid;
  display: grid;
  cursor: pointer;
  place-content: center;
}

.c_input .c_input__control::before {
  content: "";
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.c_input .c_input__control.is-selected::before,
.c_input .c_input__control:checked::before {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.c_input .c_input__control.is-selected::before,
.c_input .c_input__control:checked::before {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.c_input:hover .c_input__control {
  border-color: #5d6168;
}

.c_input:hover .c_input__label {
  color: #000;
}

.c_input:active,
.c_input:focus {
  border-color: var(--color-secondary);
}

.c_input--checkbox .c_input__control {
  border-radius: 6px;
}

.c_input--checkbox .c_input__control::before {
  color: #fff;
  font-family: var(--font-icons);
  content: "";
  font-size: 16px;
  opacity: 0;
  transition: all 0.3s;
}

.c_input--checkbox .c_input__control:checked {
  border-color: var(--color-secondary);
  background: var(--color-main);
}

.c_input--checkbox .c_input__label {
  font-weight: 300;
  font-size: 0.8em;
}

.c_input--checkbox:hover .c_input__control,
.c_input--checkbox:hover .c_input__label {
  color: inherit;
  border-color: inherit;
}

.c_input--radiobox .c_input__control {
  border-width: 1px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1px;
}

.c_input--radiobox .c_input__control::before {
  width: 0.9em;
  height: 0.9em;
  background: #fff;
  border-radius: 100%;
}

.c_input--radiobox .c_input__control:checked {
  border-color: var(--color-secondary);
  background: var(--color-main);
}

.c_input--radiobox .c_input__control:checked::before {
  opacity: 1;
}

.c_input--checkbox-small .c_input__control,
.c_input--radiobox-small .c_input__control {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  max-width: 16px;
  min-width: 16px;
}

.c_input--checkbox-small .c_input__control::before,
.c_input--radiobox-small .c_input__control::before {
  color: #fff;
  opacity: 0;
  font-family: var(--font-icons);
  content: "";
  font-size: 8px;
}

.c_input--checkbox-small .c_input__control {
  border-radius: 4px;
}

.c_input--checkbox-color .c_input__control {
  display: none;
}

.c_input--checkbox-color .c_input__control:checked~.link--color {
  border: 1px solid var(--color-secondary);
}

.c_input--checkbox-color .c_input__label {
  padding-top: 3px;
}

.c_input--checkbox-color:hover .link--color {
  border-color: #f1f1f1;
}

.c_input--box .c_input__control {
  display: none;
}

.c_input--box .c_input__control:checked~.c_input__label {
  background: var(--color-secondary);
  color: #fff;
}

.c_input--box .c_input__label {
  border: 0;
  border-radius: 6px;
  font-size: 12px;
  height: 22px;
  padding: 2px 8px;
  min-width: 34px;
  text-transform: none;
  color: #000;
  justify-content: center;
  text-align: center;
  transition: all 0.3s;
  display: flex;
  align-items: center;
}

@media (min-width: 800px) {
  .c_input--box .c_input__label {
    font-size: 14px;
    height: 26px;
    padding: 3px 10px;
    min-width: 50px;
  }
}

.c_input--box .c_input__label:hover {
  background: #f1f1f1;
}

.c_input--checkbox-slide {
  transition: all 0.3s;
}

.c_input--checkbox-slide .c_input__control {
  width: 34px;
  height: 20px;
  background: #dadde0;
  border: 0;
  border-radius: 10px;
  padding: 3px;
  transition: all 0.3s;
  align-items: center;
  position: relative;
}

.c_input--checkbox-slide .c_input__control::before {
  opacity: 1;
  width: 14px;
  -webkit-transform: none;
  transform: none;
  height: 14px;
  background: #fff;
  border-radius: 100%;
  transition: all 0.5s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  position: absolute;
  content: "";
  left: 3px;
  top: 3px;
}

.c_input--checkbox-slide .c_input__control:checked {
  background: var(--color-secondary);
}

.c_input--checkbox-slide .c_input__control:checked::before {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  background: #fff;
}

.selectBox {
  z-index: 9;
  position: relative;
  border: 0;
  display: inline-block;
  transition: all 0.3s;
}

.selectBox .selectBox__name {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  background: rgba(0, 0, 0, 0);
}

.selectBox .selectBox__name::after {
  transition: all 0.3s;
  font-family: var(--font-icons);
  color: var(--color-main);
  content: "";
  font-size: 16px;
  position: absolute;
  right: 10px;
  z-index: 2;
}

.selectBox .selectBox__value {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--font-secondary);
  color: var(--color-main);
  padding: 7px 30px 7px 16px;
  border: 1px solid var(--color-main);
  border-radius: 24px;
}

.selectBox .selectBox__dd {
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  transition: all 0.3s;
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
  width: 100%;
  position: absolute;
  font-size: 14px;
  text-transform: uppercase;
  left: 0;
  min-width: 270px;
  top: 100%;
  padding: 17px 22px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 0 14px 2px rgba(165, 165, 165, 0.27);
}

.selectBox .selectBox__dd .selectBox__dd_inner {
  max-height: 290px;
  overflow: hidden;
  overflow-y: auto;
}

.selectBox .selectBox__dd .selectBox__dd_inner::-webkit-scrollbar {
  width: 6px;
}

.selectBox .selectBox__dd .selectBox__dd_inner::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 10px;
}

.selectBox .selectBox__dd .selectBox__dd_inner::-webkit-scrollbar-thumb {
  background: silver;
  border-radius: 10px;
}

.selectBox .selectBox__dd .selectBox__dd_item {
  padding: 7px 0;
  cursor: pointer;
}

.selectBox .selectBox__dd .selectBox__dd_item.is-selected,
.selectBox .selectBox__dd .selectBox__dd_item:hover {
  font-weight: 500;
}

.selectBox .selectBox__dd .selectBox__link {
  text-decoration: none;
  color: inherit;
}

.selectBox--default .selectBox__dd .selectBox__dd_item {
  transition: all 0.3s;
}

.selectBox--default .selectBox__dd .selectBox__dd_item span {
  cursor: pointer;
}

.selectBox--right .selectBox__dd {
  left: 0;
}

.selectBox--left .selectBox__dd {
  right: 0;
  left: auto;
}

.selectBox.is-open {
  z-index: 10;
}

.selectBox.is-open .selectBox__dd {
  -webkit-transform: translate(0, 14px);
  transform: translate(0, 14px);
  transition: 0.4s;
  visibility: visible;
  opacity: 1;
}

.selectBox.is-open .selectBox__name:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.selectBox--base {
  max-width: 15.625rem;
}

.selectBox--base .selectBox__option {
  transition: all 0.3s;
  padding: 0.375rem 1.25rem;
  cursor: pointer;
}

.selectBox--base .selectBox__option.is-selected,
.selectBox--base .selectBox__option:hover {
  background: #f6f6f6;
  color: #000;
}

.selectBox--base .selectBox__name {
  max-width: 12.5rem;
  padding: 0.875rem 2.5rem 0.875rem 1.25rem;
  border: 1px solid #c4c4c4;
}

.selectBox--size .selectBox__dd_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.selectBox--size .selectBox__dd .selectBox__dd_item {
  padding: 0;
}

.selectBox.is-counter .selectBox__counter {
  opacity: 1;
  margin-right: 5px;
  margin-left: 0;
}

/*! default forms */
.form {
  --mb: var(--editor-margin);
}

.form .form__header {
  margin-bottom: var(--mb);
}

.form .form__header .form__header_title>* {
  margin-bottom: 0;
}

.form .form__header .form__header_subtitle {
  padding-top: 0.5rem;
}

.form .form__group {
  margin-bottom: var(--mb);
}

.form .form__group .form__group_label {
  margin-bottom: 8px;
  display: block;
  color: gray;
}

.form .form__group .form__group_control .input {
  width: 100%;
}

.form .form__group--check {
  padding-left: 1.5em;
}

.form .form__group--check .form__group_control {
  float: left;
  margin-left: -1.5em;
}

.form .form__group--check .form__group_label {
  margin-bottom: 0;
  padding-left: 0.3rem;
  cursor: pointer;
}

.form .form__group .form__group_hints {
  text-align: left;
}

.form .form__group .hint__item {
  padding: 0.5rem 0 0 0;
  font-weight: 300;
  font-size: 12px;
  color: #c6c6c6;
}

.form .form__group .hint__item--error {
  -webkit-animation: fadeIn 0.7s;
  animation: fadeIn 0.7s;
  display: none;
}

.form .form__group--nomargin,
.form .form__group:last-child {
  margin-bottom: 0;
}

.form .form__group--file .form-label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}

.form .form__group--file .form-label i {
  margin-right: 8px;
}

.form .form__group_cols {
  align-items: center;
}

.form .form__state--error,
.form .form__state--success {
  -webkit-animation: fadeInDown 0.3s;
  animation: fadeInDown 0.3s;
}

.form .form__state {
  display: none;
}

.form .form__state--default {
  display: block;
}

.form.is-form-success .form__state {
  display: none;
}

.form.is-form-success .form__state--success {
  display: block;
}

.form.is-form-error .form__state {
  display: none;
}

.form.is-form-error .form__state--error {
  display: block;
}

.form.is-form-success .form__state--default {
  display: none;
}

.form.is-form-success .form__state--success {
  display: block;
}

.form .r_cols {
  margin-bottom: var(--mb);
  --layout-gap: 20px;
}

.form .r_cols .form__group {
  --mb: 0;
}

.box_cooperation .box_cooperation__header .h3 {
  font-size: 20px;
}

.box_cooperation {
  /* padding-top: 80px; */
  padding-top: 0px;
}

.form--checklist {
  --input-size: 18px;
  --input-font-size: 10px;
  --input-border-radius: 100%;
}

@media (min-width: 800px) {
  .form--checklist {
    --input-size: 28px;
    --input-font-size: 16px;
  }
}

@media (min-width: 1940px) {
  .form--checklist {
    --input-font-size: 20px;
  }
}

.form--checklist .form__group--check {
  --mb: 10px;
  padding-left: calc(var(--input-size) * 2 - 6px);
  min-height: var(--input-size);
}

.form--checklist .form__group--check .form__group_control {
  margin-left: calc(0px - (var(--input-size) * 2 - 6px));
}

.form--checklist .form__group--check .form__group_label {
  line-height: normal;
  padding-top: 2px;
  padding-left: 0;
  font-size: var(--input-font-size);
}

@media (min-width: 800px) {
  .form--checklist .form__group--check .form__group_label {
    padding-top: 4px;
  }
}

@media (min-width: 1940px) {
  .form--checklist .form__group--check .form__group_label {
    padding-top: 1px;
  }
}

.form--checklist .form__group--check input[type="checkbox"]:not(.input).is-rounded,
.form--checklist .form__group--check input[type="radio"]:not(.input).is-rounded {
  --input-size: 18px;
  --input-border-radius: 100%;
}

@media (max-width: 799.98px) {

  .form--checklist .form__group--check input[type="checkbox"]:not(.input).is-rounded::after,
  .form--checklist .form__group--check input[type="radio"]:not(.input).is-rounded::after {
    width: 8px;
  }
}

@media (min-width: 800px) {

  .form--checklist .form__group--check input[type="checkbox"]:not(.input).is-rounded,
  .form--checklist .form__group--check input[type="radio"]:not(.input).is-rounded {
    --input-size: 28px;
  }
}

.is-active .input,
.is-active.input {
  border-color: var(--color-main);
}

.is-error .form__group_control--input,
.is-success .form__group_control--input {
  position: relative;
}

.is-error .form__group_control--input select.input,
.is-success .form__group_control--input select.input {
  background: 0 0 !important;
}

.is-error .input,
.is-error.input {
  border-color: #f03d3d !important;
}

.is-error .input::-webkit-input-placeholder,
.is-error.input::-webkit-input-placeholder {
  color: #f03d3d !important;
}

.is-error .input::-moz-placeholder,
.is-error.input::-moz-placeholder {
  color: #f03d3d !important;
}

.is-error .input:-ms-input-placeholder,
.is-error.input:-ms-input-placeholder {
  color: #f03d3d !important;
}

.is-error .input::-ms-input-placeholder,
.is-error.input::-ms-input-placeholder {
  color: #f03d3d !important;
}

.is-error .input::placeholder,
.is-error.input::placeholder {
  color: #f03d3d !important;
}

.is-error .c_input--check::before {
  color: #f03d3d !important;
}

.is-error .c_input__control {
  border-color: #f03d3d !important;
}

.is-error .c_input__control::before {
  color: #f03d3d !important;
}

.is-error .c_input--radio::before {
  box-shadow: inset 1em 1em #f03d3d;
}

.is-error .form__group_label {
  color: #f03d3d !important;
}

.is-error .hint__item--default {
  color: #f03d3d !important;
}

.is-error .selectBox.is-not-selected .selectBox__value {
  border-color: #f03d3d !important;
  color: #f03d3d !important;
}

.is-error .selectBox.is-not-selected .selectBox__name::after {
  color: #f03d3d !important;
}

.is-error .hint__item--default {
  display: none;
}

.is-error .hint__item--error {
  color: #f03d3d !important;
  display: block !important;
}

.is-success .input,
.is-success.input {
  border-color: #56a321 !important;
}

.is-success .input::-webkit-input-placeholder,
.is-success.input::-webkit-input-placeholder {
  color: #56a321 !important;
}

.is-success .input::-moz-placeholder,
.is-success.input::-moz-placeholder {
  color: #56a321 !important;
}

.is-success .input:-ms-input-placeholder,
.is-success.input:-ms-input-placeholder {
  color: #56a321 !important;
}

.is-success .input::-ms-input-placeholder,
.is-success.input::-ms-input-placeholder {
  color: #56a321 !important;
}

.is-success .input::placeholder,
.is-success.input::placeholder {
  color: #56a321 !important;
}

.is-success .c_input--check::before {
  color: #56a321 !important;
}

.is-success .c_input__control {
  border-color: #56a321 !important;
}

.is-success .c_input__control::before {
  color: #56a321 !important;
}

.is-success .c_input--radio::before {
  box-shadow: inset 1em 1em #56a321;
}

.is-success .form__group_label {
  color: #56a321 !important;
}

.is-success .hint__item--default {
  color: #56a321 !important;
}

.is-success .selectBox.is-not-selected .selectBox__value {
  border-color: #56a321 !important;
  color: #56a321 !important;
}

.is-success .selectBox.is-not-selected .selectBox__name::after {
  color: #56a321 !important;
}

.is-success .hint__item--default {
  display: block;
  color: #56a321;
}

.is-disabled .input,
.is-disabled.input {
  border-color: #e2e2e2 !important;
}

.is-disabled .input::-webkit-input-placeholder,
.is-disabled.input::-webkit-input-placeholder {
  color: #e2e2e2 !important;
}


.cardSolutions .card:hover .card__title {
  color: #A2B1CE;
}

.is-disabled .input::-moz-placeholder,
.is-disabled.input::-moz-placeholder {
  color: #e2e2e2 !important;
}

.is-disabled .input:-ms-input-placeholder,
.is-disabled.input:-ms-input-placeholder {
  color: #e2e2e2 !important;
}

.is-disabled .input::-ms-input-placeholder,
.is-disabled.input::-ms-input-placeholder {
  color: #e2e2e2 !important;
}

.is-disabled .input::placeholder,
.is-disabled.input::placeholder {
  color: #e2e2e2 !important;
}

.is-disabled .c_input--check::before {
  color: #e2e2e2 !important;
}

.is-disabled .c_input__control {
  border-color: #e2e2e2 !important;
}

.is-disabled .c_input__control::before {
  color: #e2e2e2 !important;
}

.is-disabled .c_input--radio::before {
  box-shadow: inset 1em 1em #e2e2e2;
}

.is-disabled .form__group_label {
  color: #e2e2e2 !important;
}

.is-disabled .hint__item--default {
  color: #e2e2e2 !important;
}

.is-disabled .selectBox.is-not-selected .selectBox__value {
  border-color: #e2e2e2 !important;
  color: #e2e2e2 !important;
}

.is-disabled .selectBox.is-not-selected .selectBox__name::after {
  color: #e2e2e2 !important;
}

.is-disabled select.input {
  background: var(--color-disabled) !important;
}

.header .search,
.r_userbar__wrapper .search {
  position: relative;
}

.header .search .search__item_input,
.r_userbar__wrapper .search .search__item_input {
  width: 100%;
  height: 70px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #f3f6fc;
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  padding: 0 80px 0 28px;
  color: var(--body-text-color);
}

.header .search .search__item_input::-webkit-input-placeholder,
.r_userbar__wrapper .search .search__item_input::-webkit-input-placeholder {
  color: var(--body-text-color);
}

.header .search .search__item_input::-moz-placeholder,
.r_userbar__wrapper .search .search__item_input::-moz-placeholder {
  color: var(--body-text-color);
}

.header .search .search__item_input:-ms-input-placeholder,
.r_userbar__wrapper .search .search__item_input:-ms-input-placeholder {
  color: var(--body-text-color);
}

.header .search .search__item_input::-ms-input-placeholder,
.r_userbar__wrapper .search .search__item_input::-ms-input-placeholder {
  color: var(--body-text-color);
}

.header .search .search__item_input::placeholder,
.r_userbar__wrapper .search .search__item_input::placeholder {
  color: var(--body-text-color);
}

.header .search .search__item--btn,
.r_userbar__wrapper .search .search__item--btn {
  position: absolute;
  right: 0;
  top: 0;
}

.header .search .search__item_btn,
.r_userbar__wrapper .search .search__item_btn {
  width: 70px;
  height: 70px;
  transition: all 0.3s;
}

.header .search .search__item_btn::before,
.r_userbar__wrapper .search .search__item_btn::before {
  font-family: var(--font-icons);
  content: "";
  color: var(--body-text-color);
  font-size: 12px;
}

.header .search .search__item_btn:hover,
.r_userbar__wrapper .search .search__item_btn:hover {
  opacity: 0.8;
}

/*! 
------------------------------------------
COMPONENTS
------------------------------------------
*/
body[data-scroll-locked] {
  overflow: hidden !important;
  position: relative !important;
  pointer-events: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  padding-left: 0;
  padding-right: var(--scrollbar-width) !important;
  padding-top: 0;
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
}

/*! scroll to top */
.r_totop {
  display: none;
}

@media (min-width: 1200px) {
  .r_totop {
    position: fixed;
    right: 12px;
    bottom: 0;
    opacity: 0;
    transition: all 0.3s;
    visibility: hidden;
    width: 52px;
    height: 52px;
    z-index: 904;
    cursor: pointer;
    text-transform: uppercase;
    background: var(--color-main);
    color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
  }

  .r_totop::before {
    font-family: var(--font-icons);
    content: "";
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .r_totop:hover {
    background-color: var(--color-main-dark);
  }
}

/*! to top */
.is-show-totop .r_totop {
  bottom: 12px;
  opacity: 1;
  visibility: visible;
}

/*! default accordeons */
.r_acc {
  --acc-header-padding-top: 10px;
  --acc-header-padding-bottom: 10px;
  --acc-header-padding-left: 20px;
  --acc-header-padding-right: 30px;
  --acc-header-font-size: 12px;
  --acc-item-arrow-color: #ffffff;
  --acc-item-border-color: #74797d;
}

@media (min-width: 800px) {
  .r_acc {
    --acc-header-font-size: 16px;
  }
}

@media (min-width: 992px) {
  .r_acc {
    --acc-header-font-size: 18px;
    --acc-header-padding-left: 30px;
    --acc-header-padding-top: 20px;
    --acc-header-padding-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .r_acc {
    --acc-header-font-size: 28px;
    --acc-header-padding-left: 50px;
    --acc-header-padding-top: 22px;
    --acc-header-padding-bottom: 22px;
  }
}

.r_acc .r_acc__item {
  border-bottom: 1px solid var(--acc-item-border-color);
}

.box_cooperation__item .box_cooperation__content .r_acc .r_acc__item .r_acc__item_header p {
  font-weight: 300;
}

.r_acc .r_acc__item .r_acc__item_header {
  cursor: pointer;
  position: relative;
  /* padding-top: var(--acc-header-padding-top);
  padding-bottom: var(--acc-header-padding-bottom); */
  margin-top: var(--acc-header-padding-top);
  margin-bottom: var(--acc-header-padding-bottom);
  padding-left: var(--acc-header-padding-left);
  padding-right: var(--acc-header-padding-right);
  font-size: var(--acc-header-font-size);
}

.r_acc .r_acc__item .r_acc__item_header span {
  color: #939AA0;
  font-weight: 400;
  display: inline-block;
  position: absolute;
  left: 0;
}

.r_solution__col .r_acc .r_acc__item .r_acc__item_header span {
  color: #A2B1CE;
}

.r_acc .r_acc__item .r_acc__item_header::after {
  font-family: var(--font-icons);
  content: "";
  color: var(--acc-item-arrow-color);
  font-size: 100%;
  position: absolute;
  right: 0;
  font-weight: 400;
  top: 50%;
  -webkit-transform: rotate(90deg) translateX(-50%);
  transform: rotate(90deg) translateX(-50%);
}

.r_acc .r_acc__item .r_acc__item_content {
  height: 0;
  opacity: 0;
  overflow: hidden;
  font-weight: 100;
  transition: all 0.3s;
  text-transform: none;
  font-size: 10px;
  line-height: 120%;
}

@media (min-width: 992px) {
  .r_acc .r_acc__item .r_acc__item_content {
    font-size: 16px;
    line-height: 130%;
  }

   .box_cooperation .box_cooperation__header .h3 {
    font-size: 30px;
  }

  .box_cooperation {
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 10px;
  }
}

@media (min-width: 1200px) {
  .r_acc .r_acc__item .r_acc__item_content {
    font-size: 22px;
    line-height: 130%;
  }

  .cooperation .r_acc .r_acc__item .r_acc__item_header {
    font-size: 22px;
  }

  .cooperation .r_acc .r_acc__item .r_acc__item_content {
    font-size: 18px;
  }
}


@media (min-width: 1500px) {
  .box_cooperation .box_cooperation__header .h3 {
    font-size: 50px;
  }

  .box_cooperation {
    padding-top: 110px;
  }

  .cooperation .r_acc .r_acc__item .r_acc__item_header {
    font-size: var(--acc-header-font-size);
  }

  .cooperation .r_acc .r_acc__item .r_acc__item_content {
    font-size: 22px;
  }
}

@media (min-width: 1940px) {
  .r_acc .r_acc__item .r_acc__item_content {
    font-size: 22px;
    line-height: 160%;
  }
}

@media (min-width: 1200px) {
  .box_cooperation .box_cooperation__header .h3 {
    font-size: 36px;
  }
}

@media (min-width: 1920px) {
  .box_cooperation .box_cooperation__header .h3 {
    font-size: 50px;
  }

  .section--cooperation .box_cooperation__footer p {
    font-size: 30px;
    line-height: 130%;
  }
}

@media (max-width: 800px) {
  .r_acc .r_acc__item .r_acc__item_header {
    /* font-size: 18px; */
    padding-left: 30px;
    /* padding-top: 24px; */
    /* font-size: 16px; */
    font-size: 14px;
    padding-top: 10px;
  }

  .r_acc .r_acc__item .r_acc__item_content {
    font-size: 13px;
    /* padding-bottom: 24px; */
    padding-bottom: 10px;
  }
}

.r_acc .r_acc__item .r_acc__item_content p:last-child {
  margin-bottom: 0;
}

.r_acc .r_acc__item.is-open .r_acc__item_header::after {
  -webkit-transform: rotate(-90deg) translateX(50%);
  transform: rotate(-90deg) translateX(50%);
}

.r_acc .r_acc__item.is-open .r_acc__item_content {
  height: auto;
  opacity: 1;
  padding-bottom: 24px;
}

@media (min-width: 992px) {
  .r_acc .r_acc__item.is-open .r_acc__item_content {
    padding-bottom: 25px;
  }
}

/*! toggle switch */
.c_inputSwitch__wrap {
  display: flex;
  align-items: center;
}

.c_inputSwitch__wrap .form__group_label {
  margin-left: 1em;
  cursor: pointer;
  margin-bottom: 0 !important;
}

.c_inputSwitch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 32px;
}

.c_inputSwitch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.c_inputSwitch .c_inputSwitch__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-disabled-light);
  transition: background-color 0.4s;
  border-radius: 32px;
}

.c_inputSwitch .c_inputSwitch__slider::before {
  content: "";
  position: absolute;
  height: 26px;
  width: 26px;
  left: 3px;
  top: 3px;
  background-color: #fff;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.c_inputSwitch input:checked+.c_inputSwitch__slider {
  background-color: var(--color-main);
}

.c_inputSwitch input:checked+.c_inputSwitch__slider::before {
  -webkit-transform: translateX(28px);
  transform: translateX(28px);
}

/*! custom scrollbar */
.is-custom-scrollbar,
select[multiple].input,
textarea.input {
  -webkit-overflow-scrolling: touch;
}

.is-custom-scrollbar::-webkit-scrollbar,
select[multiple].input::-webkit-scrollbar,
textarea.input::-webkit-scrollbar {
  width: 4px;
  opacity: 0.7;
}

.is-custom-scrollbar::-webkit-scrollbar-track,
select[multiple].input::-webkit-scrollbar-track,
textarea.input::-webkit-scrollbar-track {
  background: #d9d9d9;
  border-radius: 3px;
}

.is-custom-scrollbar::-webkit-scrollbar-thumb,
select[multiple].input::-webkit-scrollbar-thumb,
textarea.input::-webkit-scrollbar-thumb {
  background: var(--color-main);
  border-radius: 3px;
}

/*! animated loader */
.r_loader {
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
  z-index: 9991;
  width: 11.75rem;
  height: 11.75rem;
  margin: -5.875rem 0 0 -5.875rem;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.r_loader>i {
  font-style: normal;
  display: block;
  top: 5rem;
  left: 5.8125rem;
  width: 0.25rem;
  height: 1.875rem;
  background: #888;
  -webkit-animation: fadeOut 1s linear infinite;
  animation: fadeOut 1s linear infinite;
  border-radius: 0.625rem;
  position: absolute;
}

.r_loader>i:nth-of-type(1) {
  -webkit-transform: rotate(0) translate(0, -3.75rem);
  transform: rotate(0) translate(0, -3.75rem);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.r_loader>i:nth-of-type(2) {
  -webkit-transform: rotate(30deg) translate(0, -3.75rem);
  transform: rotate(30deg) translate(0, -3.75rem);
  -webkit-animation-delay: -0.4166666667s;
  animation-delay: -0.4166666667s;
}

.r_loader>i:nth-of-type(3) {
  -webkit-transform: rotate(60deg) translate(0, -3.75rem);
  transform: rotate(60deg) translate(0, -3.75rem);
  -webkit-animation-delay: -0.3333333333s;
  animation-delay: -0.3333333333s;
}

.r_loader>i:nth-of-type(4) {
  -webkit-transform: rotate(90deg) translate(0, -3.75rem);
  transform: rotate(90deg) translate(0, -3.75rem);
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}

.r_loader>i:nth-of-type(5) {
  -webkit-transform: rotate(120deg) translate(0, -3.75rem);
  transform: rotate(120deg) translate(0, -3.75rem);
  -webkit-animation-delay: -0.1666666667s;
  animation-delay: -0.1666666667s;
}

.r_loader>i:nth-of-type(6) {
  -webkit-transform: rotate(150deg) translate(0, -3.75rem);
  transform: rotate(150deg) translate(0, -3.75rem);
  -webkit-animation-delay: -0.0833333333s;
  animation-delay: -0.0833333333s;
}

.r_loader>i:nth-of-type(7) {
  -webkit-transform: rotate(180deg) translate(0, -3.75rem);
  transform: rotate(180deg) translate(0, -3.75rem);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.r_loader>i:nth-of-type(8) {
  -webkit-transform: rotate(210deg) translate(0, -3.75rem);
  transform: rotate(210deg) translate(0, -3.75rem);
  -webkit-animation-delay: 0.0833333333s;
  animation-delay: 0.0833333333s;
}

.r_loader>i:nth-of-type(9) {
  -webkit-transform: rotate(240deg) translate(0, -3.75rem);
  transform: rotate(240deg) translate(0, -3.75rem);
  -webkit-animation-delay: 0.1666666667s;
  animation-delay: 0.1666666667s;
}

.r_loader>i:nth-of-type(10) {
  -webkit-transform: rotate(270deg) translate(0, -3.75rem);
  transform: rotate(270deg) translate(0, -3.75rem);
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.r_loader>i:nth-of-type(11) {
  -webkit-transform: rotate(300deg) translate(0, -3.75rem);
  transform: rotate(300deg) translate(0, -3.75rem);
  -webkit-animation-delay: 0.3333333333s;
  animation-delay: 0.3333333333s;
}

.r_loader>i:nth-of-type(12) {
  -webkit-transform: rotate(330deg) translate(0, -3.75rem);
  transform: rotate(330deg) translate(0, -3.75rem);
  -webkit-animation-delay: 0.4166666667s;
  animation-delay: 0.4166666667s;
}

/*! show loader */
.js-loader-show .r_loader {
  opacity: 1;
  visibility: visible;
}

/*! products grid */
.productsGrid .card {
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.prodsGrid a.card .card__button .btn--ico-arrow {
  color: var(--body-text-color);
}

.prodsGrid a.card:hover .card__button .btn--ico-arrow {
    text-decoration: none;
    color: var(--btn-color-hover);
    transition: all 0.3s ease;
    background: rgb(89, 113, 139);
}

.prodsGrid a.card .card__content .card__desc:hover {
    color: rgb(89, 113, 139);
    transition: all 0.3s ease;
}

.productsGrid .card .card__details {
  flex: 1;
  border-radius: 24px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.6);
}

@media (min-width: 800px) {
  .productsGrid .card .card__details {
    padding: 24px;
  }
}

.productsGrid .card .card__badge {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 9;
}

@media (min-width: 800px) {
  .productsGrid .card .card__badge {
    left: 24px;
    top: 24px;
  }
}

.productsGrid .card .card__title {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 400;
  letter-spacing: -0.2px;
  font-family: var(--font-secondary);
}

@media (min-width: 800px) {
  .productsGrid .card .card__title {
    font-size: 20px;
  }
}

.productsGrid .card .card__title a {
  text-decoration: none;
  transition: all 0.3s;
  color: var(--body-text);
}

.productsGrid .card .card__title a:hover {
  color: var(--color-main);
}

.productsGrid .card .card__desc {
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.16px;
  color: #76778b;
}

.productsGrid .card .card__toolbar {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}

@media (min-width: 992px) {
  .productsGrid .card .card__toolbar {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    bottom: 24px;
    left: 24px;
    right: 24px;
  }
}

@media (max-width: 991.98px) {
  .productsGrid .card .card__toolbar .card__buy {
    order: 2;
    flex: 0 0 100%;
    width: 100%;
  }

  .productsGrid .card .card__toolbar .card__buy .btn {
    width: 100%;
    justify-content: space-between;
  }
}

.productsGrid .card .card__toolbar .prices {
  order: 1;
  display: inline-flex;
}

.productsGrid .card .card__image {
  border-radius: 24px;
  overflow: hidden;
  background: #eeede9;
  margin-bottom: 16px;
}

.productsGrid .card .card__image::before {
  padding-top: 140%;
}

@media (min-width: 800px) {
  .productsGrid .card .card__image::before {
    padding-top: 100%;
  }
}

.productsGrid .card .card__image picture {
  height: 100%;
  width: 100%;
}

.productsGrid .card .card__image .card__image_src {
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.8s;
  width: 100%;
  -o-object-position: center center;
  object-position: center center;
  -o-object-fit: cover;
  object-fit: cover;
}

.productsGrid .card .card__image .card__image_link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.productsGrid .card .card__details {
  position: relative;
}

.productsGrid .card .card__details.is-has-variant {
  display: -ms-grid;
  display: grid;
  grid-gap: 0 10px;
  -ms-grid-columns: 1fr 10px 70px;
  grid-template-columns: 1fr 70px;
  -ms-grid-rows: auto 0 auto;
  grid-template-areas: "title variant" "text variant";
}

.productsGrid .card .card__details.is-has-variant .card__title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: title;
}

.productsGrid .card .card__details.is-has-variant .card__variant {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  text-align: right;
  font-size: 20px;
  color: #4e4c5c;
  font-weight: 300;
  letter-spacing: -0.2px;
  grid-area: variant;
}

.productsGrid .card .card__details.is-has-variant .card__desc {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: text;
}

.productsGrid .card--outstock,
.productsGrid .card.not-available {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.productsGrid .card--outstock .card__image,
.productsGrid .card.not-available .card__image {
  opacity: 0.7;
}

.productsGrid .card--outstock:hover .card__image,
.productsGrid .card.not-available:hover .card__image {
  opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
  .productsGrid .card:hover .card__image .card__image_src {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.productsGrid--default {
  display: -ms-grid;
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}

@media (min-width: 992px) {
  .productsGrid--default {
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    grid-gap: 40px 16px;
  }
}

@media (min-width: 1940px) {
  .productsGrid--default {
    grid-template-columns: repeat(auto-fill, minmax(440px, 1fr));
  }
}

.productsGrid--default .card .card__image::before {
  padding-top: 130%;
}

.productsGrid--carousel {
  position: relative;
}

.productsGrid--carousel .swiper {
  min-width: 210px;
}

.productsGrid.js-products-row {
  position: relative;
  transition: opacity 0.3s;
}

.productsGrid.js-products-row.is-loading {
  opacity: 0.7;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

/*! collections grid */
@media (min-width: 800px) {
  .collectionsGrid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

@media (min-width: 1200px) {
  .collectionsGrid {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1700px) {
  .collectionsGrid {
    gap: 24px;
  }
}

.collectionsGrid .item {
  padding: 16px;
  position: relative;
  display: flex;
  text-decoration: none;
  align-items: flex-end;
  border-radius: 24px;
}

@media (min-width: 1200px) {
  .collectionsGrid .item {
    padding: 30px;
  }
}

@media (max-width: 799.98px) {
  .collectionsGrid .item:not(:last-child) {
    margin-bottom: 24px;
  }
}

.collectionsGrid .item::after {
  overflow: hidden;
  position: absolute;
  height: 33%;
  background: #3c2614;
  background: linear-gradient(0deg, #6a4b1e 36%, rgba(255, 255, 255, 0) 100%);
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  content: "";
}

.collectionsGrid .item .item__img {
  position: absolute;
  overflow: hidden;
  border-radius: 24px;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.collectionsGrid .item .item__img img {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  border-radius: 27px;
  overflow: hidden;
}

.collectionsGrid .item .item__details {
  display: block;
  position: relative;
  flex: 1;
  z-index: 3;
}

.collectionsGrid .item .item__title {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  font-weight: 300;
  font-size: 20px;
  padding-right: 80px;
  color: #fff;
  line-height: 110%;
  font-family: var(--font-secondary);
}

@media (min-width: 1200px) {
  .collectionsGrid .item .item__title {
    padding-right: 130px;
  }
}

.collectionsGrid .item .item__title>* {
  margin-bottom: 0;
}

.collectionsGrid .item .item__more {
  position: absolute;
  right: 0;
  bottom: 0;
}

.collectionsGrid .item .item__more .btn {
  padding: 0;
  border-radius: 100%;
  width: 44px;
  height: 44px;
  min-width: auto;
  position: relative;
  z-index: 2;
}

.collectionsGrid .item .item__more .btn::after {
  margin: 0;
}

.collectionsGrid .item:hover {
  text-decoration: none;
}

.collectionsGrid .item:hover .btn {
  background: var(--body-text);
}

.collectionsGrid .item:hover .item__img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.collectionsGrid--default .item {
  overflow: hidden;
}

.collectionsGrid--default .item .item__title {
  padding-right: 40%;
}

.collectionsGrid--rounded .item .item__details {
  position: unset;
}

.collectionsGrid--rounded .item .item__more_morelayer {
  width: 90%;
  height: 90%;
  position: absolute;
  right: -2px;
  bottom: -2px;
  background: var(--body-background);
  z-index: 1;
  border-top-left-radius: 64px;
}

.collectionsGrid--1 .item__details {
  position: relative;
}

.collectionsGrid--2 .item {
  border-bottom-right-radius: 0;
}

@media (min-width: 1200px) {
  .collectionsGrid--2 .item {
    padding: 25px 32px;
  }
}

.collectionsGrid--2 .item .item__more {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 34px 0 0 0;
  background: var(--body-background);
  padding: 8px 0 8px 8px;
  z-index: 3;
}

.collectionsGrid--2 .item .item__more .btn {
  margin-bottom: -8px;
  width: 60px;
  height: 60px;
}

.collectionsGrid--2 .item .item__more::after,
.collectionsGrid--2 .item .item__more::before {
  aspect-ratio: 1;
  background-image: radial-gradient(circle at 100% 100%,
      transparent 24px,
      var(--body-background) 25px);
  rotate: 180deg;
  content: "";
  position: absolute;
  z-index: 2;
  width: 24px;
  right: 0;
  bottom: 100%;
}

.collectionsGrid--2 .item .item__more::after {
  rotate: 0;
  bottom: 0;
  right: 100%;
}

@media (min-width: 1700px) {
  .collectionsGrid--large .item .item__more {
    border-radius: 64px 0 0 0;
    padding: 12px 0 12px 12px;
  }

  .collectionsGrid--large .item .item__more .btn {
    width: 110px;
    height: 110px;
    margin-bottom: -12px;
  }

  .collectionsGrid--large .item .item__more .btn::after {
    font-size: 30px;
  }
}

@media (max-width: 575.98px) {
  .prodsGrid .swiper {
    overflow: visible;
  }

  .prodsGrid .swiper .swiper-slide {
    max-width: 70%;
  }
}

.prodsGrid .card {
  --card-border-radius: 10px;
  --card-padding: 20px;
  --card-inner-radius: 30px;
  --card-bottom-size: 45px;
  color: var(--body-text-color);
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media (min-width: 800px) {
  .prodsGrid .card {
    --card-border-radius: 10px;
  }
}

@media (min-width: 1200px) {
  .prodsGrid .card {
    --card-border-radius: 10px;
    --card-padding: 27px;
    --card-bottom-size: 54px;
  }
}

.prodsGrid .card .card__content {
  background: #fff;
  border-radius: var(--card-border-radius);
  border-bottom-left-radius: 0;
  padding: var(--card-padding);
}

.prodsGrid .card .btn {
  position: relative;
  z-index: 2;
  --btn-size: 33px;
  --btn-font-size: 11px;
}

@media (min-width: 1200px) {
  .prodsGrid .card .btn {
    --btn-font-size: inherit;
    --btn-size: 44px;
  }
}

.prodsGrid .card .card__date {
  display: flex;
  align-items: center;
}

.prodsGrid .card .card__footer {
  display: flex;
  position: relative;
  z-index: 1;
  top: -1px;
}

.prodsGrid .card .card__footer::before {
  content: "";
}

.prodsGrid .card .card__footer .card__footer_left {
  flex: 1;
  height: var(--card-bottom-size);
  border-radius: var(--card-border-radius);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: #fff;
  padding: 0 calc(var(--card-padding) / 2) 0 var(--card-padding);
  display: flex;
  align-items: center;
  justify-content: stretch;
}

.prodsGrid .card .card__footer .card__footer_right {
  flex: 0 0 var(--card-bottom-size);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
}

.prodsGrid .card .card__footer .card__footer_right::before {
  content: "";
  aspect-ratio: 1;
  content: "";
  position: absolute;
  z-index: 1;
  /* width: var(--card-inner-radius);
  height: var(--card-inner-radius); */
  width: 33px;
  height: 33px;
  left: -1.4px;
  top: -1.06px;
  /* background-image: radial-gradient(circle at 100% 100%,
      transparent var(--card-inner-radius),
      #fff calc(var(--card-inner-radius) + 1px)); */
  /* background-image: radial-gradient(circle at 97% 100%,
      transparent 28px,
      #fff 28px); */
  /* background-image: radial-gradient(circle at 100% 100%,
      transparent 29px,
      #fff 30px); */

  background-image: radial-gradient(circle at 90% 92%,
      transparent 28px,
      #FFF 29px);
}

.prodsGrid--mainbanner {
  --shadow-color: #22283b;
}

.prodsGrid--mainbanner .card .card__content {
  padding-bottom: 15px;
  height: 100%;
  font-size: 9px;
  line-height: 133%;
}

@media (min-width: 1200px) {
  .prodsGrid--mainbanner .card .card__content {
    font-size: 14px;
    line-height: 142%;
  }
}

.prodsGrid--mainbanner .card .card__footer .card__footer_left {
  align-items: flex-start;
}

.prodsGrid--mainbanner .card .card__date {
  display: flex;
  align-items: flex-end;
}

.prodsGrid--mainbanner .card .card__date .card__date_num {
  font-size: 20px;
  line-height: 18px;
  margin-right: 5px;
}

@media (min-width: 992px) {
  .prodsGrid--mainbanner .card .card__date .card__date_num {
    font-size: 30px;
    line-height: 30px;
    margin-right: 10px;
  }
}

.prodsGrid--mainbanner .card .card__date .card__date_value {
  font-size: 8px;
}

@media (min-width: 992px) {
  .prodsGrid--mainbanner .card .card__date .card__date_value {
    font-size: 12px;
  }
}

.prodsGrid--projects {
  --shadow-color: var(--body-background-color);
}

.prodsGrid--projects .card {
  --card-padding: 18px;
}

@media (min-width: 1700px) {
  .prodsGrid--projects .card {
    --card-padding: 37px;
  }
}

.prodsGrid--projects .card .card__desc {
  padding-right: 30px;
}

@media (max-width: 1499.98px) {
  .prodsGrid--projects .card .card__desc {
    font-size: 14px;
  }
}

.prodsGrid--projects .card .card__image {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 6px;
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  .prodsGrid--projects .card .card__image {
    padding-top: 20px;
    margin-bottom: 10px;
  }
}

.prodsGrid--projects .card .card__image img {
  transition: all 0.3s;
  height: 40px;
}

@media (min-width: 1940px) {
  .prodsGrid--projects .card .card__image img {
    height: 60px;
  }
}

.prodsGrid--projects .card .card__title {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #3c4c5d;
  line-height: 100%;
  text-align: right;
}

@media (min-width: 1200px) {
  .prodsGrid--projects .card .card__title {
    margin-bottom: 14px;
    padding-bottom: 14px;
  }
}

.prodsGrid--projects .card .card__title>* {
  --max: 28px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 100%;
}

@media (min-width: 1940px) {
  .prodsGrid--projects .card .card__title>* {
    --max: 28px;
  }
}

.prodsGrid--projects .card .card__content {
  padding-bottom: 0;
  position: relative;
  height: 100%;
  z-index: 2;
}

.prodsGrid--projects .card .card__content .card__content_inner {
  margin-bottom: -20px;
}

.prodsGrid--projects-bottom {
  padding-top: 30px;
  gap: 10px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 800px) {
  .prodsGrid--projects-bottom {
    flex-direction: row;
  }
}

@media (min-width: 1940px) {
  .prodsGrid--projects-bottom {
    padding-top: 40px;
    gap: 17px;
  }
}

.prodsGrid--projects-bottom .card {
  flex: 1;
  transition: all 0.6s;
  overflow: hidden;
  height: auto;
  min-height: 174px;
  --card-padding: 18px;
}

@media (min-width: 1700px) {
  .prodsGrid--projects-bottom .card {
    height: 224px;
    --card-padding: 37px;
  }

  .prodsGrid--projects .card .card__content {
    height: 100%;
  }
}

@media (min-width: 800px) and (max-width: 1199.98px) {
  .prodsGrid--projects-bottom .card {
    align-items: center;
  }
}

@media (min-width: 800px) {
  .prodsGrid--projects-bottom .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (min-width: 1940px) {
  .prodsGrid--projects-bottom .card {
    height: 290px;
  }
}

.prodsGrid--projects-bottom .card .card__content {
  border-bottom-left-radius: var(--card-border-radius);
}

@media (max-width: 1199.98px) {
  .prodsGrid--projects-bottom .card .card__content {
    display: flex;
    align-items: center;
    height: 100%;
  }
}

@media (min-width: 1200px) {
  .prodsGrid--projects-bottom .card .card__content {
    height: 100%;
    padding-top: 20px;
  }
}

@media (min-width: 1940px) {
  .prodsGrid--projects-bottom .card .card__content {
    padding-top: 50px;
  }
}

.prodsGrid--projects-bottom .card .card__title {
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #3c4c5d;
  line-height: 100%;
}

@media (min-width: 1200px) {
  .prodsGrid--projects-bottom .card .card__title {
    margin-bottom: 14px;
    padding-bottom: 14px;
  }
}

.prodsGrid--projects-bottom .card .card__title>* {
  --max: 20px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 100%;
}

@media (min-width: 1200px) {
  .prodsGrid--projects-bottom .card .card__title>* {
    --max: 26px;
  }
}

@media (min-width: 1700px) {
  .prodsGrid--projects-bottom .card .card__title>* {
    --max: 28px;
  }
}

.prodsGrid--projects-bottom .card .card__desc {
  padding-right: 30px;
}

@media (min-width: 1700px) {
  .prodsGrid--projects-bottom .card .card__desc {
    min-height: 56px;
  }
}

@media (max-width: 1499.98px) {
  .prodsGrid--projects-bottom .card .card__desc {
    font-size: 14px;
  }
}

.prodsGrid--projects-bottom .card .card__desc,
.prodsGrid--projects-bottom .card .card__title {
  position: relative;
  z-index: 2;
  padding-right: 0;
}

.prodsGrid--projects-bottom .card .card__image {
  height: 0;
  min-height: auto;
}

@media (min-width: 1200px) {
  .prodsGrid--projects-bottom .card .card__image {
    height: 20px;
  }
}

.prodsGrid--projects-bottom .card .card__image picture {
  position: absolute;
  z-index: 1;
  right: 35px;
  top: 50%;
  height: 80px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 1940px) {
  .prodsGrid--projects-bottom .card .card__image picture {
    height: 136px;
  }
}

.prodsGrid--projects-bottom .card .card__image picture img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.prodsGrid--projects-bottom .card .card__image img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.07;
}

@media (max-width: 799.98px) {
  .prodsGrid--projects-bottom .card .card__image picture img {
    opacity: 1;
  }
}

@media (max-width: 799.98px) {
  .prodsGrid--projects-bottom .card {
    flex: 0 0 100%;
  }

  .prodsGrid--projects-bottom .card .card__content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .prodsGrid--projects-bottom .card .card__image {
    flex: 0 0 100px;
    min-width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
  }

  .prodsGrid--projects-bottom .card .card__image picture {
    -webkit-transform: none;
    transform: none;
    position: relative;
    right: auto;
    left: 0;
    height: auto;
    top: auto;
  }

  .prodsGrid--projects-bottom .card .card__image picture img {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
    height: 70px;
  }
}

@media (min-width: 1200px) {

  .prodsGrid--projects-bottom .card.is-hover,
  .prodsGrid--projects-bottom .card:hover {
    flex: 0 0 59.7%;
  }

  .prodsGrid--projects-bottom .card.is-hover .card__content,
  .prodsGrid--projects-bottom .card:hover .card__content {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 0;
    display: flex;
    gap: 20px;
    align-items: center;
  }

  .prodsGrid--projects-bottom .card.is-hover .card__image,
  .prodsGrid--projects-bottom .card:hover .card__image {
    flex: 0 0 230px;
    min-width: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
  }
}

@media (min-width: 1200px) and (min-width: 1940px) {

  .prodsGrid--projects-bottom .card.is-hover .card__image,
  .prodsGrid--projects-bottom .card:hover .card__image {
    flex: 0 0 230px;
    min-width: 230px;
  }
}

@media (min-width: 1200px) {

  .prodsGrid--projects-bottom .card.is-hover .card__image picture,
  .prodsGrid--projects-bottom .card:hover .card__image picture {
    -webkit-transform: none;
    transform: none;
    position: relative;
    right: auto;
    left: 0;
    height: auto;
    top: auto;
  }

  .prodsGrid--projects-bottom .card.is-hover .card__image picture img,
  .prodsGrid--projects-bottom .card:hover .card__image picture img {
    opacity: 1;
    transition: opacity 1s;
    -webkit-filter: none;
    filter: none;
    height: 200px;
  }
}

@media (min-width: 1200px) and (min-width: 1940px) {

  .prodsGrid--projects-bottom .card.is-hover .card__image picture img,
  .prodsGrid--projects-bottom .card:hover .card__image picture img {
    height: 200px;
  }
}

@media (min-width: 1200px) {

  .prodsGrid--projects-bottom .card.is-hover .card__content,
  .prodsGrid--projects-bottom .card:hover .card__content {
    height: 100%;
  }
}

@media (min-width: 1200px) {

  .prodsGrid--projects-bottom .card.is-hover .card__title,
  .prodsGrid--projects-bottom .card:hover .card__title {
    text-align: left;
  }
}

.cardSolutions {
  position: relative;
}

.cardSolutions.is-carousel-has-shadow {
  --shadow-color: #566d86;
}

@media (max-width: 799.98px) {
  .cardSolutions .swiper {
    overflow: visible;
  }

  .cardSolutions .swiper-slide {
    max-width: 187px;
  }
}

.cardSolutions .card {
  cursor: pointer;
}

.cardSolutions .card .card__image {
  border-radius: 5px;
  margin-bottom: 10px;
  overflow: hidden;
  overflow: hidden;
}

@media (min-width: 800px) {
  .cardSolutions .card .card__image {
    border-radius: 10px;
    margin-bottom: 17px;
  }
}

.cardSolutions .card .card__image picture {
  background: #fff;
  width: 100%;
  height: 100%;
  line-height: 0;
}

.cardSolutions .card .card__image img {
  transition: all 0.8s;
  width: 100%;
  /* -webkit-filter: grayscale(1);
  filter: grayscale(1); */
  /* opacity: 0.3; */
  opacity: 1;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.cardSolutions .card .card__title {
  font-weight: 400;
  padding-left: 25px;
  line-height: 120%;
  position: relative;
}

@media (min-width: 800px) {
  .cardSolutions .card .card__title {
    font-size: 20px;
    padding-left: 35px;
    line-height: 110%;
  }
}

@media (min-width: 1940px) {
  .cardSolutions .card .card__title {
    font-size: 23px;
    padding-left: 45px;
  }
}

.cardSolutions .card .card__title span {
  position: absolute;
  left: 0;
  top: 0;
  color: #a2b1ce;
  font-size: 16px;
  font-weight: 100;
}

@media (min-width: 800px) {
  .cardSolutions .card .card__title span {
    font-size: 20px;
  }
}

@media (min-width: 1940px) {
  .cardSolutions .card .card__title span {
    font-size: 28px;
  }
}

.cardSolutions .card.is-selected .card__image img,
.cardSolutions .card:hover .card__image img {
  /* -webkit-transform: scale(1.1);
  transform: scale(1.1); */
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}

/*! 
------------------------------------------
SECTIONS & Blocks
------------------------------------------
*/
.content-wrap {
  padding-top: 6.25rem;
}

@media (min-width: 1200px) {
  .content-wrap {
    padding-top: 10rem;
  }
}

.index__page .content-wrap {
  padding-top: 0;
}

/*! base section styles */
.section {
  --bg-color: transparent;
  scroll-margin-top: calc(var(--header-fixed-height) + 20px);
  scroll-margin-bottom: calc(var(--header-fixed-height) + 20px);
  background: var(--bg-color);
}

.section .section__header {
  position: relative;
  margin-bottom: min(max(1.25rem, 2.5vw), 2.5rem);
}

.section .section__header .section__header_title>* {
  margin-bottom: 0;
}

@media (min-width: 800px) {
  .section .section__header .section__header_title>* {
    font-size: 80px;
  }
}

.section .section__header .section__header_subtitle {
  padding-top: 8px;
}

.section .section__header.is-align-center {
  text-align: center;
}

.section .section__header.is-align-center .section__header_subtitle {
  margin: 0 auto;
}

.section .section__header.is-title-uppercase .section__header_title>* {
  text-transform: uppercase;
}

.section .section__footer {
  padding-top: min(max(20px, 1.5625vw), 1.5625rem);
  text-align: center;
}

@media (min-width: 1200px) and (max-width: 1939.98px) {
  .section.is-has-min-height {
    height: 95vh;
    min-height: 700px;
  }
}

@media (min-width: 800px) and (max-height: 600px) {
  div.section.is-has-min-height.section--mainbanner .nav {
    display: none;
  }

  div.section.is-has-min-height.section--mainbanner {
    padding-top: 95px;
  }

  div.section.is-has-min-height.section--mainbanner {
    min-height: 500px;
  }
}

@media (min-width: 992px) and (max-height: 700px) {
  div.section--mainbanner ul.nav li.nav__item {
    line-height: 15px;
  }
}
@media (min-width: 992px) and (max-height: 800px) {
  div.section--mainbanner ul.nav .nav__item {
    line-height: 20px;
  }
}

div.section--mainbanner ul.nav .nav__item {
  width: 100%;
}

div.section--mainbanner .nav .nav__item .nav__item_link {
  display: inline-block;
  width: 100%;
}

@media (min-width: 1200px) and (max-height: 860px) {
  .section.is-has-min-height.section--mainbanner .nav {
    gap: 15px;
  }

  div.section--mainbanner .nav .nav__item {
    line-height: 20px;
  }

  .section.is-has-min-height.section--mainbanner {
    padding-top: 120px;
  }

  .section.is-has-min-height.section--mainbanner .mainBanner__nav {
    padding-bottom: 20px;
  }

  .prodsGrid--mainbanner .card .card__content {
    font-size: 12px;
  }
  
  div.section--mainbanner .nav .nav__item {
    line-height: 25px;
  }

  div.section--mainbanner .nav .nav__item .nav__item_link {
    font-size: 12px;
  }
}

@media (min-width: 1500px) and (max-height: 750px) {
  div.section--mainbanner .nav .nav__item .nav__item_link {
    font-size: 12px;
  }

  div.section--mainbanner .nav .nav__item {
    min-height: 30px;
    line-height: 15px;
  }

  div.section.is-has-min-height.section--mainbanner .nav {
    gap: 5px;
  }
}

.is-has-border-radius {
  border-radius: 10px;
}

@media (min-width: 800px) {
  .is-has-border-radius {
    border-radius: 10px;
  }
}

@media (min-width: 1200px) {
  .is-has-border-radius {
    border-radius: 20px;
  }
}

/*! section grid mods */
.section--padding-xsmall {
  padding: min(max(10px, 1.25vw), 20px) 0;
}

.section--padding-small {
  padding: min(max(20px, 2.5vw), 40px) 0;
}

.section--padding-medium {
  padding: min(max(30px, 3.75vw), 60px) 0;
}

.section--padding-default,
.section--padding-large {
  padding: min(max(40px, 5vw), 80px) 0;
}

.section--padding-xlarge {
  padding: min(max(50px, 7.8vw), 125px) 0;
}

.section--padding-xxlarge {
  padding: min(max(60px, 10vw), 160px) 0;
}

.section--margin-xsmall {
  margin-bottom: min(max(10px, 1.25vw), 20px);
}

.section--margin-small {
  margin-bottom: min(max(20px, 2.5vw), 40px);
}

.section--margin-medium {
  margin-bottom: min(max(30px, 3.75vw), 60px);
}

.section--margin-default,
.section--margin-large {
  margin-bottom: min(max(40px, 5vw), 80px);
}

.section--margin-xlarge {
  margin-bottom: min(max(50px, 7.8vw), 125px);
}

.section--margin-xxlarge {
  margin-bottom: min(max(60px, 10vw), 160px);
}

.section--no-padding {
  padding: 0;
}

.section--no-padding-top {
  padding-top: 0;
}

.section--no-padding-bottom {
  padding-bottom: 0;
}

.section--no-margin {
  margin: 0;
}

@media (max-width: 799.98px) {
  .section.is-hide-mobile {
    display: none;
  }
}

.is-has-spacer {
  margin-left: 15px;
  margin-right: 15px;
}

@media (min-width: 1500px) {
  .is-has-spacer {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (min-width: 1940px) {
  .is-has-spacer {
    margin-left: 25px;
    margin-right: 25px;
  }
}

.r_banner {
  position: relative;
}

.r_banner .r_banner__image {
  border-radius: 5px;
  overflow: hidden;
}

@media (min-width: 800px) {
  .r_banner .r_banner__image {
    border-radius: 10px;
  }
}

.r_banner .r_banner__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
}

.r_banner .r_banner__image video {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 3/1.32;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
}

@media (max-width: 799.98px) {
  a.btn--ico-arrow-angle {
    width: fit-content;
    min-width: 80%;
    align-self: center;
  }

  .r_banner .r_banner__button {
    padding-top: 20px;
    text-align: center;
  }

  .r_banner .r_banner__button .btn {
    /* width: 100%; */
    min-width: 80%;
  }
}

@media (min-width: 800px) {
  .r_banner .r_banner__button {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-top: 12px;
    padding-left: 12px;
    border-top-left-radius: 35px;
    background: var(--color-main);
  }
}

@media (min-width: 800px) and (min-width: 992px) {
  .r_banner .r_banner__button {
    padding-top: 22px;
    padding-left: 22px;
    border-top-left-radius: 50px;
  }
}

@media (min-width: 800px) {

  .r_banner .r_banner__button::after,
  .r_banner .r_banner__button::before {
    aspect-ratio: 1;
    background-image: radial-gradient(circle at 100% 100%,
        transparent 12px,
        var(--color-main) 12px);
    rotate: 180deg;
    content: "";
    position: absolute;
    z-index: 2;
    width: 12px;
    right: 0;
    bottom: 100%;
  }
}

@media (min-width: 800px) {
  .r_banner .r_banner__button::before {
    left: -12px;
    top: auto;
    right: auto;
    bottom: 0;
  }
}

/*! section--mainbanner */
.section--mainbanner {
  display: flex;
  overflow: hidden;
  background: #191b28;
  padding-top: min(max(8.125rem, 12.5vw), 200px);
  position: relative;
}

@media (max-width: 575.98px) {
  .section--mainbanner {
    height: 90vh;
    max-height: 680px;
    min-height: 680px;
    padding-bottom: 13px;
  }
}

@media (min-width: 576px) {
  .section--mainbanner {
    padding-bottom: 40px;
  }
}

@media (min-width: 1940px) {
  .section--mainbanner {
    padding-top: 276px;
  }
}

.section--mainbanner .r_imageBg {
  z-index: 1;
}

.section--mainbanner .r_imageBg::before {
  position: absolute;
  z-index: 2;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(15, 23, 41, 0.7); */
  /* -webkit-backdrop-filter: blur(6.5px);
  backdrop-filter: blur(6.5px); */
}

.section--mainbanner .r_imageBg img {
  position: relative;
  z-index: 1;
}

.section--cooperation .box_cooperation__footer {
  display: block;
  padding: 20px 10px;
  line-height: 1.25;
  font-weight: 100;
  font-size: 13px;
  background: #777878;
}

.section--mainbanner .container {
  position: relative;
  z-index: 2;
}

.section--mainbanner .nav {
  display: flex;
  flex-direction: column;
  width: fit-content;
  gap: 12px;
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .section--mainbanner .nav {
    gap: 20px;
  }
}

@media (min-width: 1500px) {
  .section--mainbanner .nav .nav__item {
    /* min-height: 41px; */
    display: flex;
    align-items: center;
  }
}

@media (min-width: 1940px) {
  .section--mainbanner .nav .nav__item {
    /* min-height: 48px; */
  }
}

@keyframes navZoomOut {
  0% {
    font-size: 21px;
    /* font-family: var(--font-main); */
    font-family: var(--font-main);
  }

  40% {
    font-size: 18px;
    /* font-family: var(--font-main); */
    font-family: var(--font-main);
  }

  99.9% {
    font-size: 18px;
    /* font-family: var(--font-main); */
    font-family: var(--font-main);
  }

  100% {
    font-size: 18px;
    /* font-family: var(--font-main); */
    font-family: var(--font-main);
  }
}

@keyframes navZoom {
  0% {
    font-size: 18px;
    /* font-family: var(--font-main); */
    font-family: var(--font-main);
  }

  100% {
    font-size: 21px;
    /* font-family: var(--font-main); */
    font-family: var(--font-main);
  }
}

@keyframes navZoomOutSk {
  0% {
    font-size: 23px;
    /* font-family: var(--font-main); */
    font-family: var(--font-secondary);
  }

  40% {
    /* font-size: 14px; */
    font-size: 18px;
    /* font-family: var(--font-main); */
    font-family: var(--font-secondary);
  }

  99.9% {
    /* font-size: 14px; */
    font-size: 18px;
    /* font-family: var(--font-main); */
    font-family: var(--font-secondary);
  }

  100% {
    /* font-size: 14px; */
    font-size: 18px;
    /* font-family: var(--font-main); */
    font-family: var(--font-secondary);
  }
}

@keyframes navZoomSk {
  0% {
    /* font-size: 14px; */
    font-size: 18px;
    /* font-family: var(--font-main); */
    font-family: var(--font-secondary);
  }

  100% {
    font-size: 23px;
    /* font-family: var(--font-main); */
    font-family: var(--font-secondary);
  }
}

@media (min-width: 1500px) {
  @keyframes navZoomOut {
    0% {
      font-size: 21px;
      /* font-family: var(--font-main); */
      font-family: var(--font-main);
    }

    40% {
      font-size: 18px;
      /* font-family: var(--font-main); */
      font-family: var(--font-main);
    }

    99.9% {
      font-size: 18px;
      /* font-family: var(--font-main); */
      font-family: var(--font-main);
    }

    100% {
      font-size: 18px;
      /* font-family: var(--font-main); */
      font-family: var(--font-main);
    }
  }

  @keyframes navZoom {
    0% {
      font-size: 18px;
      /* font-family: var(--font-main); */
      font-family: var(--font-main);
    }

    100% {
      font-size: 21px;
      /* font-family: var(--font-main); */
      font-family: var(--font-main);
    }
  }

  @keyframes navZoomOutSk {
    0% {
      font-size: 23px;
      /* font-family: var(--font-main); */
      font-family: var(--font-secondary);
    }

    40% {
      /* font-size: 14px; */
      font-size: 18px;
      /* font-family: var(--font-main); */
      font-family: var(--font-secondary);
    }

    99.9% {
      /* font-size: 14px; */
      font-size: 18px;
      /* font-family: var(--font-main); */
      font-family: var(--font-secondary);
    }

    100% {
      /* font-size: 14px; */
      font-size: 18px;
      /* font-family: var(--font-main); */
      font-family: var(--font-secondary);
    }
  }

  @keyframes navZoomSk {
    0% {
      /* font-size: 14px; */
      font-size: 18px;
      /* font-family: var(--font-main); */
      font-family: var(--font-secondary);
    }

    100% {
      font-size: 23px;
      /* font-family: var(--font-main); */
      font-family: var(--font-secondary);
    }
  }
}

.section--mainbanner .nav .nav__item .nav__item_link {
  font-family: var(--font-main);
  /* font-family: var(--font-secondary); */
  transition: all 0.6s;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  text-decoration: none;
}

.section--mainbanner .nav .nav__item a.nav__item_link.sk-11--point b {
  font-family: var(--font-secondary);
  font-size: 23px;
}

.section--mainbanner .nav .nav__item .nav__item_link b {
  font-weight: 350;
  white-space: nowrap;
}

.section--mainbanner .nav .nav__item .nav__item_link.is-zooming-in {
  /* animation: navZoom 0.6s ease-in-out forwards; */
  color: #5bbcf9;
}

.section--mainbanner .nav .nav__item .nav__item_link.is-zooming-out {
  /* animation: navZoomOut 0.5s ease-in-out forwards; */
}

.section--mainbanner .nav .nav__item .nav__item_link.is-zooming-in.sk-11 {
  color: #5bbcf9;
  /* animation: navZoomSk 0.6s ease-in-out forwards; */
}

.section--mainbanner .nav .nav__item .nav__item_link.is-zooming-out.sk-11 {
  /* animation: navZoomOutSk 0.5s ease-in-out forwards; */
}

@media (min-width: 992px) {
  .section--mainbanner .nav .nav__item .nav__item_link {
    font-size: 18px;
  }
}

@media (min-width: 1500px) {
  .section--mainbanner .nav .nav__item .nav__item_link {
    font-size: 18px;
  }
}

.nav__item_link.is-selected {
  /* animation: navZoom 0.5s ease-in-out forwards; */
}

.nav__item_link.is-selected-off {
  /* animation: navZoomOut 0.4s ease-in-out forwards; */
}

.section--mainbanner .nav .nav__item .nav__item_link.is-selected.sk-11 {
  color: #5bbcf9;
  /* animation: navZoomSk 0.5s ease-in-out forwards; */
}

.nav__item_link.is-selected-off.sk-11 {
  /* animation: navZoomOutSk 0.4s ease-in-out forwards; */
}

/* .section--mainbanner .nav .nav__item .nav__item_link.is-has-zoom.is-selected,
.section--mainbanner .nav .nav__item .nav__item_link:hover {
    font-size: 28px;
    font-family: var(--font-secondary);
}
@media(min-width:1500px) {
.section--mainbanner .nav .nav__item .nav__item_link.is-has-zoom.is-selected,
.section--mainbanner .nav .nav__item .nav__item_link:hover {
    font-size: 28px;
    font-family: var(--font-secondary);
  }
} */

.mainBanner {
  color: #fff;
  height: 100%;
}

@media (min-width: 800px) {
  .mainBanner {
    display: flex;
  }
}

.mainBanner .mainBanner__col {
  min-width: 0;
}

.mainBanner .mainBanner__col .swiper {
  width: 100%;
  max-width: 100%;
}

.mainBanner .mainBanner__col--first {
  display: none;
}

.mainBanner__contacts_link {
  color: white;
}

@media (min-width: 800px) {
  .mainBanner .mainBanner__col--first {
    flex: 0 0 25.4%;
    min-width: 25.4%;
    display: flex;
    flex-direction: column;
    padding-right: 30px;
  }

  .mainBanner .mainBanner__col--first .mainBanner__contacts {
    margin-top: auto;
    margin-bottom: 25px;
  }
}

@media (min-width: 800px) and (max-width: 1499.98px) {
  .mainBanner .mainBanner__col--first .mainBanner__contacts {
    padding-top: 30px;
  }
}

@media (min-width: 800px) {
  .mainBanner .mainBanner__col--first .mainBanner__contacts .mainBanner__contacts_label {
    color: #929eaa;
  }
}

@media (min-width: 800px) and (max-width: 1499.98px) {
  .mainBanner .mainBanner__col--first .mainBanner__contacts .mainBanner__contacts_label {
    font-size: 14px;
    margin-bottom: 7px;
  }
}

@media (min-width: 800px) and (min-width: 992px) {
  .mainBanner .mainBanner__col--first .mainBanner__contacts .mainBanner__contacts_label {
    margin-bottom: 15px;
  }
}

@media (min-width: 800px) {
  .mainBanner .mainBanner__col--first .mainBanner__contacts .mainBanner__contacts_link {
    font-size: 35px;
    font-weight: 100;
    line-height: 100%;
  }
  
  .mainBanner .mainBanner__col--first .mainBanner__contacts .mainBanner__contacts_link:hover {
    color: #7C98B6;
  }
}

@media (min-width: 800px) and (min-width: 1500px) {
  .mainBanner .mainBanner__col--first .mainBanner__contacts .mainBanner__contacts_link {
    font-size: 40px;
    line-height: 40px;
  }
}

@media (min-width: 800px) {
  .mainBanner .mainBanner__col--first .mainBanner__contacts .mainBanner__contacts_link a {
    color: #fff;
    text-decoration: none;
  }

  .mainBanner .mainBanner__col--first .mainBanner__contacts .mainBanner__contacts_link a:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }
}

div.box_cooperation .box_cooperation__item {
  background: transparent;
}

@media (max-width: 1199.98px) {
  /* div.box_cooperation .box_cooperation__item {
    background: linear-gradient(180deg, #48494a 0, #777878 100%);
  } */
}

/* div.box_cooperation {
  background: linear-gradient(180deg, #48494a 0, #777878 100%);
} */

.mainBanner .mainBanner__col--last {
  padding-top: 12%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 575.98px) {
  .mainBanner .mainBanner__col--last {
    height: 100%;
  }

  div.box_cooperation {
    /* background: linear-gradient(180deg, #48494a 0, #777878 100%); */
    border-radius: 10px;
    /* padding-top: 40px; */
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .mainBanner .mainBanner__col--last {
    padding-top: 6.5%;
  }

  .mainBanner .mainBanner__col--last {
    padding-top: 6.5%;
  }
}

@media (max-width: 992px) {
  /* div.box_cooperation .box_cooperation__footer {
    display: block;
    background: transparent;
  } */

  div.box_cooperation .box_cooperation__item .box_cooperation__header .h3 {
    padding-top: 20px;
  }

  div.box_cooperation .box_cooperation__item:first-child .box_cooperation__header .h3 {
    padding-top: 0px;
  }

  div.r_benefits .r_benefits__desc--left div.dotDesc:nth-child(1),
  div.r_benefits .r_benefits__desc--left div.dotDesc:nth-child(3) {
    padding-left: 0;
  }

  div.r_benefits .r_benefits__desc--right div.dotDesc:nth-child(1),
  div.r_benefits .r_benefits__desc--right div.dotDesc:nth-child(3) {
    padding-right: 0;
  }

  div.prodsGrid--projects-bottom .card {
    min-height: auto;
  }
}

@media (max-width: 1200px) {
  .section .section__header .section__header_title>* {
    font-size: 40px;
  }

  footer.footer .footer__row--contacts .h2 {
    font-size: 60px;
  }

  footer.footer .nav .nav__item .nav__item_link.is-heading {
    font-size: 16px;
  }

  .footer .footer__userbar .item--search .search .search__item_input::placeholder {
    font-size: 14px;
  }

  div.r_benefits .r_benefits__desc {
    min-width: auto;
  }

  div.r_benefits .r_benefits__desc--right .dotDesc:nth-child(1),
  div.r_benefits .r_benefits__desc--right .dotDesc:nth-child(3) {
    padding-right: 20px;
  }

  div.r_benefits .r_benefits__desc--left .dotDesc:nth-child(1),
  div.r_benefits .r_benefits__desc--left .dotDesc:nth-child(3) {
    padding-left: 20px;
  }

  div.box_cooperation .box_cooperation__footer {
    display: block;
    background: transparent;
  }

  .box_cooperation .box_cooperation__item .box_cooperation__header .h3 {
    padding-top: 40px;
  }

  .box_cooperation .box_cooperation__item:first-child .box_cooperation__header .h3 {
    padding-top: 0px;
  }

}

.mainBanner .mainBanner__header {
  margin-bottom: min(max(2.5rem, 5.625vw), 5.625rem);
  display: flex;
  flex-direction: column;
  gap: 25px;
}

@media (max-width: 575.98px) {
  .mainBanner .mainBanner__header {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.mainBanner .mainBanner__header_subtitle,
.mainBanner .mainBanner__header_text {
  font-size: 26px;
  line-height: 115%;
  font-weight: 100;
}

@media (min-width: 800px) {

  .mainBanner .mainBanner__header_subtitle,
  .mainBanner .mainBanner__header_text {
    font-size: 30px;
  }
}

@media (min-width: 1500px) {

  .mainBanner .mainBanner__header_subtitle,
  .mainBanner .mainBanner__header_text {
    font-size: 70px;
  }
}

.r_acc .r_acc__item:last-child {
  border: none;
}

.r_benefits .r_benefits__desc {
  min-width: 200px;
}

.mainBanner .mainBanner__header_title>* {
  text-transform: none;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 0;
}

.index__banner .mainBanner .mainBanner__header_title>h1 {
  -webkit-text-stroke: 3px #FFFFFF;
}

@media (max-width: 799.98px) {
  .mainBanner .mainBanner__header_title>* {
    font-size: 42px;
  }
}

@media (min-width: 992px) {
  .mainBanner .mainBanner__header_title>* {
    --val: 5.2vw;
    --max: 5.2rem;
  }
}

@media (min-width: 1200px) {
  .section--cooperation .box_cooperation__footer {
    padding: 80px 0;
    font-size: 20px;
    background: transparent;
  }

  div.r_benefits .dotDesc {
    max-width: 240px;
  }
}

@media (min-width: 1500px) {
  .section--cooperation .box_cooperation__footer {
    padding: 20px 0;
    font-size: 20px;
    background: transparent;
  }

  div.r_benefits .dotDesc {
    max-width: 240px;
  }
}

@media (min-width: 1700px) {

  div.r_benefits .dotDesc .dotDesc__text {
    font-size: 28px;
    line-height: 26px;
  }

  div.r_benefits .r_benefits__desc--right .dotDesc:nth-child(1),
  div.r_benefits .r_benefits__desc--right .dotDesc:nth-child(3) {
    padding-right: 25px;
  }

  div.r_benefits .r_benefits__desc--left .dotDesc:nth-child(1),
  div.r_benefits .r_benefits__desc--left .dotDesc:nth-child(3) {
    padding-left: 25px;
  }

  .mainBanner .mainBanner__header_title>* {
    --val: 5vw;
    --max: 5rem;
  }

  .section--cooperation .box_cooperation__footer .h6 {
    font-size: 40px;
    font-weight: 400;
  }

  .section--cooperation .box_cooperation__footer {
    padding: 80px 0;
    font-size: 20px;
    background: transparent;
  }


  /* div.box_cooperation .box_cooperation__item {
    background: linear-gradient(180deg, #48494a 0, #777878 100%);
  } */

  div.box_cooperation {
    background: transparent;
  }
}

@media (min-width: 1940px) {
  .mainBanner .mainBanner__header_title>* {
    --val: 6.5vw;
    --max: 6.5rem;
  }

  div.r_benefits .dotDesc .dotDesc__text {
    font-size: 28px;
    line-height: 26px;
  }

  div.r_benefits.is-shown-text--1 .dotDesc[data-index="1"] .dotDesc__text, div.r_benefits.is-shown-text--2 .dotDesc[data-index="2"] .dotDesc__text, div.r_benefits.is-shown-text--3 .dotDesc[data-index="3"] .dotDesc__text, div.r_benefits.is-shown-text--4 .dotDesc[data-index="4"] .dotDesc__text, div.r_benefits.is-shown-text--5 .dotDesc[data-index="5"] .dotDesc__text, div.r_benefits.is-shown-text--6 .dotDesc[data-index="6"] .dotDesc__text {
    font-size: 105%;
  }
}

.mainBanner .mainBanner__header_text {
  color: #afcbe5;
}

@media (min-width: 800px) {
  .mainBanner .mainBanner__header_text {
    text-align: right;
  }
}

/*! section--automatization */
.section--automatization {
  color: #fff;
}

.section--automatization .section__header {
  display: flex;
  align-items: center;
  margin-bottom: min(max(1.25rem, 1.875vw), 1.875rem);
}

@media (max-width: 799.98px) {
  .section--automatization .section__header {
    flex-direction: column;
    gap: 10px;
  }
}

@media (min-width: 800px) {
  .section--automatization .section__header {
    gap: 20px 50px;
  }
}

.section--automatization .section__header .section__header_title {
  font-family: var(--font-secondary);
  text-transform: uppercase;
  font-size: 60px;
}

@media (min-width: 800px) {
  .section--automatization .section__header .section__header_title {
    font-size: min(max(1rem, 4.25vw), 85px);
  }
}

.section--automatization .section__header .section__header_text {
  line-height: normal;
  font-weight: 100;
}

@media (min-width: 992px) and (max-height: 870px) {
  .section.is-has-min-height.section--mainbanner .nav {
    gap: 10px;
  }

  .mainBanner .nav--custom-banner .nav-sk-wrapper-banner {
    gap: 15px;
    padding: 15px 0;
  }

  div.mainBanner .mainBanner__col--last {
    padding-top: 0.5%;
  }

  div.section.is-has-min-height {
    min-height: 590px;
  }

  div.section--mainbanner .nav .nav__item .nav__item_link.is-zooming-out {
    /* animation: navZoomOutMob 0.5s ease-in-out forwards; */
  }

  div.section--mainbanner .nav .nav__item .nav__item_link.is-zooming-in {
    color: #5bbcf9;
    /* animation: navZoomMob 0.6s ease-in-out forwards; */
  }

  a.nav__item_link.is-selected {
    /* animation: navZoomMob 0.5s ease-in-out forwards; */
  }

  .section--mainbanner .nav .nav__item .nav__item_link {
    font-size: 12px;
  }

  @keyframes navZoomOutMob {
    0% {
      font-size: 16px;
      /* font-family: var(--font-main); */
      font-family: var(--font-main);
    }

    40% {
      font-size: 12px;
      font-family: var(--font-main);
    }

    99.9% {
      font-size: 12px;
      font-family: var(--font-main);
    }

    100% {
      font-size: 12px;
      font-family: var(--font-main);
    }
  }

  @keyframes navZoomMob {
    0% {
      font-size: 12px;
      /* font-family: var(--font-main); */
      font-family: var(--font-main);
    }

    100% {
      font-size: 16px;
      /* font-family: var(--font-main); */
      font-family: var(--font-main);
    }
  }

  @keyframes navZoomOutSk {
    0% {
      font-size: 16px;
      /* font-family: var(--font-main); */
      font-family: var(--font-secondary);
    }

    40% {
      /* font-size: 14px; */
      font-size: 12px;
      /* font-family: var(--font-main); */
      font-family: var(--font-secondary);
    }

    99.9% {
      /* font-size: 14px; */
      font-size: 12px;
      /* font-family: var(--font-main); */
      font-family: var(--font-secondary);
    }

    100% {
      /* font-size: 14px; */
      font-size: 12px;
      /* font-family: var(--font-main); */
      font-family: var(--font-secondary);
    }
  }

  @keyframes navZoomSk {
    0% {
      /* font-size: 14px; */
      font-size: 12px;
      /* font-family: var(--font-main); */
      font-family: var(--font-secondary);
    }

    100% {
      font-size: 16px;
      /* font-family: var(--font-main); */
      font-family: var(--font-secondary);
    }
  }
}

@media (max-width: 800px) {
  .section--automatization .section__header .section__header_text {
    text-align: center;
  }

  .section--tree .r_list .item a {
    justify-content: center;
  }
}

.section--automatization.section.is-has-min-height {
  height: auto;
  min-height: auto;
}

@media (min-width: 800px) {
  .section--automatization .section__header .section__header_text {
    font-size: 24px;
  }
}

@media (min-width: 900px) and (max-width: 1000px) {
  .section--automatization .section__header .section__header_text {
    line-height: 125%;
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .section--automatization .section__header .section__header_text {
    line-height: 125%;
    font-size: 30px;
  }
}

@media (min-width: 1500px) {
  .section--automatization .section__header .section__header_text {
    line-height: 125%;
    font-size: 25px;
  }
}

@media (min-width: 1700px) {
  .section--automatization .section__header .section__header_text {
    line-height: 125%;
    font-size: 30px;
  }
}

/*! section--tree */
.section--tree {
  position: relative;
}

@media (min-width: 800px) {
  .section--tree {
    display: flex;
    align-items: center;
    gap: 30px min(max(90px, 10vw), 10rem);
    margin-bottom: 0;
  }

  .section--tree .section__content {
    flex: 1;
  }

  .section--tree .section__image {
    flex: 0 0 35%;
  }
}

@media (min-width: 1500px) {
  .section--tree .section__image {
    flex: 0 0 41%;
  }
}

.section--tree .section__content {
  position: relative;
  z-index: 2;
}

.section--tree .r_list {
  font-weight: 100;
}

.section--tree .r_list .item {
  /* min-height: 66px; */
  min-height: 57px;
  display: flex;
  align-items: center;
  /* padding: 10px 0; */
  padding: 0;
  transition: font-size 0.3s ease;
  font-size: 18px;
}
.section--tree .r_list .item .item-tree--abbr {
  writing-mode: sideways-lr;
  padding: 5px 6px 5px 8px !important;
  height: fit-content;
  min-height: 47px;
  background-color: #707a85;
  color: #ffffff;
  text-align: center;
  font-family: "Korataki";
  border-radius: 4px;
  font-size: 6px;
  font-weight: 500;
  line-height: 6px;
  transition: .5s;
  text-transform: uppercase;
}

.section--tree .r_list .item .item-tree--name, .section--tree .r_list .item .item-tree--abbr {
  padding: 20px 0;
}

.section--tree .r_list .item .item-tree--name {
  flex: 1;
}

@media (min-width: 800px) {
  .section--tree .r_list .item {
    font-size: 20px;
  }

  .section--tree .r_list .item .item-tree--name, .section--tree .r_list .item .item-tree--abbr {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .section--tree .r_list .item .item-tree--abbr {
    padding: 10px 12px 10px 14px!important;
    min-height: 89px;
    font-size: 12px;
    border-radius: 10px;
    font-weight: 500;
    line-height: 12px;
  }
}

@media (min-width: 1200px) {
  .section--tree .r_list .item {
    font-size: 30px;
    line-height: 35px;
    min-height: 109px;
    max-height: 156px;
    /* padding-top: 25px;
    padding-bottom: 25px; */
  }
}

@media (min-width: 1940px) {
  .section--tree .r_list .item {
    font-size: 35px;
    line-height: 40px;
    min-height: 124px;
    /* padding-top: 25px;
    padding-bottom: 25px; */
  }
}

.section--tree .r_list .item a {
  transition: all 0.3s;
  color: #3c4c5d;
  text-decoration: none;
  align-items: center;
  gap: 23px;
  display: inline-flex;
  width: 100%;
}

@media (min-width: 800px) {
  .section--tree .r_list .item.is-hover a {
    font-size: 105%;
  }

  .section--tree .r_list .item.is-hover a .item-tree--abbr {
    background-color: #5bbcf9;
    transition: .5s;
  }
  
  .section--tree .r_list .item a {
    gap: 50px;
  }
}

.section--tree .r_list .item:not(:last-child) .item-tree--name {
  border-bottom: 1px solid #99a1aa;
}

.section--tree .section__image svg {
  max-height: 360px;
}

@media (min-width: 576px) {
  .section--tree .section__image svg {
    max-height: 240px;
  }
}

@media (min-width: 1200px) {
  .section--tree .section__image svg {
    max-height: 420px;
  }
}

@media (max-width: 799.98px) {
  .section--tree .section__image {
    opacity: 0.1;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
  }
}

@media (min-width: 800px) {
  .section--tree .section__image {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .section--tree .section__image svg {
    max-width: 100%;
  }
}

.section--tree .section__image svg .tree--1,
.section--tree .section__image svg .tree--2,
.section--tree .section__image svg .tree--3,
.section--tree .section__image svg .tree--4,
.section--tree .section__image svg .tree--5 {
  transition: all 0.3s;
  opacity: 0;
}

.section--tree .section__image.tree--1 svg .tree--1 {
  opacity: 1;
}

.section--tree .section__image.tree--2 svg .tree--2 {
  opacity: 1;
}

.section--tree .section__image.tree--3 svg .tree--3 {
  opacity: 1;
}

.section--tree .section__image.tree--4 svg .tree--4 {
  opacity: 1;
}

.section--tree .section__image.tree--5 svg .tree--5 {
  opacity: 1;
}

/*! section benefits */
.r_benefits {
  display: flex;
  flex-direction: column;
}

@media (max-width: 799.98px) {
  .r_benefits {
    gap: 28px;
  }
}

@media (min-width: 800px) {
  .r_benefits {
    flex-direction: row;
    align-items: center;
    padding: 0 4%;
  }
}

@media (min-width: 992px) {
  .r_benefits {
    padding: 0 8%;
  }
}

.r_benefits .dotDesc {
  cursor: pointer;
  font-size: 14px;
}

@media (max-width: 799.98px) {
  .r_benefits .dotDesc {
    display: flex;
    gap: 10px;
    align-items: center;
  }

  .r_benefits .dotDesc br {
    display: none;
  }
}

@media (min-width: 576px) {
  .r_benefits .dotDesc {
    font-size: 18px;
  }
}

@media (min-width: 800px) {
  .r_benefits .dotDesc {
    max-width: 146px;
  }
}

@media (min-width: 1200px) {
  .r_benefits .dotDesc {
    font-size: 22px;
  }
}

@media (min-width: 1940px) {
  .r_benefits .dotDesc {
    max-width: 230px;
    font-size: 28px;
  }
}

.r_benefits .dotDesc .dotDesc__num {
  color: #a7c0d7;
}

.r_benefits .dotDesc .dotDesc__text {
  font-weight: 100;
  color: #3c4c5d;
  line-height: 110%;
  text-shadow: 0 0 0px currentColor;
  transition: font-size 0.3s ease, text-shadow 0.3s ease;
}

.r_benefits .r_benefits__desc {
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.35s;
  gap: min(max(18px, 3vw), 3rem);
}

@media (max-width: 799.98px) {
  .r_benefits .r_benefits__desc {
    max-width: 260px;
    margin: 0 auto;
  }
}

@media (min-width: 1940px) {
  .r_benefits .r_benefits__desc {
    gap: min(max(18px, 5vw), 5rem);
  }
}

@media (min-width: 800px) {

  .r_benefits .r_benefits__desc--left .dotDesc:nth-child(1),
  .r_benefits .r_benefits__desc--left .dotDesc:nth-child(3) {
    padding-left: 40px;
  }

  .r_benefits .r_benefits__desc--right .dotDesc {
    text-align: right;
  }

  .r_benefits .r_benefits__desc--right .dotDesc:nth-child(1),
  .r_benefits .r_benefits__desc--right .dotDesc:nth-child(3) {
    padding-right: 40px;
  }
}

.r_benefits .r_benefits__image {
  --box-size: 206px;
  border: 1px dashed transparent;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  width: var(--box-size);
  height: var(--box-size);
}

@media (min-width: 800px) {
  .r_benefits .r_benefits__image {
    --box-size: 326px;
  }
}

@media (min-width: 1700px) {
  .r_benefits .r_benefits__image {
    --box-size: 506px;
  }
}

@media (min-width: 1940px) {
  .r_benefits .r_benefits__image {
    --box-size: 616px;
  }
}

.r_benefits .r_benefits__image .dot__text {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  width: 60%;
  font-weight: 100;
  font-size: 12px;
  color: #59718b;
  text-align: center;
  opacity: 1;
  visibility: hidden;
  position: absolute;
  z-index: 2;
  transition: opacity 0.3s linear, -webkit-transform 0.3s linear;
  transition: opacity 0.3s linear, transform 0.3s linear;
  transition: opacity 0.3s linear, transform 0.3s linear,
    -webkit-transform 0.3s linear;
}

@media (min-width: 800px) {
  .r_benefits .r_benefits__image .dot__text {
    font-size: 14px;
  }
}

@media (min-width: 1940px) {
  .r_benefits .r_benefits__image .dot__text {
    font-size: 24px;
  }
}

.r_benefits .r_benefits__image .dot {
  display: none;
}

@media (min-width: 800px) {
  .r_benefits .r_benefits__image .dot {
    opacity: 0;
    /* transition: opacity 0.35s; */
    transition: all 0.35s;
    width: 26px;
    height: 26px;
    background: #fff;
    position: absolute;
    border: 2px solid #969ca8;
    border-radius: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }

  .r_benefits .r_benefits__image .dot::before {
    width: 14px;
    height: 14px;
    background: #a7c0d7;
    border-radius: 100%;
    content: "";
  }

  .r_benefits .r_benefits__image .dot--2 {
    top: 50%;
    left: 1px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .r_benefits .r_benefits__image .dot--5 {
    top: 50%;
    right: 1px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .r_benefits .r_benefits__image .dot--4 {
    top: 16%;
    right: 12%;
  }

  .r_benefits .r_benefits__image .dot--1 {
    top: 16%;
    left: 12%;
  }

  .r_benefits .r_benefits__image .dot--3 {
    bottom: 16%;
    left: 12%;
  }

  .r_benefits .r_benefits__image .dot--6 {
    bottom: 16%;
    right: 12%;
  }
}

@media (min-width: 800px) and (min-width: 1700px) {
  .r_benefits .r_benefits__image .dot--2 {
    top: 50%;
    left: 8px;
  }

  .r_benefits .r_benefits__image .dot--5 {
    top: 50%;
    right: 8px;
  }

  .r_benefits .r_benefits__image .dot--4 {
    top: 17%;
    right: 13%;
  }

  .r_benefits .r_benefits__image .dot--1 {
    top: 17%;
    left: 13%;
  }

  .r_benefits .r_benefits__image .dot--3 {
    bottom: 17%;
    left: 13%;
  }

  .r_benefits .r_benefits__image .dot--6 {
    bottom: 17%;
    right: 13%;
  }
}

.r_benefits .r_benefits__image::before {
  opacity: 0;
  transition: opacity 0.35s;
  width: 92%;
  height: 92%;
  border: 1px solid #778494;
  border-radius: 100%;
  content: "";
  position: absolute;
  left: 4%;
  top: 4%;
}

@media (min-width: 1940px) {
  .r_benefits .r_benefits__image::before {
    width: 93.4%;
    height: 93.7%;
    left: 3.3%;
    top: 3.3%;
  }
}

.r_benefits .r_benefits__image .r_benefits__imageInner {
  background: #f6f6f7;
  width: 74%;
  height: 74%;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.r_benefits .r_benefits__image .r_benefits__imageInner::before {
  content: "";
  opacity: 0;
  transition: opacity 0.35s;
  border-radius: 100%;
  border: 1px dashed rgba(119, 132, 148, 0.6);
  width: 94%;
  height: 94%;
  position: absolute;
  left: 3%;
  top: 3%;
}

.r_benefits .r_benefits__image .r_benefits__imageInner picture {
  transition: all 0.8s;
  opacity: 0;
  display: flex;
  justify-content: center;
  width: 40%;
}

.r_benefits .r_benefits__image .r_benefits__imageInner picture img {
  /* max-width: min(max(62px, 12.5vw), 12.5rem); */
  max-width: min(max(68px, 12.5vw), 14.5rem);
  width: 100%;
}

.section--benefits {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  padding-top: min(max(50px, 7.8vw), 125px);
}

@media (max-width: 799.98px) {
  .section--benefits {
    padding-bottom: 0 !important;
    background: #fff;
    /* background: transparent; */
  }
}

@media (min-width: 800px) {
  .section--benefits {
    background: #fff;
  }
}

@media (max-width: 1199px) {
  .section--benefits .section__header .section__header_title .h2 {
    position: relative;
    z-index: 10;
  }

  .section--benefits .section__lines {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
  }

  .section--benefits .section__lines .item {
    position: absolute;
    top: 0;
    width: 5px;
    height: 0;
    opacity: 1;
  }

  .section--benefits .section__lines .item--top {
    top: 0;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    background: linear-gradient(180deg, rgb(191, 215, 239), rgb(139, 165, 192));
  }

  .section--benefits .section__lines .item--bottom {
    top: auto;
    bottom: 0;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    background: linear-gradient(0deg, rgb(191, 215, 239), rgb(139, 165, 192));
    /* background: #f6f6f7; */
  }
}

@media (min-width: 1200px) {
  .section--benefits .section__lines {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
  }

  .section--benefits .section__lines .item {
    position: absolute;
    top: 0;
    height: 5px;
    width: 0;
    opacity: 1;
  }

  .section--benefits .section__lines .item--top {
    left: 0;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(191, 215, 239), rgb(139, 165, 192));
  }

  .section--benefits .section__lines .item--bottom {
    right: 0;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    background: linear-gradient(270deg, rgb(191, 215, 239), rgb(139, 165, 192));
    /* background: #f6f6f7; */
  }
}

@media (min-width: 800px) {
  .section--benefits .section__content {
    margin-bottom: 50px;
  }

  .r_benefits.is-shown-text--1 .dotDesc[data-index="1"] .dotDesc__text,
  .r_benefits.is-shown-text--2 .dotDesc[data-index="2"] .dotDesc__text,
  .r_benefits.is-shown-text--3 .dotDesc[data-index="3"] .dotDesc__text,
  .r_benefits.is-shown-text--4 .dotDesc[data-index="4"] .dotDesc__text,
  .r_benefits.is-shown-text--5 .dotDesc[data-index="5"] .dotDesc__text,
  .r_benefits.is-shown-text--6 .dotDesc[data-index="6"] .dotDesc__text {
    font-size: 105%;
    text-shadow: 0 0 1.2px currentColor;
    color: #3c4c5d;
  }

  .r_benefits.is-shown-text--1 .dot__text--1,
  .r_benefits.is-shown-text--2 .dot__text--2,
  .r_benefits.is-shown-text--3 .dot__text--3,
  .r_benefits.is-shown-text--4 .dot__text--4,
  .r_benefits.is-shown-text--5 .dot__text--5,
  .r_benefits.is-shown-text--6 .dot__text--6 {
    font-size: 90%;
    text-shadow: 0 0 1.2px currentColor;
    z-index: 2;
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
  }

}

@media (min-width: 1700px) {
  .section--benefits .section__content {
    margin-bottom: 50px;
  }

  .r_benefits.is-shown-text--1 .dotDesc[data-index="1"] .dotDesc__text,
  .r_benefits.is-shown-text--2 .dotDesc[data-index="2"] .dotDesc__text,
  .r_benefits.is-shown-text--3 .dotDesc[data-index="3"] .dotDesc__text,
  .r_benefits.is-shown-text--4 .dotDesc[data-index="4"] .dotDesc__text,
  .r_benefits.is-shown-text--5 .dotDesc[data-index="5"] .dotDesc__text,
  .r_benefits.is-shown-text--6 .dotDesc[data-index="6"] .dotDesc__text {
    font-size: 135%;
  }

  .r_benefits.is-shown-text--1 .dot__text--1,
  .r_benefits.is-shown-text--2 .dot__text--2,
  .r_benefits.is-shown-text--3 .dot__text--3,
  .r_benefits.is-shown-text--4 .dot__text--4,
  .r_benefits.is-shown-text--5 .dot__text--5,
  .r_benefits.is-shown-text--6 .dot__text--6 {
    font-size: 135%;
  }
}

@media (max-width: 799.98px) {
  .section--benefits .section__content {
    padding: 40px 20px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 8px;
  }
}

.section--benefits .section__footer {
  background: #778494;
  padding: 20px 18px;
  border-radius: 5px;
  justify-content: space-between;
  display: flex;
  transition: opacity 0.35s;
  opacity: 0;
}

@media (min-width: 800px) {
  .section--benefits .section__footer {
    border-radius: 50px;
    padding: 10px;
  }
}

@media (max-width: 799.98px) {
  .section--benefits .section__footer {
    gap: 9px;
    flex-direction: column;
  }
}

@media (min-width: 992px) {
  .section--benefits .section__footer {
    padding: 14px;
  }
}

.section--benefits.is-loaded .r_benefits .r_benefits__desc {
  opacity: 1;
}

.section--benefits.is-loaded .r_benefits .r_benefits__image {
  border-color: rgba(119, 132, 148, 0.4);
}

.section--benefits.is-loaded .r_benefits .r_benefits__image::before {
  opacity: 1;
}

@media (min-width: 800px) {
  .section--benefits.is-loaded .r_benefits .r_benefits__image .dot {
    opacity: 1;
  }
}

.section--benefits.is-loaded .r_benefits .r_benefits__image .r_benefits__imageInner::before {
  opacity: 1;
}

.section--benefits.is-loaded .r_benefits .r_benefits__image .r_benefits__imageInner picture {
  opacity: 1;
}

.section--benefits.is-loaded .section__footer {
  opacity: 1;
}

/*! section projects */
.section--projects {
  position: relative;
  overflow: hidden;
  background: url(projects-bg.png) repeat;
}

.section--projects::after,
.section--projects::before {
  right: 0;
  position: absolute;
  content: "";
  left: 0;
  height: min(max(60px, 10vw), 160px);
  background: red;
  z-index: 1;
}

.section--projects::before {
  top: 0;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0, #f6f6f7 100%);
}

.section--projects::after {
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #f6f6f7 100%);
}

@media (min-width: 1940px) {
  .section--projects .section__header {
    margin-bottom: min(max(20px, 5vw), 80px);
  }
}

.section--projects .container {
  position: relative;
  z-index: 2;
}

/*! section solutions */
.section--solutions {
  background: #566d86;
  color: #f8f8f9;
}

@media (max-width: 799.98px) {
  .section--solutions .section__header {
    text-align: center;
  }
}

.r_solutionsBox .r_steps {
  color: #a2b1ce;
  display: flex;
  gap: 10px;
  overflow: hidden;
}

@media (min-width: 800px) {
  .r_solutionsBox .r_steps {
    gap: 20px;
  }
}

.r_solutionsBox .r_steps .r_steps__item {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s;
}

@media (min-width: 800px) {
  .r_solutionsBox .r_steps .r_steps__item {
    gap: 20px;
  }
}

.r_solutionsBox .r_steps .r_steps__item .r_steps__item_num {
  display: inline-flex;
  align-items: center;
  transition: all 0.3s;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  border-radius: 100%;
  border: 1px solid #a2b1ce;
}

@media (min-width: 800px) {
  .r_solutionsBox .r_steps .r_steps__item .r_steps__item_num {
    font-size: inherit;
    width: 30px;
    height: 30px;
  }

  .section--benefits.is-loaded .r_benefits[class*="is-shown-text--"] .r_benefits__imageInner picture {
    opacity: 0.1;
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }
}

.r_solutionsBox .r_steps .r_steps__item .r_steps__item_text {
  font-size: 12px;
  font-weight: 100;
}

@media (min-width: 800px) {
  .r_solutionsBox .r_steps .r_steps__item .r_steps__item_text {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .r_solutionsBox .r_steps .r_steps__item .r_steps__item_text {
    font-size: 20px;
  }
}

.r_solutionsBox .r_steps .r_steps__item .r_steps__item_arrow {
  font-size: 8px;
}

@media (min-width: 800px) {
  .r_solutionsBox .r_steps .r_steps__item .r_steps__item_arrow {
    font-size: 11px;
  }
}

.r_solutionsBox .r_steps .r_steps__item .r_steps__item_arrow::before {
  font-family: var(--font-icons);
  content: "";
}

.r_solutionsBox .r_steps .r_steps__item.is-active {
  color: #fff;
}

.r_solutionsBox .r_steps .r_steps__item.is-active .r_steps__item_num {
  background: #fff;
  border-color: #fff;
  color: var(--body-text-color);
}

.r_solutionsBox .r_steps .r_steps__item:last-child .r_steps__item_arrow {
  display: none;
}

.r_solutionsBox .r_solutionsBox__header {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.r_solutionsBox .r_solutionsBox__header .r_solutionsBox__text {
  font-size: 12px;
  display: none;
  font-weight: 100;
  line-height: 130%;
}

@media (min-width: 576px) {
  .r_solutionsBox .r_solutionsBox__header .r_solutionsBox__text {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .r_solutionsBox .r_solutionsBox__header .r_solutionsBox__text {
    will-change: opacity;
    transform: translateZ(0);
    display: block;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    flex: 0 0 40%;
    padding-left: 10px;
    font-size: 20px;
  }
}

@media (max-width: 1199.98px) {
  .r_solutionsBox .r_solutionsBox__header {
    margin-bottom: 25px;
  }

  .r_solutionsBox .r_solutionsBox__header .r_solutionsBox__text {
    display: none;
    max-width: 50%;
  }
}

@media (max-width: 799.98px) {
  .r_solutionsBox .r_solutionsBox__header .r_solutionsBox__text {
    max-width: none;
  }
}

@media (min-width: 1200px) {
  .r_solutionsBox .r_solutionsBox__header {
    flex-direction: row;
    margin-bottom: 40px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
}

@media (min-width: 1940px) {
  .r_solutionsBox .r_solutionsBox__header {
    margin-bottom: 60px;
  }
}

.r_solutionsBox .r_solutionsBox__footer {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 15px;
}

@media (min-width: 1940px) {
  .r_solutionsBox .r_solutionsBox__footer {
    padding-top: 32px;
  }
}

.r_solutionsBox .r_solutionsBox__footer .r_solutionsBox__footer_text {
  font-size: 12px;
}

.r_solutionsBox .r_solutionsBox__footer .r_solutionsBox__footer_buttons {
  display: flex;
  gap: 6px;
  align-items: center;
}

.r_solutionsBox .r_solutionsBox__footer .r_solutionsBox__footer_buttons .js-solutions-pdf {
  margin-left: 10px;
}

.r_solutionsBox .r_solutionsBox__footer .btn {
  --btn-size: 42px;
}

@media (min-width: 800px) {
  .r_solutionsBox .r_solutionsBox__footer {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .r_solutionsBox .r_solutionsBox__footer .btn {
    --btn-size: 56px;
  }

  .r_solutionsBox .r_solutionsBox__footer .r_solutionsBox__footer_text {
    font-size: inherit;
  }
}

.r_solutionsBox .r_solutionsBox__footer .js-solutions-pdf {
  display: none !important;
}

@media (max-width: 799.98px) {

  .r_solutionsBox.is-active-tab-2 .r_steps .r_steps__item:nth-child(1),
  .r_solutionsBox.is-active-tab-3 .r_steps .r_steps__item:nth-child(1) {
    display: none;
  }

  .r_solutionsBox.is-active-tab-3 .r_steps .r_steps__item:nth-child(2) {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .r_solutionsBox.is-active-tab-first .r_solutionsBox__header .r_solutionsBox__text {
    display: block;
  }
}

@media (min-width: 1200px) {
  .r_solutionsBox.is-active-tab-first .r_solutionsBox__header .r_solutionsBox__text {
    opacity: 1;
    visibility: visible;
  }
}

.r_solutionsBox.is-active-tab-first .r_solutionsBox__footer {
  display: none;
}

.r_solutionsBox.is-active-tab-last .r_solutionsBox__footer .btn--ico-arrow-right {
  display: none;
}

.r_solutionsBox.is-active-tab-last .r_solutionsBox__footer .js-solutions-pdf {
  display: inline-flex !important;
}

.box_solutions {
  overflow: hidden;
  position: relative;
}

.box_solutions .box_solutions__item {
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.box_solutions .box_solutions__item.is-active {
  position: relative;
  opacity: 1;
  height: auto;
  visibility: visible;
}

.r_solution {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  gap: 30px;
}

@media (min-width: 992px) {
  .r_solution {
    flex-direction: row;
    gap: 40px;
    margin-bottom: 30px;
  }
}

.r_solution--choose {
  display: none;
}

.r_solution--choose.is-selected {
  display: flex;
}

.r_solution .r_acc {
  --acc-item-border-color: rgba(255, 255, 255, 0.3);
}

.r_solution .r_solution__list .r_solution__list_title {
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 12px;
}

@media (min-width: 992px) {
  .r_solution .r_solution__list .r_solution__list_title {
    font-size: 22px;
  }
}

@media (min-width: 1940px) {
  .r_solution .r_solution__list .r_solution__list_title {
    margin-bottom: 26px;
  }
}

.r_solution .r_solution__list .r_solution__list_content {
  font-size: 10px;
}

@media (min-width: 992px) {
  .r_solution .r_solution__list .r_solution__list_content {
    font-size: 18px;
  }
}

@media (min-width: 1940px) {
  .r_solution .r_solution__list .r_solution__list_content {
    font-size: 20px;
  }
}

.r_solution .r_solution__list .r_solution__list_content ol,
.r_solution .r_solution__list .r_solution__list_content ul {
  margin-left: 0;
  padding-left: 25px;
}

@media (min-width: 1940px) {
  .r_solution .r_solution__group+.r_solution__group {
    padding-top: 20px;
  }
}

.r_solution .r_solution__group .r_solution__group_title>* {
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .r_solution .r_solution__group .r_solution__group_title>* {
    --max: 18px;
    --val: 18px;
  }

  .ios-old .section--tree .r_list .item .item-tree--abbr {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    line-height: 10px;
  }

  .ios-old .nav__item--sk-wrapper .nav__item--logo {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
  }

  .ios-old .nav__item--sk-wrapper .nav__item--logo::before {
    margin-left: 3px;
  }

  .ios-old .nav__item--sk-wrapper .nav__item--logo::after {
    margin-left: 3px;
  }

  .ios-old .mini-popup__content .nav__item--logo {
    max-width: 46px;
    will-change: width, height, transform;
  }

  .ios-old footer .footer__row--bottom .nav__item--sk-wrapper .nav__item--logo {
    align-items: center;
  }
}

@media (min-width: 1940px) {
  .r_solution .r_solution__group .r_solution__group_title {
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .r_solution .r_solution__group .r_solution__group_content {
    padding-top: 20px;
  }

  .r_solution .r_solution__group .r_solution__group_content .r_acc {
    margin-top: -20px;
  }
}

.r_solution .r_solution__group--summary .r_solution__group_content {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1700px) {
  .r_solution .r_solution__group--summary .r_solution__group_content {
    padding-left: 15px;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 30px;
  }
}

@media (min-width: 1940px) {
  .r_solution .r_solution__group--summary .r_solution__group_content {
    padding-left: 25px;
  }
}

.r_solution .r_solution__group--summary .r_solution__group_content .r_solution__list {
  flex: 0 0 50%;
}

.r_solution .r_solution__col--content {
  flex: 1;
}

.r_solution .r_solution__col--details {
  flex: 0 0 32%;
  min-width: 32%;
}

@media (min-width: 1200px) {
  .r_solution .r_solution__col--details {
    padding-top: 25px;
  }
}

.r_solution .r_solution__detaiBox {
  background: #fff;
  border-radius: 5px;
  padding: 17px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  color: var(--body-text-color);
}

@media (min-width: 800px) {
  .r_solution .r_solution__detaiBox {
    border-radius: 20px;
    padding: 30px;
  }
}

.r_solution .r_solution__detaiBox .r_solution__detail {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: none;
  font-size: 10px;
  font-weight: 200;
  line-height: 120%;
}

.r_solution .r_solution__detaiBox .r_solution__detail .h5,
.r_solution .r_solution__detaiBox .r_solution__detail h5 {
  text-transform: none;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 15px;
}

@media (min-width: 800px) {
  .r_solution .r_solution__detaiBox .r_solution__detail {
    font-size: 14px;
  }
}

.r_solution .r_solution__detaiBox .r_solution__detail--default {
  color: #989eab;
  font-weight: 100;
}

.r_solution .r_solution__detaiBox .r_solution__detail--default .r_arrow {
  display: none;
}

@media (min-width: 800px) {
  .r_solution .r_solution__detaiBox .r_solution__detail--default {
    font-size: 22px;
  }

  .r_solution .r_solution__detaiBox .r_solution__detail--default .r_arrow {
    display: block;
  }

  .r_solution .r_solution__detaiBox .r_solution__detail--default .h5,
  .r_solution .r_solution__detaiBox .r_solution__detail--default h5 {
    font-weight: 100;
    --max: 40px;
    margin-bottom: 15px;
    --val: 40vw;
  }
}

@media (min-width: 1700px) {
  .r_solution .r_solution__detaiBox .r_solution__detail--default {
    padding: min(max(10px, 2.825vw), 45px);
    font-size: 28px;
  }

  .r_solution .r_solution__detaiBox .r_solution__detail--default .h5,
  .r_solution .r_solution__detaiBox .r_solution__detail--default h5 {
    --max: 44px;
    --val: 44px;
  }
}

@media (min-width: 1700px) and (min-width: 1940px) {

  .r_solution .r_solution__detaiBox .r_solution__detail--default .h5,
  .r_solution .r_solution__detaiBox .r_solution__detail--default h5 {
    --max: 50px;
    --val: 50vw;
  }
}

.r_solution .r_solution__detaiBox .r_solution__detail.is-active {
  display: block;
}

/*! section cooperation */
.box_cooperation {
  position: relative;
}

@media (max-width: 1199.98px) {
  .box_cooperation .box_cooperation__header {
    opacity: 0.3;
    -webkit-filter: blur(1px);
    filter: blur(1px);
  }
}

.box_cooperation .box_cooperation__header>* {
  --min: 20px;
  text-transform: none;
  margin-bottom: 0;
  line-height: 120%;
}

.box_cooperation .box_cooperation__footer {
  display: none;
  /* padding-top: 20px; */
  padding-top: 10px;
  font-size: 13px;
  /* font-size: 10px; */
}

.box_cooperation .box_cooperation__footer .h6 {
  /* font-size: 36px; */
  font-size: 25px;
  /* margin-bottom: 10px; */
  margin-bottom: 5px;
}

@media (min-width: 800px) {
  .box_cooperation .box_cooperation__footer {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .box_cooperation .box_cooperation__footer {
    font-size: 22px;
    line-height: 130%;
  }
}

@media (min-width: 1500px) {
  .box_cooperation .box_cooperation__footer {
    font-size: 24px;
    /* padding-top: 40px; */
    margin-top: 40px !important;
  }
}

@media (min-width: 1700px) {
  .box_cooperation .box_cooperation__footer {
    font-size: 30px;
    /* padding-top: 40px; */
    margin-top: 40px !important;
  }
}

@media (min-width: 1940px) {
  .box_cooperation .box_cooperation__footer {
    font-size: 36px;
  }
}

@media (max-width: 1199.98px) {
  .box_cooperation .box_cooperation__item {
    padding: min(max(20px, 3.75vw), 3.75rem) 0;
    padding-left: 15px;
    padding-right: 15px;
    background: linear-gradient(180deg, #48494a 0, #777878 100%);
  }
}

.box_cooperation .box_cooperation__item .box_cooperation__content,
.box_cooperation .box_cooperation__item .box_cooperation__footer,
.box_cooperation .box_cooperation__item .box_cooperation__header {
  margin: 0 auto;
}

@media (max-width: 1199.98px) {

  .box_cooperation .box_cooperation__item .box_cooperation__content,
  .box_cooperation .box_cooperation__item .box_cooperation__footer,
  .box_cooperation .box_cooperation__item .box_cooperation__header {
    max-width: 510px;
  }
}

@media (max-width: 1199.98px) {

  .box_cooperation .box_cooperation__item .box_cooperation__content,
  .box_cooperation .box_cooperation__item .box_cooperation__footer,
  .box_cooperation .box_cooperation__item .box_cooperation__header {
    max-width: 960px;
  }
}

@media (max-width: 1199.98px) {
  .box_cooperation .box_cooperation__item:not(.is-active) {
    /* padding-top: 10px;
    padding-bottom: 10px; */
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

/* @media (min-width: 1200px) { */
@media (min-width: 0px) {
  .box_cooperation .box_cooperation__item {
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* @media (min-width: 1200px) { */
@media (min-width: 0px) {
  .box_cooperation .box_cooperation__item.is-active {
    position: relative;
    opacity: 1;
    height: auto;
    visibility: visible;
  }
}

.box_cooperation .box_cooperation__item.is-active .box_cooperation__header {
  margin-bottom: min(max(20px, 3.125vw), 3.125rem);
}

@media (max-width: 1199.98px) {
  .box_cooperation .box_cooperation__item.is-active .box_cooperation__header {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
  }
}

.box_cooperation .box_cooperation__item.is-active .box_cooperation__footer {
  display: block;
}

.box_cooperation .cooperation {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 992px) {
  .box_cooperation .cooperation {
    gap: 40px;
    flex-direction: row;
  }

  .box_cooperation .cooperation .cooperation__image {
    flex: 0 0 45%;
  }

  .box_cooperation .cooperation .cooperation__accordeon {
    flex: 1;
  }
}

@media (min-width: 1199.98px) {
  .box_cooperation .cooperation .cooperation__img img {
    min-height: 300px;
    object-fit: cover;
  }
}

.section--cooperation {
  color: #fff;
  position: relative;
  overflow: hidden;
}

.section--cooperation {
  min-height: 100vh;
  /* background: linear-gradient(180deg, #48494a 0, #777878 100%); */
  background: linear-gradient(137deg, #3d3d3d 0, #515151 100%);
}

@media (min-width: 1199.98px) {
  .section--cooperation {
    padding: 0 !important;
  }

  /* .cooperation-pin-wrap {
    background: linear-gradient(180deg, #48494a 0, #777878 100%);
  } */
}

.cooperation-pin-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 1700px) {
  .section--cooperation {
    min-height: 100vh;
    /* background: linear-gradient(180deg, #48494a 0, #777878 100%); */
    background: linear-gradient(137deg, #3d3d3d 0, #515151 100%);
  }

  /* .section--cooperation .container {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
  } */
}

/*! 
------------------------------------------
FOOTER
------------------------------------------
*/
.footer {
  background: url(../img/img_new/footer-bg.jpg) no-repeat right top;
  background-color: #324252;
  background-size: cover;
  padding: 22px 0;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
}

@media (max-width: 799.98px) {
  .footer {
    background-position-y: -30px;
    padding: 35px 0;
  }
}

@media (max-width: 1499.98px) {
  .footer {
    /* padding-bottom: 120px; */
    padding-bottom: 0px;
  }
}

@media (max-width: 799.98px) {
  .footer {
    /* padding-bottom: 120px; */
    padding-bottom: 0px;
  }
}

@media (min-width: 1500px) {
  .footer {
    padding: 50px 0;
    padding-bottom: 0;
  }

  footer.footer .footer__row {
    padding-bottom: 50px;
  }
}

@media (max-width: 799.98px) {
  .footer {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

@media (min-width: 800px) {
  .footer {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.footer a {
  text-decoration: none;
}

.footer .search {
  position: relative;
}

.footer .search .search__item_input {
  width: 100%;
  color: #fff;
}

@media (min-width: 1500px) and (max-height: 950px) {
  .mainBanner .nav--custom-banner .nav-sk-wrapper-banner {
    gap: 20px;
  }
}

@media (min-width: 1500px) and (max-height: 860px) {
  div.section--mainbanner .nav .nav__item .nav__item_link {
    font-size: 16px;
  }

  div.section.is-has-min-height.section--mainbanner .nav {
    gap: 15px;
  }

  @keyframes navZoomOutMob {
    0% {
      font-size: 23px;
      /* font-family: var(--font-main); */
      font-family: var(--font-main);
    }

    40% {
      font-size: 16px;
      font-family: var(--font-main);
    }

    99.9% {
      font-size: 16px;
      font-family: var(--font-main);
    }

    100% {
      font-size: 16px;
      font-family: var(--font-main);
    }
  }

  @keyframes navZoomMob {
    0% {
      font-size: 16px;
      /* font-family: var(--font-main); */
      font-family: var(--font-main);
    }

    100% {
      font-size: 23px;
      /* font-family: var(--font-main); */
      font-family: var(--font-main);
    }
  }

  @keyframes navZoomOutSk {
    0% {
      font-size: 23px;
      /* font-family: var(--font-main); */
      font-family: var(--font-secondary);
    }

    40% {
      /* font-size: 14px; */
      font-size: 16px;
      /* font-family: var(--font-main); */
      font-family: var(--font-secondary);
    }

    99.9% {
      /* font-size: 14px; */
      font-size: 16px;
      /* font-family: var(--font-main); */
      font-family: var(--font-secondary);
    }

    100% {
      /* font-size: 14px; */
      font-size: 16px;
      /* font-family: var(--font-main); */
      font-family: var(--font-secondary);
    }
  }

  @keyframes navZoomSk {
    0% {
      /* font-size: 14px; */
      font-size: 16px;
      /* font-family: var(--font-main); */
      font-family: var(--font-secondary);
    }

    100% {
      font-size: 23px;
      /* font-family: var(--font-main); */
      font-family: var(--font-secondary);
    }
  }
}

.footer .search .search__item_btn {
  position: absolute;
  padding: 0;
  right: 4px;
  top: 4px;
  width: 42px;
  height: 42px;
}

@media (min-width: 1500px) {
  .footer .search .search__item_btn {
    top: 7px;
    right: 8px;
    width: 56px;
    height: 56px;
  }
}

.footer .works {
  color: #989EAB;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 50px;
}

.footer .works a {
  color: #989EAB;
}

@media (min-width: 1500px) {
  .footer .works {
    font-size: 18px;
  }
}

.footer .works .item .item__value {
  font-weight: 100;
  font-size: 10px;
}

.mini-popup__content .nav .nav__item .item .item__value {
  font-size: 12px;
}

@media (min-width: 1200px) {
  .footer .works .item .item__value {
    font-size: 14px;
  }
}

.footer .logo::after {
  font-size: 42px;
}

.footer .logo svg {
  width: 73px;
}

@media (min-width: 800px) {
  .footer .logo::after {
    font-size: 50px;
  }

  .footer .logo svg {
    width: 86px;
  }
}

@media (min-width: 1200px) {
  .footer .logo::after {
    font-size: 74px;
  }

  .footer .logo svg {
    width: 128px;
  }
}

.footer .nav {
  font-size: 14px;
  gap: 15px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1200px) {
  .footer .nav {
    font-size: 18px;
    gap: 8px;
  }
}

@media (min-width: 1500px) {
  .footer .nav {
    font-size: 18px;
    gap: 8px;
  }
}

.footer .nav .nav__item .nav__item_link {
  text-decoration: none;
  color: #989eab;
  transition: all 0.3s;
}

.footer .nav .nav__item .nav__item_link.is-heading {
  font-size: 16px;
}

@media (min-width: 800px) {
  .footer .nav .nav__item .nav__item_link.is-heading {
    font-size: 20px;
  }
}

.footer .nav .nav__item .nav__item_link.is-selected,
.footer .nav .nav__item .nav__item_link:hover,
.footer .nav .nav__item .item__title a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

.footer .nav .nav__item .nav__item_link.is-heading,
.footer .nav .nav__item .nav__item_link:hover,
.footer .nav .nav__item .item__title a:hover {
  color: #fff;
}

@media (max-width: 1499.98px) {
  .footer .footer__userbar {
    display: -ms-grid;
    display: grid;
    gap: 0 34px;
    padding-top: 35px;
    grid-template-areas: "lang support search" "copy support search";
  }

  .footer .footer__userbar .item--lang {
    display: flex;
    justify-content: flex-start;
    grid-area: lang;
    margin-bottom: 0;
  }

  .footer .footer__userbar .item--support {
    grid-area: support;
  }

  .footer .footer__userbar .item--support .btn {
    padding-right: 4px !important;
    --btn-ico-size: 42px;
  }

  .footer .footer__userbar .item--search {
    grid-area: search;
  }

  .footer .footer__userbar .item--copyrights {
    font-size: 9px;
    padding-top: 20px;
    display: flex;
    justify-content: flex-start;
    grid-area: copy;
  }
}

@media (max-width: 1499.98px) {
  .footer .footer__userbar .item--lang {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .footer .footer__userbar .item--support {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }

  .footer .footer__userbar .item--search {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
  }

  .footer .footer__userbar .item--copyrights {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

@media (min-width: 1500px) {
  .footer .footer__userbar {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}

@media (min-width: 1500px) {
  .footer .footer__userbar .item--lang {
    margin-bottom: 20px;
  }
}

.footer .footer__userbar .item--lang .lang {
  justify-content: flex-end;
}

.footer .footer__userbar .item--support .btn {
  width: 100%;
  --btn-color: #fff;
}

.footer .footer__userbar .item--support .btn:hover {
  text-decoration: none;
}

.footer .footer__userbar .item--search .search .search__item_input {
  --input-color-border: #fff;
}

@media (min-width: 800px) {
  .footer .footer__userbar .item--search .search .search__item_input {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .footer .footer__userbar .item--search .search .search__item_input {
    font-size: 14px;
  }
}

@media (min-width: 1500px) {
  .footer .footer__userbar .item--copyrights {
    font-size: 14px;
    padding-top: 16px;
    text-align: right;
  }
}

.footer .footer__contacts {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media (max-width: 799.98px) {
  .footer .footer__contacts .item--title {
    display: none;
  }
}

.footer .footer__contacts .item--title>* {
  margin-bottom: 0;
}

.footer .footer__contacts .item--contacts {
  text-align: right;
}

.footer .footer__contacts .item--contacts .contacts {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (max-width: 799.98px) {
  .footer .footer__contacts .item--contacts .contacts {
    text-align: left;
  }
}

.footer .footer__contacts .item--contacts .contacts a {
  color: #fff;
}

.footer .footer__contacts .item--contacts .contacts .contacts__item--phone {
  font-weight: 300;
  display: flex;
  justify-content: space-between;
  gap: 6px 20px;
}

@media (max-width: 1499.98px) {
  .footer .footer__contacts .item--contacts .contacts .contacts__item--phone {
    font-size: 16px;
    min-width: 230px;
    white-space: nowrap;
  }
}

@media (min-width: 1499.98px) {
  .footer .footer__contacts .item--contacts .contacts .contacts__item--phone {
    font-size: 16px;
  }
}

@media (min-width: 800px) {
  /* .footer .footer__contacts .item--contacts .contacts .contacts__item--phone {
    padding-left: 6%;
  } */
}

.footer .footer__contacts .item--contacts .contacts .contacts__item--tg {
  font-weight: 500;
}

@media (min-width: 1500px) {
  .footer .footer__contacts .item--contacts .contacts .contacts__item--tg {
    font-size: 20px;
  }
}

.footer .footer__contacts .item--contacts .contacts .contacts__item--tg a {
  display: inline-flex;
  gap: 5px;
  text-decoration: none;
}

@media (min-width: 800px) {
  .footer .footer__contacts .item--contacts .contacts .contacts__item--tg a {
    gap: 15px;
  }
}

.footer .footer__contacts .item--contacts .contacts .contacts__item--tg a::before {
  font-family: var(--font-icons);
  content: "";
}

.footer .footer__contacts .item--contacts .contacts .contacts__item--tg a:hover {
  color: #ccc;
}

.contact-page-text1 .contacts__item.contacts__item--tg {
  font-weight: 500;
}

@media (min-width: 1500px) {
  .contact-page-text1 .contacts__item.contacts__item--tg {
    font-size: 20px;
  }
}

.contact-page-text1 .contacts__item.contacts__item--tg a {
  display: inline-flex;
  gap: 5px;
  text-decoration: none;
}

@media (min-width: 800px) {
  .contact-page-text1 .contacts__item.contacts__item--tg a {
    gap: 15px;
  }
}

.contact-page-text1 .contacts__item.contacts__item--tg a::before {
  font-family: var(--font-icons);
  content: "";
}

.contact-page-text1 .contacts__item.contacts__item--tg a:hover {
  color: #ccc;
}

.footer .footer__contacts .item--contacts .contacts .contacts__item--email {
  font-weight: 300;
  font-size: 22px;
}

@media (min-width: 800px) {
  .footer .footer__contacts .item--contacts .contacts .contacts__item--email {
    font-size: 30px;
  }
}

@media (min-width: 1500px) {
  .footer .footer__contacts .item--contacts .contacts .contacts__item--email {
    font-size: 40px;
  }
}

@media (min-width: 800px) {
  .footer .footer__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }
}

.footer .footer__row--contacts,
.footer .footer__row--logo {
  border-bottom: 1px solid #4a5e6e;
}

.footer .footer__row--logo {
  padding-bottom: 35px;
}

.footer .footer__row--contacts {
  padding-top: 20px;
  padding-bottom: 20px;
  background: rgba(50, 66, 82, 0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

@media (min-width: 800px) {
  .footer .footer__row--contacts {
    padding-top: min(max(30px, 7.1875vw), 7.1875rem);
  }
}

@media (min-width: 1200px) {
  .footer .footer__row--contacts {
    padding-top: 50px;
  }
}

.footer .footer__row--contacts .h2 {
  text-transform: none;
  line-height: 100%;
}

@media (min-width: 800px) {
  .footer .footer__row--contacts .h2 {
    font-size: 70px;
  }
}

@media (max-width: 1499.98px) {
  .footer .footer__row--contacts {
    flex: 0 0 100%;
    width: 100%;
  }
}

.footer .footer__row--bottom {
  /* background-color: #324252; */
  background: rgba(50, 66, 82, 0.7);
  backdrop-filter: blur(5px);
}

@media (max-width: 799.98px) {
  .footer .footer__row--bottom {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 120px;
  }
}

@media (min-width: 800px) {
  .footer .footer__row--bottom {
    padding: 50px 0 25px 0;
  }

  .footer .footer__row--bottom .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }
}

@media (min-width: 800px) and (max-width: 1200px) {
  .footer .footer__row--bottom {
    padding: 50px 0 80px 0;
  }
}

@media (max-width: 1499.98px) {
  .footer .footer__col--userbar {
    flex: 0 0 100%;
  }
}

@media (max-width: 799.98px) {
  .footer .footer__userbar .item--lang {
    display: none;
  }

  .footer .footer__userbar .item--support {
    display: none;
  }

  .footer .footer__userbar .item--search {
    display: none;
  }
}

.footer-box__content--mobile {
  display: none;
}

@media (max-width: 799.98px) {
  .footer .footer__col--nav:nth-child(1) {
    /* margin-bottom: 10px; */
  }

  .footer .footer__col--works {
    display: none;
  }

  .footer-box__content--mobile {
    display: block;
  }

  .footer-box__content--mobile {
    padding-top: 15px;
  }

  .footer .footer-box__content--mobile .nav .nav__item .item__title a {
    text-decoration: none;
    color: #989eab;
    transition: all 0.3s;
  }

  .footer .footer-box__content--mobile .nav .nav__item .item__title a:hover {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
  }

  .footer .footer-box__content--mobile .nav .nav__item .item__value {
    color: #989eab;
  }
  
}

.footer .container--bottom {
  background: var(--color-main);
}

.footer .footerBox .footerBox__title {
  font-size: 16px;
  margin-bottom: 20px;
}

@media (max-width: 799.98px) {
  .footer .footerBox .footerBox__title {
    margin-bottom: 12px;
    cursor: pointer;
  }
}

@media (min-width: 1200px) {
  .footer .footerBox .footerBox__title {
    font-size: 20px;
  }
}

@media (max-width: 799.98px) {
  .footer .footerBox--hide .footerBox__title {
    padding-right: 20px;
    position: relative;
  }

  .footer .footerBox--hide .footerBox__title::after {
    font-family: var(--font-icons);
    content: "";
    font-size: 8px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition: all 0.3s;
  }

  .footer .footerBox--hide .footerBox__content {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    height: 0;
    overflow: hidden;
  }

  .footer .footerBox--hide.is-open .footerBox__title::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .footer .footerBox--hide.is-open .footerBox__content {
    padding: 10px 0 20px 20px;
    opacity: 1;
    visibility: visible;
    display: block;
    height: auto;
  }
}

@media (max-width: 991.98px) {
  .footer .footer__col--logo {
    margin-bottom: 24px;
  }
}

/*! 
------------------------------------------
POPUPS
------------------------------------------
*/
/*! default popups */
.popup {
  transition: opacity 0.4s ease-in-out;
  visibility: hidden;
  z-index: 9991;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow-y: auto;
  padding: 20px;
  background: var(--layer-bg);
}

@supports (height: 100dvh) {
  .popup {
    height: 100dvh;
  }
}

.popup.is-align-top {
  align-items: flex-start;
}

.popup .container {
  display: flex;
  height: 100%;
  position: relative;
  align-items: flex-start;
}

@media (min-width: 576px) {
  .popup .container {
    align-items: center;
  }
}

.popup .popup__layer {
  transition-property: opacity;
  transition-duration: 0.25s, 0s;
  transition-delay: 0s, 0.25s;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 901;
}

.popup .popup__content {
  overflow: hidden;
  overflow-y: auto;
  padding-right: 20px;
}

.popup .popup__inner {
  width: 100%;
  transition: all 0.4s;
  opacity: 0;
  z-index: 2;
  position: relative;
  overflow: hidden;
  max-height: 100%;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  justify-content: space-around;
  padding: 30px 30px 30px 40px;
  min-width: 300px;
}

.popup .popup__header {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.popup .popup__header .popup__header_title {
  position: relative;
  color: var(--color-main);
  flex: 1;
}

.popup .popup__header .popup__header_title>* {
  margin-bottom: 0;
}

.popup .popup__close,
.popup .popup__header_close {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s;
  z-index: 9;
  color: var(--body-text);
}

.popup .popup__close::before,
.popup .popup__header_close::before {
  font-size: 26px;
  line-height: 0;
  cursor: pointer;
  font-family: var(--font-icons);
  content: "";
}

.popup .popup__close:hover,
.popup .popup__header_close:hover {
  color: var(--color-error);
}

.popup .popup__close {
  position: absolute;
  display: block;
  right: 18px;
  top: 18px;
  background: rgba(0, 0, 0, 0);
}

.popup .alert--wrap {
  padding: 20px;
}

.popup .popup__state--success {
  display: none;
}

.popup--window {
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup--window .container {
  padding: 0;
  height: 100%;
}

.popup--window .popup__content {
  overflow-y: auto;
  flex: 1;
}

.popup--window .popup__content .form {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.popup--window .popup__inner {
  opacity: 0;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
  padding: 32px;
  z-index: 902;
  transition: all 0.3s;
  background: #fff;
}

.popup--window-left .popup__inner,
.popup--window-right .popup__inner {
  padding-top: 100px;
  margin: 0;
  max-width: 460px;
  height: 100%;
}

@media (min-width: 1200px) {

  .popup--window-left .popup__inner,
  .popup--window-right .popup__inner {
    max-height: 70%;
  }
}

.popup--window-right {
  justify-content: flex-end;
}

.popup--window-right .popup__inner {
  left: auto;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.popup--window-left {
  justify-content: flex-start;
  padding-left: 0;
}

.popup--window-left .popup__inner {
  right: auto;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@media (max-width: 575.98px) {
  .popup--window.is-sm-fullscreen:not(.is-complete) {
    padding: 0;
    align-items: flex-start;
  }

  .popup--window.is-sm-fullscreen:not(.is-complete) .popup__inner {
    height: 100%;
  }

  .box_cooperation .cooperation .cooperation__img img {
    object-fit: contain;
  }
}

.popup--slide {
  overflow: hidden;
}

.popup--slide .popup__inner {
  display: flex;
  flex-direction: column;
  position: fixed;
  justify-content: flex-start;
  left: auto;
  top: 0;
  z-index: 903;
  background: #fff;
  width: 100%;
  max-width: 600px;
  box-shadow: 0 1.25rem 1.25rem rgba(0, 0, 0, 0.1);
  color: var(--body-text);
  height: 100vh;
}

@supports (height: 1dvh) {
  .popup--slide .popup__inner {
    height: 100dvh;
  }
}

.popup--slide .popup__footer {
  padding-top: 20px;
  margin-top: auto;
}

.popup--slide-right .popup__inner {
  left: auto;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.popup--slide-left {
  padding-left: 0;
}

.popup--slide-left .popup__inner {
  right: auto;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.popup.is-shown-success .popup__title {
  --min: 25px;
}

.popup.is-shown-success .popup__header {
  padding: 0;
  padding-top: 20px;
}

.popup.is-shown-success .popup__state {
  display: none !important;
}

.popup.is-shown-success .popup__state--success {
  display: block !important;
}

.popup.is-shown-success .popup__inner {
  padding: 50px 25px 50px 25px;
  text-align: center;
  max-width: 480px !important;
}

.popup.is-shown-success .popup__inner .editor {
  font-size: 16px;
  margin-bottom: 30px;
}

.popup.is-shown-success .popup__inner .hint {
  font-size: 12px;
  font-weight: 300;
  color: #afafaf;
}

@media (max-width: 991.98px) {
  .popup--window .popup__inner {
    padding-top: 60px;
  }
}

@media (max-width: 799.98px) {
  .popup--window {
    padding: 0;
    align-items: flex-end;
  }

  .popup--window .popup__inner {
    border-radius: 24px 24px 0 0;
    max-width: none;
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    height: auto;
    min-height: 40%;
    max-height: 90%;
  }

  .popup--window .popup__content {
    padding-right: 10px;
  }

  .popup--window.is-shown {
    -webkit-transform: none;
    transform: none;
  }

  .popup--window.is-shown .popup__inner {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/*! popup show */
.js-popup-show {
  overflow: hidden;
  transition: opacity 0.1s ease-in-out;
}

.js-popup-show.is-no-touchdevice {
  padding-right: var(--scrollbar-width);
}

.js-popup-show.is-no-touchdevice .header {
  padding-right: var(--scrollbar-width);
}

.js-popup-show .popup.is-shown {
  z-index: 999;
  opacity: 1;
  visibility: visible;
}

.js-popup-show .popup.is-shown .popup__layer {
  opacity: 1;
  visibility: visible;
}

.js-popup-show .popup.is-shown .popup__inner {
  visibility: visible;
  opacity: 1;
}

.js-popup-show .popup--slide-left.is-shown .popup__inner {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.js-popup-show .popup--slide-right.is-shown .popup__inner {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.js-popup-show .popup--window.is-shown .popup__inner {
  -webkit-transform: scale(1);
  transform: scale(1);
  margin-bottom: 0;
}

@media (max-width: 400px) {
  .js-popup-show .popup--menu.is-shown .popup__inner {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*! custom popups */
@media (min-width: 1500px) {
  .popup--xl .popup__inner {
    max-width: 1140px;
  }
}

@media (min-width: 1200px) {
  .popup--xl .popup__inner {
    max-width: 960px;
  }
}

@media (min-width: 800px) {
  .popup--md .popup__inner {
    max-width: 570px;
  }

  .popup--lg .popup__inner {
    max-width: 650px;
  }
}

@media (min-width: 576px) {
  .popup--sm .popup__inner {
    max-width: 360px;
  }
}

.with-fancybox .header {
  right: var(--scrollbar-width);
}

/*! floated userbar */
.r_userbar__wrapper {
  display: none;
}

.r_userbar__wrapper .search {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  /* transition: all 0.3s; */
  transition: transform 0.3s;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
}

@media (min-width: 576px) {
  .r_userbar__wrapper .search {
    bottom: 66px;
  }
}

.r_userbar__wrapper .container {
  padding: 0;
  position: relative;
}

.r_userbar {
  display: none;
}

@media (max-width: 360.98px) {
  div.mini-popup .nav {
    font-size: 13px;
  }

  div.mini-popup .nav .nav__item {
    margin-bottom: 14px;
  }

  div.mini-popup .mini-popup__content {
    padding: 20px 18px;
  }
}

@media (max-width: 1199.98px) {
  .r_userbar__wrapper {
    display: block;
    position: fixed;
    bottom: 15px;
    right: 15px;
    left: 15px;
    z-index: 900;
  }
}

@media (max-width: 799.98px) {
  .r_userbar__wrapper {
    bottom: 8px;
    right: 8px;
    left: 8px;
  }
}

@media (max-width: 400px) {
  div.r_userbar .r_userbar__inner {
    gap: 0;
  }
}

@media (max-width: 1199.98px) {
  .r_userbar {
    display: block;
    border-radius: 10px;
    border: 1px solid #f6f6f6;
    /* background: rgba(255, 255, 255, 0.9); */
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
    /* -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px); */
  }

  .r_userbar::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: -1;
    backdrop-filter: blur(7.5px);
  }

  .r_userbar .r_userbar__inner {
    max-width: 500px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    height: 60px;
    padding: 10px;
    margin: 0 auto;
    transition: all 0.3s;
    /* gap: 40px; */
    gap: 25px;
  }

  .r_userbar .r_userbar__item {
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: var(--body-text-color);
    font-size: 9px;
    transition: all 0.3s;
    text-decoration: none;
    cursor: pointer;
  }
}

@media (max-width: 1499.98px) and (min-width: 992px) {
  .r_userbar .r_userbar__item {
    position: relative;
  }
}

@media (max-width: 1499.98px) and (min-width: 992px) {
  .r_userbar .r_userbar__item {
    font-size: 10px;
  }
}

@media (max-width: 1199.98px) {
  .r_userbar .r_userbar__item .r_userbar__item_wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}

@media (max-width: 1199.98px) {
  .r_userbar .r_userbar__item .mini-popup {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
  }
}

@media (max-width: 1199.98px) and (min-width: 992px) {
  .r_userbar .r_userbar__item .mini-popup {
    left: auto;
    width: 300px;
  }
}

@media (max-width: 1199.98px) {
  .r_userbar .r_userbar__item .r_userbar__item_ico {
    font-size: 22px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .r_userbar .r_userbar__item .r_userbar__item_ico::before {
    margin-right: 0;
  }
}

@media (max-width: 1199.98px) {
  .r_userbar .r_userbar__item--menu .r_userbar__item_ico {
    padding-top: 4px;
    font-size: 16px;
  }
}

@media (max-width: 1199.98px) {

  .r_userbar .r_userbar__item.active-nav .r_userbar__item_ico svg,
  .r_userbar .r_userbar__item.active-nav .r_userbar__item_name {
    /* opacity: 0.5; */
    color: #7892AB;
    stroke: #7892AB;
  }

  .r_userbar .r_userbar__item.active-nav .r_userbar__item_ico.r_userbar__item_ico--fill svg {
    fill: #7892AB;
  }

  .r_userbar .r_userbar__item .r_userbar__item_ico svg {
    stroke: #3C4C5D;
  }

  .r_userbar .r_userbar__item .r_userbar__item_ico.r_userbar__item_ico--fill svg {
    fill: #3C4C5D;
  }
}

.mini-popup {
  display: none;
}

@media (max-width: 1499.98px) {
  .mini-popup {
    display: block;
    border-radius: 10px;
    /* background: rgba(255, 255, 255, 0.8); */
    border: 1px solid #fff;
    /* -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px); */
    /* transition: all 0.3s; */
    transition: transform 0.3s;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
    visibility: hidden;
    /* -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px); */
    position: fixed;
    left: 15px;
    right: 15px;
    bottom: 60px;
    z-index: 999;
    margin-left: auto;
    margin-right: auto;
    max-height: calc(100vh - 80px - 22px);
    overflow: hidden;
  }

  .mini-popup .mini-popup__close {
    text-align: right;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    transition: all 0.3s;
    right: 8px;
    cursor: pointer;
    z-index: 100;
    font-size: 9px;
    top: 8px;
  }

  .mini-popup-sol .mini-popup__close {
    text-align: right;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    transition: all 0.3s;
    right: 8px;
    z-index: 100;
    cursor: pointer;
    font-size: 9px;
    top: 8px;
  }

  .mini-popup .mini-popup__close::before {
    font-family: var(--font-icons);
    content: url("data:image/svg+xml;utf8,\ <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'>\<path d='M18 6L6 18M6 6L18 18' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/>\</svg>");
    display: block;
    width: 24px;
    height: 24px;
  }

  .mini-popup .mini-popup__close:hover {
    opacity: 0.6;
  }

  .mini-popup-sol .mini-popup__close::before {
    font-family: var(--font-icons);
    content: url("data:image/svg+xml;utf8,\ <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'>\<path d='M18 6L6 18M6 6L18 18' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/>\</svg>");
    display: block;
    width: 24px;
    height: 24px;
  }

  .mini-popup-sol .mini-popup__close:hover {
    opacity: 0.6;
  }

  .mini-popup .mini-popup__content {
    height: 100%;
    /* -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px); */
    max-height: calc(100vh - 80px - 22px);
    overflow: hidden;
    overflow-y: auto;
    padding: 25px 18px;
    -webkit-overflow-scrolling: touch;
  }

  .mini-popup .mini-popup__content::-webkit-scrollbar {
    width: 6px;
    opacity: 0.7;
  }

  .mini-popup .mini-popup__content::-webkit-scrollbar-track {
    background: #495864;
    border-radius: 3px;
  }

  .mini-popup .mini-popup__content::-webkit-scrollbar-thumb {
    background: #2f3840;
    border-radius: 3px;
  }

  .mini-popup .mini-popup__content .container {
    padding: 0;
  }

  .mini-popup .nav {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
  }

  .mini-popup .nav .nav__item {
    margin-bottom: 22px;
  }

  .mini-popup .nav .nav__item.nav__item--mb0 {
    margin-bottom: -8px;
    height: 0;

  }

  .mini-popup .nav .nav__item:last-child {
    margin-bottom: 0;
  }

  .mini-popup .nav .nav__item.is-dd {
    position: relative;
  }

  .mini-popup .nav .nav__item.is-dd>.nav__item_link {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    text-decoration: none;
    align-items: center;
  }

  .mini-popup .nav .nav__item.is-dd>.nav__item_link::after {
    content: "";
    font-family: var(--font-icons);
    content: "";
    font-size: 6px;
    margin-top: 1px;
    transition: all 0.3s;
  }

  .mini-popup .nav .nav__item .nav__item_subnav {
    padding: 20px 15px 0 15px;
    display: none;
  }

  .mini-popup .nav .nav__item .nav__item_subnav .nav {
    font-size: 13px;
  }

  .mini-popup .nav .nav__item .nav__item_subnav .nav .nav__item {
    margin-bottom: 14px;
  }

  .mini-popup .nav .nav__item .nav__item_subnav .nav .nav__item:last-child {
    margin-bottom: 0;
  }

  .mini-popup .nav .nav__item.is-open>.nav__item_link::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .mini-popup .nav .nav__item.is-open .nav__item_subnav {
    display: block;
  }

  .mini-popup .nav .nav__item_link {
    text-decoration: none;
    color: var(--body-text-color);
    display: inline-block;
    width: 100%;
  }

  .mini-popup .nav .nav__item .item__title a {
    text-decoration: none;
    color: var(--body-text-color);
    display: inline-block;
    width: 100%;
  }

  .mini-popup .nav .nav__item_link.is-selected,
  .mini-popup .nav .nav__item_link:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
  }

  .mini-popup .nav .nav__item .item__title a.is-selected,
  .mini-popup .nav .nav__item .item__title a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
  }
}

@media (max-width: 799.98px) {
  .mini-popup {
    bottom: 66px;
  }
}

@media (max-width: 1199.98px) {
  .mini-popup {
    bottom: 70px;
  }
}

@media (max-width: 1499.98px) {
  .is-minipopup-show .mini-popup.is-shown {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}

@keyframes loading {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  30% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  70% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  30% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  70% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader {
  50% {
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
  }
}

@keyframes loader {
  50% {
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
  }
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes bounce {

  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes bounce {

  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@-webkit-keyframes animateAmbient {
  0% {
    -webkit-transform: rotate(0) translateX(1em) rotate(0) scale(1.2);
    transform: rotate(0) translateX(1em) rotate(0) scale(1.2);
  }

  100% {
    -webkit-transform: rotate(360deg) translateX(1em) rotate(-360deg) scale(1.2);
    transform: rotate(360deg) translateX(1em) rotate(-360deg) scale(1.2);
  }
}

@keyframes animateAmbient {
  0% {
    -webkit-transform: rotate(0) translateX(1em) rotate(0) scale(1.2);
    transform: rotate(0) translateX(1em) rotate(0) scale(1.2);
  }

  100% {
    -webkit-transform: rotate(360deg) translateX(1em) rotate(-360deg) scale(1.2);
    transform: rotate(360deg) translateX(1em) rotate(-360deg) scale(1.2);
  }
}

@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem);
    opacity: 0.01;
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideIn {
  from {
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem);
    opacity: 0.01;
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/*! 
------------------------------------------
PLUGINS
------------------------------------------
*/
/*! swiper styles */
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered>.swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-scrollbar {
  margin-top: 10px;
  border-radius: 13px;
  position: relative;
  background: #bfbfbf;
  height: 2px;
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 4px;
  top: auto;
  z-index: 50;
  background: #ebebeb;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  left: auto;
  right: 4px;
  top: 1%;
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: 1%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--color-main);
  border-radius: 7px;
  height: 2px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper__buttons {
  display: flex;
  align-items: center;
}

.swiper__buttons .swiper__button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 16px;
  transition: all 0.3s;
  background: var(--body-background);
  height: 46px;
  width: 46px;
  border-radius: 100%;
  margin-left: 16px;
}

.swiper__buttons .swiper__button:not(.swiper-button-disabled) {
  cursor: pointer;
}

.swiper__buttons .swiper__button:not(.swiper-button-disabled):hover {
  color: var(--color-secondary);
}

.swiper__buttons .swiper__button::before {
  font-family: var(--font-icons);
  content: "";
}

.swiper__buttons .swiper__button--prev::before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.swiper__buttons .swiper__button.swiper-button-disabled {
  opacity: 0.4;
}

.swiper__buttons--arrows {
  display: inline-flex;
}

.swiper__buttons--arrows .swiper__button {
  padding: 0 5px;
  flex: 1;
}

@media (min-width: 1500px) {
  .swiper__buttons--arrows .swiper__button {
    padding: 0 10px;
  }
}

.swiper__buttons--arrows .swiper__button::before {
  content: "";
  font-size: 30px;
}

.swiper__buttons--arrows-between {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.swiper__buttons--arrows-between .swiper__button {
  flex: none;
}

.swiper--hide .swiper__buttons {
  padding: 0 30px;
  margin: 0;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}

.swiper--hide .swiper__buttons {
  opacity: 0;
  visibility: hidden;
}

@media (hover: hover) and (pointer: fine) {
  .swiper--hide:hover .swiper__buttons {
    padding: 0 20px;
    opacity: 1;
    visibility: visible;
  }
}

.swiper__controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 800px) {
  .swiper__controls {
    justify-content: center;
  }
}

.swiper__pagination {
  display: flex;
  justify-content: center;
}

.swiper__pagination>* {
  font-size: 0;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  background: 0 0;
  cursor: pointer;
}

@media (min-width: 800px) {
  .swiper__pagination>* {
    margin: 0 8px;
  }
}

.swiper__pagination> ::before {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #9078b7;
  content: "";
  transition: all 0.3s;
}

.swiper__pagination>.swiper-pagination-bullet-active::before,
.swiper__pagination> :hover::before {
  background: var(--color-main);
  width: 100%;
  height: 100%;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0 !important;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis [data-lenis-prevent-touch],
.lenis [data-lenis-prevent-wheel],
.lenis [data-lenis-prevent] {
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.lenis.lenis-autoToggle {
  transition-property: overflow;
  transition-duration: 1ms;
  transition-behavior: allow-discrete;
}

/*! noscript msg */
.nscript {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  zoom: 1;
  z-index: 9999;
}

.nscript__content {
  background: var(--color-error);
  font-size: 0.8125rem;
  text-shadow: 0.0625rem 0 0.0625rem var(--color-error);
  line-height: 0.9375rem;
  color: #fff;
  text-align: center;
  box-shadow: 0 0 0.3125rem var(--body-text);
  padding: 1.25rem 0;
}

#shop-hcaptcha-badge-container,
.grecaptcha-badge {
  display: none !important;
}

/*! layer */
.layer {
  transition-property: opacity;
  transition-duration: 0.25s, 0s;
  transition-delay: 0s, 0.25s;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 901;
  background: var(--layer-bg);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

/*! misc */
.hide,
.is-none,
.none,
.visually-hidden {
  display: none !important;
}

.hidden,
.is-hidden {
  visibility: hidden;
  display: none;
}

.cf::after,
.clear,
.clearfix::after {
  clear: both;
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}

@-webkit-keyframes pulse-shadow {
  0% {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
  }

  50% {
    box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.1);
  }

  80% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  }

  100% {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
  }
}

@keyframes pulse-shadow {
  0% {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
  }

  50% {
    box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.1);
  }

  80% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  }

  100% {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
  }
}

@-webkit-keyframes slideInFromBottom {
  from {
    -webkit-transform: translate(-50%, 200%);
    transform: translate(-50%, 200%);
    opacity: 0;
  }

  to {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}

@keyframes slideInFromBottom {
  from {
    -webkit-transform: translate(-50%, 200%);
    transform: translate(-50%, 200%);
    opacity: 0;
  }

  to {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}

@-webkit-keyframes verticalPulse {

  0%,
  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  50% {
    -webkit-transform: translate(-50%, calc(-50% + 10px));
    transform: translate(-50%, calc(-50% + 10px));
  }
}

@keyframes verticalPulse {

  0%,
  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  50% {
    -webkit-transform: translate(-50%, calc(-50% + 10px));
    transform: translate(-50%, calc(-50% + 10px));
  }
}

.box_cooperation .box_cooperation__header {
  opacity: 1;
  filter: none;
}

.box_cooperation .box_cooperation__item .box_cooperation__header {
  /* margin-bottom: min(max(20px, 3.125vw), 3.125rem); */
  margin-bottom: min(max(10px, 3.125vw), 3.125rem);
}

@media (min-width: 1500px) {
  .box_cooperation .box_cooperation__item .box_cooperation__header {
    /* margin-bottom: min(max(20px, 3.125vw), 3.125rem); */
    margin-bottom: min(max(10px, 1.125vw), 3.125rem);
  }
}


/* @media (min-width: 1200px) { */
@media (min-width: 0px) {
  .section--cooperation {
    min-height: 100vh;
  }

  div.box_cooperation .box_cooperation__item {
    will-change: opacity;
    width: 100%;
    left: 0;
    top: 0;
    position: static;
    max-height: 0;
    opacity: 0;
    visibility: visible;
    height: 100%;
    overflow: hidden;
  }

  div.box_cooperation div.box_cooperation__item--opened {
    max-height: 99em;
    opacity: 1;
  }

  div.box_cooperation div.box_cooperation__item--closed {
    max-height: 99em;
    opacity: 1;
  }
}

.box_cooperation__header,
.box_cooperation__item .box_cooperation__content .cooperation__accordeon .r_acc__item_header,
.box_cooperation__item .box_cooperation__footer {
  overflow: hidden;
  height: max-content;
  position: relative;
}

.box_cooperation__item--closed .box_cooperation__content .cooperation__img {
  will-change: opacity;
  opacity: 0;
  transition: 0.5s ease;
}

.box_cooperation__item--opened .box_cooperation__content .cooperation__img {
  /* opacity: 1;
  transition: 0.2s ease; */
  will-change: opacity;
  animation: coopImgOpen 0.5s forwards;
}

@keyframes coopImgOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.box_cooperation__item--closed .box_cooperation__header .h3,
.box_cooperation__item--closed .box_cooperation__content .cooperation__accordeon .r_acc__item_header>p,
.box_cooperation__item--closed .box_cooperation__footer_span {
  /* transform-origin: top;
  transform: scaleY(0); */
  /* transform: translateY(-100%);
  opacity: 0; */
  /* transition: 0.4s ease; */
  animation: coopClose 0.4s forwards;
}

.box_cooperation__item--closed .box_cooperation__content .r_acc__item,
.box_cooperation__item--closed .box_cooperation__content .cooperation__accordeon .r_acc__item_header span,
.box_cooperation__item--closed .box_cooperation__content .cooperation__accordeon .r_acc__item_header::after {
  opacity: 0 !important;
  border-bottom: 0 !important;
}

.box_cooperation__item--opened .box_cooperation__header .h3,
.box_cooperation__item--opened .box_cooperation__content .cooperation__accordeon .r_acc__item_header>p,
.box_cooperation__item--opened .box_cooperation__footer_span {
  /* transform-origin: top;
  transform: scaleY(1); 
  transition: 0.5s ease; */
  animation: coopOpen 0.9s forwards;
}

/* правка картинок и текста анимации главной */

/* .box_cooperation-wrapper-items {
  position: relative;
} */

.section--cooperation .container, .section--cooperation .section__content, .section--cooperation .box_cooperation {
  height: 100%;
}

div.box_cooperation .box_cooperation__item {
  max-height: auto;
  top: 40%;
  transform: translateY(-50%);
  height: max-content;
}

div.box_cooperation .box_cooperation__item {
  position: absolute;
}

@media(min-width:1200px) {
  div.box_cooperation .box_cooperation__item {
    padding-left: 70px;
  }

  div.box_cooperation .box_cooperation__item {
    top: 51%;
  }
}

@media(min-width:1200px) and (max-height:900px) {
  div.box_cooperation .box_cooperation__item {
    top: 56%;
  }
}

@media(min-width:1800px) {
  div.box_cooperation .box_cooperation__item {
    top: 55%;
  }
}

/* правка картинок и текста анимации главной конец */

@keyframes coopOpen {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

@keyframes coopClose {
  0% {
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    opacity: 0;
  }
}

.header .nav__item_subnav .nav {
  position: relative;
}

.header .nav__item_subnav .nav::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: -1;
  backdrop-filter: blur(7.5px);
}

.mini-popup .mini-popup__content {
  position: relative;
}

.mini-popup .mini-popup__content::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: -1;
  backdrop-filter: blur(7.5px);
}

/* .box_cooperation__item {
  display: none;
} */

.box_cooperation .cooperation .cooperation__img {
  display: none;
}

/* Алтернативная мобилка */
@media(min-width:992px) {
  .box_cooperation .cooperation .cooperation__img {
    width: 50%;
  }

  .box_cooperation .cooperation .cooperation__img {
    display: block;
  }
}

@media (max-width:992px) and (min-height:600px) {
  .box_cooperation .cooperation .cooperation__img {
    width: 100%;
  }

  .box_cooperation .cooperation .cooperation__img {
    display: block;
  }
}

/* Алтернативная мобилка конец */

@media (max-width: 576px) {
  /* div.box_cooperation .box_cooperation__item {
    transform: translateY(50%);
    transition: 0.5s transform;
  } */

  /* div.box_cooperation div.box_cooperation__item--opened {
    max-height: 99em;
    transform: translateY(0%);
    transition: 0.5s transform;
  }

  div.box_cooperation div.box_cooperation__item--closed {
    max-height: 99em;
    transform: translateY(0%);
    transition: 0.5s transform;
  } */
}

.no-landscape {
  display: none;
}

@media (max-height: 500px) and (max-width: 1200px) and (orientation: landscape) { 
  .no-landscape {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    z-index: 100000;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(7px);
  }

  .no-landscape p {
    font-size: 18px;
    font-weight: 600;
  }
}

div.r_solution .r_solution__detaiBox .r_solution__detail {
  font-size: 13px;
  line-height: 180%;
}

@media (min-width: 800px) {
  div.r_solution .r_solution__detaiBox .r_solution__detail {
    font-size: 16px;
    line-height: normal;
  }
}

@media (min-width: 1940px) {
  div.r_solution .r_solution__detaiBox .r_solution__detail {
    font-size: 20px;
  }
}

.background-filter {
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: -1;
  top: 0;
  background-color: #3C4C5DCC;
  backdrop-filter: blur(6px);
  visibility: hidden;
}

.background-filter--menu {
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: rgba(237, 237, 238, 0.6);
  backdrop-filter: blur(6px);
  transition: .5s;
  opacity: 0;
  visibility: hidden;
}

.background-filter--menu-visible {
  visibility: visible;
  opacity: 1;
  transition: .5s;
}

.is-minipopup-show-sol .background-filter {
  z-index: 998;
  visibility: visible;
}

.is-minipopup-show-demo .background-filter {
  z-index: 998;
  visibility: visible;
}

.is-minipopup-show-compound-detail .background-filter {
  z-index: 998;
  visibility: visible;
  background-color: #3C4C5DCC;
  backdrop-filter: blur(20px);
}

body.load {
  opacity: 0 !important;
}

header.header div.userbar div.userbar__item.userbar__item--sol {
  display: none;
}

.userbar__item--sol-hidden {
  display: none !important;
}

header.header div.userbar div.userbar__item.userbar__item--sol .link {
  position: relative;
}

header.header div.userbar div.userbar__item.userbar__item--sol .link .userbar__item--sol-counter {
  background: #ffffff;
  font-size: 13px;
  font-weight: 400;
  position: absolute;
  left: 50%;
  top: 5%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.6em;   
  height: 1.6em;     
  padding: 0 4px;    
  border-radius: 50vw; 
  line-height: 1;
  box-sizing: border-box;
}

header.header div.userbar div.userbar__item.userbar__item--sol .link svg {
  position: relative;
  left: -20%;
}

.r_userbar a.r_userbar__item span.r_userbar__item_ico {
  position: relative;
  animation: pulsePersonal 1.5s infinite;
}

.r_userbar a.r_userbar__item span.r_userbar__item_ico svg {
  position: relative;
  left: -5%;
}

.r_userbar a.r_userbar__item span.r_userbar__item_ico .userbar__item--sol-counter {
  background: #3C4C5D;
  font-size: 11px;
  font-weight: 400;
  color: #ffffff;
  position: absolute;
  left: 55%;
  top: 35%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.6em;   
  height: 1.6em;     
  padding: 0 4px;    
  border-radius: 50vw; 
  line-height: 1;
  box-sizing: border-box;
}

@media (min-width: 1200px) {
  header.header div.userbar div.userbar__item.userbar__item--sol {
    display: flex;
    background-color: #59718B;
    border: 1px solid #59718B;
    animation: pulsePersonal 1.5s infinite;
  }
}

@keyframes pulsePersonal {
  0% {
    scale: 1;
  }
  50% {
    scale: 1.05;
  }
  100% {
    scale: 1;
  }
}

.popup-sol {
  display: block;
  border-radius: 10px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid #fff;
  /* transition: all 0.3s; */
  transition: transform 0.3s;
  -webkit-transform: translateY(40px);
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 15px;
  right: 15px;
  top: 50%;
  z-index: 999;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  max-height: calc(100vh - 80px - 22px);
  overflow: hidden;
  padding: 40px 50px;
}

.popup-sol.is-shown {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  visibility: visible;
}

.popup-sol .mini-popup__close {
    text-align: right;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    transition: all 0.3s;
    right: 8px;
    z-index: 100;
    cursor: pointer;
    font-size: 9px;
    top: 8px;
}

.popup-sol .mini-popup__close::before {
    font-family: var(--font-icons);
    content: url("data:image/svg+xml;utf8,\ <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'>\<path d='M18 6L6 18M6 6L18 18' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/>\</svg>");
    display: block;
    width: 24px;
    height: 24px;
}

.popup-sol .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.popup-sol .inner .popup-sol__input-wrapper {
    position: relative;
    width: 100%;
    max-width: 400px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.popup-sol .inner .popup-sol__input-wrapper.popup-sol__input-wrapper--error .popup-sol__input {
    border: 1px solid #FF5B5B;
}

.popup-sol .inner .popup-sol__input-wrapper.popup-sol__input-wrapper--error .popup-sol__input-error {
    max-height: 99em;
    opacity: 1;
}

.popup-sol .inner .popup-sol__input-wrapper .popup-sol__input-error {
    color: #FF5B5B;
    max-height: 0;
    font-size: 10px;
    font-weight: 100;
    opacity: 0;
    transition: .5s all;
}

.popup-sol .inner .popup-sol__input-wrapper .popup-sol__input {
    font-size: 14px;
    font-weight: 100;
    padding: 18px;
    border: 1px solid #E2E2E2;
    align-self: center;
    border-radius: 5px;
    max-width: 400px;
    width: 100%;
}

.popup-sol .inner .popup-sol__input-wrapper .popup-sol__input::placeholder {
    color: #989EAB;
}

.popup-sol .inner .popup-sol__input-wrapper .popup-sol__input.popup-sol__input--checkbox {
    padding: 10px;
    width: 22px;
}

.popup-sol__btn {
    font-size: 14px;
    font-weight: 400;
    padding: 20px 30px;
    border: 1px solid #3C4C5D;
    border-radius: 40px;
    background-color: #ffffff;
}

.popup-sol__btn.popup-sol__btn--save {
    background-color: #3C4C5D;
    color: #ffffff;
}

.popup-sol .inner .popup-sol__btns-wrapper {
    display: flex;
    gap: 15px;
}

.popup-sol .mini-popup__content .popup-sol__form .popup-sol__input-wrapper label {
    display: flex;
    gap: 10px;
}

.popup-sol .mini-popup__content .popup-sol__form .popup-sol__input-wrapper .popup-demo__text-label {
    display: flex;
    gap: 10px;
}

.popup-sol .mini-popup__content .popup-sol__form .popup-sol__input-wrapper label input {
    width: 38px;
}

.popup-sol .mini-popup__content .popup-sol__form .popup-sol__input-wrapper .popup-demo__text-label input {
    width: 22px;
}

.popup-sol .mini-popup__content .popup-sol__title {
    font-weight: 100;
    font-size: 22px;
    font-family: var(--font-main);
    text-transform: none;
    margin-bottom: 0;
}

.popup-sol .mini-popup__content .popup-sol__form  {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.popup-sol__input-wrapper--tel {
    z-index: 20;
}

.popup-sol .mini-popup__content .popup-sol__form .popup-sol__input-wrapper .iti {
    width: 100%;
}

.popup-sol__input-wrapper label:has(.popup-sol__input--checkbox) {
    font-size: 10px;
    font-weight: 400;
    line-height: 120%;
    color: #989EAB;
}

.popup-sol__input-wrapper .popup-demo__text-label:has(.popup-sol__input--checkbox) {
    font-size: 10px;
    font-weight: 400;
    line-height: 120%;
    color: #989EAB;
}

.popup-sol .inner .popup-sol__form  .popup-sol__btns-wrapper {
    justify-content: center;
}

.popup-sol__policy-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 400px;
}

@media only screen and (min-width: 1200px) {
    .personal-solution__empty {
        font-size: 26px;
    }

    .popup-sol .inner .popup-sol__input-wrapper .popup-sol__input {
        font-size: 16px;
    }

    .popup-sol .inner .popup-sol__input-wrapper .popup-sol__input-error {
        font-size: 14px;
    }

    .popup-sol__input-wrapper label:has(.popup-sol__input--checkbox) {
        font-size: 10px;
    }

    .popup-sol__policy-wrapper {
        flex-direction: row;
    }

    .popup-sol .mini-popup__content .popup-sol__title {
        font-size: 32px;
    }

    .popup-sol .inner .popup-sol__form .popup-sol__btns-wrapper .btn--ico-arrow-angle {
        min-width: 175px;
    }
}

.popup-demo {
  display: block;
  border-radius: 10px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid #fff;
  /* transition: all 0.3s; */
  transition: transform 0.3s;
  -webkit-transform: translateY(40px);
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 15px;
  right: 15px;
  top: 50%;
  z-index: 999;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  max-height: calc(100vh - 80px - 22px);
  overflow: hidden;
  padding: 40px 50px;
}

.popup-demo.is-shown {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  visibility: visible;
}

.popup-demo .mini-popup__close {
    text-align: right;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    transition: all 0.3s;
    right: 8px;
    z-index: 100;
    cursor: pointer;
    font-size: 9px;
    top: 8px;
}

.popup-demo .mini-popup__close::before {
    font-family: var(--font-icons);
    content: url("data:image/svg+xml;utf8,\ <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'>\<path d='M18 6L6 18M6 6L18 18' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/>\</svg>");
    display: block;
    width: 24px;
    height: 24px;
}

.popup-demo .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.popup-demo .inner .popup-demo__input-wrapper {
    position: relative;
    width: 100%;
    max-width: 400px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.popup-demo .inner .popup-demo__input-wrapper.popup-demo__input-wrapper--error .popup-demo__input {
    border: 1px solid #FF5B5B;
}

.popup-demo .inner .popup-demo__input-wrapper.popup-demo__input-wrapper--error .popup-demo__input-error {
    max-height: 99em;
    opacity: 1;
}

.popup-demo .inner .popup-demo__input-wrapper .popup-demo__input-error {
    color: #FF5B5B;
    max-height: 0;
    font-size: 10px;
    font-weight: 100;
    opacity: 0;
    transition: .5s all;
}

.popup-demo .inner .popup-demo__input-wrapper .popup-demo__input {
    font-size: 14px;
    font-weight: 100;
    padding: 18px;
    border: 1px solid #E2E2E2;
    align-self: center;
    border-radius: 5px;
    max-width: 400px;
    width: 100%;
}

.popup-demo .inner .popup-demo__input-wrapper .popup-demo__input::placeholder {
    color: #989EAB;
}

.popup-demo .inner .popup-demo__input-wrapper .popup-demo__input.popup-demo__input--checkbox {
    padding: 10px;
    width: 22px;
}

.popup-demo__btn {
    font-size: 14px;
    font-weight: 400;
    padding: 20px 30px;
    border: 1px solid #3C4C5D;
    border-radius: 40px;
    background-color: #ffffff;
}

.popup-demo__btn.popup-demo__btn--save {
    background-color: #3C4C5D;
    color: #ffffff;
}

.popup-demo .inner .popup-demo__btns-wrapper {
    display: flex;
    gap: 15px;
}

.popup-demo .mini-popup__content .popup-demo__form .popup-demo__input-wrapper label {
    display: flex;
    gap: 10px;
}

.popup-demo .mini-popup__content .popup-demo__form .popup-demo__input-wrapper .popup-demo__text-label {
    display: flex;
    gap: 10px;
}

.popup-demo .mini-popup__content .popup-demo__form .popup-demo__input-wrapper label input {
    width: 38px;
}

.popup-demo .mini-popup__content .popup-demo__form .popup-demo__input-wrapper .popup-demo__text-label input {
    width: 22px;
}

.popup-demo .mini-popup__content .popup-demo__title {
    font-weight: 100;
    font-size: 22px;
    font-family: var(--font-main);
    text-transform: none;
    margin-bottom: 0;
}

.popup-demo .mini-popup__content .popup-demo__form  {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.popup-demo__input-wrapper--tel {
    z-index: 20;
}

.popup-demo .mini-popup__content .popup-demo__form .popup-demo__input-wrapper .iti {
    width: 100%;
}

.popup-demo__input-wrapper label:has(.popup-demo__input--checkbox) {
    font-size: 10px;
    font-weight: 400;
    line-height: 120%;
    color: #989EAB;
}

.popup-demo__input-wrapper .popup-demo__text-label:has(.popup-demo__input--checkbox) {
    font-size: 10px;
    font-weight: 400;
    line-height: 120%;
    color: #989EAB;
}

.popup-demo .inner .popup-demo__form  .popup-demo__btns-wrapper {
    justify-content: center;
}

.popup-demo__policy-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 400px;
}

@media only screen and (min-width: 1200px) {
    .personal-solution__empty {
        font-size: 26px;
    }

    .popup-demo .inner .popup-demo__input-wrapper .popup-demo__input {
        font-size: 16px;
    }

    .popup-demo .inner .popup-demo__input-wrapper .popup-demo__input-error {
        font-size: 14px;
    }

    .popup-demo__input-wrapper label:has(.popup-demo__input--checkbox) {
        font-size: 12px;
    }

    .popup-demo__input-wrapper .popup-demo__text-label:has(.popup-demo__input--checkbox) {
        font-size: 12px;
    }

    .popup-demo__policy-wrapper {
        flex-direction: row;
    }

    .popup-demo .mini-popup__content .popup-demo__title {
        font-size: 32px;
    }

    .popup-demo .inner .popup-demo__form .popup-demo__btns-wrapper .btn--ico-arrow-angle {
        min-width: 175px;
    }
}

.popup-compound-detail {
  display: block;
  border-radius: 10px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid #fff;
  /* transition: all 0.3s; */
  transition: transform 0.3s;
  -webkit-transform: translateY(40px);
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 15px;
  right: 15px;
  top: 50%;
  z-index: 999;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  max-height: calc(100vh - 80px - 22px);
  overflow: hidden;
  padding: 40px 50px;
}

.popup-compound-detail .mini-popup__content {
  max-height: calc(100vh - 180px - 22px);
  overflow-y: scroll;
  overflow-x: hidden;
}

.popup-compound-detail .mini-popup__content img {
  max-width: 780px;
}

.popup-compound-detail.is-shown {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  visibility: visible;
}

.popup-compound-detail .mini-popup__close {
  text-align: right;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  transition: all 0.3s;
  right: 8px;
  z-index: 100;
  cursor: pointer;
  font-size: 9px;
  top: 8px;
}

.popup-compound-detail .mini-popup__close::before {
  font-family: var(--font-icons);
  content: url("data:image/svg+xml;utf8,\ <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'>\<path d='M18 6L6 18M6 6L18 18' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/>\</svg>");
  display: block;
  width: 24px;
  height: 24px;
}

.popup-compound-detail .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.popup-compound-detail .inner p {
  display: flex;
  gap: 50px;
  font-size: 16px;
  line-height: 24px;
  color: #3C4C5D;
  font-weight: 100;
}

.popup-compound-detail .inner p::before {
  content: "";
  display: block;
  width: 2px;
  min-width: 2px;
  background-color: #A2B1CE;
  border-radius: 5px;
}

.popup-compound-detail .inner ul {
  font-size: 20px;
  line-height: 30px;
  font-weight: 100;
  color: #3C4C5D;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* .popup-compound-detail .inner ul:first-child p:first-child {
  font-size: 22px;
  line-height: 32px;
} */

.popup-compound-detail .inner ul:first-child p span:first-child {
  font-size: 22px;
  line-height: 32px;
}

.popup-compound-detail .inner ul > ul > ul {
  padding-left: 20px;
}

.popup-compound-detail .inner ul > ul > ul li::before {
  display: none;
}

.compounddetail .inner ul ul, .compound__item-description-wrapper .compound__item-description-list .compound__item-description-list-item ul > ul {
  padding-left: 20px;
}

.compound__item-description-wrapper .compound__item-description-list .compound__item-description-list-item ul > ul li::before {
  display: none;
}

.popup-compound-detail .inner p span {
  display: block;
  font-size: 16px;
  line-height: 24px;
}

.popup-compound-detail .inner p > span:has(span) {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.popup-compound-detail .mini-popup__content::-webkit-scrollbar {
  width: 25px;
  background: transparent;
}

.popup-compound-detail .mini-popup__content::-webkit-scrollbar-track {
  background-color: #C2C6CD;
  border-left: 21px solid transparent;
  background-clip: padding-box;
}

.popup-compound-detail .mini-popup__content::-webkit-scrollbar-thumb {
  background-color: #59718B;
  border-left: 21px solid transparent;
  background-clip: padding-box;
  cursor: pointer;
}

.item--policy-link {
  text-align: left;
  color: #ffffff;
  cursor: pointer;
  font-size: 10px;
  font-weight: 300;
  line-height: 13px;
  margin-top: 10px;
}

.item--policy-link a {
  color: #ffffff;
}

.policy .table-cell ul li{
  display: flex;
  gap: 10px;
}

.policy .table-cell ul li::before{
  content: "";
  background-color: rgb(60, 76, 93);
  width: 8px;
  height: 8px;
  position: relative;
  display: block;
  align-self: center;
  border-radius: 50%;
}

@media only screen and (min-width: 1500px) {
  .item--policy-link {
    font-size: 10px;
    line-height: normal;
    text-align: right;
    margin-top: 0px;
  }
}