/* Generated by scripts/build-optimized-css.sh. */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #ea3ead;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #ea3ead;
  --bs-secondary: #753ad4;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #fd7e14;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #111111;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

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

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #202020;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

 h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

a {
  color: #ea3ead;
  text-decoration: none;
}
a:hover {
  color: #bb328a;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}


code {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

code {
  font-size: 0.875em;
  color: #ea3ead;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}


th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

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

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

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

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.figure {
  display: inline-block;
}

.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 992px) {

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 1200px) {

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #202020;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control:focus {
  color: #202020;
  background-color: #fff;
  border-color: #f59fd6;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(234, 62, 173, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #202020;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #202020;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #202020;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-select:focus {
  border-color: #f59fd6;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(234, 62, 173, 0.25);
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #202020;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #202020;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.9rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #202020;
}
 .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(234, 62, 173, 0.25);
}
.btn:disabled, .btn.disabled {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #000;
  background-color: #ea3ead;
  border-color: #ea3ead;
}
.btn-primary:hover {
  color: #000;
  background-color: #ed5bb9;
  border-color: #ec51b5;
}
 .btn-primary:focus {
  color: #000;
  background-color: #ed5bb9;
  border-color: #ec51b5;
  box-shadow: 0 0 0 0.25rem rgba(199, 53, 147, 0.5);
}
 .btn-primary:active, .btn-primary.active {
  color: #000;
  background-color: #ee65bd;
  border-color: #ec51b5;
}
 .btn-primary:active:focus, .btn-primary.active:focus {
  box-shadow: 0 0 0 0.25rem rgba(199, 53, 147, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #000;
  background-color: #ea3ead;
  border-color: #ea3ead;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(234, 62, 173, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.25;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.align-middle {
  vertical-align: middle !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mt-5 {
  margin-top: 2.5rem !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-5 {
  margin-bottom: 2.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-5 {
  padding-top: 2.5rem !important;
}

.pt-6 {
  padding-top: 3rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 2rem !important;
}

.pb-6 {
  padding-bottom: 3rem !important;
}

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

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

/* rtl:begin:remove */

/* rtl:end:remove */
.text-primary {
  color: #ea3ead !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-white {
  color: #fff !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-dark {
  background-color: #111111 !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}
@media (min-width: 992px) {

  .mt-lg-6 {
    margin-top: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }
}
@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.2);
    opacity: 0.75;
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.2);
    opacity: 0.75;
  }
  100% {
    transform: scale(1);
  }
}
.list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.list > li:before {
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
}

.list > li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}

.list > li a {
  transition: all 0.5s;
  display: inline-block;
}

.list > li:last-child {
  margin-bottom: 0;
}

.list > li:before {
  content: "";
}

.list > li a:hover {
  color: #202020;
}

.list > li.disabled {
  color: #c9c9cf;
}

.list--row.list > li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 35px;
}

.list--row.list > li:before {
  left: 15px;
}

.header {
  color: #111111;
  position: relative;
}

.header-mobile__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}

.header-mobile__logo {
  font-size: 18px;
}

.header-mobile__button-icon {
  border: 0;
  background: 0;
  padding: 0;
  margin: 0;
}

.header-mobile__close {
  display: none;
  font-size: 19px;
  color: #ea3ead;
}

.header--opened .header-mobile__open {
  display: none;
}
.header--opened .header-mobile__close {
  display: inline-block;
}

@media (min-width: 992px) {
  .header-mobile {
    display: none;
  }
}
.header-content {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  background: #111;
  z-index: 10;
}

.header--opened .header-content {
  display: block;
}

.header-content__first {
  background: #111111;
}

.header-content__first-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  color: #fff;
}
.header-content__first-container .logo {
  display: none;
}

.header-content__second {
  background: #fff;
}

.header-content__second-container {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 992px) {
  .header-content {
    display: block;
    position: unset;
  }

  .header-content__first-container .logo {
    display: block;
  }

  .header-content__second-container {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
  }
}
.header-contacts__email {
  font-size: 14px;
  font-weight: 100;
  color: #fff;
}
.header-contacts__email:hover {
  color: #ea3ead;
}

