@font-face {
    font-family: 'Montserrat';
    src: url(/fonts/Montserrat-Black.woff2?726feee4569e645bb4f57f36381729ad) format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url(/fonts/Montserrat-Bold.woff2?0af89c10df9bc2f8d646e501ce7045b9) format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url(/fonts/Montserrat-SemiBold.woff2?109e3207d9afea8524be998dd34b3704) format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url(/fonts/Montserrat-Medium.woff2?e06c107cc5050657095487face4d35d4) format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url(/fonts/Montserrat-Regular.woff2?58a8d7ebc386843b62c53592b03d09b1) format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@charset "UTF-8";
@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-Regular.woff2?a25806274237d06e00a6888155519b98);
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-Medium.woff2?fc0337b9cf1cce2e6e1ec2bfd1daab86);
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-Bold.woff2?6cd35edfbc0d7a41713109d9162a0ffc);
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto-Black.woff2?ae0c1d409f7d45d81c29acebadd92ce8);
  font-weight: 900;
  font-display: swap;
}
.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}

.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}

.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}

.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}

.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}

.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}

.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}

.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}

.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}

.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}

.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

/*!
 * Bootstrap  v5.3.0 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #3490dc;
  --bs-indigo: #6574cd;
  --bs-purple: #9561e2;
  --bs-pink: #f66d9b;
  --bs-red: #e3342f;
  --bs-orange: #f6993f;
  --bs-yellow: #ffed4a;
  --bs-green: #38c172;
  --bs-teal: #4dc0b5;
  --bs-cyan: #6cb2eb;
  --bs-black: #343434;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #3490dc;
  --bs-secondary: #6c757d;
  --bs-success: #38c172;
  --bs-info: #6cb2eb;
  --bs-warning: #ffed4a;
  --bs-danger: #e3342f;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 52,144,220;
  --bs-secondary-rgb: 108,117,125;
  --bs-success-rgb: 56,193,114;
  --bs-info-rgb: 108,178,235;
  --bs-warning-rgb: 255,237,74;
  --bs-danger-rgb: 227,52,47;
  --bs-light-rgb: 248,249,250;
  --bs-dark-rgb: 33,37,41;
  --bs-primary-text-emphasis: #153a58;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #164d2e;
  --bs-info-text-emphasis: #2b475e;
  --bs-warning-text-emphasis: #665f1e;
  --bs-danger-text-emphasis: #5b1513;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #d6e9f8;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d7f3e3;
  --bs-info-bg-subtle: #e2f0fb;
  --bs-warning-bg-subtle: #fffbdb;
  --bs-danger-bg-subtle: #f9d6d5;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #aed3f1;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #afe6c7;
  --bs-info-border-subtle: #c4e0f7;
  --bs-warning-border-subtle: #fff8b7;
  --bs-danger-border-subtle: #f4aeac;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255,255,255;
  --bs-black-rgb: 52,52,52;
  --bs-font-sans-serif: "Roboto",sans-serif;
  --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient: linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 0.9rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.6;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33,37,41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255,255,255;
  --bs-emphasis-color: #343434;
  --bs-emphasis-color-rgb: 52,52,52;
  --bs-secondary-color: rgba(33,37,41,.75);
  --bs-secondary-color-rgb: 33,37,41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233,236,239;
  --bs-tertiary-color: rgba(33,37,41,.5);
  --bs-tertiary-color-rgb: 33,37,41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248,249,250;
  --bs-heading-color: inherit;
  --bs-link-color: #343434;
  --bs-link-color-rgb: 52,52,52;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #333;
  --bs-link-hover-color-rgb: 51,51,51;
  --bs-code-color: #f66d9b;
  --bs-highlight-bg: #fffbdb;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(52,52,52,.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(52,52,52,.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(52,52,52,.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(52,52,52,.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(52,52,52,.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(52,144,220,.25);
  --bs-form-valid-color: #38c172;
  --bs-form-valid-border-color: #38c172;
  --bs-form-invalid-color: #e3342f;
  --bs-form-invalid-border-color: #e3342f;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

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;
}

h6, .h6 {
  font-size: 1rem;
}

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;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}


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

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

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

pre,
code {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

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

thead,
tbody,
tr,
td,
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]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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;
}

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

iframe {
  border: 0;
}

[hidden] {
  display: none !important;
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.container,
.container-fluid,
.container-lg {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  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-lg, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container-lg, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container-lg, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

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

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

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

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

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.fade {
  transition: opacity 0.15s linear;
}

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

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

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

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

.d-inline-block {
  display: inline-block !important;
}

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

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

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

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

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

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

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

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

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

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

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

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

.align-self-start {
  align-self: flex-start !important;
}

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

.m-0 {
  margin: 0 !important;
}

.m-auto {
  margin: auto !important;
}

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

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

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

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

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

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

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

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

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

.mb-2 {
  margin-bottom: 0.5rem !important;
}

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

.mb-4 {
  margin-bottom: 1.5rem !important;
}

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

.ms-0 {
  margin-left: 0 !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

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

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

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

.p-4 {
  padding: 1.5rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

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

.pt-0 {
  padding-top: 0 !important;
}

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

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

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

.pt-4 {
  padding-top: 1.5rem !important;
}

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

.pe-2 {
  padding-right: 0.5rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

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

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

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

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

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

.ps-0 {
  padding-left: 0 !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

@media (min-width: 576px) {
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-flex {
    display: flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .text-md-start {
    text-align: left !important;
  }
}
@media (min-width: 992px) {
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.25rem !important;
  }
  .fs-3 {
    font-size: 1.575rem !important;
  }
}
.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: 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 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}

.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}

.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: var(--bs-border-radius);
  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[type=file] {
  overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  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: var(--bs-secondary-bg);
}

.form-select {
  --bs-form-select-bg-img: 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 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

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

.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

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

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

 .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

 .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

 textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

 .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

 .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

 .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

 .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

 .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}

 .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

 .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}


.is-invalid ~ .invalid-feedback {
  display: block;
}

 .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

 .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

 textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

 .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

 .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

 .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

 .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

 .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}

 .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

 .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}

.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}

.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}

.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}

.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  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: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

h2 {
  font-size: 36px;
  line-height: 42px;
  color: #343434;
}
@media (min-width: 0px) and (max-width: 576px) {
  h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 140.62%;
  }
}

a {
  text-decoration: none;
}

body {
  position: relative;
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: Roboto, sans-serif;
  background-color: #FFFFFF;
}

main {
  /* Чтобы занимал оставшееся пространство */
  flex-grow: 1;
  padding-bottom: 40px;
}
@media (max-width: 576px) {
  main {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}

footer {
  /* Чтобы footer не уменьшался */
  flex-shrink: 0;
}

.ios-only {
  display: none;
}

.citylink-button {
  align-items: center;
  background: #1976d2;
  border: 0;
  border-radius: 5px;
  color: #fff;
  display: flex;
  height: 40px;
  justify-content: center;
  outline: none;
  transition: 250ms;
}
.citylink-button:hover {
  text-decoration: none;
  color: #fff;
  transition: 250ms;
}
.citylink-button__light {
  background: #ECF4FD;
  color: #1976D2;
}
.citylink-button__light:hover {
  background: #1976D2;
  color: #ECF4FD;
}
.citylink-button_disabled {
  pointer-events: none !important;
  cursor: not-allowed !important;
  background: grey !important;
  border: 1px solid grey !important;
  color: #fff !important;
}

.clcollapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 400ms ease-in-out;
}

