/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --white: #fff;
  --green: #46D791;
  --black: #000;
  --lightgreen: #C4EDC4;
  --lightGray: #F6F9FC;
  --darkBlue: #060127;
  --darkGray: #8F8F8F;
  --grey-2: #CACACA;
  --red: #E25353;
  --green: #46D791;
  --green-2: #28B772;
  --dark-blue: #060127;
  --grey-3: #D3D4D6;
  --dark-grey: #8F8F8F;
}

html {
  box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

input {
  border: none;
}

input,
button {
  font-family: "Montserrat", sans-serif;
}

button,
input[type=submit] {
  cursor: pointer;
  border: none;
  outline: none;
}

textarea {
  font-family: "Montserrat", sans-serif;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.4;
  color: var(--black);
  background-color: var(--white);
  font-weight: 100;
}

iframe {
  border: none;
}

.flex {
  display: flex;
}

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

.flex-c-j {
  display: flex;
  align-items: center;
  justify-content: center;
}

h1, h2, h3, h4, h5, p, ul {
  padding: 0;
  margin: 0;
}

button, input[type=submit] {
  cursor: pointer;
}

.list-reset {
  list-style: none;
}

.container {
  position: relative;
  max-width: 1370px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.main-title {
  margin-bottom: 36px;
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
}

.sub-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  color: var(--darkGray);
}

.btn {
  padding: 18px 62px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  color: var(--white);
  border-radius: 40px;
  background-color: #202A6A;
  transition-property: background-color, color;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
}
.btn:hover {
  color: var(--font);
  background-color: #EAF1FF;
}

.greentitle {
  margin-bottom: 32px;
  padding: 11px 44px;
  font-size: 16px;
  color: var(--green);
  border-radius: 40px;
  border: 1px solid var(--green);
  background-color: var(--lightgreen);
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBold.woff") format("woff"), url("../fonts/Montserrat-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.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: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 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: 100%;
  position: relative;
  transition-property: 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: transform, height;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.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 {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  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 {
  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 {
  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-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.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-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--white);
  z-index: 999;
}
.header__navigation {
  margin: 0 auto;
}
.header__wrapp {
  height: 88px;
}
.header__getin {
  margin-left: 25px;
  padding: 15px 20px;
  line-height: 0;
  color: var(--white);
  font-weight: 600;
  background-color: var(--black);
  border-radius: 40px;
  transition: background-color 0.4s ease-in-out;
}
.header__getin img {
  margin-left: 16px;
}
.header__getin:hover {
  background-color: var(--green);
}

.logo {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 0;
  line-height: 0;
}

.submenu {
  position: relative;
}
.submenu__href {
  display: block;
  padding: 11px 20px;
  border-radius: 40px;
  transition: background-color 0.4s, color 0.4s;
}
.submenu__href:hover {
  color: var(--white);
  background-color: var(--green);
}
.submenu__item:not(:last-child) {
  margin-right: 12px;
}
.submenu::after {
  content: "";
  height: 30px;
  display: block;
}
.submenu svg {
  transition: transform 0.4s ease-in-out;
}
.submenu:hover svg {
  transform: rotate(180deg);
}

.navigation__card {
  margin-top: 22px;
}
.navigation__item:not(:last-child) {
  margin-right: 12px;
}
.navigation__href {
  display: block;
  padding: 12px;
  color: var(--darkBlue);
  border-radius: 12px;
  transition: background-color 0.4s, transform 0.4s;
}
.navigation__href svg {
  margin-left: 8px;
}
.navigation__href:hover {
  background-color: var(--lightGray);
  transform: scale(1.02);
}
.navigation__submenu {
  display: flex;
  position: absolute;
  top: 100%;
  left: -100px;
  width: 332px;
  padding: 7px;
  border-radius: 40px;
  background-color: var(--lightGray);
  transform: scale(0);
  pointer-events: none;
  transition: transform 0.4s ease-in-out;
}

.submenu:hover .navigation__submenu {
  transform: scale(1);
  pointer-events: all;
}
.submenus  {
  display: flex;
}

.login {
  width: 44px;
  height: 44px;
  font-size: 0;
  line-height: 0;
  border-radius: 100%;
  background-color: var(--green);
  transition: background-color 0.4s ease-in-out;
}
.login:hover {
  background-color: var(--darkBlue);
}

.main {
  margin-top: 92px;
}

.hero {
  background-image: url("../images/hero.jpg");
  border-radius: 40px;
}
.hero__wrapp {
  padding-bottom: 60px;
  height: 720px;
  padding-top: 110px;
  flex-direction: column;
}
.hero__title {
  max-width: 925px;
  width: 100%;
  text-align: center;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  color: var(--white);
}
.hero__title__green {
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  height: 74px;
  padding: 0 10px;
  color: var(--darkBlue);
  background-color: var(--green);
  border-radius: 24px;
  line-height: 1;
  transform: rotate(-0.597deg);
}
.hero__title__green span {
  transform: rotate(0);
}
.hero__descr {
  margin-top: 40px;
  max-width: 860px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: var(--white);
}
.hero__btn {
  margin-top: 80px;
  padding: 14px 20px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  color: var(--white);
  border-radius: 40px;
  background-color: var(--green);
  transition: background-color 0.4s ease-in-out;
}
.hero__btn img {
  margin-left: 8px;
  transform: translateX(0px);
  transition: transform 0.4s ease-in-out;
}
.hero__btn:hover {
  background-color: var(--black);
}
.hero__btn:hover img {
  transform: translateX(10px);
}
.hero__banners {
  max-width: 1160px;
  width: 100%;
  margin-top: auto;
  justify-content: space-between;
}
.hero__banners__item {
  font-size: 0;
  line-height: 10;
}


.chatclose,
.chat {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 69px;
  height: 61px;
  font-size: 0;
  line-height: 0;
  background-color: var(--green);
  border-radius: 40px;
  z-index: 999;
  transition: background-color 0.4s ease-in-out;
}
.chat:hover {
  background-color: var(--black);
}

.chatclose {
  display: none;
  width: 69px;
  height: 61px;
  background-color: var(--white);
  box-shadow: 0px 4px 34px 0px rgba(6, 1, 39, 0.21);
}

.chatclose:hover {
  background-color: var(--green);
}

.chatclose svg path {
  transition: stroke 0.4s ease-in-out;
}

.chatclose:hover path {
  stroke: var(--white)
}

.section {
  padding-top: 80px;
}

.banners {
  flex-wrap: wrap;
}
.banners__block {
  flex-shrink: 0;
  flex-wrap: nowrap;
}
.banners__block:nth-child(odd) {
  margin-left: 50px;
}
.banners__item {
  margin-bottom: 24px;
  margin-right: 24px;
  width: 145px;
  height: 58px;
  line-height: 0;
  font-size: 0;
  background-color: var(--white);
  border-radius: 24px;
  flex-shrink: 0;
  transition: filter 0.43s ease-in-out;
  filter: drop-shadow(0px 2px 20px rgba(183, 183, 183, 0.08)) drop-shadow(0px 20px 40px rgba(183, 183, 183, 0.08));
}
.banners__item:hover {
  filter: drop-shadow(0px 2px 20px rgba(183, 183, 183, 0.28)) drop-shadow(0px 20px 40px rgba(183, 183, 183, 0.28));
}

.section1 {
  overflow: hidden;
}
.section1__wrapp {
  align-items: flex-start;
}
.section1__left {
  max-width: 600px;
  width: 100%;
  margin-right: 100px;
  margin-left: auto;
}
.section1__right {
  max-width: 640px;
  width: 100%;
  margin-right: auto;
}
.section1__sub-title span {
  display: block;
}
.section1__card {
  margin-top: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section1__item {
  max-width: 50%;
  width: 100%;
  padding-right: 20px;
  margin-bottom: 32px;
  transition: color 0.4s ease-in-out;
}
.section1__item:hover {
  color: var(--green);
}
.section1__icon {
  width: 39px;
  height: 39px;
  font-size: 0;
  line-height: 0;
  background-color: #46D791;
  border-radius: 100%;
}
.section1__descr {
  margin-left: 20px;
}

.section2__top {
  flex-direction: column;
}
.section2__card {
  margin-top: 65px;
}
.section2__item {
  flex-direction: column;
  height: 450px;
  max-width: calc(33% - 0px);
  width: 100%;
  margin-right: 20px;
  border-radius: 40px 40px 40px 196px;
}
.section2__item:last-child {
  margin-right: 0;
}
.section2__item:nth-child(1) {
  background-image: url("../images/section2_1.jpg");
}
.section2__item:nth-child(2) {
  background-image: url("../images/section2_2.jpg");
}
.section2__item:nth-child(3) {
  background-image: url("../images/section2_3.jpg");
}
.section2__title {
  margin-bottom: 32px;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.69px;
  color: var(--green);
}
.section2__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: var(--white);
}
.section2__body {
  padding: 72px 47px 0;
  flex-direction: column;
}
.section2__btn {
  margin-top: auto;
  width: 53px;
  height: 53px;
  font-size: 0;
  line-height: 0;
  background-color: var(--green);
  border-radius: 100%;
  transition: background-color 0.4s ease-in-out;
}
.section2__btn img {
  transform: rotate(315deg);
}
.section2__btn:hover {
  background-color: var(--black);
}

.section3__wrapp {
  padding: 47px 50px;
  border-radius: 40px;
  background-color: var(--darkBlue);
}
.section3__block {
  flex-direction: column;
}
.section3__circle {
  margin: 0;
  color: var(--green);
}
.section3__desc {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
.section3__text {
  margin: 0 auto;
  color: var(--white);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.69px;
}

.section4 .hero__title__green {
  height: 64px;
}
.section4__card {
  margin-top: 60px;
  flex-wrap: wrap;
}
.section4__item {
  max-width: calc(33% - 9px);
  width: 100%;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 28px 30px;
  background-color: var(--lightGray);
  border-radius: 40px;
  border: 1px solid var(--lightGray);
  transition: background-color 0.4s, border-color 0.4s;
}
.section4__item:nth-child(3n) {
  margin-right: 0;
}
.section4__item:hover {
  background-color: var(--white);
  border-color: var(--darkBlue);
}
.section4__title {
  color: var(--darkBlue);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.69px;
}
.section4__heading {
  margin-bottom: 23px;
}
.section4__icon {
  margin-left: auto;
  width: 44px;
  height: 44px;
  background-color: var(--green);
  border-radius: 100%;
}
.section4__icon img {
  max-width: 20px;
}
.section4__text {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
.section4__bottom {
  margin-top: 65px;
  position: relative;
}
.section4__bottom::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  width: 100%;
  height: 1px;
  background-color: #F6F9FC;
}
.section4__btns {
  margin: 0 22px;
  padding: 12px 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  color: var(--green);
  background-color: var(--white);
  z-index: 9;
  transition: color 0.4s ease-in-out;
}
.section4__btns img {
  margin-left: 12px;
  transform: translateX(0);
  transition: transform 0.4s ease-in-out;
}

.section4__btns:hover img {
  transform: translateX(5px);
}

.section5 .hero__title__green {
  height: 64px;
}
.section5 .sub-title {
  max-width: 650px;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.section5__card {
  margin-top: 65px;
  justify-content: space-between;
}
.section5__item {
  flex-direction: column;
  max-width: 250px;
  width: 100%;
}
.section5__item:hover .section5__icon {
  background-color: var(--green);
}
.section5__item:hover .section5__title {
  color: var(--green);
}
.section5__icon {
  margin-bottom: 42px;
  width: 90px;
  height: 90px;
  background-color: var(--darkBlue);
  border-radius: 100%;
  transition: background-color 0.4s ease-in-out;
}
.section5__title {
  margin-bottom: 30px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.69px;
  color: var(--black);
  text-align: center;
  transition: color 0.4s ease-in-out;
}
.section5__descr {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
}

.section6 {
  margin-top: 120px;
  padding: 140px 0 110px;
  background-color: var(--lightGray);
  background-image: url("../images/section6.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
.section6 .sub-title {
  max-width: 600px;
  width: 100%;
  text-align: center;
}
.section6 .hero__btn {
  margin-top: 64px;
}

.footer {
  padding: 52px 0;
  background-color: var(--darkBlue);
}
.footer__block1 {
  max-width: 275px;
  width: 100%;
}
.footer__disc {
  margin-top: 35px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: var(--darkGray);
}
.footer__title {
  margin-bottom: 20px;
  font-size: 24px;
  color: var(--white);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.69px;
}
.footer__menu {
  max-width: calc(100% - 275px);
  width: 100%;
}
.footer__nav:not(:last-child) {
  margin-bottom: 8px;
}
.footer__href {
  font-size: 14px;
  color: var(--darkGray);
  transition: color 0.4s ease-in-out;
}
.footer__href:hover {
  color: var(--white);
}
.footer__blockmenu {
  max-width: 270px;
  width: 100%;
  flex-direction: column;
}
.footer__blockmenu:first-child {
  margin-left: auto;
}
.footer__blockmenu:not(:last-child) {
  margin-right: 80px;
}
.footer__sepa {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 54px;
  border-bottom: 1px solid var(--darkGray);
}
.footer__menu2 {
  justify-content: flex-end;
  margin-top: 40px;
}
.footer__menu2 .footer__nav {
  margin-bottom: 0;
}
.footer__menu2 .footer__nav:not(:last-child) {
  margin-right: 40px;
  margin-bottom: 0;
}

.social {
  align-items: flex-start;
  margin-top: 45px;
}
.social__item {
  font-size: 0;
  line-height: 0;
}
.social__item:not(:last-child) {
  margin-right: 20px;
}
.social__href {
  font-size: 0;
  line-height: 0;
}
.social__href path {
  transition: fill 0.4s ease-in-out;
}
.social__href:hover path {
  fill: var(--green);
}

.copyright {
  display: block;
  margin-top: 56px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  color: var(--darkGray);
}

.mobilepanel,
.burgerClose,
.burger {
  display: none;
}

.logos {
  position: absolute;
  top: 44px;
  left: 54px;
  font-size: 0;
  line-height: 0;
}
.logos img {
  max-height: 54px;
}

.closes2,
.closes {
  position: absolute;
  top: 30px;
  right: 30px;
  background-color: transparent;
  outline: none;
  border: none;
}
.closes2 path,
.closes path {
  transition: stroke 0.4s ease-in-out;
}
.closes2:hover path,
.closes:hover path {
  stroke: #060127;
}

.auth_content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--white);
  opacity: 0;
  transform: scale(0);
  transition-property: opacity, transform;
  transition-timing-function: ease-in-out;
  transition-duration: 0.4s;
  pointer-events: none;
  z-index: 99999;
}
.auth_content_active {
  opacity: 1;
  transform: scale(1);
  pointer-events: all;
}
.auth_content__titles {
  padding: 0 60px;
  flex-direction: column;
  text-align: center;
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  color: var(--white);
}
.auth_content__titles__green {
  display: block;
  width: -moz-max-content;
  width: max-content;
  height: 64px;
  padding: 0 10px;
  padding-top: 3px;
  color: var(--darkBlue);
  background-color: var(--green);
  border-radius: 24px;
  line-height: 1;
  transform: rotate(-0.597deg);
}
.auth_content__titles__green span {
  transform: rotate(0);
}
.auth_content__bb {
  margin-bottom: 30px;
}
.auth_content__forget {
  margin-left: auto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  transition: color 0.4s ease-in-out;
}
.auth_content__forget:hover {
  color: var(--green);
}
.auth_content__sub {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  color: var(--darkGray);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
}
.auth_content__left {
  flex-direction: column;
  position: relative;
  max-width: 50%;
  width: 100%;
  height: 100vh;
  background-image: url("../images/sign_up2.jpg");
  background-size: cover;
}
.auth_content__left2 {
  background-image: url("../images/sign_up.jpg");
}
.auth_content__right {
  max-width: 50%;
  width: 100%;
}
.auth_content__wrapp {
  max-width: 335px;
  width: 100%;
  flex-direction: column;
}
.auth_content__title {
  margin-bottom: 30px;
  width: 100%;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.69px;
  text-align: left;
}
.auth_content__label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-align: left;
}
.auth_content__form {
  width: 100%;
}
.auth_content__item {
  position: relative;
  width: 100%;
}
.auth_content__item:not(:last-child) {
  margin-bottom: 32px;
}
.auth_content__error {
  width: 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
  padding-left: 16px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  color: var(--red);
}
.auth_content__input {
  width: 100%;
  height: 56px;
  padding: 0 16px;
  border-radius: 40px;
  border: 1px solid var(--grey-2);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: var(--darkGray);
  outline: none;
}
.auth_content__input_error {
  color: var(--red);
  border-color: var(--red);
}
.auth_content__input_error::-moz-placeholder {
  color: var(--red);
}
.auth_content__input_error::placeholder {
  color: var(--red);
}
.auth_content__hidden {
  display: none;
}
.auth_content__btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 17px 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  color: var(--white);
  border-radius: 40px;
  background-color: var(--darkBlue);
  box-shadow: 0px 4px 34px 0px rgba(6, 1, 39, 0.06);
  transition: box-shadow 0.4s ease-in-out;
}
.auth_content__btn:hover {
  box-shadow: 0px 4px 34px 0px rgba(6, 1, 39, 0.21);
}
.auth_content__orwidth {
  position: relative;
  display: block;
  margin: 30px 0;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  font-weight: 500;
}
.auth_content__orwidth span {
  padding: 0 20px;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--white);
  z-index: 9;
}
.auth_content__orwidth::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  height: 1px;
  background-color: var(--grey-2);
}
.auth_content__login {
  margin-top: 30px;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
}
.auth_content__login strong {
  color: #000;
  font-weight: 600;
}
.auth_content__login a {
  color: #000;
  font-weight: 600;
  transition: color 0.4s ease-in-out;
}
.auth_content__login a:hover {
  color: var(--green);
}
.auth_content__codesitem {
  max-width: 70px;
  width: 100%;
}
.auth_content__codesitem:not(:last-child) {
  margin-right: 14px;
}
.auth_content__codes {
  margin-bottom: 45px;
}
.auth_content__codesinput {
  width: 70px;
  height: 70px;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.69px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid var(--grey-2);
  outline: none;
}
.auth_content__codesinput:focus {
  border-color: var(--darkBlue);
}

.form__pswdshow {
  position: absolute;
  top: 46px;
  right: 17px;
  display: block;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: none;
  outline: none;
  background-image: url("../images/eye.svg");
}
.form__pswdhide {
  display: none;
  position: absolute;
  top: 46px;
  right: 17px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: none;
  outline: none;
  background-image: url("../images/eye-slash.svg");
}

.policy {
  cursor: pointer;
}
.policy__custom {
  display: block;
  width: 20px;
  height: 21px;
  background-image: url("../images/policy1.svg");
}
.policy__text {
  margin-left: 8px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

.auth_content__hidden:checked ~ .policy__custom {
  background-image: url("../images/policy2.svg");
}

.fastlogin {
  justify-content: space-between;
}
.fastlogin__item {
  max-width: 100px;
  width: 100%;
}
.fastlogin__href {
  width: 100%;
  height: 56px;
  font-size: 0;
  line-height: 0;
  border-radius: 28px;
  border: 1px solid var(--grey-2);
  transition: background-color 0.4s, border-color;
}
.fastlogin__href:hover {
  border-color: var(--lightGray);
  background-color: var(--lightGray);
}


.language {
  position: relative;
  margin-top: 20px;
  margin-right: 28px;
  max-width: 110px;
  width: 100%;
  margin-left: auto;
}
.language__head {
  position: relative;
  padding: 14px 22px;
  border-radius: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 0;
  background: var(--white, #FFF);
  box-shadow: 0px 4px 34px 0px rgba(6, 1, 39, 0.06);
  cursor: pointer;
  z-index: 2;
}

.language__img {
  margin-right: 8px;
}

.language__icon {
  margin-left: 8px;
  font-size: 0;
  line-height: 0;
  flex-shrink: 0;
  transform: rotate(180deg);
  transition: transform 0.4s ease-in-out;
}

.language__href {
  margin-bottom: 3px;
  display: block;
  width: 100%;
  padding: 10px 20px;
  line-height: 1;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  background-color: transparent;
  outline: none;
  border: none;
  text-align: left;
  transition: background-color 0.4s ease-in-out;
}

.language__href:hover {
  background-color: var(--lightGray);
}

.language__body {
  padding-top: 94px;
  position: absolute;
  top: -38px;
  width: 100%;
  border-radius: 0px 0px 10px 10px;
  background: var(--white, #FFF);
  z-index: 1;
  transform: scale(0);
  pointer-events: none;
  transition: transform 0.4s ease-in-out;
}

.language:hover .language__body {
  transform: scale(1);
  pointer-events: all;
}

.language:hover .language__icon {
  transform: rotate(0deg);
}

.language__item:last-child .language__href {
  margin-bottom: 0;
  border-radius: 0px 0px 10px 10px;
}


.chatmodule {
  display: none;
  position: fixed;
  bottom: 113px;
  right: 20px;
  width: 433px;
  border-radius: 30px 30px 0px 30px;
  background-color: var(--white);
  box-shadow: 0px 4px 34px 0px rgba(6, 1, 39, 0.21);
  z-index: 999;
}



.chatmodule__heading {
  padding: 30px 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: var(--white);
  line-height: 1;
  border-radius: 30px 30px 0px 0px;
  background-color: var(--green);
  box-shadow: 0px 4px 34px 0px rgba(6, 1, 39, 0.10);
}

.chatmodule__heading  svg {
  margin-left: 12px;
}

.chatmodule__body {
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  height: 470px;
  overflow: auto;
  background-color: var(--white);
}

.chat__bar {
  padding: 22px;
  border-radius: 0px 0px 0px 30px;
  background-color: var(--white);
  box-shadow: 0px 4px 34px 0px rgba(6, 1, 39, 0.21);
}
.chat__bar__input {
  padding: 0 20px;
  width: calc(100% - 93px);
  height: 44px;
  border-radius: 40px;
  background-color: var(--white);
  box-shadow: 0px 4px 34px 0px rgba(6, 1, 39, 0.1);
  outline: none;
}
.chat__bar__btn {
  margin-left: 17px;
  width: 40px;
  height: 40px;
  background-color: var(--green);
  border-radius: 100%;
  transition: background-color 0.4s ease-in-out;
}
.chat__bar__btn:hover {
  background-color: var(--green-2);
}
.chat__bar__refresh {
  margin-left: 18px;
  background-color: transparent;
  outline: none;
  border: none;
}

.chat__messages {
  margin-top: auto;
  padding: 0 20px;
  flex-direction: column;
}
.chat__message {
  display: flex;
  flex-direction: column;
}
.chat__message:not(:last-child) {
  margin-bottom: 30px;
}
.chat__message__support {
  width: 52px;
  height: 52px;
  border-radius: 100%;
}
.chat__message_you {
  margin-left: auto;
}
.chat__message_support {
  flex-direction: row;
  margin-right: auto;
}
.chat__message__supportrr {
  flex-direction: column;
  margin-left: 25px;
}
.chat__message__text_you {
  padding: 16px 24px;
  margin-left: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: var(--white);
  border-radius: 32px 32px 0px 32px;
  background-color: var(--green);
  box-shadow: 0px 4px 34px 0px rgba(6, 1, 39, 0.1);
}
.chat__message__text_support {
  padding: 16px 24px;
  margin-left: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #1A1A1B;
  border-radius: 32px 32px 0px 32px;
  background-color: var(--white);
  box-shadow: 0px 4px 34px 0px rgba(6, 1, 39, 0.1);
}
.chat__message__date {
  margin-top: 8px;
  margin-left: 27px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  color: var(--darkGray);
}

.feedbacktop {
  width: 100%;
  height: 432px;
  background-image: url('../images/feedback__hero.jpg');
}

.feedbacktop__wrapp {
  padding: 22px 0;
}

.feedbacktop__wrapp .logo img {
  height: 42px;
}

.feedbacktop__navigation {
  margin-left: auto;
}

.feedbacktop__navigation .navigation__href {
  color: var(--white);
}

.feedbacktop__h1 {
  margin-top: 98px;
  text-align: center;
  color: #D3D4D6;
  text-align: center;
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.feedbackmain .main-title  {
  font-size: 32px;
}

.feedbackmain .hero__title__green{
  height: 39px;
}

.feedbacktop__navigation .navigation__href:hover {
  color: var(--black);
}

.feedbackmain__sub-title {
  text-align: center;
  font-weight: 500;
}

.feedbackmain__form {
  padding-top: 42px;
  margin-top: 64px;
  border-top: 1px #F6F9FC solid;
}

.feedbackmain__formleft {
  max-width: 525px;
  width: 100%;
}

.feedbackmain__formright {
  margin-left: auto;
  max-width: 525px;
  width: 100%;
}

.feedbackmain__formlabel {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}

.feedbackmain__forminput {
  width: 100%;
  height: 56px;
  padding: 0 18px;
  border-radius: 30px;
  border: 1px solid #CACACA;
  background-color: var(--white);
  outline: none;
}

.feedbackmain__formitem {
  width: 100%;
}

.feedbackmain__formitem_error .feedbackmain__formlabel{
  color: rgba(226, 83, 83, 1)
}

.feedbackmain__formbtnanim {
  animation: 2s feedbackmain__formbtnanim linear infinite;
}

@keyframes feedbackmain__formbtnanim {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.feedbackmain__formitem_error .feedbackmain__forminput {
  border-color:  rgba(226, 83, 83, 1);
  color:  rgba(226, 83, 83, 1)
}

.feedbackmain__formitem_errortext {
  display: block;
  margin-top: 8px;
  padding-left: 25px;
  color: #E64646;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}

.feedbackmain__formitem_error .feedbackmain__forminput::placeholder {
  color:  rgba(226, 83, 83, 1)
}

.feedbackmain__formbtn {
  width: 100%;
  padding: 17px 0;
  margin-top: 25px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  color: var(--white);
  border-radius: 40px;
  background-color: #060127;
  box-shadow: 0px 4px 34px 0px rgba(6, 1, 39, 0.10);
  transition: box-shadow 0.4s ease-in-out;
}

.feedbackmain__formbtn:hover {
  box-shadow: 0px 4px 34px 0px rgba(6, 1, 39, 0.21);
}

.feedbackmain__follow {
  margin-bottom: 72px;
  padding-top: 64px;
  margin-top: 64px;
  border-top: 1px #F6F9FC solid;
}

textarea.feedbackmain__forminput {
  padding: 18px;
  height: 202px;
  resize: none;
}

.feedbackmain__formitem:not(:last-child) {
  margin-bottom: 40px;
}

.feedbackmain__followt{
  color: #CACACA;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.69px;
}

.feedbackmain__social {
  margin-left: auto;
}

.feedbackmain__socialitem:not(:last-child) {
  margin-right: 36px;
}

.feedbackmain__socialitem,
.feedbackmain__socialhref {
  font-size: 0;
  line-height: 0;
}

.feedbackmain__socialhref svg path {
  transition: fill 0.4s ease-in-out;
}

.feedbackmain__socialhref:hover svg path {
  fill: rgba(70, 215, 145, 1)
}

.feedbacksuccess {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease-in-out;
}

.feedbacksuccess_active {
  opacity: 1;
  pointer-events: all;
}

.feedbacksuccess__shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:  rgba(26, 30, 61, 0.42);
  backdrop-filter: blur(1.5px);
  z-index: 99;
}

.feedbacksuccess__title {
  display: block;
  padding-top: 80px;
  text-align: center;
  color: #060127;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.69px;
}

.feedbacksuccess__href {
  display: block;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 150px;
  border-radius: 40px;
  text-align: center;
  background-color: #060127;
  box-shadow: 0px 4px 34px 0px rgba(6, 1, 39, 0.1);
  color: var(--white);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  transition: background-color 0.4s ease-in-out;
}


.feedbacksuccess__close:hover path {
  stroke: #000;
}

.feedbacksuccess__href:hover {
  background-color: var(--green);
}

.feedbacksuccess__sub {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  text-align: center;
  color:  #8F8F8F;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.feedbacksuccess__close{
  position: absolute;
  top: 50px;
  right: 50px;
  background-color: transparent;
  outline: none;
}

.feedbacksuccess__inner {
  position: fixed;
  top: 20%;
  left: calc(50% - (732px / 2));
  width: 732px;
  padding: 30px;
  border-radius: 40px;
  background-color: var(--white);
  z-index: 999;
}


.global_coverage {
  margin-top: -92px;
}
.global_coverage__zone {
  background-image: url("../images/coverage/bg_blur.jpg");
  background-size: cover;
}
.global_coverage__zone .main-title {
  color: var(--white);
  font-weight: 700;
  text-align: center;
}
.global_coverage__wrapp {
  flex-direction: column;
  padding-top: 140px;
  padding-bottom: 120px;
}
.global_coverage .sub-title {
  margin-top: 30px;
  color: var(--white);
  text-align: center;
}
.global_coverage__maps {
  margin-top: 70px;
  font-size: 0;
  line-height: 0;
}
.global_coverage__marker {
  margin-top: 17px;
}
.global_coverage .hero__title__green {
  height: 64px;
}
.global_coverage__circle {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background-color: #28B772;
  border-radius: 100%;
  border: 1px #C9D1E1 solid;
}
.global_coverage__text {
  width: 100%;
  margin-left: 0;
  margin-right: auto;
  margin-left: 16px;
  color: var(--white);
  font-size: 14px;
}
.global_coverage__whitet {
  text-align: center;
}
.global_coverage__sub {
  max-width: 620px;
  width: 100%;
  text-align: center;
  color: #8F8F8F !important;
  margin-left: auto;
  margin-right: auto;
}
.global_coverage__buttons {
  margin-top: 60px;
}
.global_coverage__buttonsitem:not(:last-child) {
  margin-right: 16px;
}
.global_coverage__white {
  background-position: center;
  background-repeat: no-repeat;
  background-color: #F6F9FC;
  background-image: url("../images/coverage/payPecker_bg.svg");
}
.global_coverage__buttonshref {
  padding: 12px 40px;
  border-radius: 40px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  color: var(--white);
  transition: background-color 0.4s ease-in-out;
}
.global_coverage__buttonshref svg {
  margin-left: 8px;
}
.global_coverage__buttonshref_green {
  background-color: var(--green);
}
.global_coverage__buttonshref_green:hover {
  background-color: #35C680;
}
.global_coverage__buttonshref_blue {
  background-color: #37AEE2;
}
.global_coverage__buttonshref_blue:hover {
  background-color: #1098EE;
}

.about_us__element {
  margin-bottom: 80px;
}
.about_us__element__description {
  max-width: 620px;
  width: 100%;
}
.about_us__description {
  max-width: 620px;
  width: 100%;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}
.about_us__main-title {
  font-weight: 700;
}
.about_us .hero__title__green {
  height: 64px;
}
.about_us__image {
  max-width: 631px;
  width: 100%;
  margin-left: auto;
  font-size: 0;
  line-height: 0;
}
.about_us__image img {
  border-radius: 20px;
}
.about_us__quote {
  padding-left: 32px;
  border-left: 8px #46D791 solid;
}
.about_us__mission {
  padding: 72px 104px 82px;
  margin-bottom: 82px;
  border-radius: 20px;
  background-color: var(--dark-blue);
}

.static_page {
  padding-top: 133px;
}

.about_us__element:nth-child(even) .about_us__description {
  order: 2;
}
.about_us__element:nth-child(even) .about_us__image {
  margin-left: 0;
  margin-right: auto;
}

.mission {
  position: relative;
  flex-direction: column;
  color: var(--white);
}
.mission__img1 {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  line-height: 0;
  pointer-events: none;
}
.mission__img2 {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0;
  line-height: 0;
  pointer-events: none;
}
.mission__heading {
  color: var(--grey-3);
  font-size: 16px;
}
.mission__heading::after {
  content: "";
  width: 100%;
  height: 2px;
  margin-top: 12px;
  display: block;
  background-color: #163B43;
}
.mission__text {
  margin-top: 32px;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-align: center;
}
.mission__text strong {
  font-weight: 700;
}

.forms .main-title {
  font-size: 32px;
}
.forms .main-title .hero__title__green {
  height: 34px;
}
.forms__wrapp {
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.forms__hr {
  display: block;
  width: 100%;
  height: 1px;
  margin: 42px 0 64px;
  background-color: #F6F9FC;
}
.forms__element {
  max-width: 525px;
  width: 100%;
}
.forms__element:last-child {
  margin-left: auto;
}
.forms__item {
  margin-bottom: 40px;
}
.forms__label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
.forms__input {
  padding: 0 16px;
  width: 100%;
  height: 56px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  border-radius: 30px;
  border: 1px solid var(--grey-2, #CACACA);
  background-color: transparent;
  outline: none;
  transition: border-color 0.4s ease-in-out;
}
.forms__input:focus {
  border-color: var(--black);
}
.forms__textarea {
  padding: 18px 16px;
  height: 202px;
  outline: none;
  resize: none;
}
.forms__btn {
  padding: 16px 0;
  width: 100%;
  margin-top: 25px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: var(--white);
  border-radius: 40px;
  background-color: var(--dark-blue);
  box-shadow: 0px 4px 34px 0px rgba(6, 1, 39, 0.1);
  transition: background-color 0.4s ease-in-out;
}
.forms__btn:hover {
  background-color: var(--green);
}

.follow_social {
  padding: 0 110px 72px 67px;
}
.follow_social__text {
  color: var(--grey-2);
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.69px;
}
.follow_social__item:not(:last-child) {
  margin-right: 36px;
}
.follow_social__list {
  margin-left: auto;
}
.follow_social__href {
  font-size: 0;
  line-height: 0;
}
.follow_social__href path {
  transition: fill 0.4s ease-in-out;
}
.follow_social__href:hover path {
  fill: var(--green);
}



.products__hero {
  margin-bottom: 91px;
  background-image: url("../images/products/bg.jpg");
  border-radius: 40px;
}
.products__herowrapp {
  height: 720px;
  flex-direction: column;
}
.products__herosub-title {
  margin: 36px 0 64px 0;
  max-width: 630px;
  width: 100%;
  text-align: center;
  color: var(--white);
}
.products__herobtn {
  padding: 18px 20px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  border-radius: 40px;
  background-color: var(--green);
  color: var(--black);
  transition: background-color 0.4s ease-in-out;
}
.products__herobtn svg {
  margin-left: 10px;
}
.products__herobtn:hover {
  background-color: #2CC57B;
}
.products__topleft .hero__title {
  font-size: 52px;
  color: var(--black);
}
.products__topleft .hero__title__green {
  height: 62px;
}
.products__topright {
  margin-left: auto;
  max-width: 282px;
  width: 100%;
  color: var(--dark-grey);
  text-align: right;
  font-weight: 600;
}
.products__card {
  margin-bottom: 84px;
  margin-top: 88px;
  flex-wrap: wrap;
}
.products__item {
  position: relative;
  width: 100%;
  margin-right: 24px;
  margin-bottom: 48px;
  overflow: hidden;
  border-radius: 20px;
}
.products__item:nth-child(even) {
  margin-right: 0;
}
.products__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: rgba(6, 1, 39, 0.5);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  transition: background-color 0.4s ease-in-out;
  z-index: 99;
}
.products__item:hover::before {
  background: rgba(6, 1, 39, 0.7);
}
.products__item:hover .products__img {
  transform: scale(1.1);
}
.products__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 120%;
  font-size: 0;
  line-height: 0;
  transition: transform 0.4s ease-in-out;
  border-radius: 20px;
}
.products__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.products__item60 {
  max-width: 768px;
}
.products__item40 {
  max-width: 548px;
}
.products__item_full {
  margin: 0;
}
.products__item_full .products__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.products__content {
  position: relative;
  margin-top: auto;
  flex-direction: column;
  padding: 32px;
  height: 360px;
  padding-right: 72px;
  color: var(--white);
  font-size: 14px;
  z-index: 99;
}
.products__head {
  margin-top: auto;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
}
.products__head img {
  margin-right: 12px;
}
.products__p {
  margin-top: 20px;
}

.header .logo_white {
  display: none;
}

.header_transparent {
  background-color: transparent;
}
.header_transparent .navigation__href {
  color: var(--white);
}
.header_transparent .logo {
  display: none;
}
.header_transparent .navigation__href:hover {
  color: var(--black);
}
.header_transparent .navigation__href:hover svg path {
  fill: var(--black);
}
.header_transparent svg path {
  fill: var(--white);
}
.header_transparent .logo_white {
  font-size: 0;
  line-height: 0;
  display: block;
}
.header_transparent .logo_white img {
  width: 186px;
}
.header_shadow {
  box-shadow: 0px 4px 34px 0px rgba(6, 1, 39, 0.1);
}

.header_transparent .navigation__item:hover svg path {
  fill: var(--black);
}
.header_transparent .navigation__item:hover .navigation__href {
  color: var(--black);
  background-color: var(--lightGray);
}

.navigation__item:hover .navigation__href {
  color: var(--black);
  background-color: var(--lightGray);
}

@media screen and (max-width: 1400px) {
  .section1__left {
    padding-left: 15px;
  }
  .section4__item {
    max-width: calc(33% - 10px);
  }
}

@media screen and (max-width:1370px) {
  .products__item60 {
    max-width: calc(60% - 15px);
  }
  .products__item40 {
    max-width: calc(40% - 15px);
  }
}

@media screen and (max-width: 1100px) {

  .products__item60 {
    max-width: calc(60% - 15px);
  }
  .products__item40 {
    max-width: calc(40% - 15px);
  }
  .about_us__element {
    flex-direction: column;
  }
  .about_us__image,
  .about_us__description {
    max-width: 100%;
  }
  .products__content {
    padding: 32px;
  }
  .about_us__image {
    margin-top: 50px;
    text-align: center;
  }
  .products__head {
    font-size: 26px;
  }
  .about_us__description {
    text-align: center;
  }
  .forms__element {
    max-width: calc(50% - 15px);
  }
  .about_us__quote {
    padding: 0;
    border: none;
  }
  .about_us__element:nth-child(even) .about_us__description {
    order: -1;
  }

  .feedbackmain__form {
    margin-left: auto;
    margin-right: auto;
    max-width: 525px;
    width: 100%;
    flex-direction: column;
  }

  .feedbackmain__formright {
    margin-top: 40px;
  }

  .feedbackmain__followt {
    margin-top: 72px;
    order: 1;
  }

  .feedbackmain__follow  {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .feedbackmain__social {
    margin-right: auto;
  }

  .section1__wrapp {
    flex-direction: column;
  }
  .section1__right,
  .section1__left {
    max-width: 100%;
  }
  .section4__item {
    max-width: calc(50% - 10px);
  }
  .section4__item:last-child,
  .section4__item:nth-child(2n) {
    margin-right: 0;
  }
  .section4__card {
    align-items: unset;
  }
  .section4__item:nth-child(3) {
    margin-right: 20px;
  }
  .section5__card {
    flex-wrap: wrap;
  }
  .section5__item {
    margin-bottom: 60px;
    max-width: calc(50% - 20px);
  }
  .footer__wrapp {
    flex-wrap: wrap;
  }
  .footer__block1 {
    max-width: 100%;
  }
  .products__content {
    padding: 32px;
}
}

@media screen and (max-width: 900px) {


  .products__top {
    flex-direction: column;
}

  .products__top .hero__title {
    flex-direction: row;
}

.products__topright {
  margin-top: 30px;
  margin-right: 0;
  max-width: 100%;
  font-weight: normal;
  text-align: center;
}

.products__content {
        padding: 32px;
    }

  .follow_social__list {
    margin-right: auto;
  }
  .follow_social {
    flex-direction: column;
  }
  .follow_social__text {
    margin-top: 72px;
    order: 2;
  }
  .follow_social {
    padding-left: 0;
    padding-right: 0;
  }
  .forms__container {
    padding: 0 100px;
    flex-direction: column;
  }
  .forms__element {
    max-width: 100%;
  }
  .mission__img2 {
    bottom: 0;
    top: auto;
  }
  .about_us__element {
    margin-bottom: 56px;
  }
  .about_us__mission {
    padding: 158px 42px 110px;
  }

  .navigation {
    display: none;
  }
  .burger {
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    margin-left: auto;
    background-color: transparent;
    outline: none;
  }
  .header__right {
    display: none;
  }
  .hero__title {
    padding: 0 50px;
    font-size: 52px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .hero__title__green {
    height: 54px;
  }
  .hero__descr {
    padding: 0 100px;
  }
  .hero__banners {
    display: none;
  }
  .main-title {
    font-size: 44px;
    text-align: center;
  }
  .sub-title {
    display: flex;
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    text-align: center;
  }
  .section1__item {
    max-width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .section1__card {
    align-items: flex-start;
  }
  .section1__descr {
    margin: 0;
    margin-top: 15px;
  }
  .section2__card {
    flex-wrap: wrap;
  }
  .section2__item {
    border-radius: 40px;
    background-size: cover;
  }
  .section2__item:nth-child(1) {
    margin-bottom: 20px;
    height: 205px;
    max-width: 100%;
    background-image: url(../images/section2_1_tablet.jpg);
  }
  .section2__body {
    padding: 30px;
    padding-bottom: 0;
  }
  .section2__btn:hover {
    background-color: transparent;
  }
  .section2__btn {
    margin-top: 3px;
    margin-left: auto;
  }
  .section2__item:nth-child(2) {
    height: 334px;
    max-width: calc(50% - 10px);
    width: 100%;
    background-image: url(../images/section2_2_tablet.jpg);
  }
  .section2__item:nth-child(3) {
    height: 334px;
    max-width: calc(50% - 10px);
    width: 100%;
    background-image: url(../images/section2_3_tablet.jpg);
  }
  .section4 .hero__title__green {
    height: 52px;
  }
  .sub-title {
    justify-content: center;
    align-items: center;
  }
  .section3__block {
    flex-direction: column;
    text-align: center;
    font-size: 14px;
  }
  .section3__text {
    font-size: 28px;
    text-align: center;
  }
  .section5 .hero__title__green {
    height: 51px;
  }
  .section5__item {
    padding: 35px 47px;
    background-color: var(--lightGray);
    border-radius: 40px;
  }
  .section5__title {
    max-width: 70%;
    width: 100%;
  }
  .section5__item {
    margin-bottom: 20px;
    max-width: calc(50% - 10px);
  }
  .section6 {
    margin-top: 70px;
  }
  .footer__block1 {
    display: flex;
    align-items: center;
  }
  .footer__block11 {
    max-width: 50%;
    width: 100%;
  }
  .social {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
  }
  .footer__menu {
    margin-top: 60px;
    max-width: 100%;
    justify-content: space-between;
  }
  .footer__blockmenu:not(:last-child) {
    margin: 0;
  }
  .footer__blockmenu {
    max-width: calc(33% - 20px);
  }
  .section2__item {
    padding-right: 16px;
    padding-bottom: 11px;
  }
  .footer__menu2 {
    justify-content: center;
  }
  .section2__btn {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    padding: 12px 20px;
    height: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.1;
    color: var(--white);
    margin-left: auto;
    background-color: transparent;
  }
  .section2__btn img {
    margin-left: 10px;
  }
  .section2__btn img {
    transform: rotate(0);
  }
  .burgerClose {
    margin-left: auto;
    background-color: transparent;
    outline: none;
    border: none;
  }
  .mobilepanel {
    position: fixed;
    top: 88px;
    width: 100%;
    padding-top: 80px;
    height: calc(100vh - 88px);
    background: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(7px);
            backdrop-filter: blur(7px);
    z-index: 999;
    overflow: auto;
  }
  .mobilepanel .navigation {
    width: 100%;
    display: flex;
  }
  .mobilepanel .navigation__card {
    width: 100%;
    margin: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .mobilepanel .header__right {
    display: none;
  }
  .logins {
    padding: 12px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    color: var(--green);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
  }
  .hero__btn {
    margin-top: 40px;
  }
  .fixed {
    height: 100%;
    overflow: hidden;
  }
  .hero__btn {
    margin-left: auto;
    margin-right: auto;
    width: -moz-max-content;
    width: max-content;
  }
  .navigation__submenu_show {
    position: static;
    display: flex !important;
    flex-direction: column;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    transform: scale(1);
    pointer-events: all;
  }
  .submenu:hover .navigation__submenu {
    position: static;
    display: none;
    flex-direction: column;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    transform: scale(1);
    pointer-events: all;
  }
  .submenu__item:not(:last-child) {
    margin: 0;
  }
  .submenu::after {
    display: none;
  }
  .submenu__href,
  .navigation__href {
    min-width: 330px;
    width: 100%;
    padding: 20px;
    margin-bottom: 28px;
    text-align: center;
  }
  .submenu__href {
    padding: 12px 0;
  }
  .products__item60,
  .products__item40 {
    max-width: 100%;
    margin-right: 0;
  }
  .products__content {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
}

@media screen and (min-width:600px) and (max-width:900px) {
  .mobilepanel {
    position: fixed;
    top: 88px;
    right: 0;
    width: 370px;
  }
  .submenu__href, .navigation__href {
    justify-content: center;
  }
  .submenu img {
    margin-left: 7px;
  }
}
@media screen and (max-width: 700px) {

  .submenus  svg path {
    fill: var(--black)
  }

  .feedbackmain .main-title {
    font-size: 20px;
}.feedbackmain .hero__title__green {
  height: 23px;
}

.feedbacktop__wrapp .logo img {
  height: 30px;
}
.feedbacktop__wrapp {
  padding: 6px 0;
}

#mobilepanel .feedbacktop__navigation .navigation__href {
  color: var(--black);
}

.submenus {
  display: flex;
  justify-content: center;
}

.feedbacktop {
  height: 247px;
  background-size: cover;
}

.feedbacktop__h1 {
  margin-top: 44px;
  font-size: 27px;
}

  .chatmodule__body {
    height: 300px;
  }

  .feedbackmain__followt {
    font-size: 17px;
  }

  .feedbackmain__follow {
    margin-bottom: 72px;
    padding-top: 43px;
    margin-top: 43px;
    border-top: 1px #F6F9FC solid;
}

  .feedbackmain__form {
    padding-top: 36px;
    margin-top: 36px;
  }

  .chat__message__text_support,
  .chat__message__text_you {
    font-size: 14px;
  }

  .chat__message__supportrr .chat__message__date {
    margin-left: auto;
    margin-right: 27px;
  }

  .chatmodule {
    width: calc(100% - 26px);
    left: 13px;
  }

  .language {
    max-width: 67px;
  }

  .burgerClose,
  .burger {
    margin-left: auto;
  }

  .language__head {
    font-size: 12px;
  }

  .language__body {
    padding-top: 77px;
  }

  .language__href {
    margin-bottom: 3px;
    display: block;
    width: 100%;
    padding: 10px 11px;
    line-height: 1;
    font-size: 12px;
  }

  .language__head {
    padding: 9px 12px;
    border-radius: 20px;
background: var(--white, #FFF);
box-shadow: 0px 4px 34px 0px rgba(6, 1, 39, 0.06);
  }

  .language__img {
    max-width: 16px;
  }

  .language {
    margin-top: 9px;

  }

  .section3__wrapp {
    flex-direction: column;
  }
  .footer__menu2 {
    flex-wrap: wrap;
  }
  .footer__menu2 .footer__nav:not(:last-child) {
    margin: 0;
    margin-bottom: 12px;
  }
  .footer__menu2 .footer__nav {
    max-width: calc(50% - 10px);
    width: 100%;
    margin-bottom: 12px;
  }
  .copyright {
    font-size: 12px;
    font-weight: normal;
  }
  .footer__blockmenu:first-child {
    margin-top: 30px;
    order: 2;
  }
  .footer__menu {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .footer__blockmenu {
    max-width: calc(50% - 0px);
  }
  .footer__block1 {
    flex-direction: column;
  }
  .footer__block11 {
    max-width: 100%;
  }
  .social {
    margin-right: auto;
    margin-top: 50px;
  }
  .footer__block11 {
    text-align: center;
  }
  .footer .logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .logo img {
    height: 44px;
  }
  .main-title {
    font-size: 28px;
    text-align: center;
  }
  .section5__card {
    flex-direction: column;
  }
  .section5__item {
    max-width: 100%;
  }
  .section5__icon {
    width: 42px;
    height: 42px;
    margin-bottom: 28px;
  }
  .section5__icon img {
    max-width: 21px;
  }
  .section5__title {
    max-width: 100%;
    width: 100%;
    order: -1;
  }
  .section2__top .main-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section5 .hero__title__green {
    height: 34px;
  }
  .section4 .hero__title__green {
    height: 34px;
  }
  .section4__card {
    flex-direction: column;
  }
  .section4__item {
    max-width: 100%;
  }
  .section4__bottom {
    margin-top: 35px;
  }
  .greentitle {
    display: none;
  }
  .section3__wrapp {
    padding: 0;
    background-color: transparent;
  }
  .section3__block {
    width: 100%;
    padding: 28px 0;
    background-color: var(--darkBlue);
    border-radius: 20px;
  }
  .section3__text {
    width: 100%;
    padding: 20px 0;
    margin: 20px 0;
    border-radius: 20px;
    background-color: var(--green);
    font-size: 24px;
  }
  .section2__item:nth-child(1),
  .section2__item:nth-child(2),
  .section2__item:nth-child(3) {
    max-width: 100%;
    height: 306px;
    margin: 0;
    margin-bottom: 24px;
  }
  .section2__item:nth-child(1) {
    border-radius: 40px 40px 160px 40px;
    background-image: url("../images/section2_1_mob.jpg");
  }
  .section2__item:nth-child(2) {
    border-radius: 40px 40px 160px 40px;
    background-image: url("../images/section2_2_mob.jpg");
  }
  .section2__item:nth-child(3) {
    border-radius: 40px 40px 160px 40px;
    background-image: url("../images/section2_3_mob.jpg");
  }
  .section2__card {
    flex-direction: column;
  }
  .section2__title {
    font-size: 24px;
  }
  .section2__text {
    font-size: 14px;
  }
  .section2__btn span {
    display: none;
  }
  .section2__btn {
    margin-top: auto;
    width: 53px;
    height: 53px;
    font-size: 0;
    line-height: 0;
    background-color: var(--green);
    border-radius: 100%;
    transition: background-color 0.4s ease-in-out;
  }
  .section2__btn img {
    margin: 0;
    transform: rotate(315deg);
  }
  .section2__item {
    padding: 0;
  }
  .greenmob {
    height: 34px;
    display: inline-block;
    width: -moz-max-content;
    width: max-content;
    padding: 0 10px;
    color: var(--darkBlue);
    background-color: var(--green);
    border-radius: 24px;
    line-height: 1;
    transform: rotate(-0.597deg);
  }
  .section1__item {
    max-width: 50%;
    padding: 0 15px;
  }
  .section1__right {
    display: none;
  }
  .header .logo img {
    height: 30px;
  }
  .header__wrapp {
    height: 46px;
  }
  .main {
    margin-top: 46px;
  }
  .hero {
    margin: 0 -15px;
    padding: 0 15px;
    border-radius: 0;
    background-image: url("../images/hero_mob.jpg");
  }
  .hero__btn {
    font-size: 14px;
  }
  .hero__title {
    padding: 0 0px;
    font-size: 34px;
  }
  .hero__title__green {
    height: 42px;
  }
  .hero__descr {
    padding: 0;
  }
  .mobilepanel {
    top: 45px;
  }
  .mobilepanel {
    height: calc(100vh - 45px);
  }
  .header_transparent .logo_white img {
    width: auto;
  }
  .global_coverage__zone .main-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .global_coverage .hero__title__green {
    height: 41px;
  }
  .global_coverage__maps {
    margin-top: 44px;
    margin-bottom: 15px;
  }
  .global_coverage__buttons {
    flex-direction: column;
  }
  .global_coverage__buttonsitem:not(:last-child) {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .global_coverage__buttonsitem {
    width: 100%;
  }
  .global_coverage__buttonshref {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    font-size: 14px;
  }
  .about_us .hero__title__green {
    height: 40px;
  }
  .about_us__description {
    font-size: 14px;
  }
  .about_us__image img {
    width: 100%;
  }
  .about_us__mission {
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0;
    padding: 70px 15px 90px;
  }
  .mission__text {
    font-size: 16px;
    line-height: 212%;
  }
  .mission__img2,
  .mission__img1 {
    max-width: 50%;
  }
  .forms__hr {
    margin: 36px 0 42px 0;
  }
  .forms__container {
    padding: 0;
  }
  .feedbacksuccess__inner {
    top: 10px;
    width: calc(100% - 30px);
    left: 15px;
    box-sizing: border-box;
  }
  .feedbacksuccess__href {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .products__hero {
    border-radius: 0;
    margin: 0 -15px;
    background-image: url("../images/products/bg_mobile.jpg");
    background-size: cover;
  }
  .products__herowrapp {
    height: 468px;
  }
  .products__herobtn {
    padding: 12px 18px;
    font-size: 14px;
  }
  .products__top {
    margin-top: 60px;
    flex-direction: column;
  }
  .products__topleft .hero__title {
    font-size: 28px;
  }
  .products__topleft .hero__title__green {
    height: 34px;
  }
  .products__card {
    margin: 47px 0;
  }
  .products__content {
    height: 375px;
    padding: 0 15px;
    margin: 0 auto;
  }
  .products__p {
    margin-bottom: auto;
  }
  .static_page {
    padding-top: 88px;
}



.products__topright {
  margin-top: 30px;
  margin-right: 0;
  max-width: 100%;
  font-weight: normal;
  text-align: center;
}


.global_coverage__wrapp {
  padding-bottom: 40px;
}


}

.hero__title__green {
  border-radius: 10px;
}


.hero__title__green span {
  position: relative;
  top: 3px;
  line-height: 1;
}

@media screen and (max-width: 1200px) {
  .auth_content__left {
    display: none;
  }
  .auth_content__right {
    max-width: 100%;
  }

}/*# sourceMappingURL=style.css.map */

@media screen and (min-width:1000px) and (max-width:1100px) {
  .navigation__href {
    font-size: 13px;
  }
}


.countrys__list {
  margin-top: 24px;
  flex-wrap: wrap;
}

.countrys__item {
  margin: 0 10px 16px 0;
  padding: 8px 18px;
  padding-right: 0;
  border-radius: 50px;
  border: 1px solid #46D791;
  background-color: rgba(70, 215, 145, 0.20);
  transition: background-color 0.4s ease-in-out;
}

.countrys__item:hover {
  background-color: rgba(70, 215, 145, 0.40);
}

.countrys__item img {
  max-width: 18px;
  margin-right: 6px;
  border-radius: 3px;
}
.countrys__text {
  padding-right: 18px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  color: var(--white);
}

.paypeckerLogoAnim {
  display: flex;
    align-items: center;
    align-items: center;
    justify-content: center;
}

.paypeckerLogoAnim2 {
  justify-content: flex-start;
}

.paypeckerLogoAnimPb{
  position: relative!important;
    height: 176px!important;
    width: 131px!important;
    zoom: 0.3!important;
    top: 0!important;
    margin-right: 20px!important;
}

.paypeckerLogoAnimPb2 {
    width: 300px !important;
    height: 200px !important;
    background-color: transparent !important;
}

.paypeckerLogoAnimPb2 .preloader__wrapp {
  transform: scale(1.6)!important;
}

.preloader__wallw {
  background-image: url('../images/preloaderWhite/wall.svg')!important;
}

@media screen and (max-width:700px) {
  .paypeckerLogoAnimPb {
    position: relative !important;
    height: 153px !important;
  }
  .paypecker_text {
    height: 12px;
  }
  .paypeckerLogoAnim2 {
    justify-content: center !important;
}
}