.header-contacts__phone {
  color: #763bd4;
  background: linear-gradient(to right, #763bd4, #ea3ead);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
  font-size: 20px;
}
.header-contacts__phone:hover {
  opacity: 0.7;
}

@media (min-width: 992px) {
  .header-contacts {
    width: 35%;
  }
}
.header-cta {
  text-align: right;
}

@media (min-width: 992px) {
  .header-cta {
    width: 35%;
  }
}
.header-social {
  margin-bottom: 10px;
}

.header-social__link {
  color: #9b9b9b;
  display: inline-block;
  padding: 5px 0;
  font-size: 26px;
  margin-right: 10px;
  transition: color 0.5s;
}
.header-social__link:hover {
  color: #000;
}

.header-social--end {
  display: none;
}

@media (min-width: 992px) {
  .header-social {
    width: 20%;
    margin: 0;
  }

  .header-social--end {
    display: block;
    text-align: right;
  }
}

.header-menu__ul {
  display: block;
  list-style: none;
  padding: 0;
}

.header-menu__item {
  position: relative;
  margin: 5px 0;
}

.header-menu__link {
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  color: #111111;
  display: inline-block;
}
.header-menu__link:hover {
  color: #ea3ead;
}

.header-menu__submenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 20px;
}
.header-menu__submenu a {
  display: block;
  padding: 10px 0;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  color: #b1b1b1;
  border-bottom: 1px solid #f1f1f1;
}
.header-menu__submenu a:hover {
  color: #000;
}

@media (min-width: 992px) {
  .header-menu__ul {
    display: flex;
    margin: 0;
  }

  .header-menu__item {
    margin: 0 20px 0 0;
    padding: 5px;
    display: inline-block;
  }

  .header-menu__link {
    padding: 10px 7px;
    font-size: 13px;
  }

  .header-menu__submenu {
    position: absolute;
    display: block;
    left: -10px;
    top: 100%;
    z-index: 10;
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    transform: translateY(40px);
    background: #fff;
    padding: 0;
    padding-top: 15px;
  }
  .header-menu__submenu ul {
    padding: 0;
    box-shadow: 0 5px 25px 0 #00000029;
  }
  .header-menu__submenu li {
    min-width: 250px;
  }
  .header-menu__submenu a {
    padding: 10px 18px;
  }

  .header-menu__item:hover .header-menu__submenu {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    z-index: 40;
    transform: translateY(0);
  }
}
@media (min-width: 992px) {
  .header-box--border-bottom {
    border-bottom: 1px solid #f6f6f6;
  }
}
.btn {
  outline: none !important;
  box-shadow: none !important;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.06rem;
  transition: background-color 200ms linear, color 200ms linear;
}

.btn-primary {
  color: #fff;
}
.btn-primary:hover {
  color: #fff;
}

.btn.btn-rounded {
  border-radius: 50px;
}