.thin-scrollbar {
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.thin-scrollbar::-webkit-scrollbar {
  width: 5px;
}
.thin-scrollbar::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #f1f1f1;
}
.thin-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #2469ea;
}
.thin-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #0d5cf0;
}

.city-selector-modal {
  display: none;
  z-index: 100;
}
.city-selector-modal__container {
  max-width: 800px;
  max-height: 480px;
  width: 90%;
  height: 90%;
  position: fixed;
  top: 10%;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2);
}
@media (max-width: 995px) {
  .city-selector-modal__container {
    max-height: 90%;
    top: 5%;
  }
}
.city-selector-modal.is-open {
  display: block;
}
.city-selector-modal.is-open .city-selector-modal__overlay {
  display: flex !important;
}
.city-selector-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}
.city-selector-modal__header {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.city-selector-modal__inner {
  padding: 20px 30px;
  width: 100%;
  height: 100%;
}
@media (max-width: 995px) {
  .city-selector-modal__inner {
    padding: 10px 10px;
  }
}
.city-selector-modal__close {
  width: 5%;
  position: relative;
  top: 15px;
  right: 0;
  cursor: pointer;
  background-color: #FFFFFF;
  border-radius: 50%;
  z-index: 110;
  text-align: right;
}
@media (max-width: 995px) {
  .city-selector-modal__close {
    width: 10%;
    top: 5px;
  }
}
.city-selector-modal__search-wrapper {
  position: relative;
  width: 95%;
  margin-top: 15px;
  margin-bottom: 25px;
}
@media (max-width: 995px) {
  .city-selector-modal__search-wrapper {
    width: 100%;
  }
}
.city-selector-modal__search {
  width: 100%;
  height: 50px;
  padding-left: 15px;
  border: 1px solid #999999;
  border-radius: 10px;
  font-size: 16px;
  color: #999999;
  transition: 200ms;
}
.city-selector-modal__search:focus-visible {
  outline: none;
  color: #343434;
  border: 1px solid #5d5a5a;
}
.city-selector-modal__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: calc(80% - 40px);
}
@media (min-width: 996px) {
  .city-selector-modal__content {
    gap: 30px;
  }
}
.city-selector-modal__column-title {
  padding-left: 15px;
  padding-bottom: 5px;
  font-weight: 400;
  font-size: 20px;
}
.city-selector-modal__column {
  width: 50%;
  height: 100%;
  overflow-y: auto;
}
.city-selector-modal__top-title {
  display: none;
}
@media (max-width: 995px) {
  .city-selector-modal__regions-wrapper {
    display: none;
  }
  .city-selector-modal__city-wrapper {
    width: 100%;
  }
  .city-selector-modal__column-title {
    display: none;
  }
  .city-selector-modal__header {
    flex-direction: row;
  }
  .city-selector-modal__content {
    height: 80%;
  }
  .city-selector-modal__top-title {
    display: block;
    width: 90%;
    font-size: 22px;
  }
}

.city-selector-region__list {
  padding-left: 0;
}
.city-selector-region__list-item {
  display: flex;
  align-items: center;
  list-style-type: none;
  height: 3em;
  padding-left: 15px;
  transition: 40ms;
}
.city-selector-region__list-item:hover {
  cursor: pointer;
}
.city-selector-region__list-item:hover > * {
  color: #0d5cf0;
}
.city-selector-region__selected {
  position: relative;
  background-color: #eff4ff;
}
.city-selector-region__selected::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #0d5cf0;
}
.city-selector-region__link {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  opacity: 0.8;
  white-space: nowrap;
}
@media (max-width: 996px) {
  .city-selector-region__city-list::before {
    display: block;
    content: attr(data-search-region);
    font-weight: 500;
  }
}
@media (min-width: 996px) {
  .city-selector-region--hide {
    display: none;
  }
}

.city-selector-list {
  padding-left: 0;
  list-style-type: none;
  position: absolute;
  width: 100%;
  background: #ffffff;
  z-index: 100;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.city-selector-list__item {
  display: none;
  padding: 15px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: 300ms;
}
.city-selector-list__item:hover {
  background: #F2F2F2;
}

.mmodal-slide[aria-hidden=false] .mmodal__overlay {
  animation: mmfadeIn 0.1s cubic-bezier(0, 0, 0.2, 1);
}

.mmodal-slide[aria-hidden=false] .mmodal__container {
  animation: mmslideIn 0.2s cubic-bezier(0, 0, 0.2, 1);
}

.mmodal-slide[aria-hidden=true] .mmodal__overlay {
  animation: mmfadeOut 0.1s cubic-bezier(0, 0, 0.2, 1);
}

.mmodal-slide[aria-hidden=true] .mmodal__container {
  animation: mmslideOut 0.2s cubic-bezier(0, 0, 0.2, 1);
}

.mmodal-slide .mmodal__container,
.mmodal-slide .mmodal__overlay {
  will-change: transform;
}
.goblet-popover .popover-body {
  font-size: 15px;
  text-align: center;
}
.menu-container__list {
  list-style: none;
}

.underline {
  border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 0px) and (max-width: 992px) {
  .underline {
    display: none;
  }
}

.header-boss {
  width: 100%;
  height: 100px;
}
.header-boss .logo-wrapper .logo {
  max-width: 350px;
  width: 100%;
  aspect-ratio: 350/45;
}
.header-boss .goblet-wrapper {
  margin-left: 30px;
}
.header-boss .goblet-wrapper .goblet {
  background: url(/images/goblet.svg?fc94da8142c2da2b0408e5625173d778) center center no-repeat;
  display: block;
  width: 40px;
  height: 40px;
}
@media (min-width: 0px) and (max-width: 1199px) {
  .header-boss .goblet-wrapper .goblet {
    display: none;
  }
}
.header-boss .connect_button-wrapper .connect_button {
  width: 200px;
  font-size: 1.125rem;
}
.header-boss .phone-link-wrapper .phone-link {
  font-size: 1rem;
}
.header-boss .phone-link-wrapper .phone-link .icon_phone {
  width: 13px;
  height: 13px;
  background: url(/images/i_phone.svg?d99a87d4f47ed69a1f81bbe66006aed6) center center no-repeat;
}
.header-boss .right-part {
  min-width: 150px;
}

.headmenu-item {
  position: relative;
  color: #999999;
  font-size: 0.875rem;
}
.headmenu-item__item {
  padding: 1.25rem 1.55rem;
}
@media (min-width: 0px) and (max-width: 1199px) {
  .headmenu-item__item {
    padding: 0.875rem;
  }
}
.headmenu-item__menu-link {
  display: block;
}
.headmenu-item__menu-link:hover {
  text-decoration: none;
  background-color: #ECF4FD;
}
.headmenu-item .link-menu-duo {
  color: #999999;
}
.headmenu-item .link-menu-primary {
  color: #1976D2;
}

.sub-menu {
  background-color: #ffffff;
  display: none;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
  left: 0;
  min-width: 150px;
  width: 200px;
  transition: max-height 0.5s ease-in-out;
}
.sub-menu.tring {
  display: block;
}
.sub-menu .sub-menu-item {
  list-style: none;
}
.sub-menu .sub-menu-item .submenu-link {
  color: #999999;
  padding: 0 20px 0 30px;
  height: 40px;
}
.sub-menu .sub-menu-item .submenu-link:hover {
  color: #343434;
}

.next-level-button {
  position: relative;
}
.next-level-button:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 5L11 1' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  display: inline-block;
  width: 13px;
  height: 10px;
  margin-left: 5px;
}

