/*! 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 */
  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;
}

@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") format("woff");
  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;
  /* Fix of Webkit flickering */
  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;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  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));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.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%;
  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%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 30px;
  height: 19px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@font-face {
  font-family: "Gilroy";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/assets/fonts/Gilroy/Gilroy-Regular/Gilroy-Regular.eot");
  src: url("/assets/fonts/Gilroy/Gilroy-Regular/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Gilroy/Gilroy-Regular/Gilroy-Regular.woff") format("woff"), url("/assets/fonts/Gilroy/Gilroy-Regular/Gilroy-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Gilroy";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("/assets/fonts/Gilroy/Gilroy-Medium/Gilroy-Medium.eot");
  src: url("/assets/fonts/Gilroy/Gilroy-Medium/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Gilroy/Gilroy-Medium/Gilroy-Medium.woff") format("woff"), url("/assets/fonts/Gilroy/Gilroy-Medium/Gilroy-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("/assets/fonts/Gilroy/Gilroy-SemiBold/Gilroy-SemiBold.eot");
  src: url("/assets/fonts/Gilroy/Gilroy-SemiBold/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Gilroy/Gilroy-SemiBold/Gilroy-SemiBold.woff") format("woff"), url("/assets/fonts/Gilroy/Gilroy-SemiBold/Gilroy-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Gilroy";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("/assets/fonts/Gilroy/Gilroy-Bold/Gilroy-Bold.eot");
  src: url("/assets/fonts/Gilroy/Gilroy-Bold/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Gilroy/Gilroy-Bold/Gilroy-Bold.woff") format("woff"), url("/assets/fonts/Gilroy/Gilroy-Bold/Gilroy-Bold.ttf") format("truetype");
}
* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  font-family: "Gilroy", sans-serif;
}

main {
  max-width: 100vw;
  overflow: hidden;
  scroll-behavior: smooth;
  padding-top: 8.5rem;
  min-height: calc(100vh - 17.7rem);
  color: #272727;
}

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

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

img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 6rem;
  }
}
.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  margin: auto;
  font-size: 1.4rem;
}

.container--page {
  padding: 5rem 15px 5rem 15px;
}

@media screen and (max-width: 1399px) {
  .container {
    max-width: 1100px;
  }
}
@media screen and (max-width: 1199px) {
  .container {
    max-width: 900px;
  }
}
@media screen and (max-width: 991px) {
  .container {
    max-width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 540px;
  }

  .container--page {
    padding: 3rem 15px 3rem 15px;
  }
}
@media screen and (max-width: 575px) {
  .container {
    max-width: 100%;
  }
}
.page {
  padding: 5rem 0 10rem 0;
}

@media screen and (max-width: 767px) {
  .page {
    padding: 3rem 0 7rem 0;
  }
}
.page-heading__title {
  font-weight: 600;
  font-size: 4.2rem;
  color: #272727;
}
.page-heading__title span {
  color: #0077C6;
}
.page-heading__desc {
  margin-top: 1.2rem;
  font-weight: 600;
}
.page-heading__desc p {
  margin: 0;
}

.page-heading--centered {
  text-align: center;
}

.page-heading--with-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-heading--with-buttons .page-heading__btns {
  grid-template-columns: 17.7rem 17.7rem;
  text-align: center;
  grid-gap: 1rem;
}
.page-heading--with-buttons .page-heading__btns .btn {
  line-height: 2.4rem;
}

@media screen and (max-width: 991px) {
  .page-heading__title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .page-heading--with-buttons {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .page-heading__title {
    font-size: 3rem;
  }
}
.btn {
  outline: none;
  cursor: pointer;
}

.btn--accent, .btn--light, .btn--accent-border, .btn--accent-secondary {
  padding: 8px 15px;
  border-radius: 6px;
  font-weight: 600;
  transition: 0.3s ease-in-out;
  border: 0.2rem solid;
}

.btn--accent {
  background: #0077C6;
  color: #fff;
  border-color: #0077C6;
}
.btn--accent:hover {
  background: #005893;
  border-color: #005893;
}

.btn--accent-secondary {
  background: #52BA00;
  color: #fff;
  border-color: #52BA00;
}
.btn--accent-secondary:hover {
  background: #3c8700;
  border-color: #3c8700;
}

.btn--accent-border {
  border-color: #0077C6;
  background: #ffffff;
  color: #272727;
}
.btn--accent-border:hover {
  background: rgba(0, 119, 198, 0.1);
}

.btn--transparent {
  background: transparent;
}
.btn--transparent:hover {
  background: rgba(0, 119, 198, 0.1);
}

.btn--light {
  background: #F6F6F6;
  color: #272727;
  border-color: #F6F6F6;
}
.btn--light:hover {
  background: #dddddd;
  border-color: #dddddd;
}

.btn--full-width {
  width: 100%;
  text-align: center;
}

.btn--text-arrow {
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
}
.btn--text-arrow svg {
  margin-left: 2px;
  width: 8px;
  height: 5px;
}
.btn--text-arrow .btn__name {
  font-weight: 600;
}

.btn--with-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.btn--with-icon .btn__icon {
  width: 1.5rem;
  height: 1.5rem;
}
.btn--with-icon .btn__name {
  margin-left: 0.5rem;
  white-space: nowrap;
}

.btn--tab {
  padding: 1.5rem 2rem;
  border: none;
  border-radius: 0.4rem;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  background: #F5F5F5;
}
.btn--tab .btn__name, .btn--tab .btn__icon svg path {
  transition: 0.3s ease-in-out;
}
.btn--tab .btn__name {
  white-space: nowrap;
  line-height: 1;
}
.btn--tab .btn__icon svg path {
  fill: #272727;
}
.btn--tab:hover {
  background: rgba(0, 119, 198, 0.3);
}
.btn--tab-active {
  background: #0077C6;
}
.btn--tab-active .btn__name {
  color: #fff;
}
.btn--tab-active .btn__icon svg path {
  fill: #fff;
}
.btn--tab-active:hover {
  background: darkgray;
}
.btn--tab-active:hover .btn__name {
  color: #272727;
}
.btn--tab-active:hover .btn__icon svg path {
  fill: #272727;
}

@media screen and (max-width: 575px) {
  .btn--accent, .btn--light, .btn--accent-border, .btn--tab {
    padding: 1rem;
  }

  .btn--tab .btn__name {
    font-size: 1.2rem;
  }
}
.link--dark {
  color: #000000;
  transition: 0.3s ease-in-out;
  font-size: 1.4rem;
  line-height: 140%;
}
.link--dark:hover {
  color: #0077C6;
}

.link--def {
  position: relative;
  display: inline-block;
}
.link--def::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #000000;
}
.link--def:hover {
  color: #0077C6;
}