.btn-theme {
  color: #fff;
  border: 0;
  background: #753ad4;
  background: linear-gradient(to right, #753ad4, #ea3ead);
  padding: 7px 15px 7px 15px;
}
.btn-theme:hover {
  background: linear-gradient(to right, #ea3ead, #ea3ead);
  color: #fff;
}

.btn-outline-theme {
  margin: 0;
  border: 0;
  background: linear-gradient(to right, #763bd4, #ea3ead);
  padding: 2px;
  border-radius: 17px;
}
.btn-outline-theme span {
  display: block;
  background: #111;
  padding: 6px 15px 5px 15px;
  border-radius: 15px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.06rem;
  transition: background-color 200ms linear, color 200ms linear;
}
.btn-outline-theme:hover span {
  background: none;
}

.btn-theme.btn-lg {
  padding: 12px 25px 12px 25px;
  font-size: 16px;
}

 .btn-size-250, .btn-size-300 {
  display: inline-block;
  width: 100%;
}

.btn-size-250 {
  max-width: 250px;
}

.btn-size-300 {
  max-width: 300px;
}

.btn-size-300 {
  max-width: 400px;
}


.far,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-align-justify:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.page-title {
  font-size: 44px;
  color: #0f0f0f;
  font-weight: 800;
}
.indent-pt, .indent-py {
  padding-top: 3rem;
}
.indent-pb, .indent-py {
  padding-bottom: 3rem;
}

@media (min-width: 576px) {
  .indent-pt, .indent-py {
    padding-top: 3rem;
  }
  .indent-pb, .indent-py {
    padding-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .indent-pt, .indent-py {
    padding-top: 3.5rem;
  }
  .indent-pb, .indent-py {
    padding-bottom: 3.5rem;
  }
}
@media (min-width: 992px) {
  .indent-pt, .indent-py {
    padding-top: 5rem;
  }
  .indent-pb, .indent-py {
    padding-bottom: 5rem;
  }
}
@media (min-width: 1200px) {
  .indent-pt, .indent-py {
    padding-top: 6rem;
  }
  .indent-pb, .indent-py {
    padding-bottom: 6rem;
  }
}
.title {
  font-size: 21px;
  font-weight: 300;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .title {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  .title {
    font-size: 27px;
  }
}

.footer__first {
  border-bottom: 1px solid #1a1a1a;
}

.footer__first-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__cta {
  text-align: right;
}

.footer__text {
  font-size: 12px;
  color: #6c757d;
}

.footer-links {
  margin: -15px 0;
  padding: 50px 0;
}

.footer-links__block {
  margin: 15px 0;
}

.footer-links__title {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  color: #111111;
  display: inline-block;
  margin-bottom: 15px;
}

.footer-links__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links__link {
  padding: 3px 0;
  font-size: 14px;
  display: inline-block;
}

.footer-links__phone {
  color: #763bd4;
  background: linear-gradient(to right, #763bd4, #ea3ead);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
  font-size: 20px;
}

.footer-links__email {
  color: #202020;
  margin: 10px 0;
  display: inline-block;
}

.footer-links__social a {
  color: #9b9b9b;
  display: inline-block;
  margin-right: 5px;
  font-size: 22px;
}
.footer-links__social a:hover {
  color: #000;
}

hr {
  background: linear-gradient(to right, #ea3ead, #753ad4);
  opacity: 1;
  margin: 0;
}
hr:not([size]) {
  height: 2px;
}

.product-card {
  text-align: center;
  margin: 20px 0;
}

.product-card__img-box {
  margin-bottom: 15px;
  overflow: hidden;
  max-height: 300px;
}
.product-card__img-box img {
  display: block;
  width: 100%;
}

.product-card__title {
  font-size: 20px;
  color: #0f0f0f;
  font-weight: 800;
  display: inline-block;
}

.product-card__time {
  font-size: 14px;
  color: #a7a7a7;
  padding: 6px;
  margin-bottom: 4px;
}

.product-card-group {
  max-width: 1000px;
  margin: -20px auto;
}

.capture-form {
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
}
.capture-form__button-box {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .capture-section {
    padding: 90px 0;
  }
}
@media (min-width: 992px) {
  .capture-section {
    padding: 130px 0;
  }
}
@media (min-width: 1200px) {
  .capture-section {
    padding: 130px 0;
  }
}

.capture-form-item .error {
  color: #dc3545;
}
.capture-form-item label.error {
  font-size: 13px;
}

.capture-form-item__name {
  color: #8e8e8e;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 16px;
}

.capture-form-item__field {
  display: block;
  width: 100%;
  border-radius: 5px;
  border: 2px solid #ced4da;
  padding: 13px;
  font-size: 16px;
  text-align: center;
}
.capture-form-item__field:focus, .capture-form-item__field:focus-visible {
  outline: none !important;
  box-shadow: unset;
}

.capture-form-item__field.error {
  border-color: #dc3545;
}

.capture-form-result {
  text-align: center;
  display: none;
}

.capture-form-result__message {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  color: #763bd4;
  background: linear-gradient(to right, #763bd4, #ea3ead);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.font-weight-800 {
  font-weight: 800;
}

.faq-section {
  max-width: 650px;
  margin: 0 auto;
}

.faq {
  position: relative;
  margin-bottom: 30px;
  background: #f3f3f3;
  color: #000;
  border-radius: 10px;
}
.faq__title {
  padding: 25px 30px;
  font-size: 18px;
  font-weight: 300;
  position: relative;
  cursor: pointer;
  color: #111111;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0;
}
.faq__title:hover {
  color: #ea3ead;
}
.faq__title:hover:after {
  color: #753ad4;
}
.faq__title::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "";
  position: absolute;
  right: 30px;
  top: 25px;
}
.faq__content {
  max-height: 0;
  padding: 0 30px;
  font-size: 14px;
  line-height: 1.6;
  overflow: hidden;
  transition: max-height, padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq.show .faq__title {
  font-size: 17px;
  font-weight: 600;
  color: #ea3ead;
}
.faq.show .faq__title:after {
  content: "";
}
.faq.show .faq__content {
  max-height: 10000px;
  padding-bottom: 25px;
}
.faq.show .faq__line {
  display: none;
}

.faq--dark {
  background: #111111;
  margin-bottom: 0;
}
.faq--dark .faq__line {
  height: 2px;
  background: #ea3ead;
  background: linear-gradient(to right, #ea3ead, #753ad4);
}
.faq--dark .faq__title {
  color: #dedede;
  padding-left: 0;
  padding-right: 0;
}
.faq--dark .faq__title:hover {
  color: #ea3ead;
}
.faq--dark.show .faq__title {
  padding: 25px 30px;
  background-color: #fff;
}
.faq--dark.show .faq__content {
  background-color: #fff;
}

.team {
  width: 100%;
  max-width: 900px;
  margin: -20px auto;
}

.team-user {
  text-align: center;
  padding-right: var(--bs-gutter-x);
  padding-left: var(--bs-gutter-x);
  padding-top: 20px;
  padding-bottom: 20px;
}

.team-user__photo {
  border-radius: 50%;
  display: block;
  width: 100%;
  height: 200px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  max-width: 200px;
  margin: 0 auto;
}

.row-list {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}
.row-list__item {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.review {
  background: linear-gradient(to right, #ea3ead, #753ad4);
  padding: 2px;
  height: 100%;
}

.review__box {
  padding: 30px;
  background: #fff;
  height: 100%;
}

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

.review__photo {
  border-radius: 50%;
  display: block;
  margin-right: 20px;
  width: 70px;
  height: 70px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  flex-basis: 70px;
  min-width: 70px;
}

.review__description {
  font-size: 12px;
  color: #ffffff73;
  padding-top: 5px;
}

.review__content {
  padding-top: 30px;
}

.review.review--inverse {
  color: #fff;
}

.card-descr {
  padding: 40px;
  background: #fff;
  position: relative;
  height: 100%;
}
.card-descr::before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background: linear-gradient(to right, #753ad4, #ea3ead);
  z-index: -1;
}
.card-descr__title {
  font-size: 26px;
  text-transform: uppercase;
  color: #753ad4;
  font-weight: 900;
  line-height: 37px;
  margin-bottom: 30px;
}
.card-descr__title span {
  display: block;
  color: #ea3ead;
}
.card-descr__text {
  font-size: 14px;
}

.h-100vh {
  height: 100vh;
}

.h-1px {
  height: 1px;
}

.text-wrapped {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.text {
  line-height: 1.7;
}
.text p, .text ol, .text ul, .text h1, .text .h1, .text h2, .text .h2, .text h3, .text .h3, .text h4, .text .h4, .text h5, .text .h5 {
  margin-bottom: 1.7rem;
}
.text h2, .text .h2 {
  font-size: 1.5rem;
  font-weight: 700;
}
.text h3, .text .h3 {
  font-size: 1.25rem;
  font-weight: 700;
}
.text h4, .text .h4 {
  font-size: 1.15rem;
  font-weight: 600;
}
.text h5, .text .h5 {
  font-size: 1.1rem;
}
.text p + h2, .text p + .h2, .text blockquote + h2, .text blockquote + .h2, .text ul + h2, .text ul + .h2, .text ol + h2, .text ol + .h2 {
  padding-top: 1.7rem;
}
.text p:last-child {
  margin-bottom: 0;
}
.text img {
  display: block;
  width: 100%;
}
.text li {
  color: inherit;
  padding-left: 39px;
  padding-bottom: 1.7rem;
  position: relative;
}
.text blockquote {
  padding: 20px 0;
  padding-left: 30px;
  border-left: 3px solid #ea3ead;
  font-style: italic;
}
.text ul, .text ol {
  padding-left: 20px;
  list-style: none;
  counter-reset: myCounter;
}
.text ul li:last-child, .text ol li:last-child {
  padding-bottom: 0;
}
.text ul li:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #ea3ead;
  border-radius: 50%;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
}
.text ol li:before {
  content: counter(myCounter);
  counter-increment: myCounter;
  position: absolute;
  font-size: 24px;
  font-weight: 700;
  line-height: 23px;
  top: 1px;
  left: 0;
  color: #ea3ead;
}

.descr-line__key {
  color: #a7a7a7;
  margin-right: 15px;
  margin-bottom: 0;
  display: inline-block;
}

.descr-line__value {
  color: #1b1b1b;
  letter-spacing: 0.5px;
  line-height: 22px;
}

@media (min-width: 992px) {
  .descr-line {
    display: flex;
  }
}
.feedback-result {
  display: none;
}

.text-alert {
  margin: 0 auto;
  max-width: 1000px;
}

.text-alert__content {
  padding: 30px;
  border-radius: 30px;
  text-align: center;
}
.text-alert__content p:last-child {
  margin-bottom: 0;
}

.form .form-control.error {
  box-shadow: 0 0 0 0.25rem rgba(255, 14, 14, 0.25);
  border-color: #ffb0b0;
}
.form label.error {
  color: #d26c6c;
  font-size: 12px;
}

.modal-capture {
  max-width: 1000px;
}

.modal-capture__body {
  position: relative;
}

.modal-capture__close {
  position: absolute;
  right: 20px;
  top: 20px;
  outline: none !important;
  z-index: 100;
}

.modal-capture__image {
  background-image: url('../img/lead.webp');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
}

.modal-capture__section {
  padding: 70px;
}

.modal-capture__content {
  position: relative;
}

.modal-capture__title {
  font-size: 30px;
}

.modal-capture__title + .modal-capture__description {
  margin-top: 35px;
}

@media (min-width: 768px) {
  .modal-capture__body {
    display: flex;
  }

  .modal-capture__image {
    position: static;
    opacity: 1;
    width: 50%;
    height: auto;
  }
}
@media (min-width: 992px) {
  .modal-capture__content {
    width: 50%;
  }
}
.logo {
  display: inline-block;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  color: #753ad4;
}
.logo__domain {
  color: #ea3ead;
  transition: all 0.3s;
}
.logo:hover {
  color: #ea3ead;
}

.main-screen {
  background-image: url("../img/main-screen.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
}
.main-screen__content {
  max-width: 400px;
  color: #fff;
}
.main-screen__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}
.main-screen__descr {
  font-size: 18px;
  margin: 40px 0;
  opacity: 0.8;
}
.main-screen__list {
  list-style: none;
  margin: -6px 0;
  padding-left: 0;
}
.main-screen__list li {
  position: relative;
  font-size: 18px;
  padding: 6px 0;
  padding-left: 50px;
}
.main-screen__list li span {
  position: absolute;
  height: 2px;
  width: 25px;
  left: 0;
  top: 25px;
  background: #ff69a7;
}
@media (min-width: 992px) {
  .main-screen .header-content {
    height: auto !important;
  }
  .main-screen__content {
    max-width: 700px;
  }
  .main-screen__title {
    font-size: 42px;
    line-height: 62px;
  }
  .main-screen__descr {
    font-size: 20px;
  }
  .main-screen__list li {
    font-size: 20px;
  }
}
.benefits-screen {
  background-image: url("../img/benifits.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
}
.benefits-screen__content {
  max-width: 600px;
}

.benefit__wrapp {
  position: relative;
  padding-left: 35px;
}
.benefit__plus, .benefit__title {
  font-size: 30px;
  font-weight: 900;
}
.benefit__plus {
  color: #753ad4;
  position: absolute;
  left: 0;
}
.benefit__title {
  color: #ea3ead;
}
.benefit__description {
  font-size: 20px;
  color: #fff;
}
.benefit + .benefit {
  padding-top: 35px;
}

.how {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #111;
}
.how * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.how__content {
  width: 80%;
  height: auto;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.how-item {
  padding: 20px;
  background-color: #1e1f22;
  color: white;
  border-radius: 10px;
  margin-bottom: 20px;
}
.how-item:last-child {
  margin-bottom: 0;
}
.how-item__title {
  font-weight: 300;
  margin-bottom: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  color: #ea3ead;
}
.how-item__content {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .how__content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background-color: gray;
  }
  .how-item {
    width: 50%;
    position: relative;
    margin-bottom: 50px;
    padding: 30px;
  }
  .how-item:nth-child(odd) {
    float: left;
    clear: right;
    transform: translateX(-30px);
    border-radius: 20px 0px 20px 20px;
  }
  .how-item:nth-child(even) {
    float: right;
    clear: left;
    transform: translateX(30px);
    border-radius: 0px 20px 20px 20px;
  }
  .how-item::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: gray;
    top: 0px;
  }
  .how-item:nth-child(odd)::before {
    transform: translate(50%, -50%);
    right: -30px;
  }
  .how-item:nth-child(even)::before {
    transform: translate(-50%, -50%);
    left: -30px;
  }
  .how-item:hover::before {
    background-color: aqua;
  }
  .how-item__title {
    position: absolute;
    top: -30px;
  }
}

.images-tiles .row {
  margin-right: -7px;
  margin-left: -7px;
}
 .images-tiles .col-xl-4, .images-tiles .col-xl-3, .images-tiles .col-lg-6, .images-tiles .col-lg-4, .images-tiles .col-lg-3, .images-tiles .col-md-6, .images-tiles .col-md-3, .images-tiles .col-sm-6, .images-tiles .col-12, .images-tiles .col-6 {
  padding: 7px;
}

.image-tile {
  height: 200px;
  overflow: hidden;
}
.image-tile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .image-tile {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .image-tile {
    height: 350px;
  }
}

.gallery-item {
  display: block;
}
.gallery-item:hover {
  opacity: 0.5;
}

/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/*# sourceMappingURL=fa-brands.css.map */

/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-400.eot");
  src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

/*# sourceMappingURL=fa-regular.css.map */

/* Шапка */
.has-arrow {
    position: relative;
}

.has-arrow::after {
    content: '';
    display: block;
    position: absolute;
    right: -3px;
    top: 50%;

    width: 5px;
    height: 5px;
    border: 0;
    border-right: 2px solid black;
    border-bottom: 2px solid black;

    transform: translateY(-70%) rotate(45deg);
}

.current-page {
    position: relative;
}

.current-page::before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 7px;
    right: 7px;
    height: 1.5px;
    background-color: #2b2b2b;
}

@media (max-width: 1200px) {
    .header-menu__item {
      margin: 0 10px 0 0;
      padding: 5px;
      display: inline-block;
    }
}

@media (max-width: 992px) {
    .header-menu__item {
      display: block;
    }

    .has-arrow::after {
        right: -10px;
    }

    .current-page::before {
        content: "";
        position: absolute;
        bottom: 5px;
        left: 0;
        right: 0;
    }
}

.khakim-whatsapp {
    margin-right: 10px;
    transition: .2s linear opacity;
    width: 30px;
    height: 30px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.khakim-whatsapp img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.khakim-whatsapp:hover {
    opacity: .5;
}

.header-mobile {
    background-color: #fff;
}


@media(max-width:440px) {
    .btn-outline-theme span, .btn-outline-theme-white span {
        font-size: 12px;
        padding: 6px;
        letter-spacing: 0;
    }

    .khakim-whatsapp {
        width: 24px;
        height: 24px;
        
        margin-right: 4px;
    }

    .header-contacts__phone {
        font-size: 14px;
        font-weight: 700;
    }
}




/*Форма обратной связи*/
.khakim-span {
    font-size: 14px;
    display: block;
    margin-top: 10px;
}


/* Аккордеон */
.faq--dark.show .faq__title {
    padding: 25px 30px;
    background-color: #2e2f34;
}

.faq--dark.show .faq__content {
    background-color: #2e2f34;
    color: #dbdbdb;
    font-size: 18px;
    line-height: 1.6;
}

@media(max-width:690px) {
    .faq-section {
        padding: 0 20px;
    }
}


/* Этапы */
.how-item:hover::before {
    background-color: gray !important;
}


/* 6 причин обратиться */
.reasons {
    background-color: #1e1f22;
}

.khakim-h2 {
    color: white;
    padding-bottom: 30px;
}

.card-descr__text {
    font-size: 17px;
}

.card-descr {
    background-color: #2d2e30;
    color: #fff;
}


/* Вопросы и ответы */
.faq__content {
    font-size: 16px;
}

.khakim-faq {
    background-color: #2e2f34;
}

.khakim-faq .faq__title,
.khakim-faq h4,
.khakim-faq p {
    color: #dbdbdb;
}

.khakim-faq .faq__title {
    font-weight: 500;
}

.khakim-faq p {
    font-size: 17px;
    font-weight: 500;
}

.khakim-faq .faq__title:hover {
    color: #ea3ead;
}



/* Главный экран на мобилке */
.main-screen__list li span {
    top: 20px;
}


@media(max-width:600px) {
    .main-screen {
        background-position: left;
    }
}


@media(max-width:992px) {
    .header-content__second {
        background: #202020;
    }

    .header-menu__link{
        color: #fff;
        font-weight: 500;
    }

    .has-arrow::after {
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }

    .header-menu__submenu a {
        border-bottom: 0;
    }

    .current-page::before {
        background-color: #fff;
    }

    .header-menu__link {
        text-transform: none;
    }
}

@media(max-width:768px) {
    .modal-capture__section {
        padding: 20px;
    }
}

@media(max-width:424px) {
    .main-screen__title {
        font-size: 26px;
        line-height: 1.4;
    }
}


/* Цвета сайта */
.khakim-dark,
.review__box {
    background-color: #1e1f22;
}

.khakim-dark-font {
    color: #1e1f22;
}

.khakim-white,
.descr-line__value {
    color: #ececec;
}

.khakim-dark-black {
    background-color: #111111;
}

.khakim-gray {
    background-color: #e7e7e7;
}

body {
    background-color: #1e1f22;
    color: #ececec;
}

.page-title {
    color: #ececec;
}

.product-card__title {
    color: #ececec;
}


/*Подвал*/
.list > li:before, .list-menu-item:before {
    color: white;
}

.list > li a:hover {
    color: #ea3ead !important;
    opacity: .5;
}


/* Модалка */
.modal-capture__body {
    color: #111111;
}


/* Футер */
.footer-links__social a:hover {
    color: #ea3ead;
}

/* Хлебные крошки */
.breadcrumbs {
    background: #fff;
    color: #5f6368;
    font-size: 14px;
    line-height: 1.4;
    padding: 14px 0;
}

.header-box .breadcrumbs,
.header-box--border-bottom .breadcrumbs {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.breadcrumbs__list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumbs__item {
    align-items: center;
    display: flex;
    min-width: 0;
}

.breadcrumbs__item + .breadcrumbs__item::before {
    color: #a7adb4;
    content: "/";
    margin: 0 8px;
}

.breadcrumbs a {
    color: #5f6368;
    text-decoration: none;
    transition: color .2s linear;
}

.breadcrumbs a:hover {
    color: #ea3ead;
}

.breadcrumbs__current {
    color: #1e1f22;
}



/* Сотрудники */
.worker-name {
    margin-top: 15px;
    font-weight: 700;
    font-size: 18px;
}

.worker-info {
    opacity: .8;
    font-weight: 400;
}


/* Магазин */
.product-card__img-box {
    transition: .2s linear opacity;
    cursor: pointer;
}

.product-card__img-box:hover  {
    opacity: .4;
}

.product-card__img-box {
    height: 300px;
}

.product-card__img-box img {
    height: 100%;
    object-fit: cover;
}

@media(max-width:500px) {
    .product-card__img-box {
        height: 200px;
    }
}


/* Контакты */
.khakim-cities {
    padding: 0 !important;
    margin: 20px 0 10px;
    font-weight: 600;
}

@media(max-width:540px) {
    .khakim-h1 {
        font-size: 20px;
    }
}

.bh-w-powered-by {
    opacity: 0!important;
}