.mobile-menu-wrapper .mobile-menu {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  -webkit-overflow-scrolling: touch;
}
.mobile-menu-wrapper .mobile-menu::-webkit-scrollbar {
  display: none;
}
.mobile-menu-wrapper .item {
  min-width: 140px;
  height: 54px;
}
.mobile-menu-wrapper .text {
  font-size: 0.875rem;
  line-height: 0.9rem;
}

.services-cl {
  cursor: pointer;
}
.services-cl #cl_widget_links {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.services-cl #cl_widget_links #cl_widget_links_block {
  top: 60px;
}

.arrdown {
  background: url(/images/arr.svg?7a9644980b37d7caee8e6341570b03ba) 50% no-repeat;
  background-size: 10px 10px;
  display: inline-block;
  height: 10px;
  width: 10px;
  aspect-ratio: 10/10;
}

.city-selector__city-view {
  cursor: pointer;
}

.mobile-city-select {
  background: rgba(153, 153, 153, 0.08);
  min-height: 36px;
}
.mobile-city-select .city-selector__city-view {
  width: 150px;
}

.tariff-card-title__inner {
  display: flex;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #999999;
}
.tariff-card-title__name {
  width: 45%;
  font-size: 20px;
  text-align: left;
  text-transform: uppercase;
  color: #343434;
  margin: 0;
}
.tariff-card-title__service-name {
  width: 10%;
}
.tariff-card-title__month-selector {
  width: 30%;
}
.tariff-card-title__primary-price {
  width: 20%;
}
.tariff-card-title__price {
  width: 12%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .tariff-card-title__inner {
    font-size: 12px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .tariff-card-title {
    display: none;
  }
}

.tariff-card {
  flex-wrap: wrap;
}
.tariff-card__info-wrapper {
  display: flex;
  align-items: center;
}
.tariff-card__button-wrapper {
  width: 20%;
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}
.tariff-card__label-mobile {
  display: none;
  margin-left: 7px;
}
.tariff-card__price, .tariff-card__primary-price, .tariff-card__secondary-price {
  color: #1976D2;
}
.tariff-card__speed {
  white-space: nowrap;
  margin-left: 10px;
}
.tariff-card__info {
  font-size: 26px;
  min-height: 30px;
  padding-left: 30px;
}
.tariff-card__name {
  width: 45%;
}
.tariff-card__service-name {
  width: 15%;
  display: flex;
  align-items: center;
}
.tariff-card__primary-price {
  width: 15%;
  display: flex;
  justify-content: center;
  padding-right: 30px;
}
.tariff-card__secondary-price {
  text-align: center;
  width: 25%;
  padding-right: 30px;
}
.tariff-card__month-selector {
  width: 30%;
  display: flex;
  justify-content: space-evenly;
}
.tariff-card__price {
  width: 12%;
}
.tariff-card__t-name {
  font-size: 24px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .tariff-card__month-selector {
    width: 25%;
    display: block;
  }
  .tariff-card__service-name, .tariff-card__price {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .tariff-card__info-wrapper {
    width: 50%;
    flex-direction: column;
    align-items: start;
    padding-left: 15px;
    padding-right: 15px;
  }
  .tariff-card__button-wrapper {
    width: 50%;
  }
  .tariff-card__name, .tariff-card__service-name, .tariff-card__primary-price, .tariff-card__secondary-price, .tariff-card__month-selector {
    width: 100%;
  }
  .tariff-card__info {
    font-size: 18px;
    padding-left: 0;
    padding-right: 0;
  }
  .tariff-card__label-mobile {
    display: block;
    white-space: nowrap;
  }
  .tariff-card__service-name {
    font-size: 14px;
    color: #7791A8;
  }
  .tariff-card__primary-price {
    font-weight: bold;
    justify-content: start;
  }
  .tariff-card__secondary-price {
    display: none;
  }
  .tariff-card__speed {
    margin-left: 0;
  }
}

.tariff-card_internet .tariff-card__info-wrapper {
  width: 75%;
  justify-content: space-around;
}
.tariff-card_internet .tariff-card__button-wrapper {
  justify-content: flex-end;
}
.tariff-card_internet .citylink-button {
  min-height: 50px;
  min-width: 170px;
  font-size: 22px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .tariff-card_internet .tariff-card__info-wrapper {
    width: 75%;
  }
  .tariff-card_internet .tariff-card__button-wrapper {
    width: 25%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .tariff-card_internet .tariff-card__info-wrapper {
    width: 50%;
    padding-left: 50px;
  }
  .tariff-card_internet .tariff-card__button-wrapper {
    width: 50%;
    padding-right: 50px;
  }
  .tariff-card_internet .tariff-card__button-wrapper .citylink-button-wrapper {
    width: 100%;
  }
  .tariff-card_internet .tariff-card__button-wrapper .citylink-button {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 575.98px) {
  .tariff-card_internet .tariff-card__info-wrapper {
    width: 50%;
  }
  .tariff-card_internet .tariff-card__button-wrapper {
    width: 50%;
  }
  .tariff-card_internet .tariff-card__button-wrapper .citylink-button {
    font-size: 16px;
    min-width: 110px;
  }
}

.tariff-tab__empty {
  padding-top: 40px;
}
.tariff-tab__title {
  text-align: center;
}
.tariff-tab__subtitle {
  text-align: center;
  color: #999999;
}
@media (min-width: 0px) and (max-width: 767px) {
  .tariff-tab__empty {
    padding-top: 15px;
  }
  .tariff-tab__title {
    font-size: 20px;
  }
  .tariff-tab__subtitle {
    font-size: 16px;
  }
}

.tariff-card_tv {
  display: none;
  max-height: 330px;
  margin-bottom: 15px;
}
.tariff-card_tv.is-visible {
  display: flex;
}
.tariff-card_tv.recommended {
  background: url(/images/recommended-bg.svg?61ee5671732cf4182699941f199fd2b8);
  color: #FFFFFF;
}
.tariff-card_tv.recommended .tariff-card__primary-price {
  color: #FFFFFF;
}
.tariff-card_tv.recommended .tariff-card__secondary-price {
  color: #FFFFFF;
}
.tariff-card_tv.recommended .tariff-card__service-name {
  color: #FFFFFF;
}
.tariff-card_tv.recommended .citylink-button {
  background: #FFFFFF;
  color: #FF9400;
}
.tariff-card_tv .tariff-card__name, .tariff-card_tv .tariff-card__service-name, .tariff-card_tv .tariff-card__primary-price, .tariff-card_tv .tariff-card__secondary-price, .tariff-card_tv .tariff-card__month-selector {
  width: 100%;
}
.tariff-card_tv .tariff-card__info {
  padding: 0;
  justify-content: center;
}
.tariff-card_tv .tariff-card__info-wrapper {
  width: 100%;
  height: 80%;
  flex-direction: column;
  justify-content: center;
}
.tariff-card_tv .tariff-card__button-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.tariff-card_tv .tariff-card__t-name {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.tariff-card_tv .tariff-card__name {
  order: 1;
  width: 100%;
  min-height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tariff-card_tv .tariff-card__service-name {
  order: 3;
  font-size: 14px;
  color: #1976D2;
}
.tariff-card_tv .tariff-card__primary-price {
  order: 2;
  font-weight: bold;
  font-size: 66px;
}
.tariff-card_tv .tariff-card__secondary-price {
  order: 4;
  display: flex;
  align-items: center;
  font-size: 34px;
}
.tariff-card_tv .tariff-card__label-desktop {
  padding-left: 10px;
}
.tariff-card_tv .tariff-card__label-desktop_big {
  font-size: 36px;
}
.tariff-card_tv .tariff-card__label-desktop_ltl {
  font-size: 24px;
}
.tariff-card_tv .tariff-card__p-price {
  line-height: 80px;
}
.tariff-card_tv .tariff-card__speed {
  cursor: pointer;
}

.tariff-tv-modal__header {
  font-size: 1.125rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .tariff-card_tv_mobile .tariff-card__name {
    order: 1;
  }
  .tariff-card_tv_mobile .tariff-card__service-name {
    order: 3;
  }
  .tariff-card_tv_mobile .tariff-card__primary-price {
    order: 2;
  }
  .tariff-card_tv_mobile .tariff-card__speed {
    position: relative;
  }
}
.tariff-card-title_contract .tariff-card-title__inner {
  width: 81%;
}
.tariff-card-title_contract .tariff-card-title__name {
  width: 40%;
}
.tariff-card-title_contract .tariff-card-title__price {
  width: 15%;
}

.tariff-card_contract .tariff-card__info-wrapper {
  width: 80%;
  justify-content: space-around;
}
.tariff-card_contract .tariff-card__name {
  width: 40%;
}
.tariff-card_contract .tariff-card__price {
  width: 15%;
}
@media (max-width: 767px) {
  .tariff-card_contract .tariff-card__info-wrapper {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .tariff-card_contract .tariff-card__info {
    padding-left: 0;
  }
  .tariff-card_contract .tariff-card__name {
    width: 55%;
  }
  .tariff-card_contract .tariff-card__service-name {
    width: 45%;
  }
  .tariff-card_contract .tariff-card__month-selector {
    max-width: 320px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .tariff-card_contract .tariff-card__price {
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
  }
  .tariff-card_contract .tariff-card__button-wrapper {
    width: 100%;
    padding-top: 20px;
  }
  .tariff-card_contract .tariff-card__contract-price_left {
    justify-content: left;
  }
  .tariff-card_contract .tariff-card__margin-left-7 {
    margin-left: 7px;
  }
}

.banner-thin {
  justify-content: center;
  min-height: 155px;
  background: #F0F0FF;
  border-radius: 3px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.banner-thin__content {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.banner-thin__image {
  max-width: 92px;
}
.banner-thin__text {
  font-size: 26px;
  line-height: 30px;
}
@media (min-width: 0px) and (max-width: 576px) {
  .banner-thin {
    min-height: 110px;
  }
  .banner-thin__image {
    width: 62px;
  }
  .banner-thin__text {
    font-size: 14px;
    line-height: 16px;
  }
}

.banner-contract {
  max-width: 100%;
  max-height: 400px;
  height: 400px;
  border-radius: 5px;
  background: url(/images/big-gift.png?55935b97ef6fca56777468f97169a1a1) 85% center no-repeat, #FFE1E1;
  margin-bottom: 50px;
}
@media (min-width: 0px) and (max-width: 992px) {
  .banner-contract {
    display: none;
  }
}
.banner-contract__text {
  font-weight: 900;
  font-size: 46px;
  line-height: 140%;
  text-transform: uppercase;
}
@media (min-width: 993px) and (max-width: 1199px) {
  .banner-contract__text {
    font-size: 40px;
  }
}
.banner-contract__button {
  width: 160px;
  display: none;
}
.banner-contract_padding-60 {
  padding-left: 60px;
  padding-right: 60px;
}
.banner-contract__text-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 60px;
}
.banner-contract__button-wrapper {
  width: 45%;
}
.banner-contract__profit-wrapper {
  display: flex;
  justify-content: space-between;
  width: 55%;
}
.banner-contract__profits {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner-contract__image {
  max-width: 42px;
}
.banner-contract__item {
  font-size: 24px;
  line-height: 28px;
}
.banner-contract__profit {
  display: flex;
  width: 30%;
  height: 60px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 3px;
  align-items: center;
  justify-content: space-evenly;
}

.banner-contract.payments {
  height: 270px;
  background-size: 40%;
}
.banner-contract.payments br {
  display: none;
}
.banner-contract.payments .banner-contract__button {
  display: flex;
}
.banner-contract.payments .banner-contract__text {
  font-size: 40px;
  max-width: 40%;
}
.banner-contract.payments .banner-contract__text-wrapper {
  padding-top: 40px;
}
.banner-contract.payments .banner-contract__item {
  font-size: 20px;
}
.banner-contract.payments .banner-contract__profit {
  height: 60px;
}
@media (min-width: 0px) and (max-width: 992px) {
  .banner-contract.payments {
    display: none;
  }
}

.tariff-card_position_horizontal {
  position: relative;
  display: flex;
  padding-top: 35px;
  padding-bottom: 35px;
  min-width: 100%;
  min-height: 155px;
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}

.tariff-card_position_tv {
  position: relative;
  align-items: center;
  width: 270px;
  height: 320px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  flex-direction: column;
}
.tariff-card_theme_orange-promo {
  border: none;
  background: #FFF5C2;
}
.tariff-card_theme_orange-promo .tariff-card__price,
.tariff-card_theme_orange-promo .tariff-card__primary-price,
.tariff-card_theme_orange-promo .tariff-card__secondary-price {
  color: #f8a653;
}
.tariff-card_theme_orange-promo .device-list__icon {
  filter: brightness(1);
}
.tariff-card_theme_orange-promo .device-list {
  color: #343434;
}
.tariff-card_theme_orange-promo .citylink-button {
  background: #f8a653;
}
.tariff-card_theme_may-2023 {
  border: none;
  background: linear-gradient(268.84deg, #DFF7FF 33.63%, #D7FBFF 93.13%);
  border-radius: 20px;
}
.tariff-card_theme_may-2023 .tariff-card__price,
.tariff-card_theme_may-2023 .tariff-card__primary-price,
.tariff-card_theme_may-2023 .tariff-card__secondary-price {
  color: #343434;
}
.tariff-card_theme_may-2023 .device-list__icon {
  filter: brightness(1);
}
.tariff-card_theme_may-2023 .device-list {
  color: #343434;
}
.tariff-card_theme_may-2023 .citylink-button {
  background: url(/images/button-orange.svg?4c599d2238b38d90fbab3d1ce7f03d82) no-repeat center;
  filter: drop-shadow(0px 3px 6px rgba(118, 180, 200, 0.9));
}
.tariff-card_theme_may-2023 .citylink-button:hover {
  filter: drop-shadow(0px 1px 2px rgba(118, 180, 200, 0.9));
}
@media (min-width: 1024px) {
  .tariff-card_theme_may-2023 .citylink-button {
    width: 200px !important;
    height: 55px;
    border-radius: 15px;
  }
}
.tariff-card_internet.recommended:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 62px;
  height: 62px;
  border-radius: 5px;
  background: url(/images/recommended.svg?8fbbf9a7b375b28f5f3783970e52604e) no-repeat 0 0;
}
.speed-donut {
  margin-right: 10px;
  display: flex;
}
.speed-donut .ct-series-a path {
  stroke: #1976D2;
}
.speed-donut .ct-series-b path {
  stroke: #DADADA;
}
.speed-donut .ct-series path {
  fill: transparent !important;
}

.device-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  font-size: 14px;
  color: #999999;
}
.device-list__logos {
  margin-right: 15px;
}
.device-list__icon {
  display: none;
  margin-right: 4px;
  filter: brightness(3);
}
.device-list__icon.show {
  display: inline;
}
@media (min-width: 0px) and (max-width: 992px) {
  .device-list {
    display: none;
  }
}
.tariff__tabs {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tariff__tabs-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: #e5e5e5 1px solid;
}
.tariff__tab {
  color: #999999;
  padding: 15px 15px 10px 15px;
  white-space: nowrap;
}
.tariff__tab_active {
  position: relative;
  color: #343434;
}
.tariff__tab_active::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  width: 80%;
  height: 2px;
  background: #1976D2;
}
.tariff__tab-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding-top: 40px;
}
.tariff .citylink-button {
  width: 150px;
  text-decoration: none;
}
.tariff .citylink-button:hover {
  text-decoration: none;
  color: #FFFFFF;
}
@media (min-width: 577px) and (max-width: 1023px) {
  .tariff .citylink-button {
    width: 120px;
  }
}
@media (min-width: 0px) and (max-width: 576px) {
  .tariff .citylink-button {
    width: 100px;
  }
}

.channel-list {
  display: flex;
  flex-wrap: wrap;
  max-height: 500px;
  overflow-y: auto;
  color: #7791A8;
}
.channel-list__channel {
  width: 45%;
  padding-left: 15px;
}
.channel-list__wrapper {
  display: none;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
.channel-list__expand {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 15px;
  color: #7791A8;
}
.channel-list__provider-wrapper {
  padding-top: 30px;
  color: gray;
  font-size: 12px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .channel-list {
    max-height: 320px;
  }
  .channel-list__channel {
    font-size: 10px;
  }
  .channel-list__wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.load-more-channel {
  display: flex;
  min-width: 290px;
  height: 40px;
  background: #ECF4FD;
  border-radius: 5px;
  color: #1976D2;
  align-items: center;
  justify-content: center;
}
.load-more-channel:hover {
  text-decoration: none;
  color: #1976D2;
}

.radio {
  font-size: 16px;
  display: flex;
  align-items: center;
  padding-left: 0.7rem;
}
.radio__label {
  margin: 0;
  min-width: 72px;
  border: 1px solid #1976D2;
  transition: 200ms;
}
.radio__label:active {
  color: #FFFFFF;
  background: #1976D2;
  outline: none;
}
.radio__label:hover {
  color: #FFFFFF;
  background: #1976D2;
  outline: none;
}
.radio__input {
  margin-right: 5px;
}
.radio__input:checked + .radio__label {
  color: #FFFFFF;
  background: #1976D2;
  outline: none;
}

.contract-price__item {
  display: none;
  justify-content: center;
}
.contract-price__item.active {
  display: flex;
}
.contract-price__old {
  color: #999999;
  font-size: 16px;
}
.contract-price__old-item {
  position: relative;
}
.contract-price__old-item:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background: #343434;
  top: calc(50% - 1px);
  left: calc(50% - 20px);
}

.description-contract {
  flex-direction: column;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 50px;
}
.description-contract__text {
  margin-top: 15px;
  margin-bottom: 15px;
}
.description-contract__heading {
  text-align: left;
  font-size: 32px;
  font-weight: 500;
  line-height: 37px;
  color: #343434;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
@media (min-width: 0px) and (max-width: 576px) {
  .description-contract__heading {
    font-weight: 600;
  }
}

@media (min-width: 0px) and (max-width: 576px) {
  .tariff .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.tariff .tabs {
  margin-left: -15px;
  margin-right: -15px;
}
.tariff .nav-pills .primary {
  position: relative;
  white-space: nowrap;
}
.tariff .nav-pills .primary::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -2px;
  left: 0;
  background: #e5e5e5;
}
.tariff .tab-content {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 40px;
}
.tariff .tab-content .tab-pane {
  width: 100%;
}
.tariff .secondary-tabs {
  display: flex;
  justify-content: center;
}
.tariff .secondary-tabs .nav-link {
  color: #1976D2;
  border-radius: 5px;
  transition: 250ms;
  white-space: nowrap;
}
.tariff .secondary-tabs .nav-link.active {
  background: #ECF4FD;
}
@media (min-width: 0px) and (max-width: 767px) {
  .tariff .secondary-tabs {
    flex-wrap: nowrap;
    justify-content: left;
    overflow-y: hidden;
    overflow-x: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    -webkit-overflow-scrolling: touch;
  }
  .tariff .secondary-tabs::-webkit-scrollbar {
    display: none;
  }
  .tariff .secondary-tabs .nav-pills {
    white-space: nowrap;
  }
}
.tariff .terms {
  display: flex;
  justify-content: end;
}
.tariff .terms a {
  font-size: 14px;
  line-height: 16px;
  color: #1976D2;
}
@media (min-width: 0px) and (max-width: 576px) {
  .tariff .terms {
    justify-content: start;
  }
}
.tariff .note-wrapper {
  font-size: 14px;
  line-height: 17px;
  margin-top: 40px;
  color: #999999;
}
.tariff .note-wrapper .col {
  padding-left: 0;
  padding-right: 0;
  padding-top: 18px;
}
.tariff .note-wrapper ol {
  padding-left: 1em;
}
.tariff .note-wrapper li {
  padding-bottom: 10px;
}
.tariff .note-wrapper a {
  color: #1976D2;
}
.tariff .equipment .row {
  margin-left: -15px;
  margin-right: -15px;
}
.tariff .equipment .title {
  font-size: 16px;
  color: #999999;
}
.tariff .equipment .title .name {
  text-align: left;
}
.tariff .equipment .title .price {
  text-align: right;
}
@media (min-width: 0px) and (max-width: 767px) {
  .tariff .equipment .title {
    font-size: 12px;
  }
}
.tariff .equipment .content {
  border: 1px solid #D9D9D9;
}
.tariff .equipment .content .name {
  text-align: left;
}
.tariff .equipment .content .price {
  text-align: right;
  font-weight: bold;
}
@media (min-width: 0px) and (max-width: 767px) {
  .tariff .equipment .content {
    font-size: 14px;
  }
}
.tariff .equipment .note-wrapper .col {
  padding-left: 15px;
  padding-right: 15px;
}
.tariff .equipment .internet .row {
  min-height: 70px;
  align-items: center;
  justify-content: center;
}
.tariff .equipment .tv .row {
  min-height: 70px;
  align-items: center;
}
.tariff .equipment .tv .row .price {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.tariff .equipment .tv .row .price > div {
  margin-left: 10px;
}
.tariff .equipment .tv .row .price .old-price {
  display: none;
  position: relative;
}
.tariff .equipment .tv .row .price .old-price:after {
  position: absolute;
  content: "";
  top: 50%;
  left: -20%;
  width: 140%;
  height: 2px;
  background: #1976D2;
  transform: rotate(160deg);
}
.tariff .equipment .tv .row .price .promo-logo {
  display: none;
}
.tariff .equipment .tv .row.promo .new-price {
  color: #1976D2;
}
.tariff .equipment .tv .row.promo .promo-logo {
  display: block;
}
.tariff .equipment .tv .row.promo .old-price {
  display: block;
}
@media (min-width: 0px) and (max-width: 767px) {
  .tariff .equipment .tv .row.promo .price {
    flex-direction: column-reverse;
  }
  .tariff .equipment .tv .row.promo .promo-logo {
    display: none;
  }
}
.tariff .equipment .tv .row.fixed {
  padding-top: 20px;
  padding-bottom: 20px;
  flex-wrap: nowrap;
}
.tariff .equipment .tv .row.fixed.title .price {
  text-align: center;
}
.tariff .equipment .tv .row.fixed .price {
  justify-content: center;
}
.tariff .equipment .tv .row.fixed .description {
  text-align: center;
  color: #999999;
}
.tariff .equipment .tv .title-wrapper {
  margin-bottom: 0;
  margin-top: 60px;
  min-height: 40px;
}
.tariff .equipment .tv .title-wrapper .title h2 {
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .tariff .equipment .tv .title-wrapper .title h2 {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .tariff .equipment .mobile {
    display: none;
  }
}
.tariff .additional {
  width: 100%;
}
.tariff .additional .row {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70px;
}
.tariff .additional .row.outer, .tariff .additional .row.inner {
  min-height: 70px;
  border: 1px solid #D9D9D9;
}
.tariff .additional .row.outer .price, .tariff .additional .row.inner .price {
  font-weight: bold;
}
.tariff .additional .row.outer {
  font-weight: bold;
}
.tariff .additional .row.outer .name span {
  position: relative;
}
.tariff .additional .row.outer .name span:after {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  right: -30px;
  top: calc(50% - 4px);
  transform: rotate(0deg);
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAGCAYAAAAVMmT4AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACaSURBVHgBXY+9DcMgEIXBFr1bqDICFtDHG2WDZJMoI2QCJzVFPIIraDMAP7knocjipCfuvfvuJEbWlbX2qpR6kVgI4X2cjT1Iz63Zc7/wh40xd875BX2t9UG9xoKU8hRjfCLnWutJCLESoEnfnPOyUTnn4FdiJtKWUloGAj8N3AmcAeKK9x7AjJysBjeUUlgDcXE//gEeOebgfllDYREmdsM0AAAAAElFTkSuQmCC") no-repeat center;
}
.tariff .additional .row.outer.collapsed span:after {
  transform: rotate(180deg);
}
.tariff .additional .row.outer:hover {
  text-decoration: none;
  background: #ECF4FD;
}
.tariff .additional .price {
  text-align: right;
}
.tariff .additional .title {
  color: #999999;
}
.tariff .disclaimer .text {
  text-align: right;
  color: #999999;
}

.guaranteed-payment:before {
  content: " *";
  color: #999999;
  cursor: pointer;
}
.guaranteed-payment__popover {
  max-width: 90%;
  width: 500px;
  background: #e5e5e5;
}
.guaranteed-payment__popover .popover-arrow:after {
  border-left-color: #e5e5e5;
}

.popover-internet-speed {
  cursor: pointer;
}

.tariff-h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  font-size: 1.35rem;
}
@media (max-width: 767px) {
  .tariff-h4 {
    line-height: 1;
    font-size: 1rem;
  }
}
.cltable__cell {
  padding: 0.25rem 0.85rem;
}

.rent-table {
  width: 100%;
}
.rent-table__wrapper {
  overflow-x: auto;
}
.rent-table__row_content {
  border: 1px solid #D9D9D9;
}
.rent-table__row_title {
  font-weight: 500;
  color: #999999;
}
.rent-table__cell {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .rent-table__row > td:not(:first-child) {
    text-align: center;
  }
}
#connect-modal .current-city {
  position: relative;
  color: #1976D2;
  cursor: pointer;
}
#connect-modal .current-city:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 6px;
  right: -20px;
  top: 50%;
  background: url(/images/arr.svg?7a9644980b37d7caee8e6341570b03ba) center center no-repeat;
}
#connect-modal .phone-number {
  font-size: 45px;
}
#connect-modal .dropdown-list-wrapper {
  display: none;
}
#connect-modal .dropdown-list-wrapper .dropdown-list {
  max-height: 30vh;
}
#connect-modal .dropdown-list-wrapper .dropdown-list .item:hover {
  background: #ECF4FD;
  cursor: pointer;
}
#connect-modal .connect-where {
  display: flex;
  justify-content: center;
}
#connect-modal .connect-where__wrapper {
  width: 100%;
  margin-left: 40px;
}
#connect-modal .connect-where .switcher {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 30px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
  transition: 250ms;
}
#connect-modal .connect-where .switcher.left {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-left: 1px solid #e5e5e5;
}
#connect-modal .connect-where .switcher.left.checked {
  border-left: 1px solid #1976D2;
}
#connect-modal .connect-where .switcher.right {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: 1px solid #e5e5e5;
}
#connect-modal .connect-where .switcher.right.checked {
  border-right: 1px solid #1976D2;
}
#connect-modal .connect-where .switcher.checked {
  background: #1976D2;
  color: #FFFFFF;
  transition: 250ms;
  border-top: 1px solid #1976D2;
  border-bottom: 1px solid #1976D2;
}
@media (min-width: 0px) and (max-width: 767px) {
  #connect-modal .phone-number {
    font-size: 1.7rem;
  }
}