.link--accent-underline {
  position: relative;
  display: inline-block;
  color: #272727;
}
.link--accent-underline::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: #0077C6;
}
.link--accent-underline:hover {
  color: #0077C6;
}

.link--with-icon {
  display: flex;
  align-items: center;
}
.link--with-icon::before {
  display: none;
}
.link--with-icon svg {
  margin: 0 1rem;
}
.link--with-icon .link__name {
  position: relative;
  display: inline-block;
}
.link--with-icon .link__name::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #0077C6;
}

.link--full-accent {
  color: #0077C6;
}
.link--full-accent:hover {
  color: #272727;
}

.section-heading__title {
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 3.9rem;
}
.section-heading__title span {
  color: #0077C6;
}
.section-heading__desc {
  margin-top: 2rem;
  color: #444;
  line-height: 140%;
}

.section-heading--justify-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .section-heading__title {
    font-size: 2.6rem;
    line-height: 140%;
  }
  .section-heading__desc {
    margin-top: 1rem;
  }
  .section-heading__desc p:not(:first-child) {
    margin: 1rem 0;
  }
  .section-heading__desc p:first-child {
    margin: 0;
  }
}
@media screen and (max-width: 575px) {
  .section-heading__title {
    font-size: 2.2rem;
  }
}
.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F5F5F5;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: 0.3s ease-in-out;
}
.mobile-menu__container {
  height: 100%;
}

.mobile-menu--active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.mobile-menu--user .mobile-menu__container {
  padding-top: 6rem;
}
.mobile-menu--user .mobile-menu__nav {
  margin-top: 2rem;
}

.mobile-menu--no-user .mobile-menu__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mobile-menu--no-user .mobile-menu__nav {
  margin-top: 3rem;
}

.logo {
  display: block;
  width: 100%;
  height: auto;
}
.logo__img {
  width: 100%;
  height: auto;
}

.logo-and-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo-and-nav__logo {
  margin-right: 5rem;
  width: 17rem;
}
.logo-and-nav__nav {
  margin-left: 5rem;
}

@media screen and (max-width: 991px) {
  .logo-and-nav__nav {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .logo-and-nav__logo {
    width: 11rem;
  }
  .logo-and-nav__nav {
    display: none;
  }
}
.nav__list {
  display: flex;
}
.nav__item:not(:first-child):not(:last-child) {
  margin: 0 1.5rem;
}
.nav__item:first-child {
  margin-right: 1.5rem;
}
.nav__item:last-child {
  margin-left: 1.5rem;
}
.nav__link {
  font-size: 1.4rem;
  font-weight: 500;
  color: #000000;
}
.nav__link:hover {
  color: #0077C6;
}

.nav--mobile-user .nav__list {
  margin: auto;
  width: 80%;
  justify-content: space-between;
}

.nav--mobile-no-user .nav__list {
  margin: auto;
  flex-direction: column-reverse;
  align-items: center;
}
.nav--mobile-no-user .nav__item:not(:first-child):not(:last-child) {
  margin: 1rem 0;
}
.nav--mobile-no-user .nav__item:first-child {
  margin-right: 0;
  margin-bottom: 1rem;
}
.nav--mobile-no-user .nav__item:last-child {
  margin-left: 0;
  margin-top: 1rem;
}

.sign-block__list {
  display: flex;
}
.sign-block__item {
  position: relative;
}
.sign-block__item:first-child {
  margin-right: 1.2rem;
}
.sign-block__item:last-child {
  margin-left: 1.2rem;
}
.sign-block__item:last-child::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1.2rem;
  height: 1.2rem;
  width: 1px;
  background: #000000;
}
.sign-block__link {
  color: #000000;
  font-size: 1.4rem;
}
.sign-block__link:hover {
  color: #0077C6;
}