#recall-modal input.form-control {
  height: 60px;
}
#recall-modal input.form-control:focus {
  outline: none;
  box-shadow: none;
}
#recall-modal input.form-control:focus::-moz-placeholder {
  display: none;
}
#recall-modal input.form-control:focus::placeholder {
  display: none;
}

.primary-tabs {
  justify-content: center;
  min-height: 45px;
  flex-wrap: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  -webkit-overflow-scrolling: touch;
}
.primary-tabs::-webkit-scrollbar {
  display: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  .primary-tabs {
    justify-content: left;
  }
}

.nav-pills .primary-nav-link {
  position: relative;
  font-size: 16px;
  color: #999999;
  white-space: nowrap;
}
.nav-pills .primary-nav-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -2px;
  background: #e5e5e5;
}
.nav-pills .primary-nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  left: 50%;
  bottom: -2px;
  background: #1976D2;
  transform: translateX(-50%);
  transition: 250ms;
}
.nav-pills .primary-nav-link.active {
  position: relative;
  color: #343434;
  background: initial;
}
.nav-pills .primary-nav-link.active::after {
  width: 80%;
  background: #1976D2;
  transition: 250ms;
}

footer {
  padding-top: 48px;
  min-height: 300px;
  padding-bottom: 48px;
  border-top: 1px solid #e5e5e5;
}

.footer-subtitle {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #737373;
}
@media (max-width: 991px) {
  .footer-subtitle {
    text-align: center !important;
  }
}
.footer-subtitle_openable {
  text-align: left !important;
}

@media (max-width: 576px) {
  .footer-menu {
    position: relative;
    cursor: pointer;
  }
  .footer-menu::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAICAYAAADN5B7xAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABzSURBVHgBfY3RDYAgDEStwD8jMAIJE7CBG+MIjOAIDABBzmiiTbEJCb17L10WYbz3Dk/qSIKVUgn/1lrMOR9T4YGJqGDvvVsukQTXWiMyrXXiEknwKMudWy7RDH5d/kjrH4xBhg7MxYYQtmHuEswvGWPcCTcHY4iskkM7AAAAAElFTkSuQmCC");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 12px;
    height: 8px;
    transition: 200ms;
  }
  .footer-menu.hidden::after {
    transform: rotate(180deg);
  }
}

@media (max-width: 576px) {
  .footer-bottom-line {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
  }
}

.connect-block {
  margin-top: 16px;
}
.connect-block__links {
  display: flex;
  justify-content: start;
  align-content: center;
  justify-items: center;
  gap: 32px;
}
@media (max-width: 991px) {
  .connect-block__links {
    justify-content: space-evenly;
  }
}
@media (max-width: 767px) {
  .connect-block__links {
    margin-top: 10px;
    gap: 15px;
  }
}
.connect-block__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #737373;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  gap: 4px;
}
.connect-block__link:hover {
  color: #343434;
  text-decoration: none;
}
.connect-block__link:hover .connect-block__external_link {
  stroke: #343434;
}
.connect-block__external_link {
  width: 16px;
  height: 16px;
  background-size: contain;
  stroke: #737373;
}
@media (min-width: 0px) and (max-width: 767px) {
  .connect-block {
    font-size: 14px;
    line-height: 15px;
  }
}