.user-info {
  background: #ffffff;
  border-radius: 1rem;
  padding: 1rem 1rem 1rem 2rem;
  display: grid;
  grid-template-columns: auto 2.5rem 0.8rem;
  grid-gap: 0.8rem;
  align-items: center;
  cursor: pointer;
}
.user-info__name {
  max-width: 10rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 600;
}
.user-info__img-wr {
  width: 2.5rem;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
}
.user-info__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.user-info__arrow svg {
  transition: 0.3s ease-in-out;
}

.user-info--active .user-info__arrow svg {
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .user-info {
    display: flex;
    flex-direction: column-reverse;
    background: transparent;
  }
  .user-info__arrow {
    display: none;
  }
  .user-info__img-wr {
    width: 6.5rem;
  }
}
.user-nav {
  background: #ffffff;
  border-radius: 1rem;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  z-index: 3;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
.user-nav__list {
  padding: 0 1rem;
}
.user-nav__item {
  padding: 1rem 0;
}
.user-nav__item:not(:last-child) {
  border-bottom: 1px solid #F5F5F5;
}
.user-nav__link {
  display: flex;
  align-items: center;
  color: #272727;
  transition: 0.3s ease-in-out;
}
.user-nav__icon-wr {
  width: 1.5rem;
  height: 1.5rem;
}
.user-nav__icon-wr svg {
  width: 100%;
  height: 100%;
}
.user-nav__item-title {
  margin-left: 1rem;
  font-weight: 500;
}
.user-nav__link:hover {
  color: #0077C6;
}
.user-nav__bue-reports {
  margin-top: 1.5rem;
  display: block;
  width: 100%;
}

.user-nav--active {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  .user-nav {
    opacity: 1;
    visibility: visible;
  }
}
.user {
  position: relative;
}
.user__info {
  position: relative;
}
.user__nav {
  position: absolute;
  top: calc(100% + 0.6rem);
  left: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .user__nav {
    position: relative;
    top: 0;
    margin-top: 2rem;
  }
}
.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(24, 24, 24, 0.54);
  z-index: 6;
  display: none;
}

.modal--default .modal__inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 57rem;
  background: #ffffff;
  border-radius: 0.8rem;
  padding: 2.5rem;
  font-size: 1.4rem;
}
.modal--default .modal__close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  width: 2.4rem !important;
  height: 2.4rem !important;
  width: 100%;
  height: 100%;
}
.modal--default .modal__close svg {
  transition: 0.3s ease-in-out;
}
.modal--default .modal__close:hover svg {
  transform: rotate(180deg);
}
.modal--default .modal__title {
  font-size: 2.4rem;
}
.modal--default .modal__steps-wr {
  margin-top: 1rem;
}
.modal--default .modal__add-service-link {
  margin-top: 1rem;
  display: flex;
  align-items: center;
}
.modal--default .modal__add-service-link span {
  margin-left: 0.8rem;
  color: #0077C6;
  transition: 0.3s ease-in-out;
  font-weight: 600;
}
.modal--default .modal__add-service-link svg path {
  transition: 0.3s ease-in-out;
}
.modal--default .modal__add-service-link:hover span {
  color: #272727;
}
.modal--default .modal__add-service-link:hover svg path {
  fill: #272727;
}
.modal--default .modal__service-fields {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
}
.modal--default .modal__service-fields .modal__service-input:first-child {
  width: 16.5rem;
}
.modal--default .modal__service-fields .modal__service-input:last-child {
  width: 17rem;
}
.modal--default .modal__service-input label {
  font-weight: 600;
  display: inline-block;
  margin-bottom: 1rem;
}
.modal--default .modal__service-select {
  margin-top: 2rem;
  position: relative;
}
.modal--default .modal__service-checks-wr {
  margin-top: 1.5rem;
}
.modal--default .modal__service-check label {
  font-weight: 400;
}
.modal--default .modal__service-check:not(:first-child) {
  margin-top: 0.8rem;
}
.modal--default .modal__service-btns {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(2, 12rem);
  grid-gap: 1.4rem;
  justify-content: flex-end;
}

.modal--active {
  display: block;
}

.modal--venhicle-video .modal__inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 77rem;
  aspect-ratio: 9/5;
}
.modal--venhicle-video .modal__video {
  width: 100%;
  height: 100%;
}
.modal--venhicle-video .modal__play-video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 991px) {
  .modal__inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .modal--default .modal__service-fields {
    display: block;
  }
  .modal--default .modal__service-input:last-child {
    margin-top: 1rem;
  }
}
.block-heading__title {
  font-weight: 600;
  font-size: 2.4rem;
}
.block-heading__desc {
  margin-top: 1rem;
  font-weight: 600;
}
.block-heading__desc p {
  margin: 0;
}

.block-heading--centered {
  text-align: center;
}

.block-heading--with-icon {
  display: flex;
  align-items: center;
}
.block-heading--with-icon > svg {
  width: 3rem;
  height: 3rem;
}
.block-heading--with-icon .block-heading__title {
  margin-left: 1.5rem;
}

@media screen and (max-width: 991px) {
  .block-heading__title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 575px) {
  .block-heading__title {
    font-size: 2rem;
  }

  .block-heading--with-icon > svg {
    width: 2rem;
    height: 2rem;
  }
  .block-heading--with-icon .block-heading__title {
    margin-left: 0.5rem;
  }
}
.nav-tabs-item {
  display: flex;
  align-items: center;
  font-size: 1rem;
  padding: 2.2rem 2rem;
  transition: 0.3s ease;
  background: #F5F5F5;
  border-radius: 0.4rem;
  cursor: pointer;
  border: none;
  transition: 0.3s ease-in-out;
}
.nav-tabs-item__icon-wr svg path, .nav-tabs-item__icon-wr__name {
  transition: 0.3s ease;
}
.nav-tabs-item__icon-wr svg path {
  fill: #0077C6;
}
.nav-tabs-item__name {
  margin-left: 1rem;
  font-weight: 600;
  font-size: 1.4rem;
  color: #000000;
  white-space: nowrap;
}
.nav-tabs-item__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}

.nav-tabs-item:hover {
  background: rgba(0, 119, 198, 0.3);
}

.nav-tabs-item--active {
  background: #0077C6;
}
.nav-tabs-item--active svg path {
  fill: #fff;
}
.nav-tabs-item--active .nav-tabs-item__name {
  color: #fff;
}
.nav-tabs-item--active:hover {
  background: #0077C6;
  color: #272727;
}

@media screen and (max-width: 1199px) {
  .nav-tabs-item__name {
    display: none;
  }

  .nav-tabs-item--choose-help .nav-tabs-item__name {
    display: inline-block;
  }
}
@media screen and (max-width: 991px) {
  .nav-tabs-item--choose-help {
    padding: 1.5rem 1rem;
  }
  .nav-tabs-item--choose-help .nav-tabs-item__arrow {
    display: none;
  }
  .nav-tabs-item--choose-help .nav-tabs-item__name {
    margin-left: 0.5rem;
  }
}
@media screen and (max-width: 575px) {
  .nav-tabs-item {
    padding: 1rem 1.5rem;
    justify-content: flex-end;
    border-radius: 0 0.4rem 0.4rem 0;
    transform: translateX(-1rem);
  }
  .nav-tabs-item--active {
    transform: translateX(0);
  }

  .nav-tabs-item--choose-help {
    border-radius: 0.4rem;
  }
}
.nav-tabs__link {
  width: 100%;
  position: relative;
}
.nav-tabs__item:not(:first-child) {
  margin-top: 1rem;
}

@media screen and (max-width: 991px) {
  .nav-tabs--help {
    display: flex;
    justify-content: center;
  }
  .nav-tabs--help .nav-tabs__item:not(:first-child) {
    margin-top: 0;
  }
  .nav-tabs--help .nav-tabs__item:not(:first-child):not(:last-child) {
    margin: 0 1rem;
  }
  .nav-tabs--help .nav-tabs:first-child {
    margin-right: 1rem;
  }
  .nav-tabs--help .nav-tabs:last-child {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .nav-tabs--help {
    justify-content: flex-start;
    overflow-y: auto;
    padding-bottom: 1rem;
    padding-left: 1rem;
  }
}
.toggle__header, .toggle__content-inner {
  font-size: 1rem;
  padding: 2em 3em 2em 3.5em;
}
.toggle__header {
  position: relative;
  background: #F5F5F5;
  border-radius: 0.8em 0.8em 0.8rem 0.8rem;
  cursor: pointer;
  z-index: 2;
  transition: 0.3s ease-in-out;
}
.toggle__header-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
  width: 1.4rem;
  height: 0.7rem;
}
.toggle__header-arrow svg {
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
}
.toggle__content {
  transition: max-height 0.5s ease-in-out 0.3s, opacity 0.3s ease-in-out;
  opacity: 0;
}
.toggle__content-inner {
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.05));
  background: #ffffff;
  border-radius: 0 0 0.8em 0.8em;
}
.toggle__content-inner table {
  border-collapse: collapse;
  font-size: 1.4rem;
}
.toggle__content-inner table td, .toggle__content-inner table th {
  padding: 1.2rem;
}
.toggle__content-inner--ownership table, .toggle__content-inner--additional table, .toggle__content-inner--fuel table {
  width: 100%;
}
.toggle__content-inner--ownership table thead th, .toggle__content-inner--additional table thead th, .toggle__content-inner--fuel table thead th {
  border-right: 1px solid #EAEAEA;
  font-weight: 600;
  text-align: center;
}
.toggle__content-inner--ownership table thead th svg, .toggle__content-inner--additional table thead th svg, .toggle__content-inner--fuel table thead th svg {
  vertical-align: middle;
  margin-right: 1rem;
  width: 2rem;
  height: 2rem;
}
.toggle__content-inner--ownership table tbody td, .toggle__content-inner--ownership table tbody th, .toggle__content-inner--additional table tbody td, .toggle__content-inner--additional table tbody th, .toggle__content-inner--fuel table tbody td, .toggle__content-inner--fuel table tbody th {
  border: 1px solid #EAEAEA;
}
.toggle__content-inner--ownership {
  overflow-x: auto;
}
.toggle__content-inner--ownership table tbody td, .toggle__content-inner--ownership table tbody th {
  white-space: nowrap;
}
.toggle__content-inner--ownership table tbody td {
  text-align: center;
  font-weight: 600;
}
.toggle__content-inner--ownership table tbody th {
  font-weight: 500;
}
.toggle__content-inner--ownership table tbody th:first-child {
  text-align: left;
}
.toggle__content-inner--additional {
  overflow-x: auto;
}
.toggle__content-inner--additional table span {
  white-space: nowrap;
}
.toggle__content-inner--additional table tbody td {
  white-space: nowrap;
}
.toggle__content-inner--additional table tbody td svg {
  margin-right: 0.5rem;
  width: 1.6rem;
  height: 1.6rem;
  vertical-align: middle;
}
.toggle__content-inner--additional table tbody td span {
  vertical-align: middle;
}
.toggle__content-inner--additional table tbody th {
  text-align: left;
}
.toggle__content-inner--additional table tbody th span {
  display: block;
}
.toggle__content-inner--additional table tbody th span:first-child {
  color: #0082CC;
  font-weight: 500;
  font-size: 1.2rem;
}
.toggle__deteiled-history:not(:first-child) {
  margin-top: 2rem;
}
.toggle__deteiled-history:not(:first-child) .link {
  white-space: nowrap;
}
.toggle__content-inner--fuel table {
  color: #000000;
}
.toggle__content-inner--fuel table thead th {
  border: 1px solid #EAEAEA;
  text-align: left;
}
.toggle__content-inner--fuel table tbody td {
  font-weight: 500;
}
.toggle__deteiled-history {
  min-width: 90rem;
}