.recall-block {
  min-height: 110px;
  padding-top: 8px;
  padding-bottom: 16px;
}
.recall-block__phone {
  font-style: normal;
  font-weight: 400;
  text-align: left;
}
.recall-block__link {
  line-height: 40px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 28px;
  color: #1976D2;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .recall-block__link {
    font-size: 30px;
  }
}
.recall-block__link:hover {
  text-decoration: none;
}
.recall-block__button-wrapper {
  margin-top: 12px;
}
.recall-block__button {
  border-radius: 12px;
  font-size: 16px;
  height: 48px;
  width: 100%;
  max-width: 240px;
}
@media (min-width: 769px) and (max-width: 1280px) {
  .recall-block__button {
    max-width: 340px;
  }
}
@media (max-width: 768px) {
  .recall-block__button {
    max-width: 340px;
  }
}

.socials {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  min-height: 110px;
  padding-top: 20px;
}
.socials__item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 39px;
  height: 39px;
  background: #e5e5e5;
  transition: 200ms;
}
.socials__item:hover.vk {
  background: #4388ED;
}
.socials__item:hover.vk path {
  fill: #FFFFFF;
}
.socials__item:hover.tg {
  background: #229ED9;
}
.socials__item:hover.tg path {
  fill: #FFFFFF;
}
.socials__item:hover.fb {
  background: #1877F2;
}
.socials__item:hover.fb path {
  fill: #FFFFFF;
}
.socials__item:hover.ig {
  background: radial-gradient(130.55% 130.54% at 13.29% 100.47%, #FA8F21 9%, #D82D7E 78%);
}
.socials__item:hover.ig path {
  fill: #FFFFFF;
}
.socials__item:hover.tt {
  background: #161722;
}
.socials__item:hover.dzen {
  background: #000000;
}
.socials__item:hover.dzen path {
  fill: #FFFFFF;
}
.socials__icon {
  max-width: 70%;
  max-height: 70%;
}

.list-unstyle {
  list-style: none;
  padding-left: 0;
}
.list-unstyle .menu-list-item {
  margin: 16px auto;
}
.list-unstyle .menu-list-item .menu-link {
  color: #999999;
}
.list-unstyle .menu-list-item .menu-link:hover {
  text-decoration: none;
}

.dropdown {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.socials-main {
  display: flex;
  margin-top: 19px;
  gap: 24px;
}
.socials-main__item .sbg {
  transition: 200ms;
}
.socials-main__item.vk:hover .sbg {
  fill: #4388ED;
}
.socials-main__item.dzen:hover .sbg {
  fill: rgb(44, 48, 54);
}
.socials-main__item.tt:hover .sbg {
  fill: rgb(0, 0, 0);
}
.socials-main__item.tg:hover .sbg {
  fill: #229ED9;
}

.copyright {
  font-weight: 400;
  font-size: 15px;
  color: #999999;
}
@media (max-width: 767px) {
  .copyright__divider::after {
    content: "\a";
    white-space: pre;
  }
}

.main-title__h1, .main-title__h2 {
  font-size: 32px;
  line-height: 140%;
  text-align: center;
  color: #343434;
}
.main-title__wrapper {
  margin-top: 30px;
  margin-bottom: 40px;
}
.main-title__wrapper.is-hidden {
  display: none;
}
.main-title.is-hidden {
  display: none;
}

@media (min-width: 0px) and (max-width: 767px) {
  .main-title__h1, .main-title__h2 {
    font-size: 18px;
  }
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url(/fonts/IBMPlexSans-Light.ttf?f6a1d8cf71c931e0b2aa676809031231);
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url(/fonts/IBMPlexSans-Regular.ttf?d77342fdcbcb6b3ce1b56bfe612087e8);
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url(/fonts/IBMPlexSans-Bold.ttf?e933eba4e2fcc3d71b31db66373519b2);
  font-weight: 700;
  font-display: swap;
}
.main-slider {
  display: none;
}
@media (min-width: 0px) and (max-width: 1199px) {
  .main-slider__wrapper {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .main-slider {
    display: block;
    width: 100%;
    height: 420px;
    position: relative;
    padding-bottom: 40px;
    overflow: hidden;
  }
  .main-slider__wrapper {
    display: block;
    width: 100%;
    height: 460px;
  }
  .main-slider__wrapper .swiper-pagination {
    height: 20px;
  }
  .main-slider__wrapper .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 7px) !important;
    width: 16px !important;
    height: 16px !important;
  }
  .main-slider__body-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 420px;
  }
  .main-slider__img-bg {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    height: 420px;
    width: 100%;
    z-index: -1;
  }
  .main-slider__header {
    width: 1125px;
    margin: 0 0 16px;
    font-family: IBM Plex Sans, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 55.21px;
    text-transform: uppercase;
  }
  .main-slider__subheader {
    margin: 0 0 48px;
    width: 1125px;
    font-family: IBM Plex Sans, sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 35px;
  }
  .main-slider__button {
    margin-right: 645px;
    height: 90px;
    width: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: IBM Plex Sans, sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 34.68px;
    color: white;
    border-radius: 18px;
    border: 1px solid #FFFFFF;
    transition: 0.3s;
  }
  .main-slider__button_orange {
    background: #FF6B00;
  }
  .main-slider__button_orange:hover {
    background: #FFA800;
  }
  .main-slider__button_orange:active {
    background: #FF4D00;
  }
  .main-slider__button_blue {
    background: #247CFF;
  }
  .main-slider__button_blue:hover {
    background: #24A3FF;
  }
  .main-slider__button_blue:active {
    background: #005AE0;
  }
  .main-slider__button_pink {
    background: #FF23E9;
  }
  .main-slider__button_pink:hover {
    background: #D86AFF;
  }
  .main-slider__button_pink:active {
    background: #C500E5;
  }
  .main-slider__button_red {
    background: #ff623f;
  }
  .main-slider__button_red:hover {
    background: #ff4b3f;
  }
  .main-slider__button_red:active {
    background: #ec3327;
  }
}