.toggle--faq .toggle__header {
  padding: 2.3rem 2rem;
  border-radius: 0.4em 0.4em 0.4rem 0.4rem;
}
.toggle--faq .toggle__header-title {
  font-size: 1.4rem;
  font-weight: 600;
}
.toggle--faq .toggle__content-inner {
  padding: 1.5rem;
  font-size: 1.4rem;
  border-radius: 0 0 0.4rem 0.4rem;
  border: 1px solid #F5F5F5;
  line-height: 140%;
  filter: none;
}

.toggle--active .toggle__content {
  opacity: 1;
  transition: max-height 0.5s ease-in-out, opacity 0.3s ease-in-out 0.3s;
}
.toggle--active .toggle__header {
  border-radius: 0.8em 0.8em 0 0;
}
.toggle--active .toggle__header-arrow svg {
  transform: rotate(180deg);
}

.toogle--active.toggle--faq .toggle__header {
  border-radius: 0.4em 0.4em 0 0;
}

@media screen and (max-width: 1199px) {
  .toggle__content-inner {
    overflow-x: auto;
  }
}
@media screen and (max-width: 767px) {
  .toggle__content-inner {
    padding: 1rem;
    overflow-x: auto;
  }
}
.contact-us-block {
  background: #F5F5F5;
  border-radius: 0.6rem;
  padding: 3rem 2rem;
  text-align: center;
}
.contact-us-block__desc {
  margin-top: 2rem;
}
.contact-us-block__btn {
  margin-top: 3rem;
  display: block;
}

.start-live-chart {
  text-align: center;
}
.start-live-chart__btn {
  margin-top: 2rem;
  display: block;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .start-live-chart__desc {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .start-live-chart__btn:hover {
    background: #ffffff;
  }
}
.chat-header {
  background: #0077C6;
  color: #fff;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  border-radius: 0.6rem 0.6rem 0 0;
}
.chat-header__avatar-wr {
  width: 3rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.chat-header__avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.chat-header__support-info {
  margin-left: 1rem;
}
.chat-header__customer-support-title {
  font-weight: 600;
}
.chat-header__support-specialist {
  font-size: 1.2rem;
}
.chat-header__customer-support {
  display: flex;
  align-items: center;
}
.chat-header__support-status {
  margin-left: 0.5rem;
  width: 1rem;
  height: 1rem;
  background: #10C900;
  border-radius: 50%;
}
.chat-header__close-chat-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 1.2rem;
  aspect-ratio: 1/1;
  padding: 0;
  display: block;
  background: transparent;
  border: none;
  cursor: pointer;
}
.chat-header__close-chat-btn svg {
  transition: 0.3s ease-in-out;
}
.chat-header__close-chat-btn:hover svg {
  transform: rotate(180deg);
}

.chat-body {
  padding: 2rem 1rem;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.chat-body__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.chat-body__date {
  margin: 1.5rem 0;
  align-self: center;
  border-radius: 0.3rem;
  background: #F5F5F5;
  padding: 0.6rem 1.2rem;
  font-size: 1.2rem;
  color: #C9C9C9;
}
.chat-body__messages {
  margin: 1.2rem 0;
}

.chat-messages {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.chat-messages__message-time {
  margin-top: 0.4rem;
  font-size: 1.2rem;
  color: #D6D5D5;
}
.chat-messages__messages-wr {
  display: flex;
  flex-direction: column;
}
.chat-messages__messate-text {
  border-radius: 0.3rem;
  padding: 0.6rem 1.2rem;
  font-size: 1.2rem;
}
.chat-messages__messate-text p {
  margin: 0;
}
.chat-messages__messate-text p:not(:first-child) {
  margin-top: 0.5rem;
}

.chat-messages--user {
  justify-content: flex-end;
}
.chat-messages--user .chat-messages__messate-text {
  margin-left: 1rem;
  background: #0077C6;
  color: #fff;
}
.chat-messages--user .chat-messages__message-wr {
  display: flex;
}

.chat-messages--support {
  justify-content: flex-start;
}
.chat-messages--support .chat-messages__messages-wr {
  margin-left: 0.7rem;
  align-items: flex-start;
}
.chat-messages--support .chat-messages__message-wr {
  margin: 0.1rem 0;
  display: flex;
  flex-direction: row-reverse;
}
.chat-messages--support .chat-messages__messate-text {
  background: #F5F5F5;
}

.chat-message-field {
  border-top: 1px solid #F5F5F5;
}
.chat-message-field__field {
  width: 100%;
  height: 100%;
  resize: none;
  border: none;
  outline: none;
  padding: 1.8rem 2rem;
  overflow: hidden;
  border-radius: 0 0 0.6rem 0.6rem;
}
.chat-message-field__field::-webkit-input-placeholder {
  color: #D6D5D5;
}
.chat-message-field__field:-moz-placeholder {
  color: #D6D5D5;
}
.chat-message-field__field::-moz-placeholder {
  color: #D6D5D5;
}
.chat-message-field__field:-ms-input-placeholder {
  color: #D6D5D5;
}
.chat-message-field__controls {
  position: absolute;
  top: 1.7rem;
  right: 1.5rem;
  width: 4rem;
  height: 1.5rem;
  display: flex;
  justify-content: space-between;
  background: #ffffff;
}
.chat-message-field__control-item {
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.chat-message-field__control-item svg path {
  transition: 0.3s ease-in-out;
}
.chat-message-field__control-item:hover svg path {
  fill: #0077C6;
}

.chat {
  width: 27rem;
  height: 38rem;
  background: #ffffff;
  border-radius: 0.6rem;
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.14);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
.chat__header {
  position: relative;
  width: 100%;
}
.chat__inner {
  height: calc(100% - 6.2rem);
  overflow-y: auto;
}
.chat__body {
  height: calc(100% - 5rem);
}
.chat__message-field-block {
  position: relative;
  height: 5rem;
}

.chat--active {
  opacity: 1;
  visibility: visible;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #F5F5F5;
  padding: 2rem 0;
  z-index: 4;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__hamburger {
  display: none;
}

input.custom-input__field.error {
  border: 1px solid #dc3545;
}

.custom-input__field-wr span.error {
  font-size: 11px;
}
.custom-input__field-wr .customSelect span.custom-select-opener.error {
  border: 1px solid #dc3545;
}

.custom-check__field-wr span#agree-error {
  display: none !important;
}
.custom-check__field-wr .custom-check__customize.error {
  border: 1px solid #dc3545;
}

@media screen and (max-width: 767px) {
  .header {
    padding: 1.5rem 0;
  }
  .header__user-info {
    display: none;
  }
  .header__hamburger {
    display: block;
  }
}
.footer {
  padding: 2rem 0;
  background: #F5F5F5;
}
.footer__container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.footer__left-side {
  flex-basis: 495px;
}
.footer__content {
  margin-top: 4rem;
  font-size: 1.2rem;
}
.footer__link-item {
  font-size: 1.2rem;
}
.footer__link-item:first-child {
  margin-right: 1.5rem;
}
.footer__link-item:last-child {
  margin-left: 1.5rem;
}

@media screen and (max-width: 767px) {
  .footer__container {
    display: block;
  }
  .footer__content {
    margin-top: 2rem;
  }
}
.toast-title {
  font-weight: 700;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a, .toast-message label {
  color: #FFF;
}

.toast-message a:hover {
  color: #CCC;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}

.toast-close-button:focus, .toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
  color: #FFF;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}

#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000;
  -webkit-box-shadow: 0 0 12px #000;
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}

#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}

#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}

#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #BD362F;
}

.toast-info {
  background-color: #2F96B4;
}

.toast-warning {
  background-color: #F89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }

  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }

  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }

  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}
.swal2-popup.swal2-toast {
  box-sizing: border-box;
  grid-column: 1/4 !important;
  grid-row: 1/4 !important;
  grid-template-columns: 1fr 99fr 1fr;
  padding: 1em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.075), 0 1px 2px rgba(0, 0, 0, 0.075), 1px 2px 4px rgba(0, 0, 0, 0.075), 1px 3px 8px rgba(0, 0, 0, 0.075), 2px 4px 16px rgba(0, 0, 0, 0.075);
  pointer-events: all;
}
.swal2-popup.swal2-toast > * {
  grid-column: 2;
}
.swal2-popup.swal2-toast .swal2-title {
  margin: 0.5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}
.swal2-popup.swal2-toast .swal2-loading {
  justify-content: center;
}
.swal2-popup.swal2-toast .swal2-input {
  height: 2em;
  margin: 0.5em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-validation-message {
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}
.swal2-popup.swal2-toast .swal2-close {
  grid-column: 3/3;
  grid-row: 1/99;
  align-self: center;
  width: 0.8em;
  height: 0.8em;
  margin: 0;
  font-size: 2em;
}
.swal2-popup.swal2-toast .swal2-html-container {
  margin: 0.5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}
.swal2-popup.swal2-toast .swal2-html-container:empty {
  padding: 0;
}
.swal2-popup.swal2-toast .swal2-loader {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  height: 2em;
  margin: 0.25em;
}
.swal2-popup.swal2-toast .swal2-icon {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0 0.5em 0 0;
}
.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-actions {
  justify-content: flex-start;
  height: auto;
  margin: 0;
  margin-top: 0.5em;
  padding: 0 0.5em;
}
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0.25em 0.5em;
  padding: 0.4em 0.6em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-toast-animate-success-line-tip 0.75s;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-toast-animate-success-line-long 0.75s;
}
.swal2-popup.swal2-toast.swal2-show {
  animation: swal2-toast-show 0.5s;
}
.swal2-popup.swal2-toast.swal2-hide {
  animation: swal2-toast-hide 0.1s forwards;
}

.swal2-container {
  display: grid;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
  grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
  height: 100%;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
}
.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.4);
}
.swal2-container.swal2-backdrop-hide {
  background: transparent !important;
}
.swal2-container.swal2-top-start, .swal2-container.swal2-center-start, .swal2-container.swal2-bottom-start {
  grid-template-columns: minmax(0, 1fr) auto auto;
}
.swal2-container.swal2-top, .swal2-container.swal2-center, .swal2-container.swal2-bottom {
  grid-template-columns: auto minmax(0, 1fr) auto;
}
.swal2-container.swal2-top-end, .swal2-container.swal2-center-end, .swal2-container.swal2-bottom-end {
  grid-template-columns: auto auto minmax(0, 1fr);
}
.swal2-container.swal2-top-start > .swal2-popup {
  align-self: start;
}
.swal2-container.swal2-top > .swal2-popup {
  grid-column: 2;
  align-self: start;
  justify-self: center;
}
.swal2-container.swal2-top-end > .swal2-popup, .swal2-container.swal2-top-right > .swal2-popup {
  grid-column: 3;
  align-self: start;
  justify-self: end;
}
.swal2-container.swal2-center-start > .swal2-popup, .swal2-container.swal2-center-left > .swal2-popup {
  grid-row: 2;
  align-self: center;
}
.swal2-container.swal2-center > .swal2-popup {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  justify-self: center;
}
.swal2-container.swal2-center-end > .swal2-popup, .swal2-container.swal2-center-right > .swal2-popup {
  grid-column: 3;
  grid-row: 2;
  align-self: center;
  justify-self: end;
}
.swal2-container.swal2-bottom-start > .swal2-popup, .swal2-container.swal2-bottom-left > .swal2-popup {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
}
.swal2-container.swal2-bottom > .swal2-popup {
  grid-column: 2;
  grid-row: 3;
  justify-self: center;
  align-self: end;
}
.swal2-container.swal2-bottom-end > .swal2-popup, .swal2-container.swal2-bottom-right > .swal2-popup {
  grid-column: 3;
  grid-row: 3;
  align-self: end;
  justify-self: end;
}
.swal2-container.swal2-grow-row > .swal2-popup, .swal2-container.swal2-grow-fullscreen > .swal2-popup {
  grid-column: 1/4;
  width: 100%;
}
.swal2-container.swal2-grow-column > .swal2-popup, .swal2-container.swal2-grow-fullscreen > .swal2-popup {
  grid-row: 1/4;
  align-self: stretch;
}
.swal2-container.swal2-no-transition {
  transition: none !important;
}

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 100%);
  width: 32em;
  max-width: 100%;
  padding: 0 0 1.25em;
  border: none;
  border-radius: 5px;
  background: #fff;
  color: #545454;
  font-family: inherit;
  font-size: 1rem;
}
.swal2-popup:focus {
  outline: none;
}
.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0.8em 1em 0;
  color: inherit;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-actions {
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 1.25em auto 0;
  padding: 0;
}
.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}
.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.swal2-loader {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  margin: 0 1.875em;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-width: 0.25em;
  border-style: solid;
  border-radius: 100%;
  border-color: #2778c4 transparent #2778c4 transparent;
}