.popover-tv-equipment {
  display: inline-flex;
  background: #e1e1e1;
  cursor: pointer;
  border-radius: 999px;
  width: 25px;
  height: 25px;
  text-align: center;
  color: black;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  font-size: 14px;
}

.breadcrumbs {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 0;
  gap: 16px;
}
.breadcrumbs__item-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.breadcrumbs__link {
  margin: 0;
  padding: 8px 0 8px 0;
  color: #999 !important;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
.breadcrumbs__last {
  margin: 0;
  padding: 8px;
  font-size: 16px;
  font-weight: 400;
  background: #EBF5FF;
  border-radius: 6px;
  color: #1976D2 !important;
}

.cl-style__text-align-center {
  text-align: center;
}
.cl-style__space-between {
  display: flex;
  justify-content: space-between;
}
.cl-style__justify-content-center {
  display: flex;
  justify-content: center;
}
@media (min-width: 0px) and (max-width: 767px) {
  .cl-style__scroll-menu {
    display: flex;
    justify-content: left;
    overflow-y: hidden;
    overflow-x: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    -webkit-overflow-scrolling: touch;
  }
  .cl-style__scroll-menu::-webkit-scrollbar {
    display: none;
  }
}
.cl-style__link {
  text-decoration: underline;
}
.cl-style__link_classic {
  color: #1976D2;
}
.cl-style__link_underline-none {
  text-decoration: none;
}

.z-3 {
  z-index: 3;
}