.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 1.1em;
  transition: box-shadow 0.1s;
  box-shadow: 0 0 0 3px transparent;
  font-weight: 500;
}
.swal2-styled:not([disabled]) {
  cursor: pointer;
}
.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #7066e0;
  color: #fff;
  font-size: 1em;
}
.swal2-styled.swal2-confirm:focus {
  box-shadow: 0 0 0 3px rgba(112, 102, 224, 0.5);
}
.swal2-styled.swal2-deny {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #dc3741;
  color: #fff;
  font-size: 1em;
}
.swal2-styled.swal2-deny:focus {
  box-shadow: 0 0 0 3px rgba(220, 55, 65, 0.5);
}
.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #6e7881;
  color: #fff;
  font-size: 1em;
}
.swal2-styled.swal2-cancel:focus {
  box-shadow: 0 0 0 3px rgba(110, 120, 129, 0.5);
}
.swal2-styled.swal2-default-outline:focus {
  box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5);
}
.swal2-styled:focus {
  outline: none;
}
.swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-footer {
  justify-content: center;
  margin: 1em 0 0;
  padding: 1em 1em 0;
  border-top: 1px solid #eee;
  color: inherit;
  font-size: 1em;
}

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  grid-column: auto !important;
  height: 0.25em;
  overflow: hidden;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2);
}

.swal2-image {
  max-width: 100%;
  margin: 2em auto 1em;
}

.swal2-close {
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: -1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s, box-shadow 0.1s;
  border: none;
  border-radius: 5px;
  background: transparent;
  color: #ccc;
  font-family: serif;
  font-family: monospace;
  font-size: 2.5em;
  cursor: pointer;
  justify-self: end;
}
.swal2-close:hover {
  transform: none;
  background: transparent;
  color: #f27474;
}
.swal2-close:focus {
  outline: none;
  box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5);
}
.swal2-close::-moz-focus-inner {
  border: 0;
}

.swal2-html-container {
  z-index: 1;
  justify-content: center;
  margin: 1em 1.6em 0.3em;
  padding: 0;
  overflow: auto;
  color: inherit;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word;
}

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em 2em 0;
}

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: auto;
  transition: border-color 0.1s, box-shadow 0.1s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
  color: inherit;
  font-size: 1.125em;
}
.swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}
.swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(100, 150, 200, 0.5);
}
.swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
  color: #ccc;
}

.swal2-range {
  margin: 1em 2em 0;
  background: #fff;
}
.swal2-range input {
  width: 80%;
}
.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}
.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}

.swal2-file {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  background: inherit;
  font-size: 1.125em;
}

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em;
}

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit;
}
.swal2-radio label,
.swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}
.swal2-radio input,
.swal2-checkbox input {
  flex-shrink: 0;
  margin: 0 0.4em;
}

.swal2-input-label {
  display: flex;
  justify-content: center;
  margin: 1em auto 0;
}

.swal2-validation-message {
  align-items: center;
  justify-content: center;
  margin: 1em 0 0;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300;
}
.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 2.5em auto 0.6em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  border-color: #000;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  user-select: none;
}
.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}
.swal2-icon.swal2-error {
  border-color: #f27474;
  color: #f27474;
}
.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-error.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  animation: swal2-animate-error-x-mark 0.5s;
}
.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}
.swal2-icon.swal2-warning.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-warning.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-i-mark 0.5s;
}
.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}
.swal2-icon.swal2-info.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-info.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-i-mark 0.8s;
}
.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}
.swal2-icon.swal2-question.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-question.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-question-mark 0.8s;
}
.swal2-icon.swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}
.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}
.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-animate-success-line-tip 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-animate-success-line-long 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-progress-steps {
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 1.25em auto;
  padding: 0;
  background: inherit;
  font-weight: 600;
}
.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}
.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #2778c4;
  color: #fff;
  line-height: 2em;
  text-align: center;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #2778c4;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}
.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  flex-shrink: 0;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #2778c4;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  animation: swal2-show 0.3s;
}

.swal2-hide {
  animation: swal2-hide 0.15s forwards;
}

.swal2-noanimation {
  transition: none;
}

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.swal2-rtl .swal2-close {
  margin-right: initial;
  margin-left: 0;
}
.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swal2-animate-question-mark {
  0% {
    transform: rotateY(-360deg);
  }
  100% {
    transform: rotateY(0);
  }
}
@keyframes swal2-animate-i-mark {
  0% {
    transform: rotateZ(45deg);
    opacity: 0;
  }
  25% {
    transform: rotateZ(-25deg);
    opacity: 0.4;
  }
  50% {
    transform: rotateZ(15deg);
    opacity: 0.8;
  }
  75% {
    transform: rotateZ(-5deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}
body.swal2-height-auto {
  height: auto !important;
}
body.swal2-no-backdrop .swal2-container {
  background-color: transparent !important;
  pointer-events: none;
}
body.swal2-no-backdrop .swal2-container .swal2-popup {
  pointer-events: all;
}
body.swal2-no-backdrop .swal2-container .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}
body.swal2-toast-shown .swal2-container {
  box-sizing: border-box;
  width: 360px;
  max-width: 100%;
  background-color: transparent;
  pointer-events: none;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

.faq__grid {
  margin-top: 3.5rem;
  display: grid;
  grid-template-columns: 1fr 2.1fr 1fr;
  grid-gap: 3rem;
}
.faq__toggle:not(:first-child) {
  margin-top: 1rem;
}
/* .faq__toggles-group {
  display: none;
} */
.faq__toggles-group--active {
  display: block;
}
.faq__start-live-chart {
  margin-top: 3rem;
}
.faq__chat {
  position: fixed;
  bottom: 20rem;
  left: 50%;
  transform: translateX(calc(-50% + 44.9rem));
  z-index: 6;
}

@media screen and (max-width: 1399px) {
  .faq__chat {
    transform: translateX(calc(-50% + 40rem));
  }
}
@media screen and (max-width: 1199px) {
  .faq__grid {
    grid-template-columns: 1fr 3fr;
    grid-template-rows: auto 1fr;
  }
  .faq__questions-type {
    grid-row: 1/2;
  }
  .faq__toggles {
    grid-row: 1/3;
  }
  .faq__start-live-chart {
    position: fixed;
    margin-top: 0;
    left: 50%;
    bottom: 10rem;
    transform: translateX(calc(-50% + 33rem));
    width: 20rem;
    z-index: 2;
  }
  .faq__chat {
    bottom: 10rem;
    transform: translateX(calc(-50% + 30rem));
  }
}
@media screen and (max-width: 991px) {
  .faq__grid {
    display: block;
  }
  .faq__toggles {
    margin-top: 2rem;
  }
  .faq__contacts-and-chat {
    margin: 2rem auto 0 auto;
    max-width: 30rem;
  }
  .faq__start-live-chart {
    transform: translateX(calc(-50% + 23.5rem));
  }
  .faq__chat {
    transform: translateX(calc(-50% + 20rem));
  }
  .faq__questions-type {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .faq__start-live-chart {
    transform: translateX(calc(-50% + 15rem));
  }
  .faq__chat {
    transform: translateX(calc(-50% + 12rem));
  }
}
@media screen and (max-width: 575px) {
  .faq__start-live-chart {
    left: auto;
    right: 6.5rem;
    bottom: 2rem;
  }
  .faq__chat {
    left: auto;
    right: 0;
    bottom: 2rem;
  }
}

/*# sourceMappingURL=help.css.map*/