@charset "UTF-8";

/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap'); */
/* 
@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Inter/Inter-Regular.otf) format("otf")
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Inter/Inter-Regular.otf) format("otf")
} */


.icon {
    fill: currentColor;
    display: inline-block;
    height: 1em;
    width: 1em
}

.icon-basket {
    font-size: 2.4rem;
    width: .9166666667em
}

.icon-check {
    font-size: 2.7rem;
    width: 1em
}

.icon-chevron-breadcrumbs,
.icon-chevron-left,
.icon-chevron-right,
.icon-chevron-up {
    font-size: 2rem;
    width: 1em
}

.icon-eye,
.icon-fb,
.icon-instagram {
    font-size: 2.4rem;
    width: 1em
}

.icon-logIn,
.icon-next,
.icon-prev {
    font-size: 2rem;
    width: 1em
}

.icon-rateStar {
    font-size: 1.6rem;
    width: 1em
}

.icon-telegram {
    font-size: 2rem;
    width: 1em
}

.icon-viber {
    font-size: 1.6rem;
    width: 1em
}

.icon-vk {
    font-size: 2rem;
    width: 1em
}

.icon-whatsapp {
    font-size: 1.6rem;
    width: 1em
}

.icon-youtube {
    font-size: 2rem;
    width: 1em
}

:root,
[data-bs-theme=light] {
    --bs-blue: #009fe3;
    --bs-indigo: #6610f2;
    --bs-purple: #6f64ec;
    --bs-pink: #d63384;
    --bs-red: #ff2c2c;
    --bs-orange: #ff7a00;
    --bs-yellow: #f5b04d;
    --bs-green: #4bb14b;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f6f7fa;
    --bs-gray-200: #e4e4e4;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #c2c2c2;
    --bs-gray-500: #8c8d8f;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #191c1f;
    --bs-primary: #ff7a00;
    --bs-secondary: #009fe3;
    --bs-success: #4bb14b;
    --bs-info: #6f64ec;
    --bs-warning: #f5b04d;
    --bs-danger: #ff2c2c;
    --bs-light: #f6f7fa;
    --bs-dark: #191c1f;
    --bs-primary-rgb: 255, 122, 0;
    --bs-secondary-rgb: 0, 159, 227;
    --bs-success-rgb: 75, 177, 75;
    --bs-info-rgb: 111, 100, 236;
    --bs-warning-rgb: 245, 176, 77;
    --bs-danger-rgb: 255, 44, 44;
    --bs-light-rgb: 246, 247, 250;
    --bs-dark-rgb: 25, 28, 31;
    --bs-primary-text-emphasis: #663100;
    --bs-secondary-text-emphasis: #00405b;
    --bs-success-text-emphasis: #1e471e;
    --bs-info-text-emphasis: #2c285e;
    --bs-warning-text-emphasis: #62461f;
    --bs-danger-text-emphasis: #661212;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #ccecf9;
    --bs-secondary-bg-subtle: #f6f7fa;
    --bs-success-bg-subtle: #dbefdb;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fdefdb;
    --bs-danger-bg-subtle: #ffd5d5;
    --bs-light-bg-subtle: #fbfbfd;
    --bs-dark-bg-subtle: #c2c2c2;
    --bs-primary-border-subtle: #99d9f4;
    --bs-secondary-border-subtle: #e4e4e4;
    --bs-success-border-subtle: #b7e0b7;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #fbdfb8;
    --bs-danger-border-subtle: #ffabab;
    --bs-light-border-subtle: #e4e4e4;
    --bs-dark-border-subtle: #8c8d8f;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: "Inter", 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, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #191c1f;
    --bs-body-color-rgb: 25, 28, 31;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(25, 28, 31, .75);
    --bs-secondary-color-rgb: 25, 28, 31;
    --bs-secondary-bg: #e4e4e4;
    --bs-secondary-bg-rgb: 228, 228, 228;
    --bs-tertiary-color: rgba(25, 28, 31, .5);
    --bs-tertiary-color-rgb: 25, 28, 31;
    --bs-tertiary-bg: #f6f7fa;
    --bs-tertiary-bg-rgb: 246, 247, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #191c1f;
    --bs-link-color-rgb: 25, 28, 31;
    --bs-link-decoration: none;
    --bs-link-hover-color: #009fe3;
    --bs-link-hover-color-rgb: 0, 159, 227;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fdefdb;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, .175);
    --bs-border-radius: 0.75rem;
    --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(var(--bs-body-color-rgb), 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(var(--bs-body-color-rgb), 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(var(--bs-body-color-rgb), 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(255, 122, 0, .25);
    --bs-form-valid-color: #4bb14b;
    --bs-form-valid-border-color: #4bb14b;
    --bs-form-invalid-color: #ff2c2c;
    --bs-form-invalid-border-color: #ff2c2c
}

[data-bs-theme=dark] {
    --bs-body-color: #8c8d8f;
    --bs-body-color-rgb: 140, 141, 143;
    --bs-body-bg: #191c1f;
    --bs-body-bg-rgb: 25, 28, 31;
    --bs-emphasis-color: #f6f7fa;
    --bs-emphasis-color-rgb: 246, 247, 250;
    --bs-secondary-color: hsla(220, 1%, 55%, .75);
    --bs-secondary-color-rgb: 140, 141, 143;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: hsla(220, 1%, 55%, .5);
    --bs-tertiary-color-rgb: 140, 141, 143;
    --bs-tertiary-bg: #272b30;
    --bs-tertiary-bg-rgb: 39, 43, 48;
    --bs-primary-text-emphasis: #ffaf66;
    --bs-secondary-text-emphasis: #66c5ee;
    --bs-success-text-emphasis: #93d093;
    --bs-info-text-emphasis: #a9a2f4;
    --bs-warning-text-emphasis: #f9d094;
    --bs-danger-text-emphasis: #ff8080;
    --bs-light-text-emphasis: #f6f7fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #00202d;
    --bs-secondary-bg-subtle: #191c1f;
    --bs-success-bg-subtle: #0f230f;
    --bs-info-bg-subtle: #032830;
    --bs-warning-bg-subtle: #31230f;
    --bs-danger-bg-subtle: #330909;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #005f88;
    --bs-secondary-border-subtle: #495057;
    --bs-success-border-subtle: #2d6a2d;
    --bs-info-border-subtle: #055160;
    --bs-warning-border-subtle: #62461f;
    --bs-danger-border-subtle: #991a1a;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: #fff;
    --bs-link-color: #66c5ee;
    --bs-link-hover-color: #99d9f4;
    --bs-link-color-rgb: 102, 197, 238;
    --bs-link-hover-color-rgb: 153, 217, 244;
    --bs-code-color: #e685b5;
    --bs-border-color: #495057;
    --bs-border-color-translucent: hsla(0, 0%, 100%, .15);
    --bs-form-valid-color: #93d093;
    --bs-form-valid-border-color: #93d093;
    --bs-form-invalid-color: #ff8080;
    --bs-form-invalid-border-color: #ff8080;
    color-scheme: dark
}

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

body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
    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);
    margin: 0;
    text-align: var(--bs-body-text-align)
}

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

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

.h1,
h1 {
    font-size: calc(1.4625rem + 2.55vw)
}

.h2,
h2 {
    font-size: calc(1.425rem + 2.1vw)
}

.h3,
h3 {
    font-size: calc(1.375rem + 1.5vw)
}

.h4,
h4 {
    font-size: calc(1.325rem + .9vw)
}

.h5,
h5 {
    font-size: calc(1.2875rem + .45vw)
}

.h6,
h6 {
    font-size: 1.25rem
}

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

abbr[title] {
    cursor: help;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem
}

ol,
ul {
    padding-left: 2rem
}

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

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

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

.small,
small {
    font-size: .875em
}

.mark,
mark {
    background-color: var(--bs-highlight-bg);
    padding: .1875em
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

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
}

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

pre {
    display: block;
    font-size: .875em;
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto
}

pre code {
    color: inherit;
    font-size: inherit;
    word-break: normal
}

code {
    word-wrap: break-word;
    color: var(--bs-code-color);
    font-size: .875em
}

a>code {
    color: inherit
}

kbd {
    background-color: var(--bs-body-color);
    border-radius: .25rem;
    color: var(--bs-body-bg);
    font-size: .875em;
    padding: .1875rem .375rem
}

kbd kbd {
    font-size: 1em;
    padding: 0
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

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

caption {
    color: var(--bs-secondary-color);
    padding-bottom: .5rem;
    padding-top: .5rem;
    text-align: left
}

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

tbody,
td,
tfoot,
th,
thead,
tr {
    border: 0 solid;
    border-color: inherit
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

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

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

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
}

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

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

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

textarea {
    resize: vertical
}

fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0
}

legend {
    float: left;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit;
    margin-bottom: .5rem;
    padding: 0;
    width: 100%
}

legend+* {
    clear: left
}

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

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

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

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

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

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

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

output {
    display: inline-block
}

iframe {
    border: 0
}

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

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

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

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.25
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.25
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.25
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.25
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.25
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.25
}

.list-inline,
.list-unstyled {
    list-style: none;
    padding-left: 0
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: .875em;
    text-transform: uppercase
}

.blockquote {
    font-size: 1.25rem;
    margin-bottom: 1rem
}

.blockquote>:last-child {
    margin-bottom: 0
}

.blockquote-footer {
    color: #6c757d;
    font-size: .875em;
    margin-bottom: 1rem;
    margin-top: -1rem
}

.blockquote-footer:before {
    content: "— "
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 2.25rem;
    --bs-gutter-y: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5);
    width: 100%
}

: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-left: calc(var(--bs-gutter-x)*-.5);
    margin-right: calc(var(--bs-gutter-x)*-.5);
    margin-top: calc(var(--bs-gutter-y)*-1)
}

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

.col {
    flex: 1 0 0%
}

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

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

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.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-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

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

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

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

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.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-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

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

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

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

.g-0,
.gx-0 {
    --bs-gutter-x: 0
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem
}

.form-label {
    margin-bottom: .5rem
}

.col-form-label {
    font-size: inherit;
    line-height: 1.25;
    margin-bottom: 0;
    padding-bottom: calc(1.1875rem + var(--bs-border-width));
    padding-top: calc(1.1875rem + var(--bs-border-width))
}

.col-form-label-lg {
    font-size: 1.25rem;
    padding-bottom: calc(.5rem + var(--bs-border-width));
    padding-top: calc(.5rem + var(--bs-border-width))
}

.col-form-label-sm {
    font-size: .875rem;
    padding-bottom: calc(.25rem + var(--bs-border-width));
    padding-top: calc(.25rem + var(--bs-border-width))
}

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

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: var(--bs-form-control-bg);
    border: var(--bs-border-width) solid #e4e4e4;
    border-radius: .75rem;
    color: var(--bs-body-color);
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    padding: 1.1875rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}

.form-control[type=file] {
    overflow: hidden
}

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

.form-control:focus {
    background-color: var(--bs-form-control-bg);
    border-color: #ffbd80;
    box-shadow: 0 0 0 .25rem rgba(255, 122, 0, .25);
    color: var(--bs-body-color);
    outline: 0
}

.form-control::-webkit-date-and-time-value {
    height: 1.25em;
    margin: 0;
    min-width: 85px
}

.form-control::-webkit-datetime-edit {
    display: block;
    padding: 0
}

.form-control::-moz-placeholder {
    color: #8c8d8f;
    opacity: 1
}

.form-control::placeholder {
    color: #8c8d8f;
    opacity: 1
}

.form-control:disabled {
    background-color: #f6f7fa;
    opacity: 1
}

.form-control::-webkit-file-upload-button {
    background-color: var(--bs-tertiary-bg);
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: var(--bs-border-width);
    border-radius: 0;
    color: var(--bs-body-color);
    margin: -1.1875rem -.75rem;
    margin-inline-end: .75rem;
    padding: 1.1875rem .75rem;
    pointer-events: none;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::file-selector-button {
    background-color: var(--bs-tertiary-bg);
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: var(--bs-border-width);
    border-radius: 0;
    color: var(--bs-body-color);
    margin: -1.1875rem -.75rem;
    margin-inline-end: .75rem;
    padding: 1.1875rem .75rem;
    pointer-events: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: var(--bs-secondary-bg)
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--bs-secondary-bg)
}

.form-control-plaintext {
    background-color: transparent;
    border: solid transparent;
    border-width: var(--bs-border-width) 0;
    color: var(--bs-body-color);
    display: block;
    line-height: 1.25;
    margin-bottom: 0;
    padding: 1.1875rem 0;
    width: 100%
}

.form-control-plaintext:focus {
    outline: 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-left: 0;
    padding-right: 0
}

.form-control-sm {
    border-radius: .25rem;
    font-size: .875rem;
    min-height: calc(1.25em + .5rem + var(--bs-border-width)*2);
    padding: .25rem .5rem
}

.form-control-sm::-webkit-file-upload-button {
    margin: -.25rem -.5rem;
    margin-inline-end: .5rem;
    padding: .25rem .5rem
}

.form-control-sm::file-selector-button {
    margin: -.25rem -.5rem;
    margin-inline-end: .5rem;
    padding: .25rem .5rem
}

.form-control-lg {
    border-radius: .5rem;
    font-size: 1.25rem;
    min-height: calc(1.25em + 1rem + var(--bs-border-width)*2);
    padding: .5rem 1rem
}

.form-control-lg::-webkit-file-upload-button {
    margin: -.5rem -1rem;
    margin-inline-end: 1rem;
    padding: .5rem 1rem
}

.form-control-lg::file-selector-button {
    margin: -.5rem -1rem;
    margin-inline-end: 1rem;
    padding: .5rem 1rem
}

textarea.form-control {
    min-height: calc(1.25em + 2.375rem + var(--bs-border-width)*2)
}

textarea.form-control-sm {
    min-height: calc(1.25em + .5rem + var(--bs-border-width)*2)
}

textarea.form-control-lg {
    min-height: calc(1.25em + 1rem + var(--bs-border-width)*2)
}

.form-control-color {
    height: calc(1.25em + 2.375rem + var(--bs-border-width)*2);
    padding: 1.1875rem;
    width: 3rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: .75rem
}

.form-control-color::-webkit-color-swatch {
    border: 0 !important;
    border-radius: .75rem
}

.form-control-color.form-control-sm {
    height: calc(1.25em + .5rem + var(--bs-border-width)*2)
}

.form-control-color.form-control-lg {
    height: calc(1.25em + 1rem + var(--bs-border-width)*2)
}

.form-select,
.select2-container--default .select2-selection--single {
    --bs-form-select-bg-img: url("data:image/svg+xml;charset=utf-8,%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");
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-form-control-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-position: right .75rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid #e4e4e4;
    border-radius: .75rem;
    color: var(--bs-body-color);
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    padding: 1.1875rem 2.25rem 1.1875rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}

.form-select:focus,
.select2-container--default .select2-selection--single:focus {
    border-color: #ffbd80;
    box-shadow: 0 0 0 .25rem rgba(255, 122, 0, .25);
    outline: 0
}

.form-select[multiple],
.form-select[size]:not([size="1"]),
.select2-container--default [multiple].select2-selection--single,
.select2-container--default [size].select2-selection--single:not([size="1"]) {
    background-image: none;
    padding-right: .75rem
}

.form-select:disabled,
.select2-container--default .select2-selection--single:disabled {
    background-color: #f6f7fa
}

.form-select:-moz-focusring,
.select2-container--default .select2-selection--single:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 var(--bs-body-color)
}

.form-select-sm {
    border-radius: .25rem;
    font-size: .875rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    padding-top: .25rem
}

.form-select-lg {
    border-radius: .5rem;
    font-size: 1.25rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-top: .5rem
}

.select2-container--default [data-bs-theme=dark] .select2-selection--single,
[data-bs-theme=dark] .form-select,
[data-bs-theme=dark] .select2-container--default .select2-selection--single {
    --bs-form-select-bg-img: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%238c8d8f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E")
}

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

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

.form-check-reverse {
    padding-left: 0;
    padding-right: 1.5em;
    text-align: right
}

.form-check-reverse .form-check-input {
    float: right;
    margin-left: 0;
    margin-right: -1.5em
}

.form-check-input {
    --bs-form-check-bg: var(--bs-form-control-bg);
    color-adjust: exact;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    height: 1em;
    margin-top: .25em;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    vertical-align: top;
    width: 1em
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #ffbd80;
    box-shadow: 0 0 0 .25rem rgba(255, 122, 0, .25);
    outline: 0
}

.form-check-input:checked {
    background-color: #ff7a00;
    border-color: #ff7a00
}

.form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E")
}

.form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E")
}

.form-check-input[type=checkbox]:indeterminate {
    --bs-form-check-bg-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");
    background-color: #ff7a00;
    border-color: #ff7a00
}

.form-check-input:disabled {
    filter: none;
    opacity: .5;
    pointer-events: none
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    cursor: default;
    opacity: .5
}

.form-switch {
    padding-left: .5em
}

.form-switch .form-check-input {
    --bs-form-switch-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23fff'/%3E%3C/svg%3E");
    background-image: var(--bs-form-switch-bg);
    background-position: 0;
    border-radius: 2.25rem;
    margin-left: -.5em;
    transition: background-position .15s ease-in-out;
    width: 2.25rem
}

.form-switch .form-check-input:checked,
.form-switch .form-check-input:focus {
    --bs-form-switch-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23fff'/%3E%3C/svg%3E")
}

.form-switch .form-check-input:checked {
    background-position: 100%
}

.form-switch.form-check-reverse {
    padding-left: 0;
    padding-right: .5em
}

.form-switch.form-check-reverse .form-check-input {
    margin-left: 0;
    margin-right: -.5em
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

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

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

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
    --bs-form-switch-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(255, 255, 255, 0.25)'/%3E%3C/svg%3E")
}

.form-range {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    height: 1.5rem;
    padding: 0;
    width: 100%
}

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(255, 122, 0, .25)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(255, 122, 0, .25)
}

.form-range::-moz-focus-outer {
    border: 0
}

.form-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background-color: #ff7a00;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 1rem
}

.form-range::-webkit-slider-thumb:active {
    background-color: #ffd7b3
}

.form-range::-webkit-slider-runnable-track {
    background-color: var(--bs-tertiary-bg);
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: .5rem;
    width: 100%
}

.form-range::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    background-color: #ff7a00;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 1rem
}

.form-range::-moz-range-thumb:active {
    background-color: #ffd7b3
}

.form-range::-moz-range-track {
    background-color: var(--bs-tertiary-bg);
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: .5rem;
    width: 100%
}

.form-range:disabled {
    pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: var(--bs-secondary-color)
}

.form-range:disabled::-moz-range-thumb {
    background-color: var(--bs-secondary-color)
}

.form-floating {
    position: relative
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select,
.select2-container--default .form-floating>.select2-selection--single {
    height: calc(3.5rem + var(--bs-border-width)*2);
    line-height: 1.25;
    min-height: calc(3.5rem + var(--bs-border-width)*2)
}

.form-floating>label {
    border: var(--bs-border-width) solid transparent;
    height: 100%;
    left: 0;
    overflow: hidden;
    padding: 1rem .75rem;
    pointer-events: none;
    position: absolute;
    text-align: start;
    text-overflow: ellipsis;
    top: 0;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    white-space: nowrap;
    z-index: 2
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext {
    padding: 1rem .75rem
}

.form-floating>.form-control-plaintext::-moz-placeholder,
.form-floating>.form-control::-moz-placeholder {
    color: transparent
}

.form-floating>.form-control-plaintext::placeholder,
.form-floating>.form-control::placeholder {
    color: transparent
}

.form-floating>.form-control-plaintext:not(:-moz-placeholder-shown),
.form-floating>.form-control:not(:-moz-placeholder-shown) {
    padding-bottom: .625rem;
    padding-top: 1.625rem
}

.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown),
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-bottom: .625rem;
    padding-top: 1.625rem
}

.form-floating>.form-control-plaintext:-webkit-autofill,
.form-floating>.form-control:-webkit-autofill {
    padding-bottom: .625rem;
    padding-top: 1.625rem
}

.form-floating>.form-select,
.select2-container--default .form-floating>.select2-selection--single {
    padding-bottom: .625rem;
    padding-top: 1.625rem
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    color: rgba(var(--bs-body-color-rgb), .65);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label,
.select2-container--default .form-floating>.select2-selection--single~label {
    color: rgba(var(--bs-body-color-rgb), .65);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label:after {
    background-color: var(--bs-form-control-bg);
    border-radius: .75rem;
    content: "";
    height: 1.875em;
    inset: 1rem .375rem;
    position: absolute;
    z-index: -1
}

.form-floating>.form-control-plaintext~label:after,
.form-floating>.form-control:focus~label:after,
.form-floating>.form-control:not(:placeholder-shown)~label:after,
.form-floating>.form-select~label:after,
.select2-container--default .form-floating>.select2-selection--single~label:after {
    background-color: var(--bs-form-control-bg);
    border-radius: .75rem;
    content: "";
    height: 1.875em;
    inset: 1rem .375rem;
    position: absolute;
    z-index: -1
}

.form-floating>.form-control:-webkit-autofill~label {
    color: rgba(var(--bs-body-color-rgb), .65);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control-plaintext~label {
    border-width: var(--bs-border-width) 0
}

.form-floating>:disabled~label {
    color: #6c757d
}

.form-floating>:disabled~label:after {
    background-color: #f6f7fa
}

.input-group {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%
}

.input-group>.form-control,
.input-group>.form-floating,
.input-group>.form-select,
.select2-container--default .input-group>.select2-selection--single {
    flex: 1 1 auto;
    min-width: 0;
    position: relative;
    width: 1%
}

.input-group>.form-control:focus,
.input-group>.form-floating:focus-within,
.input-group>.form-select:focus,
.select2-container--default .input-group>.select2-selection--single:focus {
    z-index: 5
}

.input-group .btn {
    position: relative;
    z-index: 2
}

.input-group .btn:focus {
    z-index: 5
}

.input-group-text {
    align-items: center;
    background-color: var(--bs-tertiary-bg);
    border: var(--bs-border-width) solid #e4e4e4;
    border-radius: .75rem;
    color: var(--bs-body-color);
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    padding: 1.1875rem .75rem;
    text-align: center;
    white-space: nowrap
}

.input-group-lg>.btn,
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text,
.select2-container--default .input-group-lg>.select2-selection--single {
    border-radius: .5rem;
    font-size: 1.25rem;
    padding: .5rem 1rem
}

.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text,
.select2-container--default .input-group-sm>.select2-selection--single {
    border-radius: .25rem;
    font-size: .875rem;
    padding: .25rem .5rem
}

.input-group-lg>.form-select,
.input-group-sm>.form-select,
.select2-container--default .input-group-lg>.select2-selection--single,
.select2-container--default .input-group-sm>.select2-selection--single {
    padding-right: 3rem
}

.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,
.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.select2-container--default .input-group.has-validation>.form-floating:nth-last-child(n+3)>.select2-selection--single,
.select2-container--default .input-group:not(.has-validation)>.form-floating:not(:last-child)>.select2-selection--single {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: calc(var(--bs-border-width)*-1)
}

.input-group>.form-floating:not(:first-child)>.form-control,
.input-group>.form-floating:not(:first-child)>.form-select,
.select2-container--default .input-group>.form-floating:not(:first-child)>.select2-selection--single {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.valid-feedback {
    color: var(--bs-success-text);
    display: none;
    font-size: .875em;
    margin-top: .25rem;
    width: 100%
}

.valid-tooltip {
    background-color: var(--bs-success);
    border-radius: var(--bs-border-radius);
    color: #fff;
    display: none;
    font-size: .875rem;
    margin-top: .1rem;
    max-width: 100%;
    padding: .25rem .5rem;
    position: absolute;
    top: 100%;
    z-index: 5
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
    display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%234bb14b' 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-position: right calc(.3125em + .59375rem) center;
    background-repeat: no-repeat;
    background-size: calc(.625em + 1.1875rem) calc(.625em + 1.1875rem);
    border-color: var(--bs-success);
    padding-right: calc(1.25em + 2.375rem)
}

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

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    background-position: top calc(.3125em + .59375rem) right calc(.3125em + .59375rem);
    padding-right: calc(1.25em + 2.375rem)
}

.form-select.is-valid,
.select2-container--default .is-valid.select2-selection--single,
.select2-container--default .was-validated .select2-selection--single:valid,
.was-validated .form-select:valid,
.was-validated .select2-container--default .select2-selection--single:valid {
    border-color: var(--bs-success)
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.select2-container--default .is-valid.select2-selection--single:not([multiple]):not([size]),
.select2-container--default .is-valid.select2-selection--single:not([multiple])[size="1"],
.select2-container--default .was-validated .select2-selection--single:valid:not([multiple]):not([size]),
.select2-container--default .was-validated .select2-selection--single:valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.was-validated .select2-container--default .select2-selection--single:valid:not([multiple]):not([size]),
.was-validated .select2-container--default .select2-selection--single:valid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%234bb14b' 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-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.625em + 1.1875rem) calc(.625em + 1.1875rem);
    padding-right: 4.125rem
}

.form-select.is-valid:focus,
.select2-container--default .is-valid.select2-selection--single:focus,
.select2-container--default .was-validated .select2-selection--single:valid:focus,
.was-validated .form-select:valid:focus,
.was-validated .select2-container--default .select2-selection--single:valid:focus {
    border-color: var(--bs-success);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25)
}

.form-control-color.is-valid,
.was-validated .form-control-color:valid {
    width: calc(5.375rem + 1.25em)
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: var(--bs-success)
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: var(--bs-success-text)
}

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

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: var(--bs-success-text)
}

.form-check-inline .form-check-input~.valid-feedback {
    margin-left: .5em
}

.input-group>.form-control:not(:focus).is-valid,
.input-group>.form-floating:not(:focus-within).is-valid,
.input-group>.form-select:not(:focus).is-valid,
.select2-container--default .input-group>.select2-selection--single:not(:focus).is-valid,
.select2-container--default .was-validated .input-group>.select2-selection--single:not(:focus):valid,
.was-validated .input-group>.form-control:not(:focus):valid,
.was-validated .input-group>.form-floating:not(:focus-within):valid,
.was-validated .input-group>.form-select:not(:focus):valid,
.was-validated .select2-container--default .input-group>.select2-selection--single:not(:focus):valid {
    z-index: 3
}

.invalid-feedback {
    color: var(--bs-danger-text);
    display: none;
    font-size: .875em;
    margin-top: .25rem;
    width: 100%
}

.invalid-tooltip {
    background-color: var(--bs-danger);
    border-radius: var(--bs-border-radius);
    color: #fff;
    display: none;
    font-size: .875rem;
    margin-top: .1rem;
    max-width: 100%;
    padding: .25rem .5rem;
    position: absolute;
    top: 100%;
    z-index: 5
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff2c2c'%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='%23ff2c2c' stroke='none'/%3E%3C/svg%3E");
    background-position: right calc(.3125em + .59375rem) center;
    background-repeat: no-repeat;
    background-size: calc(.625em + 1.1875rem) calc(.625em + 1.1875rem);
    border-color: var(--bs-danger);
    padding-right: calc(1.25em + 2.375rem)
}

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

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    background-position: top calc(.3125em + .59375rem) right calc(.3125em + .59375rem);
    padding-right: calc(1.25em + 2.375rem)
}

.form-select.is-invalid,
.select2-container--default .is-invalid.select2-selection--single,
.select2-container--default .was-validated .select2-selection--single:invalid,
.was-validated .form-select:invalid,
.was-validated .select2-container--default .select2-selection--single:invalid {
    border-color: var(--bs-danger)
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.select2-container--default .is-invalid.select2-selection--single:not([multiple]):not([size]),
.select2-container--default .is-invalid.select2-selection--single:not([multiple])[size="1"],
.select2-container--default .was-validated .select2-selection--single:invalid:not([multiple]):not([size]),
.select2-container--default .was-validated .select2-selection--single:invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.was-validated .select2-container--default .select2-selection--single:invalid:not([multiple]):not([size]),
.was-validated .select2-container--default .select2-selection--single:invalid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff2c2c'%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='%23ff2c2c' stroke='none'/%3E%3C/svg%3E");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.625em + 1.1875rem) calc(.625em + 1.1875rem);
    padding-right: 4.125rem
}

.form-select.is-invalid:focus,
.select2-container--default .is-invalid.select2-selection--single:focus,
.select2-container--default .was-validated .select2-selection--single:invalid:focus,
.was-validated .form-select:invalid:focus,
.was-validated .select2-container--default .select2-selection--single:invalid:focus {
    border-color: var(--bs-danger);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25)
}

.form-control-color.is-invalid,
.was-validated .form-control-color:invalid {
    width: calc(5.375rem + 1.25em)
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
    border-color: var(--bs-danger)
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
    background-color: var(--bs-danger-text)
}

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

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: var(--bs-danger-text)
}

.form-check-inline .form-check-input~.invalid-feedback {
    margin-left: .5em
}

.input-group>.form-control:not(:focus).is-invalid,
.input-group>.form-floating:not(:focus-within).is-invalid,
.input-group>.form-select:not(:focus).is-invalid,
.select2-container--default .input-group>.select2-selection--single:not(:focus).is-invalid,
.select2-container--default .was-validated .input-group>.select2-selection--single:not(:focus):invalid,
.was-validated .input-group>.form-control:not(:focus):invalid,
.was-validated .input-group>.form-floating:not(:focus-within):invalid,
.was-validated .input-group>.form-select:not(:focus):invalid,
.was-validated .select2-container--default .input-group>.select2-selection--single:not(:focus):invalid {
    z-index: 4
}

.btn {
    --bs-btn-padding-x: 0.8125rem;
    --bs-btn-padding-y: 1rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1.125rem;
    --bs-btn-font-weight: 600;
    --bs-btn-line-height: 1.334em;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 2px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.75rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px rgba(0, 0, 0, .075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    background-color: var(--bs-btn-bg);
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    color: var(--bs-btn-color);
    cursor: pointer;
    display: inline-block;
    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);
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    text-align: center;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle
}

.btn:hover {
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    color: var(--bs-btn-hover-color)
}

.btn-check+.btn:hover {
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color);
    color: var(--bs-btn-color)
}

.btn:focus-visible {
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    box-shadow: var(--bs-btn-focus-box-shadow);
    color: var(--bs-btn-hover-color);
    outline: 0
}

.btn-check:focus-visible+.btn {
    border-color: var(--bs-btn-hover-border-color);
    box-shadow: var(--bs-btn-focus-box-shadow);
    outline: 0
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
    color: var(--bs-btn-active-color)
}

.btn-check:checked+.btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check)+.btn:active:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    color: var(--bs-btn-disabled-color);
    opacity: var(--bs-btn-disabled-opacity);
    pointer-events: none
}

.btn-primary {
    --bs-btn-color: #000;
    --bs-btn-bg: #ff7a00;
    --bs-btn-border-color: #ff7a00;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ff8e26;
    --bs-btn-hover-border-color: #ff871a;
    --bs-btn-focus-shadow-rgb: 217, 104, 0;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ff9533;
    --bs-btn-active-border-color: #ff871a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ff7a00;
    --bs-btn-disabled-border-color: #ff7a00
}

.btn-secondary {
    --bs-btn-color: #000;
    --bs-btn-bg: #009fe3;
    --bs-btn-border-color: #009fe3;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #26ade7;
    --bs-btn-hover-border-color: #1aa9e6;
    --bs-btn-focus-shadow-rgb: 0, 135, 193;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #33b2e9;
    --bs-btn-active-border-color: #1aa9e6;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #009fe3;
    --bs-btn-disabled-border-color: #009fe3
}

.btn-success {
    --bs-btn-color: #000;
    --bs-btn-bg: #4bb14b;
    --bs-btn-border-color: #4bb14b;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #66bd66;
    --bs-btn-hover-border-color: #5db95d;
    --bs-btn-focus-shadow-rgb: 64, 150, 64;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #6fc16f;
    --bs-btn-active-border-color: #5db95d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #4bb14b;
    --bs-btn-disabled-border-color: #4bb14b
}

.btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #6f64ec;
    --bs-btn-border-color: #6f64ec;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #857bef;
    --bs-btn-hover-border-color: #7d74ee;
    --bs-btn-focus-shadow-rgb: 94, 85, 201;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #8c83f0;
    --bs-btn-active-border-color: #7d74ee;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #6f64ec;
    --bs-btn-disabled-border-color: #6f64ec
}

.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #f5b04d;
    --bs-btn-border-color: #f5b04d;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f7bc68;
    --bs-btn-hover-border-color: #f6b85f;
    --bs-btn-focus-shadow-rgb: 208, 150, 65;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f7c071;
    --bs-btn-active-border-color: #f6b85f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f5b04d;
    --bs-btn-disabled-border-color: #f5b04d
}

.btn-danger {
    --bs-btn-color: #000;
    --bs-btn-bg: #ff2c2c;
    --bs-btn-border-color: #ff2c2c;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ff4c4c;
    --bs-btn-hover-border-color: #ff4141;
    --bs-btn-focus-shadow-rgb: 217, 37, 37;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ff5656;
    --bs-btn-active-border-color: #ff4141;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ff2c2c;
    --bs-btn-disabled-border-color: #ff2c2c
}

.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #f6f7fa;
    --bs-btn-border-color: #f6f7fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d1d2d5;
    --bs-btn-hover-border-color: #c5c6c8;
    --bs-btn-focus-shadow-rgb: 209, 210, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c5c6c8;
    --bs-btn-active-border-color: #b9b9bc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f6f7fa;
    --bs-btn-disabled-border-color: #f6f7fa
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #191c1f;
    --bs-btn-border-color: #191c1f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #3c3e41;
    --bs-btn-hover-border-color: #303335;
    --bs-btn-focus-shadow-rgb: 60, 62, 65;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #47494c;
    --bs-btn-active-border-color: #303335;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #191c1f;
    --bs-btn-disabled-border-color: #191c1f
}

.btn-outline-primary {
    --bs-btn-color: #ff7a00;
    --bs-btn-border-color: #ff7a00;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ff7a00;
    --bs-btn-hover-border-color: #ff7a00;
    --bs-btn-focus-shadow-rgb: 255, 122, 0;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ff7a00;
    --bs-btn-active-border-color: #ff7a00;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #ff7a00;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ff7a00;
    --bs-gradient: none
}

.btn-outline-secondary {
    --bs-btn-color: #009fe3;
    --bs-btn-border-color: #009fe3;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #009fe3;
    --bs-btn-hover-border-color: #009fe3;
    --bs-btn-focus-shadow-rgb: 0, 159, 227;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #009fe3;
    --bs-btn-active-border-color: #009fe3;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #009fe3;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #009fe3;
    --bs-gradient: none
}

.btn-outline-success {
    --bs-btn-color: #4bb14b;
    --bs-btn-border-color: #4bb14b;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #4bb14b;
    --bs-btn-hover-border-color: #4bb14b;
    --bs-btn-focus-shadow-rgb: 75, 177, 75;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #4bb14b;
    --bs-btn-active-border-color: #4bb14b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #4bb14b;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #4bb14b;
    --bs-gradient: none
}

.btn-outline-info {
    --bs-btn-color: #6f64ec;
    --bs-btn-border-color: #6f64ec;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #6f64ec;
    --bs-btn-hover-border-color: #6f64ec;
    --bs-btn-focus-shadow-rgb: 111, 100, 236;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #6f64ec;
    --bs-btn-active-border-color: #6f64ec;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #6f64ec;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6f64ec;
    --bs-gradient: none
}

.btn-outline-warning {
    --bs-btn-color: #f5b04d;
    --bs-btn-border-color: #f5b04d;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f5b04d;
    --bs-btn-hover-border-color: #f5b04d;
    --bs-btn-focus-shadow-rgb: 245, 176, 77;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f5b04d;
    --bs-btn-active-border-color: #f5b04d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #f5b04d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f5b04d;
    --bs-gradient: none
}

.btn-outline-danger {
    --bs-btn-color: #ff2c2c;
    --bs-btn-border-color: #ff2c2c;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ff2c2c;
    --bs-btn-hover-border-color: #ff2c2c;
    --bs-btn-focus-shadow-rgb: 255, 44, 44;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ff2c2c;
    --bs-btn-active-border-color: #ff2c2c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #ff2c2c;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ff2c2c;
    --bs-gradient: none
}

.btn-outline-light {
    --bs-btn-color: #f6f7fa;
    --bs-btn-border-color: #f6f7fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f6f7fa;
    --bs-btn-hover-border-color: #f6f7fa;
    --bs-btn-focus-shadow-rgb: 246, 247, 250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f6f7fa;
    --bs-btn-active-border-color: #f6f7fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #f6f7fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f6f7fa;
    --bs-gradient: none
}

.btn-outline-dark {
    --bs-btn-color: #191c1f;
    --bs-btn-border-color: #191c1f;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #191c1f;
    --bs-btn-hover-border-color: #191c1f;
    --bs-btn-focus-shadow-rgb: 25, 28, 31;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #191c1f;
    --bs-btn-active-border-color: #191c1f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #191c1f;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #191c1f;
    --bs-gradient: none
}

.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: 0 0 0 #000;
    --bs-btn-focus-shadow-rgb: 60, 62, 65;
    text-decoration: none
}

.btn-link:focus-visible {
    color: var(--bs-btn-color)
}

.btn-link:hover {
    color: var(--bs-btn-hover-color)
}

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

.btn-sm {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: 0.25rem
}

.breadcrumb {
    --bs-breadcrumb-padding-x: 0.1875rem;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg: ;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: var(--bs-secondary-color);
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: #191c1f;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius);
    display: flex;
    flex-wrap: wrap;
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x)
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x)
}

.breadcrumb-item+.breadcrumb-item:before {
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/");
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x)
}

.breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color)
}

.badge {
    --bs-badge-padding-x: 0.39375rem;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75rem;
    --bs-badge-font-weight: 600;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: 5px;
    border-radius: var(--bs-badge-border-radius);
    color: var(--bs-badge-color);
    display: inline-block;
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.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: 0.75rem;
    --bs-alert-link-color: inherit;
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius);
    color: var(--bs-alert-color);
    margin-bottom: var(--bs-alert-margin-bottom);
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x)
}

.alert-heading {
    color: inherit
}

.alert-link {
    color: var(--bs-alert-link-color);
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3rem
}

.alert-dismissible .btn-close {
    padding: 1.25rem 1rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

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

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

.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-info {
    --bs-alert-color: var(--bs-info-text-emphasis);
    --bs-alert-bg: var(--bs-info-bg-subtle);
    --bs-alert-border-color: var(--bs-info-border-subtle);
    --bs-alert-link-color: var(--bs-info-text-emphasis)
}

.alert-warning {
    --bs-alert-color: var(--bs-warning-text-emphasis);
    --bs-alert-bg: var(--bs-warning-bg-subtle);
    --bs-alert-border-color: var(--bs-warning-border-subtle);
    --bs-alert-link-color: var(--bs-warning-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)
}

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

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

.clearfix:after {
    clear: both;
    content: "";
    display: block
}

.text-bg-primary {
    background-color: RGBA(255, 122, 0, var(--bs-bg-opacity, 1)) !important;
    color: #000 !important
}

.text-bg-secondary {
    background-color: RGBA(0, 159, 227, var(--bs-bg-opacity, 1)) !important;
    color: #000 !important
}

.text-bg-success {
    background-color: RGBA(75, 177, 75, var(--bs-bg-opacity, 1)) !important;
    color: #000 !important
}

.text-bg-info {
    background-color: RGBA(111, 100, 236, var(--bs-bg-opacity, 1)) !important;
    color: #000 !important
}

.text-bg-warning {
    background-color: RGBA(245, 176, 77, var(--bs-bg-opacity, 1)) !important;
    color: #000 !important
}

.text-bg-danger {
    background-color: RGBA(255, 44, 44, var(--bs-bg-opacity, 1)) !important;
    color: #000 !important
}

.text-bg-light {
    background-color: RGBA(246, 247, 250, var(--bs-bg-opacity, 1)) !important;
    color: #000 !important
}

.text-bg-dark {
    background-color: RGBA(25, 28, 31, var(--bs-bg-opacity, 1)) !important;
    color: #fff !important
}

.link-primary {
    color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-primary:focus,
.link-primary:hover {
    color: RGBA(255, 149, 51, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(255, 149, 51, var(--bs-link-underline-opacity, 1)) !important
}

.link-secondary {
    color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-secondary:focus,
.link-secondary:hover {
    color: RGBA(51, 178, 233, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(51, 178, 233, var(--bs-link-underline-opacity, 1)) !important
}

.link-success {
    color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-success:focus,
.link-success:hover {
    color: RGBA(111, 193, 111, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(111, 193, 111, var(--bs-link-underline-opacity, 1)) !important
}

.link-info {
    color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-info:focus,
.link-info:hover {
    color: RGBA(140, 131, 240, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(140, 131, 240, var(--bs-link-underline-opacity, 1)) !important
}

.link-warning {
    color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-warning:focus,
.link-warning:hover {
    color: RGBA(247, 192, 113, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(247, 192, 113, var(--bs-link-underline-opacity, 1)) !important
}

.link-danger {
    color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-danger:focus,
.link-danger:hover {
    color: RGBA(255, 86, 86, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(255, 86, 86, var(--bs-link-underline-opacity, 1)) !important
}

.link-light {
    color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-light:focus,
.link-light:hover {
    color: RGBA(248, 249, 251, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(248, 249, 251, var(--bs-link-underline-opacity, 1)) !important
}

.link-dark {
    color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-dark:focus,
.link-dark:hover {
    color: RGBA(20, 22, 25, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(20, 22, 25, var(--bs-link-underline-opacity, 1)) !important
}

.link-body-emphasis {
    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-body-emphasis:focus,
.link-body-emphasis:hover {
    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, .75)) !important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, .75)) !important
}

.focus-ring:focus {
    box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
    outline: 0
}

.icon-link {
    align-items: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: inline-flex;
    gap: .375rem;
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, .5));
    text-underline-offset: .25em
}

.icon-link>.bi {
    fill: currentcolor;
    flex-shrink: 0;
    height: 1em;
    transition: transform .2s ease-in-out;
    width: 1em
}

.icon-link-hover:focus-visible>.bi,
.icon-link-hover:hover>.bi {
    transform: var(--bs-icon-link-transform, translate3d(.25em, 0, 0))
}

.ratio {
    position: relative;
    width: 100%
}

.ratio:before {
    content: "";
    display: block;
    padding-top: var(--bs-aspect-ratio)
}

.ratio>* {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

.sticky-top {
    top: 0
}

.sticky-bottom,
.sticky-top {
    position: sticky;
    z-index: 1020
}

.sticky-bottom {
    bottom: 0
}

.hstack {
    align-items: center;
    flex-direction: row
}

.hstack,
.vstack {
    align-self: stretch;
    display: flex
}

.vstack {
    flex: 1 1 auto;
    flex-direction: column
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    white-space: nowrap !important;
    width: 1px !important
}

.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),
.visually-hidden:not(caption) {
    position: absolute !important
}

.stretched-link:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vr {
    align-self: stretch;
    background-color: currentcolor;
    display: inline-block;
    min-height: 1em;
    opacity: .25;
    width: 1px
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

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

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.object-fit-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important
}

.object-fit-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important
}

.object-fit-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important
}

.object-fit-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important
}

.object-fit-none {
    -o-object-fit: none !important;
    object-fit: none !important
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-25 {
    opacity: .25 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-75 {
    opacity: .75 !important
}

.opacity-100 {
    opacity: 1 !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.overflow-x-auto {
    overflow-x: auto !important
}

.overflow-x-hidden {
    overflow-x: hidden !important
}

.overflow-x-visible {
    overflow-x: visible !important
}

.overflow-x-scroll {
    overflow-x: scroll !important
}

.overflow-y-auto {
    overflow-y: auto !important
}

.overflow-y-hidden {
    overflow-y: hidden !important
}

.overflow-y-visible {
    overflow-y: visible !important
}

.overflow-y-scroll {
    overflow-y: scroll !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

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

.d-table {
    display: table !important
}

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

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

.d-flex {
    display: flex !important
}

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

.d-none {
    display: none !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(var(--bs-body-color-rgb), .15) !important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(var(--bs-body-color-rgb), .075) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(var(--bs-body-color-rgb), .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.focus-ring-primary {
    --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-secondary {
    --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-success {
    --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-info {
    --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-warning {
    --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-danger {
    --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-light {
    --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-dark {
    --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    transform: translateX(-50%) !important
}

.translate-middle-y {
    transform: translateY(-50%) !important
}

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

.border-0 {
    border: 0 !important
}

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

.border-top-0 {
    border-top: 0 !important
}

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

.border-end-0 {
    border-right: 0 !important
}

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

.border-bottom-0 {
    border-bottom: 0 !important
}

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

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important
}

.border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important
}

.border-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important
}

.border-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important
}

.border-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important
}

.border-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important
}

.border-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important
}

.border-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important
}

.border-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important
}

.border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important
}

.border-primary-subtle {
    border-color: var(--bs-primary-border-subtle) !important
}

.border-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle) !important
}

.border-success-subtle {
    border-color: var(--bs-success-border-subtle) !important
}

.border-info-subtle {
    border-color: var(--bs-info-border-subtle) !important
}

.border-warning-subtle {
    border-color: var(--bs-warning-border-subtle) !important
}

.border-danger-subtle {
    border-color: var(--bs-danger-border-subtle) !important
}

.border-light-subtle {
    border-color: var(--bs-light-border-subtle) !important
}

.border-dark-subtle {
    border-color: var(--bs-dark-border-subtle) !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !important
}

.border-opacity-10 {
    --bs-border-opacity: 0.1
}

.border-opacity-25 {
    --bs-border-opacity: 0.25
}

.border-opacity-50 {
    --bs-border-opacity: 0.5
}

.border-opacity-75 {
    --bs-border-opacity: 0.75
}

.border-opacity-100 {
    --bs-border-opacity: 1
}

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

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

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

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

.w-auto {
    width: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

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

.h-auto {
    height: auto !important
}

.mh-100 {
    max-height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.flex-fill {
    flex: 1 1 auto !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-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

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

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

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !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-around {
    justify-content: space-around !important
}

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

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

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

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

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

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

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

.align-self-end {
    align-self: flex-end !important
}

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

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
}

.mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
}

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

.mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
}

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

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

.my-1 {
    margin-bottom: .25rem !important;
    margin-top: .25rem !important
}

.my-2 {
    margin-bottom: .5rem !important;
    margin-top: .5rem !important
}

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

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

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

.my-auto {
    margin-bottom: auto !important;
    margin-top: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

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

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

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

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

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

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

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

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

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

.me-4 {
    margin-right: 1.5rem !important
}

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

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

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

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

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

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

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

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

.mb-auto {
    margin-bottom: auto !important
}

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

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

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

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

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

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

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
}

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

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

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

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

.py-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

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

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

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

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

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

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

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

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

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

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

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

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

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

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

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

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

.pb-2 {
    padding-bottom: .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-1 {
    padding-left: .25rem !important
}

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

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

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

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

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

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

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

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

.row-gap-0 {
    row-gap: 0 !important
}

.row-gap-1 {
    row-gap: .25rem !important
}

.row-gap-2 {
    row-gap: .5rem !important
}

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

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

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

.column-gap-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important
}

.column-gap-1 {
    -moz-column-gap: .25rem !important;
    column-gap: .25rem !important
}

.column-gap-2 {
    -moz-column-gap: .5rem !important;
    column-gap: .5rem !important
}

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

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

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

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.fs-1 {
    font-size: calc(1.4625rem + 2.55vw) !important
}

.fs-2 {
    font-size: calc(1.425rem + 2.1vw) !important
}

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

.fs-4 {
    font-size: calc(1.325rem + .9vw) !important
}

.fs-5 {
    font-size: calc(1.2875rem + .45vw) !important
}

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

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-normal {
    font-weight: 400 !important
}

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

.fw-semibold {
    font-weight: 600 !important
}

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

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

.lh-1 {
    line-height: 1 !important
}

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

.lh-base {
    line-height: 1.5 !important
}

.lh-lg {
    line-height: 2 !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

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

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

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-lowercase {
    text-transform: lowercase !important
}

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

.text-capitalize {
    text-transform: capitalize !important
}

.text-wrap {
    white-space: normal !important
}

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

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}

.text-muted {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: hsla(0, 0%, 100%, .5) !important
}

.text-body-secondary {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important
}

.text-body-tertiary {
    --bs-text-opacity: 1;
    color: var(--bs-tertiary-color) !important
}

.text-body-emphasis {
    --bs-text-opacity: 1;
    color: var(--bs-emphasis-color) !important
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important
}

.text-opacity-25 {
    --bs-text-opacity: 0.25
}

.text-opacity-50 {
    --bs-text-opacity: 0.5
}

.text-opacity-75 {
    --bs-text-opacity: 0.75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.text-primary-emphasis {
    color: var(--bs-primary-text-emphasis) !important
}

.text-secondary-emphasis {
    color: var(--bs-secondary-text-emphasis) !important
}

.text-success-emphasis {
    color: var(--bs-success-text-emphasis) !important
}

.text-info-emphasis {
    color: var(--bs-info-text-emphasis) !important
}

.text-warning-emphasis {
    color: var(--bs-warning-text-emphasis) !important
}

.text-danger-emphasis {
    color: var(--bs-danger-text-emphasis) !important
}

.text-light-emphasis {
    color: var(--bs-light-text-emphasis) !important
}

.text-dark-emphasis {
    color: var(--bs-dark-text-emphasis) !important
}

.link-opacity-10,
.link-opacity-10-hover:hover {
    --bs-link-opacity: 0.1
}

.link-opacity-25,
.link-opacity-25-hover:hover {
    --bs-link-opacity: 0.25
}

.link-opacity-50,
.link-opacity-50-hover:hover {
    --bs-link-opacity: 0.5
}

.link-opacity-75,
.link-opacity-75-hover:hover {
    --bs-link-opacity: 0.75
}

.link-opacity-100,
.link-opacity-100-hover:hover {
    --bs-link-opacity: 1
}

.link-offset-1,
.link-offset-1-hover:hover {
    text-underline-offset: .125em !important
}

.link-offset-2,
.link-offset-2-hover:hover {
    text-underline-offset: .25em !important
}

.link-offset-3,
.link-offset-3-hover:hover {
    text-underline-offset: .375em !important
}

.link-underline-primary {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-secondary {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-success {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-info {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-warning {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-danger {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-light {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-dark {
    --bs-link-underline-opacity: 1;
    text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important
}

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

.link-underline-opacity-0,
.link-underline-opacity-0-hover:hover {
    --bs-link-underline-opacity: 0
}

.link-underline-opacity-10,
.link-underline-opacity-10-hover:hover {
    --bs-link-underline-opacity: 0.1
}

.link-underline-opacity-25,
.link-underline-opacity-25-hover:hover {
    --bs-link-underline-opacity: 0.25
}

.link-underline-opacity-50,
.link-underline-opacity-50-hover:hover {
    --bs-link-underline-opacity: 0.5
}

.link-underline-opacity-75,
.link-underline-opacity-75-hover:hover {
    --bs-link-underline-opacity: 0.75
}

.link-underline-opacity-100,
.link-underline-opacity-100-hover:hover {
    --bs-link-underline-opacity: 1
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important
}

.bg-body-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.bg-primary-subtle {
    background-color: var(--bs-primary-bg-subtle) !important
}

.bg-secondary-subtle {
    background-color: var(--bs-secondary-bg-subtle) !important
}

.bg-success-subtle {
    background-color: var(--bs-success-bg-subtle) !important
}

.bg-info-subtle {
    background-color: var(--bs-info-bg-subtle) !important
}

.bg-warning-subtle {
    background-color: var(--bs-warning-bg-subtle) !important
}

.bg-danger-subtle {
    background-color: var(--bs-danger-bg-subtle) !important
}

.bg-light-subtle {
    background-color: var(--bs-light-bg-subtle) !important
}

.bg-dark-subtle {
    background-color: var(--bs-dark-bg-subtle) !important
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

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

.rounded-0 {
    border-radius: 0 !important
}

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

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

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

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

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

.rounded-circle {
    border-radius: 50% !important
}

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

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

.rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

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

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

.rounded-top-3 {
    border-top-left-radius: var(--bs-border-radius-lg) !important;
    border-top-right-radius: var(--bs-border-radius-lg) !important
}

.rounded-top-4 {
    border-top-left-radius: var(--bs-border-radius-xl) !important;
    border-top-right-radius: var(--bs-border-radius-xl) !important
}

.rounded-top-5 {
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-right-radius: var(--bs-border-radius-xxl) !important
}

.rounded-top-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important
}

.rounded-top-pill {
    border-top-left-radius: var(--bs-border-radius-pill) !important;
    border-top-right-radius: var(--bs-border-radius-pill) !important
}

.rounded-end {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-end-0 {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important
}

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

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

.rounded-end-3 {
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
    border-top-right-radius: var(--bs-border-radius-lg) !important
}

.rounded-end-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
    border-top-right-radius: var(--bs-border-radius-xl) !important
}

.rounded-end-5 {
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
    border-top-right-radius: var(--bs-border-radius-xxl) !important
}

.rounded-end-circle {
    border-bottom-right-radius: 50% !important;
    border-top-right-radius: 50% !important
}

.rounded-end-pill {
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
    border-top-right-radius: var(--bs-border-radius-pill) !important
}

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

.rounded-bottom-0 {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

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

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

.rounded-bottom-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
    border-bottom-right-radius: var(--bs-border-radius-lg) !important
}

.rounded-bottom-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xl) !important
}

.rounded-bottom-5 {
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important
}

.rounded-bottom-circle {
    border-bottom-left-radius: 50% !important;
    border-bottom-right-radius: 50% !important
}

.rounded-bottom-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
    border-bottom-right-radius: var(--bs-border-radius-pill) !important
}

.rounded-start {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important
}

.rounded-start-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important
}

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

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

.rounded-start-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
    border-top-left-radius: var(--bs-border-radius-lg) !important
}

.rounded-start-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
    border-top-left-radius: var(--bs-border-radius-xl) !important
}

.rounded-start-5 {
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-left-radius: var(--bs-border-radius-xxl) !important
}

.rounded-start-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important
}

.rounded-start-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
    border-top-left-radius: var(--bs-border-radius-pill) !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.z-n1 {
    z-index: -1 !important
}

.z-0 {
    z-index: 0 !important
}

.z-1 {
    z-index: 1 !important
}

.z-2 {
    z-index: 2 !important
}

.z-3 {
    z-index: 3 !important
}

.pagination,
.pagination-wrapper ul {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(255, 122, 0, .25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #ff7a00;
    --bs-pagination-active-border-color: #ff7a00;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: flex;
    list-style: none;
    padding-left: 0
}

.page-link,
.pagination-wrapper li .page-numbers {
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    color: var(--bs-pagination-color);
    display: block;
    font-size: var(--bs-pagination-font-size);
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    position: relative;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.page-link:hover,
.pagination-wrapper li .page-numbers:hover {
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color);
    color: var(--bs-pagination-hover-color);
    z-index: 2
}

.page-link:focus,
.pagination-wrapper li .page-numbers:focus {
    background-color: var(--bs-pagination-focus-bg);
    box-shadow: var(--bs-pagination-focus-box-shadow);
    color: var(--bs-pagination-focus-color);
    outline: 0;
    z-index: 3
}

.active>.page-link,
.page-link.active,
.pagination-wrapper li .active.page-numbers,
.pagination-wrapper li .active>.page-numbers {
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color);
    color: var(--bs-pagination-active-color);
    z-index: 3
}

.disabled>.page-link,
.page-link.disabled,
.pagination-wrapper li .disabled.page-numbers,
.pagination-wrapper li .disabled>.page-numbers {
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color);
    color: var(--bs-pagination-disabled-color);
    pointer-events: none
}

.page-item:not(:first-child) .page-link,
.page-item:not(:first-child) .pagination-wrapper li .page-numbers,
.pagination-wrapper li .page-item:not(:first-child) .page-numbers,
.pagination-wrapper li li:not(:first-child) .page-numbers,
.pagination-wrapper li:not(:first-child) .page-link,
.pagination-wrapper li:not(:first-child) .pagination-wrapper li .page-numbers {
    margin-left: calc(var(--bs-border-width)*-1)
}

.page-item .page-link,
.page-item .pagination-wrapper li .page-numbers,
.pagination-wrapper li .page-item .page-numbers,
.pagination-wrapper li .page-link,
.pagination-wrapper li li .page-numbers {
    border-radius: var(--bs-pagination-border-radius)
}

.pagination-lg {
    --bs-pagination-padding-x: 1.5rem;
    --bs-pagination-padding-y: 0.75rem;
    --bs-pagination-font-size: 1.25rem;
    --bs-pagination-border-radius: 0.5rem
}

.pagination-sm {
    --bs-pagination-padding-x: 0.5rem;
    --bs-pagination-padding-y: 0.25rem;
    --bs-pagination-font-size: 0.875rem;
    --bs-pagination-border-radius: 0.25rem
}

.pagination-wrapper li .current {
    z-index: 1
}

:root {
    --animate-delay: 1.2s;
    --bs-body-font-size: 16px;
    --sPT: 1.5rem;
    --sPB: 1.5rem;
    --sTPB: 1.5rem;
    --fancybox-content-color: var(--bs-body-color);
    --swiperArrowSize: 2.5rem;
    --swiperArrowPosition: calc(var(--swiperArrowSize)/2);
    --swiperBorderColorDef: var(--bs-secondary);
    --swiperColorDef: var(--bs-secondary);
    --swiperBgDef: #fff;
    --swiperBorderColorDefHover: var(--bs-secondary);
    --swiperColorDefHover: #fff;
    --swiperBgDefHover: var(--bs-secondary);
    --fancybox-bg: rgba(24, 24, 27, .77)
}

.pixel-perfect {
    background-position: center 0;
    display: block;
    height: 100%;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1000
}

body,
html {
    font-size: var(--bs-body-font-size)
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(33, 36, 41, 0)
}

body.fancybox-active,
body[class*=fixed] {
    margin-right: var(--spacing-end)
}

body.fancybox-active .header,
body[class*=fixed] .header {
    padding-right: var(--spacing-end)
}

body.loaded_hiding {
    --s: 0.36s;
    opacity: 0;
    pointer-events: none;
    transition: all var(--s) ease-in-out
}

body.loaded_hiding:before {
    display: none
}

body.loaded {
    opacity: 1;
    pointer-events: visible
}

body:before {
    --s: 0.36s;
    background-color: rgba(25, 28, 31, .7);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all var(--s) ease-in-out;
    width: 100%;
    z-index: -1
}

body.fancybox-active {
    overflow: hidden
}

body.fixed {
    -webkit-overflow-scrolling: none;
    overflow: hidden;
    overscroll-behavior: none;
    touch-action: none
}

.main-wrapper {
    overflow: hidden;
    padding-top: 3.8125rem;
    position: relative;
    width: 100%
}

main {
    flex-grow: 1
}

.section {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: var(--sPB);
    padding-top: var(--sPT)
}

.section-title {
    margin-bottom: var(--sTPB)
}

.mono {
    font-family: var(--bs-font-monospace)
}

.small {
    font-size: .875rem
}

.tdn {
    text-decoration: none !important
}

.ttu {
    text-transform: uppercase
}

.tdu {
    text-decoration: underline
}

.tdu:hover {
    text-decoration: none
}

.fw-300 {
    font-weight: 300
}

.fw-400 {
    font-weight: 400
}

.fw-900 {
    font-weight: 900
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fw-100 {
    font-weight: 100
}

.row--sm {
    --bg-gutter-x: 1.25rem
}

.slick-slide img {
    display: inline
}

.image-source-link {
    color: #98c3d1
}

.slick-slide {
    outline: 0 !important
}

.slick-arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2
}

.slick-arrow.l {
    left: 0
}

.slick-arrow.l svg {
    transform: transform(rotateY(180deg))
}

.slick-arrow.r {
    right: 0
}

.slick-arrow svg {
    height: auto;
    width: 17px
}

.strong {
    font-weight: 700
}

ul {
    padding-left: 0
}

.res-i,
picture img {
    height: auto;
    max-width: 100%
}

.img-bg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.img-bg img {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.bgs {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.table {
    display: table;
}


.tr {
    display: table-row
}

.td {
    display: table-cell
}

.tabs__btn-accordion {
    width: 100%
}

.tabs__btn:hover {
    cursor: pointer
}

.tabs__content {
    display: none
}

.tabs__content.active {
    display: block
}

.invisible {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.control-wrap {
    position: relative
}

.swiper-button-hand {
    --s: 0.36s;
    background-color: var(--swiperBgDef);
    background-image: none;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid var(--swiperBorderColorDef);
    border-radius: .625rem;
    bottom: 0;
    box-shadow: none;
    color: var(--swiperColorDef);
    height: var(--swiperArrowSize);
    margin: auto 0;
    outline: none !important;
    position: absolute;
    top: 0;
    transition: all var(--s) ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: var(--swiperArrowSize);
    z-index: 300
}

.swiper-button-hand:hover {
    background-color: var(--swiperBgDefHover);
    border-color: var(--swiperBorderColorDefHover);
    color: var(--swiperColorDefHover)
}

.swiper-button-hand .icon {
    font-size: .875rem
}

.swiper-button-hand:after {
    display: none
}

.swiper-button-hand-next {
    right: var(--swiperArrowPosition)
}

.swiper-button-hand-prev {
    left: var(--swiperArrowPosition)
}

.swiper-button-hand.swiper-button-disabled {
    background-color: var(--swiperBgDef);
    border-color: var(--swiperBorderColorDef);
    color: var(--swiperColorDef);
    cursor: not-allowed;
    pointer-events: all
}

.swiper-pagination {
    text-align: center;
    width: 100%
}

.swiper-pagination-bullet {
    --s: 0.36s;
    background-color: #e6e6e6;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin-left: .5rem;
    margin-right: .3125rem;
    opacity: 1;
    outline: none !important;
    transition: all var(--s) ease-in-out;
    width: 8px
}

.swiper-pagination-bullet-active,
.swiper-pagination-bullet:hover {
    background-color: var(--bs-secondary)
}

picture {
    display: block
}

img.object-fit-js {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.object-fit-js img,
img.img-bg {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

a {
    --s: 0.36s;
    transition: all var(--s) ease-in-out
}

.picture-bg,
img.img-bg {
    z-index: -1
}

.picture-bg,
.picture-bg .object-fit-js,
img.img-bg,
img.img-bg .object-fit-js {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.bg-wrap {
    position: relative;
    z-index: 2
}

.pagination-wrapper ul {
    --bs-pagination-border-color: #e4e4e4;
    --bs-pagination-padding-y: 0.625rem;
    --bs-pagination-hover-color: #191c1f;
    --bs-pagination-hover-bg: #f6f7fa;
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: #191c1f;
    --bs-pagination-focus-bg: #f6f7fa;
    --bs-pagination-focus-border-color: var(--bs-border-color);
    --bs-pagination-active-color: #191c1f;
    --bs-pagination-active-bg: #f6f7fa;
    --bs-pagination-active-border-color: var(--bs-border-color);
    --bs-pagination-focus-box-shadow: none;
    margin-bottom: 0
}

.pagination-wrapper ul li {
    text-align: center;
    width: 25%
}

.pagination-wrapper ul li:first-child .page-numbers {
    border-radius: 8px 0 0 8px
}

.pagination-wrapper ul li:last-child .page-numbers {
    border-radius: 0 8px 8px 0
}

.pagination-wrapper ul li:not(:first-child) .page-numbers {
    border-left: none
}

.pagination-wrapper ul li .page-numbers {
    height: 100%;
    position: relative
}

.pagination-wrapper ul li .page-numbers:after {
    --s: 0.36s;
    transition: all var(--s) ease-in-out
}

.pagination-wrapper ul li .page-numbers.current:after {
    background-color: #009fe3;
    bottom: -1px;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    transform: scaleX(1) scaleY(1);
    width: 100%
}

.pagination-wrapper ul li .page-numbers.next,
.pagination-wrapper ul li .page-numbers.prev {
    align-items: center;
    display: flex;
    justify-content: center
}

.pagination-wrapper ul li .page-numbers.next:after,
.pagination-wrapper ul li .page-numbers.prev:after {
    content: unset
}

.pagination-wrapper ul li .page-numbers.next .icon,
.pagination-wrapper ul li .page-numbers.next:hover .icon,
.pagination-wrapper ul li .page-numbers.prev:hover .icon {
    color: #ff7a00
}

.pagination-wrapper ul li .page-numbers.disabled {
    background-color: #fff;
    cursor: not-allowed;
    pointer-events: none;
    pointer-events: all
}

.pagination-wrapper ul li .page-numbers.disabled:hover .icon {
    color: #c2c2c2
}

.pagination-wrapper ul li .icon {
    --s: 0.36s;
    color: #c2c2c2;
    font-size: 1rem;
    transition: all var(--s) ease-in-out
}

.browsehappy {
    background: #000;
    color: #fff;
    font-size: 10px;
    min-height: 100px;
    padding-top: 30px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000
}

iframe {
    border: none
}

.custom-scroll,
.form-wrap__input-wrap .iti__country-list {
    --bs-primary: #c2c2c2;
    scrollbar-color: var(--bs-primary) transparent;
    scrollbar-width: auto
}

.custom-scroll::-webkit-scrollbar,
.form-wrap__input-wrap .iti__country-list::-webkit-scrollbar {
    width: 6px
}

.custom-scroll::-webkit-scrollbar-track,
.form-wrap__input-wrap .iti__country-list::-webkit-scrollbar-track {
    background: transparent
}

.custom-scroll::-webkit-scrollbar-thumb,
.form-wrap__input-wrap .iti__country-list::-webkit-scrollbar-thumb {
    background-color: var(--bs-primary);
    border: 0 solid transparent;
    border-radius: 60px
}

::-webkit-calendar-picker-indicator {
    background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="%23ff7a00" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>')
}

.btn,
.form-control,
.form-select,
.select2-container--default .select2-selection--single {
    box-shadow: none !important
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: none !important
}

.form-check,
.form-check-input,
.form-switch {
    cursor: pointer
}

.img-wrap-center {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}

.img-wrap-center img {
    height: auto;
    max-height: 100%;
    max-width: 100%
}

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

.btn {
    --bs-btn-font-size: 0.875rem;
    --bs-btn-padding-y: 0.5375rem;
    --bs-btn-border-radius: 0.625rem
}

.btn-info,
.btn-primary,
.btn-secondary,
.btn-success,
.btn-warning {
    --bs-btn-color: #fff;
    --bs-btn-hover-color: #fff;
    --bs-btn-active-color: #fff
}

.btn-info:hover,
.btn-primary:hover,
.btn-secondary:hover,
.btn-success:hover,
.btn-warning:hover {
    opacity: .86
}

.btn-success:hover {
    opacity: 1
}

.btn-outline-primary,
.btn-outline-secondary {
    --bs-btn-hover-color: #fff;
    --bs-btn-active-color: #fff
}

.footer {
    --sPT: 1.5rem;
    --sPB: 3rem;
    margin-top: auto
}

.footer__row {
    --bs-gutter-y: 1.5rem
}

.footer__wrapper {
    position: relative
}

.footer p {
    font-size: .75rem;
    margin-bottom: .375rem
}

.footer__logo {
    display: block;
    margin-bottom: 1.5rem;
    max-width: 11.25rem;
    width: 100%
}

.footer__logo img {
    width: 100%
}

.footer__text-wrap {
    text-align: center
}

.footer__text-wrap p {
    line-height: 1.25
}

.footer__text-wrap p:last-child {
    margin-bottom: 0
}

.footer__title {
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.25em;
    margin-bottom: 1.125rem
}

.footer ul {
    list-style-type: none;
    margin-bottom: 0
}

.footer ul li:not(:last-child) {
    margin-bottom: .375rem
}

.footer ul li a {
    font-size: .75rem;
    line-height: 1.25em
}

.footer ul li a.disabled {
    color: #8c8d8f;
    cursor: not-allowed
}

.footer ul li a .badge {
    margin-left: .3125rem
}

.footer__link-wrap {
    align-items: center;
    display: flex;
    flex-direction: column
}

.footer__btn {
    --bs-btn-font-size: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-border-radius: 0.625rem;
    display: block;
    margin-bottom: 1.125rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 7.75rem;
    width: 100%
}

.footer__tel {
    display: inline-block;
    font-size: .75rem;
    font-weight: 600;
    margin-bottom: .375rem
}

.footer__mail {
    color: #009fe3;
    display: inline-block;
    font-size: .75rem;
    margin-bottom: 1.125rem
}

.footer__mail:hover {
    color: #ff7a00
}

.footer__tech-help {
    align-items: center;
    display: flex;
    font-size: .75rem;
    justify-content: center;
    margin-bottom: 1.125rem
}

.footer__icon-wrap {
    align-items: center;
    background-color: #009fe3;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex: 0 0 auto;
    height: 1.25rem;
    justify-content: center;
    margin-right: .375rem;
    width: 1.25rem
}

.footer__icon-wrap .icon {
    font-size: .78125rem
}

.footer .soc {
    justify-content: center
}

.footer__inner-row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    position: relative;
    text-align: center
}

.footer__inner-row:after {
    background-color: #e4e4e4;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: calc(var(--bs-gutter-x)/2);
    position: absolute;
    width: calc(100% - var(--bs-gutter-x))
}

.footer__inner-row a {
    color: #8c8d8f;
    display: inline-block;
    font-size: .75rem;
    line-height: 1.25em
}

.footer__inner-row a:hover {
    color: #009fe3
}

.footer__inner-row a.footer__lang {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    margin-top: 1.125rem
}

.footer__inner-row a.footer__lang:not(:hover) {
    color: #191c1f
}

.footer__inner-row a.footer__lang img {
    flex: 0 0 auto;
    margin-left: .375rem;
    max-width: 1.25rem;
    width: 100%
}

.footer__bottom-row {
    --bs-gutter-y: 1.125rem;
    align-items: center;
    text-align: center
}

.footer__bottom-row p {
    margin-bottom: 0
}

.footer__scrollTop {
    --s: 0.36s;
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    flex-direction: row-reverse;
    font-size: .75rem;
    transition: all var(--s) ease-in-out
}

.footer__scrollTop:hover {
    color: #009fe3
}

.footer__scrollTop:hover .footer__scrollTop-icon {
    background-color: #fff;
    border-color: #e4e4e4
}

.footer__scrollTop-icon {
    --s: 0.36s;
    align-items: center;
    background-color: #f6f7fa;
    border: 1px solid transparent;
    border-radius: 50%;
    color: #ff7a00;
    display: flex;
    flex: 0 0 auto;
    height: 2rem;
    justify-content: center;
    margin-left: .75rem;
    margin-right: .375rem;
    transition: all var(--s) ease-in-out;
    width: 2rem
}

.footer__scrollTop-icon .icon {
    font-size: .875rem
}

.footer__text {
    font-size: .75rem;
    line-height: 1.25;
    margin-bottom: .375rem
}

.form-wrap__input-wrap {
    text-align: left
}

.form-wrap__input-wrap .iti {
    display: block;
    width: 100%
}

.form-wrap__input-wrap .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent
}

.form-wrap__input-wrap .iti--separate-dial-code .iti__selected-flag {
    background-color: #fff;
    border-radius: 10px 0 0 10px;
    padding: 0 .375rem 0 .75rem
}

.form-wrap__input-wrap .iti__selected-dial-code {
    font-size: .75rem;
    order: 2
}

.form-wrap__input-wrap .iti__arrow {
    border-top: 4px solid #c2c2c2;
    margin-left: .5625rem
}

.form-wrap__input-wrap .iti__arrow--up {
    border-bottom: 4px solid #c2c2c2;
    border-top: none
}

.form-wrap__input-wrap .iti__country-list {
    border: 1px solid #e4e4e4;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(25, 28, 31, .15);
    max-width: 360px;
    top: calc(100% + 6px);
    white-space: break-spaces;
    width: calc(100vw - 36px)
}

.form-wrap__input-wrap.disabled .iti--separate-dial-code .iti__selected-flag {
    background-color: #f6f7fa;
    cursor: not-allowed
}

.form-wrap__input-wrap.disabled .form-wrap__input {
    cursor: not-allowed
}

.form-wrap__input {
    resize: none
}

.form-wrap__input:focus {
    border-color: #c2c2c2;
    box-shadow: 0 5px 10px rgba(25, 28, 31, .1) !important
}

.form-wrap__input.is-invalid {
    background-image: none
}

.form-wrap__input.is-invalid~.form-wrap__invalid-feedback {
    display: block
}

.form-wrap__input[type=tel] {
    text-align: left !important
}

.form-wrap__invalid-feedback {
    color: #ff2c2c;
    display: none;
    font-size: .625rem;
    line-height: 1.4;
    margin-top: .375rem
}

.form-wrap__btn {
    cursor: pointer
}

.form-wrap label {
    display: block;
    width: 100%
}

.form-wrap__policy {
    font-size: .625rem;
    line-height: 1.4
}

.form-wrap__policy a {
    color: #009fe3
}

.form-wrap__policy a:hover {
    color: #ff7a00
}

.form-wrap__repeat {
    color: #8c8d8f;
    font-size: .75rem;
    line-height: 1.25;
    margin-bottom: .75rem;
    text-align: left
}

.form-wrap__repeat p {
    margin-bottom: 0
}

.form-wrap__repeat a {
    color: #009fe3
}

.form-wrap__repeat a:hover {
    color: #ff7a00
}

.form-wrap__pass-btn {
    --s: 0.36s;
    color: #c2c2c2;
    cursor: pointer;
    position: absolute;
    right: .75rem;
    top: .460875rem;
    transition: all var(--s) ease-in-out
}

.form-wrap__pass-btn.active,
.form-wrap__pass-btn:hover {
    color: #ff7a00
}

.form-wrap__pass-btn .icon {
    font-size: 1.25rem
}

.parsley-error {
    border: 2px solid red !important;
    -o-border-image: none;
    border-image: none;
    color: red;
    outline: 0 !important
}

.parsley-success {
    border: 2px solid #00d600 !important
}

.parsley-errors-list {
    color: red
}

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

select::-ms-expand {
    display: none
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.select2-container--default .select2-selection--single {
    height: auto !important;
    padding-left: .625rem
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none
}

.headerBlock {
    --sPT: 3rem;
    --sPB: 1.5rem;
    text-align: center
}

.headerBlock__row {
    --bs-gutter-y: var(--bs-gutter-x)
}

.headerBlock__img-wrap {
    --ratio: 598/296;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 9.75rem;
    position: relative
}

.headerBlock__img-wrap:before {
    content: "";
    display: block;
    height: 0;
    padding-bottom: calc(var(--ratio)*100%);
    position: relative
}

.headerBlock__img-wrap .img-wrap-center {
    inset: -1px
}

.headerBlock__img-wrap video {
    border-radius: 25px;
    height: 100%;
    /* width: 92.3% */
}

.headerBlock__img-wrap:after {
    /* background-image: url(../img/svg/mockup.svg); */
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: auto;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    right: auto;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 100%
}

.headerBlock__img-wrap.skeleton {
    border-radius: 4.6875rem
}

.headerBlock .h1,
.headerBlock h1 {
    line-height: 1.22em;
    margin-bottom: 1.5rem
}

.headerBlock p {
    font-size: .875rem;
    line-height: 1.35em;
    margin-bottom: 1.5rem
}

.headerBlock__btn-wrap {
    --bs-gutter-x: 0.75rem;
    align-items: center;
    display: flex;
    margin-left: calc(var(--bs-gutter-x)*-1/2);
    margin-right: calc(var(--bs-gutter-x)*-1/2)
}

.headerBlock__btn-wrap>* {
    margin-left: calc(var(--bs-gutter-x)/2);
    margin-right: calc(var(--bs-gutter-x)/2)
}

.headerBlock__btn {
    --bs-btn-padding-x: 0.375rem;
    width: 100%
}

.headerBlock__stories-wrap {
    border-top: 1px solid #e4e4e4;
    margin-bottom: 2.25rem;
    margin-top: 2.25rem;
    padding-top: 1.5rem
}

.headerBlock__inner-row {
    --bs-gutter-y: 1.5rem;
    justify-content: center
}

.headerBlock__stories-item {
    cursor: pointer
}

.headerBlock__stories-item p {
    color: #191c1f;
    font-size: .75rem;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 4.5rem;
    position: relative;
    text-align: center
}

.headerBlock__stories-item.active .headerBlock__icon-wrap {
    border-color: #009fe3
}

.headerBlock__stories-item:hover .headerBlock__icon-wrap:before {
    transform: scale(.9) translate(-55%, -55%)
}

.headerBlock__stories-item:hover .headerBlock__icon-wrap img {
    transform: scale(1.1)
}

.headerBlock__icon-wrap {
    align-items: center;
    border: 2px solid #e4e4e4;
    border-radius: 50%;
    display: flex;
    height: 3.75rem;
    justify-content: center;
    margin-bottom: .75rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 3.75rem
}

.headerBlock__icon-wrap img {
    --s: 0.36s;
    max-width: 2rem;
    transition: all var(--s) ease-in-out;
    width: 100%
}

.headerBlock__icon-wrap:before {
    --s: 0.36s;
    background: var(--iconBgColor, #fff);
    border-radius: 50%;
    content: "";
    display: block;
    height: calc(100% - .75rem);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all var(--s) ease-in-out;
    width: calc(100% - .75rem);
    z-index: -1
}

.headerBlock--2 {
    --sPT: 1.125rem
}

.headerBlock--2 .headerBlock__img-wrap {
    --ratio: 1/1;
    max-width: 9.75rem
}

.headerBlock--2 .headerBlock__img-wrap:after {
    content: unset
}

.headerBlock--2 .headerBlock__item p {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 11.25rem;
    text-align: center
}

.headerBlock--2 .headerBlock__item:hover .headerBlock__icon-wrap {
    transform: scale(.9)
}

.headerBlock--2 .headerBlock__item:hover .headerBlock__icon-wrap img {
    transform: scale(1.15)
}

.headerBlock--2 .headerBlock__inner-row {
    --bs-gutter-y: 1.125rem
}

.headerBlock--2 .headerBlock__icon-wrap {
    --s: 0.36s;
    background-color: #f6f7fa;
    border: none;
    transition: all var(--s) ease-in-out
}

.headerBlock--2 .headerBlock__icon-wrap:before {
    content: unset
}

.headerBlock--2 .headerBlock__icon-wrap img {
    max-width: 1.875rem;
    width: 100%
}

.headerBlock--2 .headerBlock__stories-wrap {
    margin-bottom: 0
}

.headerBlock--2 .headerBlock__stories-wrap p {
    font-size: .75rem
}

.soc {
    --bs-gutter-x: 6px;
    display: flex;
    margin-left: calc(var(--bs-gutter-x)*-1/2);
    margin-right: calc(var(--bs-gutter-x)*-1/2)
}

.soc>* {
    margin-left: calc(var(--bs-gutter-x)/2);
    margin-right: calc(var(--bs-gutter-x)/2)
}

.soc__item {
    --s: 0.36s;
    background-color: #f6f7fa;
    border-radius: 50%;
    color: var(--iconColor);
    display: grid;
    padding: .3125rem;
    place-items: center;
    text-decoration: none !important;
    transition: all var(--s) ease-in-out;
    vertical-align: middle
}

.soc__item:hover {
    background-color: var(--iconColor);
    color: #fff
}

.soc .icon {
    font-size: 1.25rem
}

.counter {
    counter-reset: num
}

.counter__item {
    position: relative
}

.counter__item:before {
    content: counter(num);
    counter-increment: num
}

.addBlock {
    border: 1px solid;
    border-radius: 23px;
    color: var(--color, #ff7a00);
    display: flex;
    overflow: hidden;
    position: relative
}

.addBlock input {
    border: none;
    color: inherit;
    height: 2.8125rem;
    text-align: center
}

.addBlock__btn {
    background: none !important;
    background: transparent;
    border: none !important;
    border-radius: 23px;
    box-shadow: none !important;
    color: inherit;
    height: 2.8125rem;
    outline: none !important;
    position: relative;
    width: 1.625rem
}

.addBlock__btn:after,
.addBlock__btn:before {
    background-color: currentColor;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 10px
}

.addBlock__btn--plus:after {
    transform: rotate(90deg)
}

.search-block,
.search-block__form-wrap {
    position: relative
}

.search-block input {
    --s: 0.36s;
    border: 1px solid #e4e4e4;
    border-radius: .625rem;
    font-size: .75rem;
    line-height: 1.25;
    outline: none !important;
    padding: .75rem 2.25rem .75rem .75rem;
    transition: all var(--s) ease-in-out;
    width: 100%
}

.search-block input:focus {
    box-shadow: 0 5px 15px rgba(25, 28, 31, .1)
}

.search-block .icon {
    border: none !important;
    font-size: 1.25rem
}

.search-block button {
    align-items: center;
    background-color: #f6f7fa;
    border: none !important;
    border-radius: .5rem;
    display: flex;
    height: 2rem;
    justify-content: center;
    position: absolute;
    right: .25rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem
}

.search-block button .focus {
    color: #c2c2c2;
    display: block;
    font-size: .75rem;
    font-weight: 600;
    line-height: 1
}

.search-block button .cancel {
    display: none;
    font-weight: 600;
    line-height: 1
}

.search-block button.active .focus {
    display: none
}

.search-block button.active .cancel {
    display: block
}

.search-block__wrap {
    --s: 0.36s;
    border: 1px solid #e4e4e4;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(25, 28, 31, .1);
    left: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: calc(100% + .375rem);
    transform: translateY(8px);
    transition: all var(--s) ease-in-out;
    width: 100%;
    z-index: 10
}

.search-block__wrap.active {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0)
}

.search-block__wrap--not-found {
    border-radius: 12px
}

.search-block__result {
    background-color: #fff;
    max-height: 18.625rem;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: #e4e4e4 #f6f7fa;
    scrollbar-width: auto;
    width: 100%
}

.search-block__result::-webkit-scrollbar {
    width: 14px
}

.search-block__result::-webkit-scrollbar-track {
    background-color: #f6f7fa
}

.search-block__result::-webkit-scrollbar-thumb {
    background-color: #e4e4e4;
    border: 4px solid #f6f7fa;
    border-radius: 60px
}

.search-block__not-found {
    font-size: .75rem;
    line-height: 1.25;
    padding: 1.125rem
}

.search-block .wikiItem {
    align-items: flex-start;
    border-bottom: 1px solid #e4e4e4;
    padding: .75rem
}

.search-block .wikiItem:hover {
    background-color: #f6f7fa
}

.search-block .wikiItem__img-wrap {
    border-radius: .375rem;
    flex: 0 0 auto;
    max-width: 5.25rem;
    width: 100%
}

.search-block .wikiItem__content {
    flex-direction: column-reverse
}

.breadcrumb-slider {
    overflow: visible;
    position: relative
}

.breadcrumb-slider:before {
    background-color: #f6f7fa;
    content: "";
    height: 100%;
    left: calc(-50vw - -50%);
    position: absolute;
    top: 0;
    width: 100%;
    width: 100vw
}

.breadcrumb {
    --bs-breadcrumb-font-size: 0.625rem;
    --bs-breadcrumb-item-padding-x: 0.1875rem;
    --bs-breadcrumb-padding-y: 0.75rem;
    align-items: center;
    flex-wrap: nowrap;
    line-height: 140%;
    padding-left: 0;
    padding-right: 0
}

.breadcrumb .breadcrumb-item {
    align-items: center;
    display: flex;
    width: auto
}

.breadcrumb .breadcrumb-item:first-child .icon {
    display: none
}

.breadcrumb .breadcrumb-item .icon {
    color: #ff7a00;
    font-size: 160%;
    margin-right: var(--bs-breadcrumb-item-padding-x)
}

.breadcrumb .breadcrumb-item a,
.breadcrumb .breadcrumb-item span {
    display: inline-block
}

.breadcrumb .breadcrumb-item a {
    color: #8c8d8f
}

.breadcrumb .breadcrumb-item a:hover {
    color: #009fe3
}

.breadcrumb .breadcrumb-item.active a {
    color: #191c1f;
    pointer-events: none
}

.breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    content: none
}

.dd-group__item.active .dd-group__head:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10a.68.68 0 0 1-.495-.216l-4.3-4.526a.765.765 0 0 1 0-1.042.676.676 0 0 1 .99 0L7 8.221l3.805-4.005a.676.676 0 0 1 .99 0 .765.765 0 0 1 0 1.043l-4.3 4.525A.68.68 0 0 1 7 10Z' fill='%23C2C2C2'/%3E%3C/svg%3E");
    transform: rotate(-180deg)
}

.dd-group__head:after {
    --s: 0.36s;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10a.68.68 0 0 1-.495-.216l-4.3-4.526a.765.765 0 0 1 0-1.042.676.676 0 0 1 .99 0L7 8.221l3.805-4.005a.676.676 0 0 1 .99 0 .765.765 0 0 1 0 1.043l-4.3 4.525A.68.68 0 0 1 7 10Z' fill='%23FF7A00'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: .875rem;
    margin-bottom: auto;
    margin-top: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: all var(--s) ease-in-out;
    width: .875rem
}

.dd-group__content {
    display: none
}

.defaultSwiper {
    margin-right: calc(var(--sliderGutter)*-1)
}

.defaultSwiper .swiper-slide {
    height: auto;
    margin-right: calc(var(--sliderGutter));
    width: calc(100%/var(--slideCount) - var(--sliderGutter))
}

.cookies {
    --s: 0.36s;
    align-items: center;
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    background-color: rgba(25, 28, 31, .7);
    border-radius: 12px;
    bottom: 1.5rem;
    display: flex;
    left: 50%;
    padding: 1.25rem;
    position: fixed;
    transform: translateX(-50%);
    transition: all var(--s) ease-in-out;
    width: calc(100% - 2.25rem);
    z-index: 10
}

.cookies img {
    flex: 0 0 auto;
    margin-right: .75rem;
    max-width: 1rem;
    width: 100%
}

.cookies p {
    color: #fff;
    font-size: .75rem;
    line-height: 1.25;
    margin-bottom: 0;
    margin-right: .75rem
}

.cookies__close {
    cursor: pointer;
    flex: 0 0 auto;
    height: .6875rem;
    margin-left: auto;
    position: relative;
    width: .6875rem
}

.cookies__close:after,
.cookies__close:before {
    background-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.cookies__close:before {
    transform: rotate(45deg)
}

.cookies__close:after {
    transform: rotate(-45deg)
}

.cookies.hide {
    opacity: 0;
    pointer-events: none
}

.login-page .main-wrapper {
    padding-top: 0
}

.authorization {
    display: flex;
    min-height: calc(var(--vh)*100)
}

.authorization__left-side {
    align-items: center;
    background-color: #f6f7fa;
    display: none;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    max-width: 50vw;
    padding: 10.75rem 3rem;
    position: relative
}

.authorization__logo {
    left: 50%;
    max-width: 7.75rem;
    position: absolute;
    top: 1.125rem;
    transform: translateX(-50%);
    width: 100%
}

.authorization__logo img {
    width: 100%
}

.authorization__img-wrap {
    --ratio: 168/168;
    display: block;
    margin-bottom: auto;
    margin-top: auto;
    max-width: 10.5rem;
    position: relative;
    width: 100%
}

.authorization__img-wrap:before {
    content: "";
    display: block;
    height: 0;
    padding-bottom: calc(var(--ratio)*100%);
    position: relative
}

.authorization__footer {
    bottom: 6rem;
    left: 50%;
    max-width: 26.2998125rem;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    width: calc(100% - 2.5rem)
}

.authorization__footer .h5,
.authorization__footer h5 {
    line-height: 1.22;
    margin-bottom: 1.5rem
}

.authorization__footer p {
    color: #8c8d8f;
    line-height: 1.25;
    margin-bottom: 0
}

.authorization__right-side {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    padding: 4.25rem 1.125rem;
    position: relative
}

.authorization__back-btn {
    align-items: center;
    bottom: 3rem;
    display: flex;
    font-size: .75rem;
    left: 50%;
    position: absolute;
    transform: translateX(-50%)
}

.authorization__back-btn .icon {
    color: #ff7a00;
    flex: 0 0 auto;
    font-size: 1.25rem;
    margin-right: .375rem
}

.authorization__back-btn:hover {
    color: #ff7a00
}

.authorization__content {
    margin: .625rem 0;
    max-width: 22.5rem;
    text-align: center;
    width: 100%
}

.authorization__content .h4,
.authorization__content h4 {
    font-size: 1.25rem;
    margin-bottom: .75rem
}

.authorization__content p {
    font-size: .75rem
}

.authorization__content p a {
    color: #009fe3
}

.authorization__content p a:hover {
    color: #ff7a00
}

.authorization__content .form-wrap__input-wrap {
    margin-bottom: .75rem;
    position: relative
}

.authorization__content .form-wrap__input {
    padding-right: 1.875rem
}

.authorization__content .form-wrap__btn {
    margin-bottom: 1.125rem;
    margin-top: .375rem;
    width: 100%
}

.authorization__forgot {
    color: #009fe3;
    font-size: .75rem
}

.authorization__forgot:hover {
    color: #ff7a00
}

.authorization__error {
    color: #ff2c2c;
    font-size: .75rem;
    margin-bottom: .75rem
}

.authorization__btn {
    margin-top: .125rem;
    width: 100%
}

.authorization--fullscreen .authorization__right-side {
    padding: 3.125rem 1.25rem
}

.authorization--fullscreen .authorization__back-btn {
    display: none
}

.page-head .h1,
.page-head h1 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.25rem;
    max-width: 15.1em;
    text-align: center
}

.page-head .h1:last-child,
.page-head h1:last-child {
    margin-bottom: 0
}

.contactItem {
    --s: 0.25s;
    align-items: center;
    border: 1px solid #e4e4e4;
    border-radius: 1.125rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1.5rem 1.125rem;
    position: relative;
    text-align: center;
    transition: all var(--s) ease-in-out
}

.contactItem:hover {
    box-shadow: 0 5px 20px rgba(25, 28, 31, .15)
}

.contactItem__descr,
.contactItem__schedule {
    font-size: .75rem;
    line-height: 130%
}

.contactItem__descr {
    flex-grow: 1;
    margin-bottom: .375rem;
    max-width: 26em
}

.contactItem__schedule {
    color: #8c8d8f
}

.contactItem__link {
    --s: 0.25s;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: .375rem;
    transition: all var(--s) ease-in-out
}

.contactItem__link:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.contactItem__btn {
    --s: 0.25s;
    --bs-btn-font-size: 0.75rem;
    --bs-btn-line-height: 130%;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-padding-x: 0.375rem;
    margin-top: .375rem;
    max-width: 100%;
    transition: all var(--s) ease-in-out;
    width: 7.5rem
}

.contactItem__btn:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.contactItem__img-wrap {
    background-color: var(--bgColor);
    border-radius: 50%;
    height: 2rem;
    margin-bottom: .75rem;
    position: relative;
    width: 2rem
}

.contactItem__img-wrap img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 52.2%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.eng-version-page .main-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 60.75rem;
    padding-top: 0
}

.btn-change-page {
    max-width: 51rem
}

.btn-change-page .row {
    --bs-gutter-y: 0.75rem
}

.btn-change-page__item {
    align-items: center;
    border: 1px solid #e4e4e4;
    border-radius: 12px;
    display: flex;
    padding: .75rem
}

.btn-change-page__item:hover {
    box-shadow: 0 5px 20px rgba(25, 28, 31, .15);
    transform: translateY(-6px)
}

.btn-change-page__item .icon {
    color: #ff7a00;
    flex: 0 0 auto;
    font-size: .875rem;
    margin-left: auto
}

.btn-change-page__item span {
    color: #8c8d8f;
    display: block;
    font-size: .625rem;
    line-height: 1.4
}

.btn-change-page__item--back {
    flex-direction: row-reverse;
    text-align: right
}

.btn-change-page__item--back .icon {
    margin-left: 0;
    margin-right: auto;
    transform: rotate(-180deg)
}

.btn-change-page__text {
    font-size: .75rem;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 0
}

.tariffs {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    box-shadow: 0 0 15px rgba(25, 28, 31, .1);
    padding: 3rem 0
}

.tariffs__title {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: center
}

.tariffs__title .h3 {
    line-height: 120%;
    margin-bottom: .75rem
}

.tariffs table {
    font-size: .625rem;
    line-height: 140%;
    width: 100%
}

.tariffs thead {
    background-color: #fff;
    border-bottom: 1px solid #e4e4e4;
    display: block;
    padding-left: .75rem;
    padding-right: .75rem;
    vertical-align: top;
    z-index: 100
}

.tariffs thead th {
    padding: .75rem .375rem
}

.tariffs thead th:last-child {
    padding-right: 0
}

.tariffs tbody {
    display: block;
    padding-left: .75rem;
    padding-right: .75rem
}

.tariffs tbody td {
    padding: .75rem .375rem;
    text-align: center
}

.tariffs tbody td:first-child {
    font-weight: 700
}

.tariffs tbody td img {
    max-width: 1.4em
}

.tariffs tfoot {
    display: flex
}

.tariffs tfoot tr {
    width: 100%
}

.tariffs tfoot td {
    --s: 0.36s;
    background-color: #f6f7fa;
    cursor: pointer;
    display: block;
    font-size: .75rem;
    padding: .75rem;
    text-align: center;
    transition: all var(--s) ease-in-out
}

.tariffs tfoot td:first-child {
    font-weight: 400
}

.tariffs tfoot td:hover {
    color: #ff7a00
}

.tariffs tfoot td .icon {
    --s: 0.36s;
    color: #ff7a00;
    font-size: .875rem;
    transform: rotate(180deg);
    transition: all var(--s) ease-in-out
}

.tariffs tfoot td.active .icon {
    transform: rotate(0)
}

.tariffs tfoot td.active .hide {
    display: inline
}

.tariffs tfoot td .hide,
.tariffs tfoot td.active .show {
    display: none
}

.tariffs tfoot td .show {
    display: inline
}

.tariffs .tariffs__switch {
    align-items: center;
    display: flex;
    font-size: .75rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    min-height: 1.25rem;
    padding-left: 0
}

.tariffs .tariffs__switch label {
    align-items: center;
    display: flex
}

.tariffs .tariffs__switch input {
    background-color: #009fe3;
    background-position: 1px;
    background-size: 16px 16px;
    border-color: #009fe3;
    border-radius: 1.875rem;
    height: 1.25rem;
    margin-left: .625rem;
    margin-right: .625rem;
    margin-top: 0
}

.tariffs .tariffs__switch input:focus {
    box-shadow: none
}

.tariffs .tariffs__switch input:checked {
    background-color: #009fe3;
    background-position: 93%;
    border-color: #009fe3
}

.tariffs .tariffs-item {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: .625rem;
    font-weight: 400;
    gap: .375rem;
    height: 100%;
    line-height: 140%;
    text-align: center;
    width: 100%
}

.tariffs .tariffs-item__title {
    align-items: center;
    display: flex
}

.tariffs .tariffs-item__title img {
    margin-right: .375rem;
    max-width: 1.4em
}

.tariffs .tariffs-item__price {
    font-size: .75rem;
    font-weight: 600;
    line-height: 130%
}

.tariffs .tariffs-item p {
    color: #8c8d8f;
    margin-bottom: 0;
    margin-top: auto
}

.tariffs .tariffs-item__btn {
    --bs-btn-font-size: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-padding-x: 0.375rem;
    border-radius: .5rem;
    margin-top: .125rem;
    max-width: 7.75rem;
    width: 100%
}

.tariffs .tariffs-item__btn:hover {
    box-shadow: 0 2px 10px rgba(75, 177, 75, .5) !important
}

.scrolToTop {
    align-items: center;
    cursor: pointer;
    display: none;
    height: calc(100vh - 95px);
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 95px
}

.scrolToTop,
.scrolToTop:before {
    --s: 0.36s;
    left: 0;
    transition: all var(--s) ease-in-out;
    width: 7.5rem
}

.scrolToTop:before {
    background-color: transparent;
    content: "";
    height: 100vh;
    position: absolute;
    top: -50vh;
    z-index: -1
}

.scrolToTop.active {
    opacity: 1;
    pointer-events: all
}

.scrolToTop:hover,
.scrolToTop:hover:before {
    background-color: #f6f7fa
}

.scrolToTop__wrap {
    display: flex;
    font-size: .875rem;
    padding: 0 0 0 1.5rem
}

.scrolToTop__wrap:hover {
    color: #ff7a00
}

.scrolToTop__wrap .icon {
    color: #ff7a00;
    flex: 0 0 auto;
    font-size: 1.25rem;
    margin-right: .5625rem
}

.nav-block__content {
    border-left: 1px solid #e4e4e4;
    display: none;
    padding: .4375rem 0
}

.nav-block__item {
    display: block;
    font-size: .75rem;
    padding: .375rem 0 .375rem .75rem;
    position: relative
}

.nav-block__item:before {
    --s: 0.36s;
    background-color: transparent;
    border-radius: 0 5px 5px 0;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: -1px;
    position: absolute;
    transform: scaleX(.3) scaleY(0);
    transform-origin: left;
    transition: all var(--s) ease-in-out;
    width: .1875rem
}

.nav-block__item:hover {
    color: #009fe3
}

.nav-block__item:hover:before {
    background-color: #009fe3;
    opacity: 1;
    transform: scaleX(1) scaleY(1)
}

.nav-block__item.active {
    color: #009fe3
}

.nav-block__item.active:before {
    background-color: #009fe3;
    opacity: 1;
    transform: scaleX(1) scaleY(1)
}

.nav-block__item span {
    color: #8c8d8f;
    display: block;
    font-size: .625rem;
    line-height: 1.4;
    margin-bottom: .375rem
}

.nav-block__text {
    display: block;
    font-size: .75rem;
    line-height: 1.25;
    padding: 0
}

.nav-block__text:not(:last-of-type) {
    margin-bottom: .75rem
}

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

.wikiItem__img-wrap {
    --ratio: 160/264;
    border-radius: .375rem;
    display: block;
    flex-shrink: 0;
    flex: 0 0 auto;
    margin-right: .75rem;
    max-width: 31.48%;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1
}

.wikiItem__img-wrap:before {
    content: "";
    display: block;
    height: 0;
    padding-bottom: calc(var(--ratio)*100%);
    position: relative
}

.wikiItem__img-wrap img {
    left: 0;
    position: absolute;
    top: 0
}

.wikiItem__content {
    display: flex;
    flex-direction: column;
    gap: .375rem
}

.wikiItem__content p {
    color: #191c1f;
    font-size: .75rem
}

.wikiItem__content p:last-child {
    margin-bottom: 0
}

.wikiItem__head {
    --bs-gutter-x: 0.625rem;
    align-items: center;
    color: #191c1f;
    display: flex;
    flex-wrap: wrap;
    font-size: .75rem;
    line-height: 130%;
    margin-left: calc(var(--bs-gutter-x)*-1/2);
    margin-right: calc(var(--bs-gutter-x)*-1/2)
}

.wikiItem__head>* {
    margin-left: calc(var(--bs-gutter-x)/2);
    margin-right: calc(var(--bs-gutter-x)/2)
}

.wikiItem__title {
    font-size: .875rem;
    font-weight: 600;
    line-height: 140%
}

.wikiItem__step {
    color: #8c8d8f
}

.alert {
    --bs-alert-padding-x: 0.75rem;
    --bs-alert-padding-y: 0.625rem;
    --bs-alert-margin-bottom: 1.125rem;
    --bs-alert-border-radius: 0.375rem;
    border: none;
    font-size: .625rem;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.alert .row {
    --bs-gutter-x: 0.75rem
}

.alert img {
    flex: 0 0 auto;
    margin-bottom: 0 !important;
    max-width: 1.5rem;
    width: 100%
}

.alert-primary {
    --bs-alert-color: #191c1f;
    --bs-alert-bg: #fff
}

.alert-primary:before {
    background-image: linear-gradient(0deg, rgba(255, 122, 0, .12), rgba(255, 122, 0, .12));
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.skeleton {
    animation: shine 1.5s linear infinite;
    /* background: #f6f7fa;
    background: linear-gradient(110deg, #f6f7fa 8%, #fff 18%, #f6f7fa 33%); */
    background-size: 200% 100%;
    border-radius: 5px
}

@keyframes shine {
    to {
        background-position-x: -200%
    }
}

:root {
    --fancybox-content-bg: none
}

.fancybox__content {
    max-width: 100%;
    padding: 0
}

.fancybox__slide {
    padding: 0
}

.modal-win {
    max-width: 100%;
    position: relative;
    width: 58.5rem
}

.modal-win .mfp-close {
    color: #ff7a00;
    font-size: 40px;
    font-weight: 100
}

.modal-win~.carousel__button.is-close {
    --carousel-button-width: 1rem;
    --carousel-button-height: 1rem;
    color: #c2c2c2;
    right: 1.125rem;
    top: 1.125rem
}

.modal-win~.carousel__button.is-close svg {
    --carousel-button-svg-width: 1rem;
    --carousel-button-svg-height: 1rem;
    filter: none
}

a {
    outline: 0 !important
}

.modal-form {
    position: relative
}

#foot-dialog .h3,
#foot-dialog h3 {
    font-size: 2.25em
}

.mfp-close {
    --s: 0.36s;
    background: 0 0;
    border: 0;
    border-radius: 50%;
    box-shadow: none;
    color: #191c1f;
    cursor: pointer;
    display: block;
    font-family: Arial, Baskerville, monospace;
    font-size: 28px;
    font-size: 50px;
    font-style: normal;
    font-weight: 100;
    height: 56px;
    line-height: 56px;
    margin-right: -5px;
    margin-top: -5px;
    opacity: .65;
    opacity: 1;
    outline: 0;
    overflow: visible;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    transition: all var(--s) ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 56px;
    z-index: 1046
}

.polite .link {
    color: #ff7a00;
    cursor: pointer;
    text-decoration: underline
}

.polite .link :hover {
    display: none
}

.modal-slider {
    border-radius: 18px;
    margin-left: auto;
    margin-right: auto;
    max-width: 22.5rem;
    overflow: hidden;
    width: calc(100vw - 36px)
}

.modal-slider__arrow-wrap .swiper-button-hand {
    --swiperArrowSize: 1.5rem;
    --swiperColorDef: #fff;
    --swiperArrowPosition: -3.75rem;
    background-color: transparent;
    border: none
}

.modal-slider__arrow-wrap .swiper-button-hand:before {
    bottom: auto;
    content: "";
    height: 400%;
    left: 50%;
    position: absolute;
    right: auto;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 400%
}

.modal-slider__arrow-wrap .swiper-button-hand .icon {
    font-size: 1.5rem
}

.modal-slider__status-line-wrap {
    height: .125rem;
    left: .75rem;
    overflow: hidden;
    position: absolute;
    top: .75rem;
    width: calc(100% - 1.5rem);
    z-index: 10
}

.modal-slider__status-line-wrap:before {
    background-color: hsla(0, 0%, 100%, .46);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.modal-slider__status-line-wrap span {
    background-color: #fff;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scaleX(0);
    transform-origin: left;
    width: 100%
}

.modal-slider__slider {
    border-radius: 18px;
    overflow: hidden
}

#modal-stories .carousel__button.is-close {
    --carousel-button-width: 1.25rem;
    --carousel-button-height: 1.25rem;
    right: .75rem;
    top: 1.5rem
}

#modal-stories .carousel__button.is-close svg {
    --carousel-button-svg-width: 1.25rem;
    --carousel-button-svg-height: 1.25rem;
    filter: none
}

.modal-stories {
    --sidePadding: 1.125rem;
    align-items: center;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
    min-height: 38.75rem;
    padding: 40px;
    padding: 4.375rem var(--sidePadding);
    position: relative;
    text-align: center;
    width: 22.5rem;
    z-index: 1
}

.modal-stories:before {
    background: var(--storiesBg, #fff);
    height: 100%
}

.modal-stories:after,
.modal-stories:before {
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.modal-stories:after {
    background: linear-gradient(180deg, #191c1f, hsla(0, 0%, 100%, 0));
    height: 6rem;
    opacity: .24
}

.modal-stories__icon-wrap {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    height: 6rem;
    justify-content: center;
    margin-bottom: 1.125rem;
    width: 6rem
}

.modal-stories__icon-wrap img {
    flex: 0 0 auto;
    max-width: 3rem;
    width: 100%
}

.modal-stories .h5 {
    font-size: 1.125rem;
    line-height: 1.22;
    margin-bottom: 1.125rem;
    max-width: 17.1875rem
}

.modal-stories p {
    font-size: .75rem;
    line-height: 1.25;
    margin-bottom: 0;
    max-width: 18.5rem
}

.modal-stories__btn {
    bottom: 1.125rem;
    left: var(--sidePadding);
    position: absolute;
    width: calc(100% - var(--sidePadding)*2);
    z-index: 1
}

.modal-stories__status-line {
    background-color: hsla(0, 0%, 100%, .46);
    height: .125rem;
    left: .75rem;
    position: absolute;
    top: .75rem;
    width: calc(100% - 1.5rem)
}

.modal-stories__status-line:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%
}

.fancybox__container {
    min-height: 100%;
    transform: none !important;
    width: 100% !important
}

.fancybox-throwOutUp {
    animation: fancybox-throwOutUp .25s ease both
}

.fancybox-throwOutDown {
    animation: fancybox-throwOutDown .25s ease both
}

@keyframes fancybox-throwOutUp {
    0% {
        opacity: 0;
        transform: translate3d(0, -5%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fancybox-throwOutDown {
    to {
        opacity: 0;
        transform: translate3d(0, 10%, 0)
    }
}

.s404Block {
    --sPT: 1.125rem
}

.s404Block__wrap {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 58.5rem;
    position: relative;
    z-index: 1
}

.s404Block__wrap span {
    color: #f6f7fa;
    font-size: 47vw;
    font-weight: 600;
    left: 50%;
    position: absolute;
    top: 39px;
    transform: translateX(-50%);
    z-index: -1
}

.s404Block__wrap .h1,
.s404Block__wrap h1 {
    margin-bottom: 1rem;
    text-align: center
}

.s404Block__wrap p {
    font-size: .75rem;
    margin-bottom: 1.125rem;
    text-align: center
}

.s404Block__wrap a {
    max-width: 11.25rem;
    width: 100%
}

.s404Block__img-wrap {
    --ratio: 1/1;
    display: block;
    margin-bottom: .75rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 9.75rem;
    position: relative;
    width: 100%
}

.s404Block__img-wrap:before {
    content: "";
    display: block;
    height: 0;
    padding-bottom: calc(var(--ratio)*100%);
    position: relative
}

.sBlog__row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.125rem;
    margin-bottom: 2.1875rem
}

.sBlog__item:hover .sBlog__img-wrap {
    transform: translateY(-6px)
}

.sBlog__item p {
    color: #191c1f;
    font-size: .75rem;
    line-height: 1.5;
    margin-bottom: .375rem
}

.sBlog__img-wrap {
    --s: 0.36s;
    --ratio: 220/360;
    background-color: #f6f7fa;
    border-radius: 12px;
    display: block;
    margin-bottom: .75rem;
    overflow: hidden;
    position: relative;
    transition: all var(--s) ease-in-out
}

.sBlog__img-wrap:before {
    content: "";
    display: block;
    height: 0;
    padding-bottom: calc(var(--ratio)*100%);
    position: relative
}

.sBlog__title {
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: .375rem
}

.sBlog__date {
    color: #8c8d8f;
    font-size: .625rem;
    line-height: 1.4
}

.sBlog .contactItem {
    justify-content: center
}

.sBlog .contactItem:hover {
    box-shadow: none
}

.sBlog .contactItem__img-wrap {
    order: 1
}

.sBlog .contactItem__descr {
    flex-grow: 0;
    order: 3
}

.sBlog .contactItem__link {
    color: #191c1f;
    order: 2
}

.sBlog .contactItem__link:before {
    content: unset
}

.sBlog .contactItem__btn {
    order: 4;
    width: 13.5rem
}

.sBlog .contactItem__btn:before {
    content: unset
}

.sCapabilities {
    --sPT: 1.5rem;
    --sPB: 1.5rem;
    --sTPB: 0.75rem
}

.sCapabilities .section-title .h2,
.sCapabilities .section-title h2 {
    line-height: 1.25em;
    margin-bottom: 1.5rem
}

.sCapabilities .section-title p {
    font-size: .875rem;
    line-height: 1.35em;
    margin-bottom: 0
}

.sCapabilities .dd-group {
    height: 100%
}

.sCapabilities .dd-group__row {
    --bs-gutter-x: 0rem;
    --bs-gutter-y: 0rem;
    justify-content: center
}

.sCapabilities .dd-group__item {
    --s: 0.36s;
    border-bottom: 1px solid #e4e4e4;
    height: 100%;
    transition: all var(--s) ease-in-out
}

.sCapabilities .dd-group__item:hover .dd-group__icon-wrap {
    transform: scale(.95)
}

.sCapabilities .dd-group__item:hover .dd-group__icon-wrap img {
    transform: scale(1.1)
}

.sCapabilities .dd-group__head .h6,
.sCapabilities .dd-group__head h6 {
    font-size: .875rem;
    margin-bottom: 0
}

.sCapabilities .dd-group__content {
    font-size: .75rem;
    line-height: 1.3em;
    padding-bottom: 1.125rem
}

.sCapabilities .dd-group__icon-wrap {
    --s: 0.36s;
    align-items: center;
    background-color: #f6f7fa;
    border-radius: .75rem;
    display: flex;
    height: 6rem;
    justify-content: center;
    transition: all var(--s) ease-in-out;
    width: 6rem
}

.sCapabilities .dd-group__icon-wrap img {
    --s: 0.36s;
    max-width: 2.5rem;
    transition: all var(--s) ease-in-out;
    width: 100%
}

.sCapabilities__qr-wrap {
    align-items: center;
    display: none;
    justify-content: center
}

.sCapabilities__qr-img {
    align-items: center;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 30px rgba(25, 28, 31, .1);
    display: flex;
    flex: 0 0 auto;
    height: 7.5rem;
    justify-content: center;
    margin-right: 1.5rem;
    width: 7.5rem
}

.sCapabilities__qr-img img {
    max-width: 6rem;
    width: 100%
}

.sCapabilities__qr-content {
    max-width: 15.25rem
}

.sCapabilities__qr-content .h6,
.sCapabilities__qr-content h6 {
    line-height: 1.42em;
    margin-bottom: .625rem
}

.sCapabilities__qr-content .h6 a,
.sCapabilities__qr-content h6 a {
    color: #009fe3
}

.sCapabilities__qr-content .h6 a:hover,
.sCapabilities__qr-content h6 a:hover {
    color: #ff7a00
}

.sCapabilities__qr-content .h6 img,
.sCapabilities__qr-content h6 img {
    max-width: 1.5rem;
    width: 100%
}

.sCapabilities__qr-content p {
    line-height: 1.25;
    margin-bottom: 0
}

.sCatalog__row {
    --bs-gutter-y: var(--bs-gutter-x)
}

.sCatalog__slide {
    height: auto
}

.product-item {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    position: relative
}

.product-item__img-wrap {
    --ratio: 190/298;
    display: block;
    position: relative
}

.product-item__img-wrap:before {
    content: "";
    display: block;
    height: 0;
    padding-bottom: calc(var(--ratio)*100%);
    position: relative
}

.product-item__caption {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 1.25rem
}

.sChooseTariff {
    --sliderGutter: 0.75rem;
    --slideCount: 1
}

.sChooseTariff .section-title .h2,
.sChooseTariff .section-title h2 {
    line-height: 1.25em;
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 58.5rem
}

.sChooseTariff .section-title__switch {
    align-items: center;
    display: flex;
    font-size: .75rem;
    justify-content: center;
    margin-bottom: 0;
    min-height: 1.25rem;
    padding-left: 0
}

.sChooseTariff .section-title__switch input {
    background-color: #009fe3;
    background-position: 1px;
    background-size: 16px 16px;
    border-color: #009fe3;
    border-radius: 1.875rem;
    height: 1.25rem;
    margin-left: .75rem;
    margin-right: .75rem;
    margin-top: 0
}

.sChooseTariff .section-title__switch input:focus {
    box-shadow: none
}

.sChooseTariff .section-title__switch input:checked {
    background-color: #009fe3;
    background-position: 93%;
    border-color: #009fe3
}

.sChooseTariff__slider {
    margin: -1.25rem calc(var(--sliderGutter)*-1) 0 calc(var(--sliderGutter)*-1);
    padding: 1.25rem 0 3rem var(--sliderGutter)
}

.sChooseTariff__item {
    --s: 0.36s;
    border: 1px solid #e4e4e4;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    padding: 1.125rem;
    position: relative;
    transition: all var(--s) ease-in-out
}

.sChooseTariff__item:hover {
    box-shadow: 0 5px 20px rgba(25, 28, 31, .15)
}

.sChooseTariff__item .h4 {
    line-height: 1.25;
    margin-bottom: .175rem
}

.sChooseTariff__item p {
    border-bottom: 1px solid #e4e4e4;
    color: #8c8d8f;
    font-size: .75rem;
    margin-bottom: 0;
    margin-top: auto;
    padding-bottom: .925rem
}

.sChooseTariff__item ul {
    list-style-type: none;
    margin-bottom: 1.5rem
}

.sChooseTariff__item ul li {
    font-size: .75rem;
    line-height: 1.25;
    margin-bottom: .5rem;
    padding-left: 1.125rem;
    position: relative
}

.sChooseTariff__item ul li:last-child {
    margin-bottom: 0
}

.sChooseTariff__item ul li:before {
    background-image: var(--mark, url("../img/svg/corret.svg"));
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: .875rem;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: .875rem
}

.sChooseTariff .swiper-pagination {
    --swiper-pagination-bottom: 0.6875rem
}

.sChooseTariff__wrap {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.0625rem;
    min-height: 7rem
}

.sChooseTariff__type {
    align-items: center;
    display: flex;
    font-size: .875rem;
    line-height: 1.35;
    margin-bottom: .75rem
}

.sChooseTariff__type img {
    flex: 0 0 auto;
    margin-right: .375rem;
    max-width: 1.25rem;
    width: 100%
}

.sChooseTariff__price-per-day {
    font-size: .75rem;
    margin-bottom: .4375rem
}

.sChooseTariff__inner-btn {
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-size: 0.75rem;
    margin-top: auto;
    width: 100%
}

.sChooseTariff__inner-btn:hover {
    box-shadow: 0 2px 10px rgba(75, 177, 75, .5) !important
}

.sChooseTariff__popular {
    align-items: center;
    background-color: #ff7a00;
    color: #fff;
    display: flex;
    font-size: .625rem;
    font-weight: 600;
    height: 1.875rem;
    justify-content: center;
    position: absolute;
    right: -52px;
    top: 24px;
    transform: rotate(45deg);
    width: 12.5rem;
    z-index: -1
}

.sChooseTariff__text {
    font-size: .75rem;
    line-height: 1.25;
    margin-bottom: 1.125rem;
    text-align: center
}

.sChooseTariff__btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 11.25rem;
    width: 100%
}

.sChooseTariff.sChooseTariff--page {
    --sPT: 0.75rem
}

.sCompare {
    --sPT: 1.5rem;
    --sPB: 1.5rem;
    --sTPB: 1.5rem
}

.sCompare .section-title .h2,
.sCompare .section-title h2 {
    line-height: 1.25em;
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 58.5rem
}

.sCompare .section-title p {
    font-size: .875rem;
    line-height: 1.35em;
    margin-bottom: 0
}

.sCompare__table-wrap {
    border: 1px solid #e4e4e4;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    overflow: hidden
}

.sCompare__table-wrap table {
    width: 100%
}

.sCompare__table-wrap tfoot {
    display: flex
}

.sCompare__table-wrap tfoot tr {
    width: 100%
}

.sCompare__table-wrap tfoot td {
    --s: 0.36s;
    background-color: #f6f7fa;
    cursor: pointer;
    display: block;
    font-size: .75rem;
    padding: .75rem;
    text-align: center;
    transition: all var(--s) ease-in-out
}

.sCompare__table-wrap tfoot td:first-child {
    font-weight: 400
}

.sCompare__table-wrap tfoot td .icon {
    --s: 0.36s;
    color: #ff7a00;
    font-size: .875rem;
    transform: rotate(180deg);
    transition: all var(--s) ease-in-out
}

.sCompare__table-wrap tfoot td.active .icon {
    transform: rotate(0)
}

.sCompare__table-wrap tfoot td.active .hide {
    display: inline
}

.sCompare__table-wrap tfoot td .hide,
.sCompare__table-wrap tfoot td.active .show {
    display: none
}

.sCompare__table-wrap tfoot td .show {
    display: inline
}

.sCompare__table-wrap th {
    line-height: 1.25em;
    padding: .703125rem 1.25rem;
    text-align: center
}

.sCompare__table-wrap th:not(:last-child) {
    border-right: 1px solid #e4e4e4
}

.sCompare__table-wrap th img {
    max-width: 10.75rem;
    width: 100%
}

.sCompare__table-wrap td {
    border-top: 1px solid #e4e4e4;
    font-size: .75rem;
    line-height: 1.25;
    padding: .75rem .425rem;
    text-align: center
}

.sCompare__table-wrap td:first-child {
    font-weight: 700
}

.sCompare__table-wrap td:not(:last-child) {
    border-right: 1px solid #e4e4e4
}

.sCompare__text {
    font-size: .75rem;
    margin-bottom: 1.3125rem;
    text-align: center
}

.sCompare__btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 11.5rem;
    width: 100%
}

.sConnected {
    --sTPB: 0.75rem
}

.sConnected .section-title .h2,
.sConnected .section-title h2 {
    line-height: 1.25em;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 58.5rem
}

.sConnected__row {
    --bs-gutter-x: 0;
    margin-bottom: .75rem
}

.sConnected__col:nth-child(n+10) {
    display: none
}

.sConnected__item {
    --s: 0.36s;
    align-items: center;
    display: flex;
    height: 100%;
    padding: .75rem 0;
    position: relative;
    transition: all var(--s) ease-in-out
}

.sConnected__item:hover .icon {
    color: #009fe3
}

.sConnected__item:hover p {
    color: #ff7a00
}

.sConnected__item img {
    border-radius: 3.75rem;
    max-width: 3.75rem;
    width: 100%
}

.sConnected__item p {
    --s: 0.36s;
    color: #009fe3;
    font-size: .75rem;
    line-height: 1.25;
    margin-bottom: 0;
    transition: all var(--s) ease-in-out
}

.sConnected__item .icon {
    --s: 0.36s;
    color: #e4e4e4;
    font-size: 1.25rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all var(--s) ease-in-out
}

.sConnected__content {
    margin-top: auto
}

.sConnected__title {
    color: #191c1f;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: .375rem
}

.sConnected__btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 9.75rem;
    width: 100%
}

.sConnected__btn .show-more {
    display: block
}

.sConnected__btn .hide,
.sConnected__btn.active .show-more {
    display: none
}

.sConnected__btn.active .hide {
    display: block
}

.sContact__row {
    --bs-gutter-x: 0.75rem;
    --bs-gutter-y: var(--bs-gutter-x);
    justify-content: center
}

.sContact__slide {
    height: auto
}

.sContent {
    --sPT: 1.125rem;
    --sPB: 1.5rem
}

.sContent__row {
    --bs-gutter-y: 3rem
}

.sContent__wrap {
    max-width: 51rem
}

.sContent .h1,
.sContent h1 {
    margin-bottom: .75rem
}

.sContent .h6,
.sContent h6 {
    font-size: .875rem;
    line-height: 1.22;
    margin-bottom: 1.125rem
}

.sContent p {
    font-size: .75rem;
    line-height: 1.5;
    margin-bottom: 1.125rem
}

.sContent p a, .sContent__wrap a {
    color: #009fe3
}


.sContent p a:hover, .sContent__wrap a:hover {
    color: #ff7a00
}

.sContent ul {
    margin-bottom: 1.125rem
}

.sContent ul {
    list-style-type: none
}

.sContent ul li {
    font-size: .75rem;
    line-height: 1.25;
    margin-bottom: 1.05rem;
    padding-left: 1.125rem;
    position: relative
}

.sContent ul li:last-child {
    margin-bottom: 0
}

.sContent ul li:before {
    background-color: #ff7a00;
    border-radius: 50%;
    content: "";
    display: block;
    height: .1875rem;
    left: .4375rem;
    position: absolute;
    top: .4375rem;
    width: .1875rem
}

.sContent ol {
    counter-reset: num;
    list-style-type: none;
    margin-bottom: 1.125rem;
    padding-left: 0
}

.sContent ol li {
    font-size: .75rem;
    line-height: 1.5;
    margin-bottom: .375rem
}

.sContent ol li:before {
    content: counter(num) ". ";
    counter-increment: num
}

.sContent__date {
    color: #8c8d8f;
    font-size: .625rem;
    line-height: 1.4;
    margin-bottom: 1.125rem
}

.sContent__img-wrap {
    --ratio: 498/816;
    background-color: #fff;
    border-radius: .75rem;
    display: block;
    margin-bottom: 1.125rem;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.sContent__img-wrap:before {
    content: "";
    display: block;
    height: 0;
    padding-bottom: calc(var(--ratio)*100%);
    position: relative
}

.sContent .edit-size {
    max-width: 22.5rem
}

.sContent .edit-size-2 {
    max-width: 28.5rem
}

.sContent img {
    border-radius: .75rem;
    margin-bottom: 1.125rem
}

.sContent__article {
    margin-bottom: 1.125rem
}

.sContent .nav-block__content {
    display: block
}

.sContent .nav-block p {
    font-size: .75rem;
    font-weight: 400;
    margin-bottom: .75rem;
    padding-left: .75rem
}

.sContent .nav-block__link {
    display: block;
    font-size: .75rem;
    line-height: 1.25;
    padding: 0 0 0 .75rem;
    position: relative
}

.sContent .nav-block__link:not(:last-of-type) {
    margin-bottom: .75rem
}

.sContent .nav-block__link:before {
    --s: 0.36s;
    background-color: transparent;
    border-radius: 0 5px 5px 0;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: -1px;
    position: absolute;
    transform: scaleX(.3) scaleY(0);
    transform-origin: left;
    transition: all var(--s) ease-in-out;
    width: .1875rem
}

.sContent .nav-block__link:hover {
    color: #009fe3
}

.sContent .nav-block__link:hover:before {
    background-color: #009fe3;
    opacity: 1;
    transform: scaleX(1) scaleY(1)
}

.sContent .nav-block__link span {
    color: #8c8d8f;
    display: block;
    font-size: .625rem;
    line-height: 1.4;
    margin-bottom: .375rem
}

.sContent .ya-share2 {
    border-top: 1px solid #e4e4e4;
    margin-top: 2.25rem;
    padding-top: 2.25rem;
    text-align: center
}

.sContent .ya-share2__list {
    margin-bottom: 0
}

.sContent .btn-change-page {
    display: none
}

.sControl {
    --sPT: 1.5rem;
    --sPB: 1.5rem;
    --sTPB: 0.75rem
}

.sControl .section-title .h2,
.sControl .section-title h2 {
    line-height: 1.25em;
    margin-bottom: 1.5rem
}

.sControl .section-title p {
    font-size: .875rem;
    line-height: 1.35em;
    margin-bottom: 0
}

.sControl .dd-group {
    height: 100%
}

.sControl .dd-group__item {
    --s: 0.36s;
    border-bottom: 1px solid #e4e4e4;
    height: 100%;
    position: relative;
    transition: all var(--s) ease-in-out
}

.sControl .dd-group__head {
    display: flex
}

.sControl .dd-group__head .h6,
.sControl .dd-group__head h6 {
    font-size: .875rem;
    margin-bottom: 0
}

.sControl .dd-group__content {
    font-size: .75rem;
    line-height: 1.3em;
    padding-bottom: 1.125rem
}

.sControl .dd-group__icon-wrap {
    --s: 0.36s;
    align-items: center;
    background-color: #f6f7fa;
    border-radius: .75rem;
    display: flex;
    height: 6rem;
    justify-content: center;
    transition: all var(--s) ease-in-out;
    width: 6rem
}

.sControl .dd-group__icon-wrap img {
    --s: 0.36s;
    max-width: 2.5rem;
    transition: all var(--s) ease-in-out;
    width: 100%
}

.sControl .dd-group ul {
    list-style-type: none;
    margin-bottom: 0
}

.sControl .dd-group ul li {
    font-size: .75rem;
    line-height: 1.25;
    margin-bottom: 1.05rem;
    padding-left: 1.125rem;
    position: relative
}

.sControl .dd-group ul li:last-child {
    margin-bottom: 0
}

.sControl .dd-group ul li:before {
    background-color: #ff7a00;
    border-radius: 50%;
    content: "";
    display: block;
    height: .1875rem;
    left: .4375rem;
    position: absolute;
    top: .4375rem;
    width: .1875rem
}

.sEngVersionFooter {
    --sPT: 2.25rem;
    --sPB: 3rem
}

.sEngVersionFooter p {
    font-size: .75rem;
    margin-bottom: 0;
    text-align: center
}

.sEngVersionHeader {
    --sPT: 1.5rem;
    --sPB: 1.5rem
}

.sEngVersionHeader__logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 7.75rem;
    width: 100%
}

.sEngVersionHeader__logo img {
    width: 100%
}

.sEngVersionHeaderBlock {
    --sPT: 0rem;
    --sPB: 1.125rem
}

.sEngVersionHeaderBlock__row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
    height: 100%
}

.sEngVersionHeaderBlock__row .sEngVersionHeaderBlock__row {
    height: calc(100% + var(--bs-gutter-y))
}

.sEngVersionHeaderBlock__card {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: center
}

.sEngVersionHeaderBlock__card .h1,
.sEngVersionHeaderBlock__card h1 {
    font-size: 1.875rem;
    margin-bottom: .75rem
}

.sEngVersionHeaderBlock__card .h4,
.sEngVersionHeaderBlock__card h4 {
    font-size: 1.25rem;
    margin-bottom: .75rem
}

.sEngVersionHeaderBlock__card .h6,
.sEngVersionHeaderBlock__card h6 {
    font-size: .875rem;
    margin-bottom: .75rem
}

.sEngVersionHeaderBlock__card p {
    font-size: .75rem;
    margin-bottom: .75rem
}

.sEngVersionHeaderBlock__card p:last-of-type {
    margin-bottom: 0
}

.sEngVersionHeaderBlock__card ul {
    text-align: left
}

.sEngVersionHeaderBlock__card ul~p {
    margin-top: .75rem
}

.sEngVersionHeaderBlock__card ul li {
    line-height: 1.5;
    margin-bottom: .75rem;
    padding-left: 1.5rem
}

.sEngVersionHeaderBlock__card ul li:before {
    height: .25rem;
    width: .25rem
}

.sEngVersionHeaderBlock__card ul {
    list-style-type: none;
    margin-bottom: 0
}

.sEngVersionHeaderBlock__card ul li {
    font-size: .75rem;
    line-height: 1.25;
    margin-bottom: 1.05rem;
    padding-left: 1.125rem;
    position: relative
}

.sEngVersionHeaderBlock__card ul li:last-child {
    margin-bottom: 0
}

.sEngVersionHeaderBlock__card ul li:before {
    background-color: #ff7a00;
    border-radius: 50%;
    content: "";
    display: block;
    height: .1875rem;
    left: .4375rem;
    position: absolute;
    top: .4375rem;
    width: .1875rem
}

.sEngVersionHeaderBlock__card--gradient {
    margin-bottom: .75rem
}

.sEngVersionHeaderBlock__title {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 0
}

.sEngVersionHeaderBlock__img-wrap {
    --ratio: 1/1;
    display: block;
    margin: auto auto 1.125rem;
    max-width: 6rem;
    position: relative;
    width: 100%
}

.sEngVersionHeaderBlock__img-wrap:before {
    content: "";
    display: block;
    height: 0;
    padding-bottom: calc(var(--ratio)*100%);
    position: relative
}

.sFAQBlock .section-title .h2,
.sFAQBlock .section-title h2 {
    line-height: 1.25em;
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 58.5rem
}

.sFAQBlock__wrap {
    background-color: #f6f7fa;
    border-radius: 12px;
    margin-bottom: .125rem;
    padding: 1.5rem
}

.sFAQBlock__wrap .h4,
.sFAQBlock__wrap h4 {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    text-align: center
}

.sFAQBlock ol {
    --bs-gutter-y: 1.5rem;
    counter-reset: num;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: calc(var(--bs-gutter-y)*-1);
    padding-left: 0;
    position: relative
}

.sFAQBlock ol li {
    margin-top: var(--bs-gutter-y);
    width: 100%
}

.sFAQBlock ol li p {
    font-size: .75rem;
    line-height: 1.25;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 11.25rem;
    text-align: center
}

.sFAQBlock ol li:hover .sFAQBlock__icon-wrap {
    transform: scale(.95)
}

.sFAQBlock ol li:hover .sFAQBlock__icon-wrap img {
    transform: scale(1.1)
}

.sFAQBlock__icon-wrap {
    --s: 0.36s;
    background-color: #fff;
    flex: 0 0 auto;
    height: 3.75rem;
    margin-bottom: .75rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    transition: all var(--s) ease-in-out;
    width: 3.75rem
}

.sFAQBlock__icon-wrap,
.sFAQBlock__icon-wrap:before {
    align-items: center;
    border-radius: 50%;
    display: flex;
    justify-content: center
}

.sFAQBlock__icon-wrap:before {
    background-color: #009fe3;
    color: #fff;
    content: counter(num);
    counter-increment: num;
    font-size: .75rem;
    font-weight: 600;
    height: 1.5rem;
    position: absolute;
    right: -9px;
    top: -6px;
    width: 1.5rem
}

.sFAQBlock__icon-wrap img {
    --s: 0.36s;
    max-width: 1.875rem;
    transition: all var(--s) ease-in-out;
    width: 100%
}

.sFAQBlock .dd-group__item {
    border-bottom: 1px solid #e4e4e4
}

.sFAQBlock .dd-group__head {
    --s: 0.36s;
    cursor: pointer;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.3;
    padding: 1.375rem 1.875rem 1.375rem .75rem;
    position: relative;
    transition: all var(--s) ease-in-out
}

.sFAQBlock .dd-group__head:after {
    right: .75rem
}

.sFAQBlock .dd-group__head:hover {
    opacity: .86
}

.sFAQBlock .dd-group__head:hover:after {
    opacity: 1
}

.sFAQBlock .dd-group__content {
    padding-bottom: 1.125rem;
    padding-left: .75rem
}

.sFAQBlock .dd-group__content p {
    font-size: .75rem;
    line-height: 1.25;
    margin-bottom: 1.0625rem
}

.sFAQBlock .dd-group__content p:last-of-type {
    margin-bottom: 0
}

.sFAQBlock .dd-group__content p a {
    color: #009fe3
}

.sFAQBlock .dd-group__content p a:hover {
    color: #ff7a00
}

.sFAQBlock .dd-group__btn {
    --bs-btn-font-size: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    margin-top: .75rem
}

.sForm__row {
    --bs-gutter-y: var(--bs-gutter-x)
}

.sForm__slide {
    height: auto
}

.sRankSystem {
    --sPT: 1.5rem;
    --sPB: 1.5rem;
    --sTPB: 1.5rem
}

.sRankSystem__row {
    --bs-gutter-x: 0.75rem;
    --bs-gutter-y: 0.75rem;
    justify-content: center;
    margin-bottom: 1.5rem
}

.sRankSystem .section-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 58.5rem
}

.sRankSystem .section-title .h2,
.sRankSystem .section-title h2 {
    font-size: 1.5rem;
    line-height: 1.25;
    margin-bottom: .75rem
}

.sRankSystem .section-title p {
    font-size: .875rem;
    line-height: 1.35;
    margin-bottom: 0
}

.sRankSystem__item {
    --s: 0.36s;
    align-items: center;
    border: 1px solid #e4e4e4;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 1.125rem;
    text-align: center;
    transition: all var(--s) ease-in-out
}

.sRankSystem__item:hover {
    box-shadow: 0 5px 20px rgba(25, 28, 31, .15)
}

.sRankSystem__item img {
    margin-bottom: .75rem;
    max-width: 3.75rem;
    width: 100%
}

.sRankSystem__item p {
    font-size: .75rem;
    line-height: 1.25;
    margin-bottom: 0;
    max-width: 18rem
}

.sRankSystem__title {
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: .375rem
}

.sRankSystem__precent {
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.15;
    margin-bottom: .375rem
}

.sRankSystem__footer {
    text-align: center
}

.sRankSystem__footer p {
    font-size: .75rem;
    margin-bottom: 1.125rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 20.25rem
}

.sRankSystem__btn-wrap {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    justify-content: center
}

.sRankSystem__btn {
    max-width: 11.375rem;
    width: 100%
}

.sReasons {
    --sPT: 1.5rem;
    --sPB: 1.5rem;
    --sTPB: 1.5rem
}

.sReasons__row {
    --bs-gutter-x: 0.75rem;
    --bs-gutter-y: 1.5rem;
    justify-content: center
}

.sReasons .section-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 18rem
}

.sReasons .section-title .h2,
.sReasons .section-title h2 {
    margin-bottom: 1.5rem
}

.sReasons .section-title p {
    font-size: .75rem;
    margin-bottom: 0
}

.sReasons__item {
    text-align: center
}

.sReasons__item .h6,
.sReasons__item h6 {
    font-size: .875rem;
    line-height: 1.22em;
    margin-bottom: .75rem
}

.sReasons__item p {
    font-size: .75rem;
    line-height: 1.25em;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 22.5rem
}

.sReasons__img-wrap {
    --ratio: 168/168;
    display: block;
    margin-bottom: 1.125rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 6rem;
    position: relative
}

.sReasons__img-wrap:before {
    content: "";
    display: block;
    height: 0;
    padding-bottom: calc(var(--ratio)*100%);
    position: relative
}

.sReasons__footer {
    margin-top: 1.5rem;
    text-align: center
}

.sReasons__footer .row {
    --bs-gutter-x: 0.75rem;
    justify-content: center
}

.sReasons__text {
    font-size: .75rem;
    margin-bottom: 1.125rem
}

.sReasons__btn-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    justify-content: center
}

.sReasons__btn {
    --bs-btn-padding-x: 0.375rem;
    display: block;
    width: calc(50% - .375rem)
}

.sReasons__btn-inner {
    max-width: 16.625rem;
    width: 100%
}

.sReasons--second .section-title {
    max-width: 20.25rem
}

.sReviews {
    --sliderGutter: 0rem;
    --slideCount: 1
}

.sReviews .section-title .h2,
.sReviews .section-title h2 {
    font-size: 1.4375rem
}

.sReviews .section-title__yandex-rate {
    align-items: center;
    display: flex;
    font-size: .875rem;
    justify-content: center;
    line-height: 1
}

.sReviews .section-title__yandex-rate img {
    flex: 0 0 auto;
    margin-right: .75rem;
    max-width: 7.125rem;
    width: 100%
}

.sReviews .section-title__yandex-rate .icon {
    color: #f5b04d;
    font-size: 1.25rem;
    margin-right: .25rem
}

.sReviews__item {
    --s: 0.36s;
    border: 1px solid #e4e4e4;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1.125rem;
    position: relative;
    transition: all var(--s) ease-in-out
}

.sReviews__item:hover {
    box-shadow: 0 5px 20px rgba(25, 28, 31, .15)
}

.sReviews__head {
    align-items: center;
    display: flex;
    margin-bottom: .75rem
}

.sReviews__img-wrap {
    align-items: center;
    background-color: var(--bgColor);
    border-radius: 50%;
    display: flex;
    flex: 0 0 auto;
    height: 2.5rem;
    justify-content: center;
    margin-right: .75rem;
    overflow: hidden;
    position: relative;
    width: 2.5rem;
    z-index: 1
}

.sReviews__img-wrap span {
    color: #fff;
    font-size: .875rem;
    font-weight: 700
}

.sReviews__img-wrap img {
    height: 100%;
    left: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.sReviews__text .h6 {
    font-size: .875rem;
    line-height: 1.4;
    margin-bottom: .25rem
}

.sReviews__text span {
    color: #8c8d8f;
    font-size: .75rem;
    line-height: 1.3
}

.sReviews__content {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.sReviews__content p {
    font-size: .75rem;
    line-height: 1.25
}

.sReviews__content p,
.sReviews__content p:last-of-type {
    margin-bottom: 1.125rem
}

.sReviews__content a {
    color: #8c8d8f;
    font-size: .625rem;
    margin-top: auto
}

.sReviews__content a:hover {
    color: #009fe3
}

.sReviews__stars {
    align-items: center;
    display: flex;
    margin-bottom: .75rem
}

.sReviews__stars .icon {
    color: #f5b04d;
    font-size: .875rem;
    opacity: .86
}

.sReviews__stars .icon.active {
    opacity: 1
}

.sReviews__stars[data-rating="1"] .icon:nth-child(-n+1),
.sReviews__stars[data-rating="2"] .icon:nth-child(-n+2),
.sReviews__stars[data-rating="3"] .icon:nth-child(-n+3),
.sReviews__stars[data-rating="4"] .icon:nth-child(-n+4),
.sReviews__stars[data-rating="5"] .icon:nth-child(-n+5) {
    opacity: 1
}

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

.sReviews__arrow-wrap .swiper-button-hand {
    margin-top: 1.125rem;
    position: static
}

.sReviews__arrow-wrap .swiper-button-hand-prev {
    margin-right: .375rem
}

.sTextContent {
    --sPT: 1.125rem
}

.sTextContent__col {
    position: relative
}

.sTextContent .h1,
.sTextContent h1 {
    margin-bottom: .75rem
}

.sTextContent p {
    font-size: .75rem;
    line-height: 1.5;
    margin-bottom: 1.125rem;
    max-width: 51rem
}

.sTextContent p a {
    color: #009fe3
}

.sTextContent p a:hover {
    color: #ff7a00
}

.sTextContent__date {
    color: #8c8d8f;
    font-size: .625rem;
    margin-bottom: 1.5rem
}

.sTextContent ol {
    counter-reset: num;
    line-height: 1.45;
    list-style-type: none;
    margin-bottom: 1.5rem;
    max-width: 51rem;
    padding-left: 0
}

.sTextContent ol ol {
    margin-top: 1.125rem
}

.sTextContent ol li {
    font-size: 1.125rem;
    font-weight: 700
}

.sTextContent ol li li {
    font-size: .75rem;
    font-weight: 400
}

.sTextContent ol li:not(:last-child) {
    margin-bottom: 1.125rem
}

.sTextContent ol li a {
    color: #009fe3
}

.sTextContent ol li a:hover {
    color: #ff7a00
}

.sTextContent ol li p {
    margin-top: 1.125rem
}

.sTextContent ol>li:before {
    content: counter(num) ". ";
    counter-increment: num
}

.sTextContent ol>li>ol {
    counter-reset: num2
}

.sTextContent ol>li>ol>li:before {
    content: counter(num) "." counter(num2) ". ";
    counter-increment: num2
}

.sTextContent ol>li>ol>li>ol {
    counter-reset: num3
}

.sTextContent ol>li>ol>li>ol>li:before {
    content: counter(num) "." counter(num2) "." counter(num3) ". ";
    counter-increment: num3
}

.sTextContent ol ul {
    margin-bottom: 0;
    margin-top: 1.125rem
}

.sTextContent ol ul li {
    font-size: .75rem;
    list-style-type: none;
    padding-left: 1.125rem;
    position: relative
}

.sTextContent ol ul li:not(:last-child) {
    margin-bottom: .375rem
}

.sTextContent ol ul li:before {
    background-color: #ff7a00;
    border-radius: 50%;
    content: "";
    display: block;
    height: .1875rem;
    left: .4375rem;
    position: absolute;
    top: .4375rem;
    width: .1875rem
}

.sTextContent .sticky .dd-group {
    left: calc(100% + var(--bs-gutter-x)/2)
}

.sTryIt__wrap {
    background: #f6f7fa;
    border-radius: 12px;
    overflow: hidden;
    padding: 1.5rem 1.125rem 0;
    position: relative;
    text-align: center;
    z-index: 1
}

.sTryIt__wrap img {
    max-width: 579px;
    width: 100%
}

.sTryIt__wrap .h2,
.sTryIt__wrap h2 {
    line-height: 1.25;
    margin-bottom: 1.5rem;
    max-width: 30.75rem
}

.sTryIt__wrap .h4,
.sTryIt__wrap h4 {
    font-size: 1.25rem;
    margin-bottom: .75rem
}

.sTryIt__wrap p {
    font-size: .875rem;
    line-height: 1.35;
    margin-bottom: 1.125rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 26.25rem;
    text-align: center
}

.sTryIt__wrap a {
    max-width: 16.375rem;
    width: 100%
}

.sTryIt--2 {
    --sPT: 1.125rem;
    --sPB: 0
}

.sTryIt--2 .sTryIt__wrap {
    padding: 3rem
}

.sTryIt--2 .sTryIt__wrap .row {
    align-items: center
}

.sTryIt--2 .sTryIt__wrap p {
    max-width: none
}

.sTryIt--2 .sTryIt__wrap a {
    max-width: 9.75rem
}

.sTryIt--2 .sTryIt__img-wrap {
    --ratio: 1/1;
    display: block;
    margin-bottom: .75rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 6rem;
    position: relative
}

.sTryIt--2 .sTryIt__img-wrap:before {
    content: "";
    display: block;
    height: 0;
    padding-bottom: calc(var(--ratio)*100%);
    position: relative
}

.sTryIt--3 {
    --sPT: 1.5rem;
    --sPB: 1.5rem
}

.sTryIt--3 .sTryIt__wrap {
    padding: 1.5rem 1.125rem;
    text-align: center
}

.sTryIt--3 .sTryIt__wrap .row {
    align-items: center
}

.sTryIt--3 .sTryIt__wrap .h2,
.sTryIt--3 .sTryIt__wrap h2 {
    margin-left: auto;
    margin-right: auto
}

.sTryIt--3 .sTryIt__wrap p {
    margin-left: auto;
    margin-right: auto;
    max-width: 26.25rem;
    text-align: center
}

.sTryIt--3 .sTryIt__wrap a {
    max-width: 11.25rem
}

.sTryIt--3 .sTryIt__img-wrap {
    --ratio: 1/1;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5rem;
    max-width: 9.75rem;
    position: relative
}

.sTryIt--3 .sTryIt__img-wrap:before {
    content: "";
    display: block;
    height: 0;
    padding-bottom: calc(var(--ratio)*100%);
    position: relative
}

.sWhileUsing {
    --sPT: 1.125rem;
    --sPB: 1.125rem;
    --sTPB: 1.5rem
}

.sWhileUsing__row {
    --bs-gutter-x: 0.75rem;
    --bs-gutter-y: 1.5rem;
    justify-content: center;
    margin-bottom: 2.25rem
}

.sWhileUsing .section-title .h2,
.sWhileUsing .section-title h2 {
    font-size: 1.25rem;
    margin-bottom: 0
}

.sWhileUsing__item {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    text-align: center
}

.sWhileUsing__item .h6,
.sWhileUsing__item h6 {
    font-size: .875rem;
    margin-bottom: .375rem
}

.sWhileUsing__item p {
    font-size: .75rem;
    line-height: 1.5;
    margin-bottom: 0
}

.sWhileUsing__img-wrap {
    --ratio: 1/1;
    display: block;
    margin-bottom: .75rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 6rem;
    position: relative;
    width: 100%
}

.sWhileUsing__img-wrap:before {
    content: "";
    display: block;
    height: 0;
    padding-bottom: calc(var(--ratio)*100%);
    position: relative
}

.sWhileUsing__wrap {
    text-align: center
}

.sWhileUsing__wrap p {
    font-size: .75rem;
    margin-bottom: 1.4375rem
}

.sWhileUsing__wrap a {
    color: #009fe3;
    font-size: .75rem;
    text-decoration: underline
}

.sWhileUsing__wrap a:hover {
    color: #ff7a00
}

.sWhyTelegramBot {
    --sPT: 1.5rem;
    --sPB: 1.5rem;
    --sTPB: 1.5rem;
    --sliderGutter: 0rem;
    --slideCount: 1
}

.sWhyTelegramBot .section-title .h2,
.sWhyTelegramBot .section-title h2 {
    line-height: 1.25em;
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 54rem
}

.sWhyTelegramBot .section-title p {
    font-size: .875rem;
    line-height: 1.35em;
    margin-bottom: 0
}

.sWhyTelegramBot__item {
    height: 100%;
    line-height: 1.26;
    text-align: center
}

.sWhyTelegramBot__item p {
    font-size: .75rem;
    margin-bottom: 0
}

.sWhyTelegramBot__item:hover .sWhyTelegramBot__icon-wrap {
    transform: scale(.95)
}

.sWhyTelegramBot__item:hover .sWhyTelegramBot__icon-wrap img {
    transform: scale(1.1)
}

.sWhyTelegramBot__icon-wrap {
    --s: 0.36s;
    align-items: center;
    background-color: #f6f7fa;
    border-radius: 50%;
    display: flex;
    flex: 0 0 auto;
    height: 3.75rem;
    justify-content: center;
    margin-bottom: .75rem;
    margin-left: auto;
    margin-right: auto;
    transition: all var(--s) ease-in-out;
    width: 3.75rem
}

.sWhyTelegramBot__icon-wrap img {
    --s: 0.36s;
    max-width: 1.875rem;
    transition: all var(--s) ease-in-out;
    width: 100%
}

.sWhyTelegramBot__title {
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.35em;
    margin-bottom: .75rem
}

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

.sWhyTelegramBot__arrow-wrap .swiper-button-hand {
    margin-top: 1.125rem;
    position: static
}

.sWhyTelegramBot__arrow-wrap .swiper-button-hand-prev {
    margin-right: .375rem
}

.sWhyTelegramBot--2 .sWhyTelegramBot__row {
    --bs-gutter-x: 0.75rem;
    --bs-gutter-y: 1.125rem;
    justify-content: center
}

.sWhyTelegramBot--2 .section-title .h2,
.sWhyTelegramBot--2 .section-title h2 {
    max-width: none
}

.sWiki {
    --sPT: 1.125rem;
    --sPB: 1.5rem
}

.sWiki__wrap {
    max-width: 51rem
}

.sWiki .h1,
.sWiki h1 {
    margin-bottom: .75rem
}

.sWiki .search-block {
    margin-bottom: 1.5rem
}

.sWiki .dd-group__item {
    border-bottom: 1px solid #e4e4e4;
    padding: 1.125rem 0
}

.sWiki .dd-group__item:first-child {
    padding-top: 0
}

.sWiki .dd-group__item.active .dd-group__head:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 13c.215 0 .43-.082.594-.245l5.16-5.16a.84.84 0 1 0-1.189-1.189L10 10.972 5.435 6.406a.84.84 0 0 0-1.189 1.189l5.16 5.16c.164.164.379.245.594.245Z' fill='%23C2C2C2'/%3E%3C/svg%3E");
    transform: rotate(-180deg)
}

.sWiki .dd-group__item .wikiItem {
    margin-bottom: .75rem
}

.sWiki .dd-group__item .wikiItem:last-child {
    margin-bottom: 0
}

.sWiki .dd-group__head {
    cursor: pointer;
    padding-right: 1.5rem;
    position: relative
}

.sWiki .dd-group__head:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 13.84a.838.838 0 0 1-.594-.246l-5.16-5.16a.84.84 0 1 1 1.189-1.188L10 11.812l4.565-4.566a.84.84 0 0 1 1.189 1.189l-5.16 5.16a.838.838 0 0 1-.594.245Z' fill='%23FF7A00'/%3E%3C/svg%3E")
}

.sWiki .dd-group__head .h5,
.sWiki .dd-group__head h5 {
    display: inline-block;
    font-size: 1.125rem;
    margin-bottom: 0
}

.sWiki .dd-group__head .badge {
    margin-left: .375rem;
    vertical-align: middle
}

.sWiki .dd-group__content {
    display: block;
    padding-top: 1.125rem
}

.menu {
    list-style: none;
    margin-bottom: 0;
    max-width: 100%;
    position: relative
}

.menu li {
    padding: 0
}

.menu li.menu-dropdown.active .dropdownBtn,
.menu li.menu-item-has-children.active .dropdownBtn {
    color: #009fe3
}

.menu li.menu-dropdown.active .dropdownBtn:before,
.menu li.menu-item-has-children.active .dropdownBtn:before {
    transform: translateY(-50%) rotate(-180deg)
}

.menu li.menu-dropdown .dropdownBtn,
.menu li.menu-item-has-children .dropdownBtn {
    --s: 0.36s;
    cursor: pointer;
    padding: 1.4375rem 1.4375rem 1.4375rem 0;
    transition: all var(--s) ease-in-out
}

.menu li.menu-dropdown .dropdownBtn:hover,
.menu li.menu-item-has-children .dropdownBtn:hover {
    color: #009fe3
}

.menu li.menu-dropdown .dropdownBtn:before,
.menu li.menu-item-has-children .dropdownBtn:before {
    --s: 0.36s;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.85 12.85a.698.698 0 0 1-.495-.205l-4.3-4.3a.7.7 0 1 1 .99-.99L9.85 11.16l3.804-3.805a.7.7 0 0 1 .99.99l-4.3 4.3a.699.699 0 0 1-.494.205Z' fill='%23FF7A00'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 1.25rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all var(--s) ease-in-out;
    width: 1.25rem
}

.menu li.menu-dropdown .dropdownBtn:after,
.menu li.menu-item-has-children .dropdownBtn:after {
    transform-origin: left;
    width: .1875rem
}

.menu li.menu-item-active a {
    color: #009fe3
}

.menu li.menu-item-active a:after {
    background-color: #009fe3;
    opacity: 1;
    transform: scaleX(1) scaleY(1)
}

.menu .dropdownBtn,
.menu a {
    display: block;
    padding: 1.4375rem 0;
    position: relative
}

.menu .dropdownBtn:after,
.menu a:after {
    --s: 0.36s;
    background-color: transparent;
    border-radius: 0 5px 5px 0;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    transform: scaleX(.3) scaleY(0);
    transform-origin: left;
    transition: all var(--s) ease-in-out;
    width: .1875rem
}

.menu .dropdownBtn.active:after,
.menu .dropdownBtn:hover:after,
.menu a.active:after,
.menu a:hover:after {
    background-color: #009fe3;
    opacity: 1;
    transform: scaleX(1) scaleY(1)
}

.toggle-menu-mobile {
    --h: 0.125rem;
    --color: #191c1f;
    --position: calc(var(--h)*3);
    cursor: pointer;
    display: block;
    font-size: 20px;
    height: calc(var(--h)*10);
    position: relative;
    width: 1em
}

.toggle-menu-mobile.on span {
    --color: #191c1f
}

.toggle-menu-mobile.on {
    --position: 0;
    --rotate: 45deg
}

.toggle-menu-mobile.on span {
    background-color: transparent
}

.toggle-menu-mobile span:after,
.toggle-menu-mobile span:before {
    content: "";
    left: 0;
    position: absolute
}

.toggle-menu-mobile span {
    bottom: 0;
    display: block;
    margin-bottom: auto;
    margin-top: auto;
    position: absolute;
    top: 0
}

.toggle-menu-mobile span:before {
    top: var(--position);
    transform: rotate(var(--rotate, 0))
}

.toggle-menu-mobile span:after {
    bottom: var(--position);
    transform: rotate(calc(var(--rotate, 0)*-1))
}

.toggle-menu-mobile span,
.toggle-menu-mobile span:after,
.toggle-menu-mobile span:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: var(--color);
    height: var(--h);
    transform-origin: 50% 50%;
    transition: all .3s;
    width: 1em
}

.top-nav {
    background-color: #fff;
    border-bottom: .0625rem solid #e4e4e4;
    left: 0;
    min-height: 3.8125rem;
    padding-bottom: .875rem;
    padding-top: .875rem;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100
}

.top-nav__row {
    --bs-gutter-x: 1rem;
    align-items: center
}

.top-nav__slide {
    height: auto
}

.top-nav__logo {
    display: block;
    max-width: 7.75rem;
    width: 100%
}

.top-nav__logo img {
    width: 100%
}

.top-nav__btn-reg {
    --bs-btn-font-size: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-padding-x: 0.65rem;
    --bs-btn-border-radius: 0.5rem
}

.top-nav__authorized.menu-dropdown .dropdown-container {
    top: calc(100% + .375rem) !important
}

.top-nav__authorized.menu-dropdown .dropdown-container a {
    display: block
}

.top-nav__authorized.active .top-nav__authorized-wrap:after {
    transform: translateY(-50%) rotate(-180deg)
}

.top-nav__authorized-wrap {
    --s: 0.36s;
    border-radius: 60px;
    cursor: pointer;
    position: relative;
    transition: all var(--s) ease-in-out
}

.top-nav__img-wrap {
    align-items: center;
    background-color: #009fe3;
    border-radius: 50%;
    display: flex;
    height: 2rem;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 2rem;
    z-index: 1
}

.top-nav__img-wrap span {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700
}

.top-nav__img-wrap img {
    height: 100%;
    left: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.top-nav .menu-dropdown,
.top-nav .menu-item-has-children {
    position: relative
}

.top-nav .menu-dropdown.active .dropdown-container,
.top-nav .menu-item-has-children.active .dropdown-container {
    opacity: 1;
    pointer-events: all
}

.top-nav .menu-dropdown .dropdown-container,
.top-nav .menu-dropdown .sub-menu,
.top-nav .menu-item-has-children .dropdown-container,
.top-nav .menu-item-has-children .sub-menu {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(25, 28, 31, .15);
    display: none;
    list-style-type: none;
    min-width: 14.5625rem;
    padding: .75rem 0;
    position: absolute;
    right: 0;
    top: calc(100% - .375rem)
}

.top-nav .menu-dropdown .dropdown-container a,
.top-nav .menu-dropdown .sub-menu a,
.top-nav .menu-item-has-children .dropdown-container a,
.top-nav .menu-item-has-children .sub-menu a {
    color: #191c1f;
    line-height: 1.25em;
    padding: .625rem 1.4375rem;
    text-align: left;
    transition-duration: 0s
}

.top-nav .menu-dropdown .dropdown-container a:after,
.top-nav .menu-dropdown .sub-menu a:after,
.top-nav .menu-item-has-children .dropdown-container a:after,
.top-nav .menu-item-has-children .sub-menu a:after {
    content: unset
}

.top-nav .menu-dropdown .dropdown-container a:hover:not(.disabled),
.top-nav .menu-dropdown .sub-menu a:hover:not(.disabled),
.top-nav .menu-item-has-children .dropdown-container a:hover:not(.disabled),
.top-nav .menu-item-has-children .sub-menu a:hover:not(.disabled) {
    background-color: #f6f7fa
}

.top-nav .menu-dropdown .dropdown-container a.disabled,
.top-nav .menu-dropdown .sub-menu a.disabled,
.top-nav .menu-item-has-children .dropdown-container a.disabled,
.top-nav .menu-item-has-children .sub-menu a.disabled {
    color: #8c8d8f;
    cursor: not-allowed
}

.top-nav .menu-dropdown .dropdown-container a .badge,
.top-nav .menu-dropdown .sub-menu a .badge,
.top-nav .menu-item-has-children .dropdown-container a .badge,
.top-nav .menu-item-has-children .sub-menu a .badge {
    margin-left: .375rem
}

.topLine__row {
    --bs-gutter-y: var(--bs-gutter-x)
}

.topLine__slide {
    height: auto
}

@media screen and (min-width:350px) {
    .headerBlock__btn {
        max-width: 50%
    }
}

@media (min-width:576px) {

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

    .col-sm {
        flex: 1 0 0%
    }

    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }

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

    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

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

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

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

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

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

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

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

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

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

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

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

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

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

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

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

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

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem
    }

    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-sm-bottom {
        bottom: 0;
        position: sticky;
        z-index: 1020
    }

    .float-sm-start {
        float: left !important
    }

    .float-sm-end {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

    .object-fit-sm-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .object-fit-sm-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }

    .object-fit-sm-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }

    .object-fit-sm-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }

    .object-fit-sm-none {
        -o-object-fit: none !important;
        object-fit: none !important
    }

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

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

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

    .d-sm-grid {
        display: grid !important
    }

    .d-sm-inline-grid {
        display: inline-grid !important
    }

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

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

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

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

    .d-sm-inline-flex {
        display: inline-flex !important
    }

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

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

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

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

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

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

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

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

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

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

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

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

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

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

    .justify-content-sm-around {
        justify-content: space-around !important
    }

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

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

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

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

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

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

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

    .align-self-sm-end {
        align-self: flex-end !important
    }

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

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }

    .order-sm-first {
        order: -1 !important
    }

    .order-sm-0 {
        order: 0 !important
    }

    .order-sm-1 {
        order: 1 !important
    }

    .order-sm-2 {
        order: 2 !important
    }

    .order-sm-3 {
        order: 3 !important
    }

    .order-sm-4 {
        order: 4 !important
    }

    .order-sm-5 {
        order: 5 !important
    }

    .order-sm-last {
        order: 6 !important
    }

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

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

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

    .mx-sm-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-sm-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-sm-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-sm-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-sm-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-sm-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-sm-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-sm-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-sm-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-sm-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-sm-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-sm-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-sm-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-sm-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

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

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

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

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: .25rem !important
    }

    .me-sm-2 {
        margin-right: .5rem !important
    }

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

    .me-sm-4 {
        margin-right: 1.5rem !important
    }

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

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

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

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

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

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

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

    .mb-sm-auto {
        margin-bottom: auto !important
    }

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

    .ms-sm-1 {
        margin-left: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .5rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .ms-sm-5 {
        margin-left: 3rem !important
    }

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

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

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

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

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

    .p-sm-5 {
        padding: 3rem !important
    }

    .px-sm-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-sm-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

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

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

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

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

    .py-sm-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

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

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

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

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

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

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

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

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

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

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

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .5rem !important
    }

    .pe-sm-3 {
        padding-right: 1rem !important
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .pe-sm-5 {
        padding-right: 3rem !important
    }

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

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

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

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

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

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

    .ps-sm-1 {
        padding-left: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .5rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

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

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

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: .25rem !important
    }

    .gap-sm-2 {
        gap: .5rem !important
    }

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

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

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

    .row-gap-sm-0 {
        row-gap: 0 !important
    }

    .row-gap-sm-1 {
        row-gap: .25rem !important
    }

    .row-gap-sm-2 {
        row-gap: .5rem !important
    }

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

    .row-gap-sm-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-sm-5 {
        row-gap: 3rem !important
    }

    .column-gap-sm-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .column-gap-sm-1 {
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .column-gap-sm-2 {
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

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

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

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

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

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

    .contactItem__descr,
    .contactItem__schedule {
        font-size: .875rem
    }

    .contactItem__btn {
        --bs-btn-font-size: 1rem;
        --bs-btn-line-height: 125%;
        --bs-btn-padding-y: 0.6875rem;
        --bs-btn-padding-x: 0.6875rem;
        margin-top: .75rem;
        width: 11.25rem
    }

    .contactItem__img-wrap {
        height: 2.875rem;
        margin-bottom: 1rem;
        width: 2.875rem
    }

    .tariffs table {
        font-size: .75rem
    }

    .tariffs .tariffs-item {
        font-size: .75rem
    }

    .tariffs .tariffs-item__price {
        font-size: .875rem
    }

    .modal-text {
        max-width: 1000px
    }

    .sChooseTariff {
        --slideCount: 2
    }

    .sFAQBlock ol li {
        margin-right: .75rem;
        width: calc(50% - .75rem)
    }

    .sReasons__btn {
        --bs-btn-padding-x: 0.75rem
    }

    .sReviews {
        --sliderGutter: 0.75rem;
        --slideCount: 2
    }

    .sWhyTelegramBot {
        --sliderGutter: 0.75rem;
        --slideCount: 2
    }

    .top-nav__row {
        --bs-gutter-x: 1.125rem
    }
}

@media (min-width:768px) {

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

    .col-md {
        flex: 1 0 0%
    }

    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }

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

    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

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

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

    .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-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

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

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

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

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

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

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

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

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

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

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem
    }

    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-md-bottom {
        bottom: 0;
        position: sticky;
        z-index: 1020
    }

    .float-md-start {
        float: left !important
    }

    .float-md-end {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }

    .object-fit-md-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .object-fit-md-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }

    .object-fit-md-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }

    .object-fit-md-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }

    .object-fit-md-none {
        -o-object-fit: none !important;
        object-fit: none !important
    }

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

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

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

    .d-md-grid {
        display: grid !important
    }

    .d-md-inline-grid {
        display: inline-grid !important
    }

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

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

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

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

    .d-md-inline-flex {
        display: inline-flex !important
    }

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

    .flex-md-fill {
        flex: 1 1 auto !important
    }

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

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

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

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

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

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

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

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

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

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

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

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

    .justify-content-md-around {
        justify-content: space-around !important
    }

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

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

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

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

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

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

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

    .align-self-md-end {
        align-self: flex-end !important
    }

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

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }

    .order-md-first {
        order: -1 !important
    }

    .order-md-0 {
        order: 0 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }

    .order-md-3 {
        order: 3 !important
    }

    .order-md-4 {
        order: 4 !important
    }

    .order-md-5 {
        order: 5 !important
    }

    .order-md-last {
        order: 6 !important
    }

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

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

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

    .mx-md-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-md-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-md-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-md-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-md-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-md-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-md-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-md-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-md-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-md-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-md-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-md-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-md-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-md-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

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

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

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

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: .25rem !important
    }

    .me-md-2 {
        margin-right: .5rem !important
    }

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

    .me-md-4 {
        margin-right: 1.5rem !important
    }

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

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

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

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

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

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

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

    .mb-md-auto {
        margin-bottom: auto !important
    }

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

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .ms-md-2 {
        margin-left: .5rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 3rem !important
    }

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

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

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

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

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

    .p-md-5 {
        padding: 3rem !important
    }

    .px-md-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-md-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

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

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

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

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

    .py-md-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

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

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

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

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

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

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

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

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

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

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

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: .25rem !important
    }

    .pe-md-2 {
        padding-right: .5rem !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .pe-md-5 {
        padding-right: 3rem !important
    }

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

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

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

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

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

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

    .ps-md-1 {
        padding-left: .25rem !important
    }

    .ps-md-2 {
        padding-left: .5rem !important
    }

    .ps-md-3 {
        padding-left: 1rem !important
    }

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

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

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: .25rem !important
    }

    .gap-md-2 {
        gap: .5rem !important
    }

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

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

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

    .row-gap-md-0 {
        row-gap: 0 !important
    }

    .row-gap-md-1 {
        row-gap: .25rem !important
    }

    .row-gap-md-2 {
        row-gap: .5rem !important
    }

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

    .row-gap-md-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-md-5 {
        row-gap: 3rem !important
    }

    .column-gap-md-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .column-gap-md-1 {
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .column-gap-md-2 {
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

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

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

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

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

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

    .pagination-wrapper ul li {
        width: 12.5%
    }

    .pagination-wrapper ul li:first-child .page-numbers {
        border-radius: 12px 0 0 12px
    }

    .pagination-wrapper ul li:last-child .page-numbers {
        border-radius: 0 12px 12px 0
    }

    .pagination-wrapper ul li .icon {
        font-size: 1.25rem
    }

    .footer p {
        font-size: .875rem;
        margin-bottom: .75rem
    }

    .footer__text-wrap {
        text-align: left
    }

    .footer__link-wrap {
        align-items: flex-end;
        text-align: right
    }

    .footer__btn {
        margin-right: 0
    }

    .footer__mail {
        font-size: 1rem;
        margin-bottom: .5065rem
    }

    .footer__tech-help {
        font-size: .69rem
    }

    .footer .soc {
        justify-content: flex-end
    }

    .footer__inner-row a.footer__lang {
        justify-content: flex-start;
        margin-top: 0
    }

    .footer__bottom-row {
        text-align: left
    }

    .footer__bottom-row p {
        margin-bottom: 0
    }

    .footer__text {
        font-size: 1rem;
        margin-bottom: .75rem
    }

    .form-wrap__input-wrap .iti--separate-dial-code .iti__selected-flag {
        border-radius: 12px 0 0 12px
    }

    .form-wrap__input-wrap .iti__selected-dial-code {
        font-size: 1rem
    }

    .form-wrap__input-wrap .iti__country-list {
        max-width: 360px;
        width: calc(50vw - 122px)
    }

    .form-wrap__invalid-feedback {
        font-size: .875rem
    }

    .form-wrap__btn {
        --bs-btn-font-size: 1.125rem;
        --bs-btn-padding-y: 1rem;
        --bs-btn-border-radius: 0.75rem
    }

    .form-wrap__policy {
        font-size: .875rem
    }

    .form-wrap__repeat {
        font-size: 1rem
    }

    .form-wrap__pass-btn {
        top: 1.125rem
    }

    .form-wrap__pass-btn .icon {
        font-size: 1.5rem
    }

    .headerBlock {
        text-align: left
    }

    .headerBlock__img-wrap {
        max-width: 18.5rem
    }

    .headerBlock__img-wrap video {
        border-radius: 40px
    }

    .headerBlock p {
        font-size: 1.125rem;
        margin-bottom: 2.25rem
    }

    .headerBlock__btn-wrap {
        --bs-gutter-x: 1.125rem
    }

    .headerBlock__btn {
        max-width: 14.125rem
    }

    .headerBlock__stories-wrap {
        margin-bottom: 0;
        margin-top: 5.425rem
    }

    .headerBlock__stories-item p {
        font-size: 1rem;
        margin-bottom: 0;
        max-width: 10.5rem
    }

    .headerBlock__stories-item p .mobile-br {
        display: none
    }

    .headerBlock__icon-wrap {
        height: 6rem;
        margin-bottom: 1.125rem;
        width: 6rem
    }

    .headerBlock__icon-wrap:before {
        height: calc(100% - 1rem);
        width: calc(100% - 1rem)
    }

    .headerBlock--2 .headerBlock__img-wrap {
        max-width: 34.5rem
    }

    .headerBlock--2 .headerBlock__item p {
        max-width: 22.5rem
    }

    .headerBlock--2 .headerBlock__icon-wrap img {
        max-width: 2.5rem
    }

    .headerBlock--2 .headerBlock__stories-wrap {
        margin-top: 2.825rem
    }

    .headerBlock--2 .headerBlock__stories-wrap p {
        font-size: 1rem
    }

    .search-block input {
        border-radius: .75rem;
        font-size: 1rem;
        padding: 1.1875rem 3.375rem 1.1875rem 1.5rem
    }

    .search-block button {
        border-radius: .75rem;
        height: 2.9375rem;
        right: .4375rem;
        width: 2.9375rem
    }

    .search-block button .focus {
        font-size: 1rem
    }

    .search-block__wrap {
        border-radius: 12px 0 0 12px;
        top: calc(100% + .75rem)
    }

    .search-block__not-found {
        font-size: 1rem;
        padding: 1.5rem
    }

    .search-block .wikiItem {
        padding: .6875rem 1.5rem
    }

    .breadcrumb {
        --bs-breadcrumb-font-size: 0.875rem;
        --bs-breadcrumb-padding-y: 0.8125rem
    }

    .cookies {
        max-width: 39rem;
        width: 100%
    }

    .cookies img {
        max-width: 1.25rem
    }

    .cookies p {
        font-size: 1rem
    }

    .cookies__close {
        height: .875rem;
        width: .875rem
    }

    .authorization__left-side {
        display: flex
    }

    .authorization__logo {
        max-width: 11.25rem;
        top: 3rem
    }

    .authorization__right-side {
        max-width: 50vw;
        padding: 5.3125rem 3.8125rem
    }

    .authorization__back-btn {
        bottom: unset;
        font-size: 1rem;
        top: 3.8125rem
    }

    .authorization__content .h4,
    .authorization__content h4 {
        font-size: 2rem
    }

    .authorization__content p {
        font-size: 1rem
    }

    .authorization__content .form-wrap__btn {
        margin-bottom: 1.5rem;
        margin-top: .75rem
    }

    .authorization__forgot {
        font-size: 1rem
    }

    .authorization__error {
        font-size: .75rem
    }

    .authorization__btn {
        --bs-btn-font-size: 1.125rem;
        --bs-btn-padding-y: 1rem;
        --bs-btn-border-radius: 0.75rem;
        margin-top: .5rem
    }

    .authorization--fullscreen .authorization__right-side {
        max-width: none;
        padding: 5.875rem 1.25rem
    }

    .authorization--fullscreen .authorization__logo {
        display: block !important
    }

    .contactItem {
        padding: 2rem
    }

    .contactItem__descr {
        margin-bottom: .75rem
    }

    .contactItem__link {
        font-size: 2rem;
        line-height: 125%;
        margin-bottom: .75rem
    }

    .contactItem__img-wrap {
        margin-bottom: 1.5rem
    }

    .btn-change-page__item {
        padding: .75rem 1.5rem
    }

    .btn-change-page__item .icon {
        font-size: 1.25rem
    }

    .btn-change-page__item span {
        font-size: .75rem;
        margin-bottom: .375rem
    }

    .btn-change-page__text {
        font-size: 1rem
    }

    .tariffs {
        border-radius: .75rem;
        padding: 3rem 2rem
    }

    .tariffs__title {
        align-items: flex-start;
        text-align: left
    }

    .tariffs__title .h3 {
        line-height: 115%
    }

    .tariffs table {
        font-size: .875rem;
        height: 1px
    }

    .tariffs thead {
        border: none;
        display: table-row-group;
        padding-left: 0;
        padding-right: 0
    }

    .tariffs thead th {
        padding: 0 0 1.5rem 1.5rem;
        width: 18.25%
    }

    .tariffs thead th:first-child {
        padding-left: 0;
        width: 27%
    }

    .tariffs tbody {
        display: table-row-group !important;
        padding-left: 0;
        padding-right: 0
    }

    .tariffs tbody tr {
        border-top: 1px solid #e4e4e4;
        display: table-row !important
    }

    .tariffs tbody tr:last-child td {
        padding-bottom: 0
    }

    .tariffs tbody td {
        padding: .75rem 0 .75rem 1.5rem
    }

    .tariffs tbody td:first-child {
        padding-left: 0;
        text-align: left
    }

    .tariffs tbody td:last-child {
        padding-right: 0
    }

    .tariffs tfoot {
        display: none
    }

    .tariffs .tariffs__switch {
        font-size: 1rem;
        margin-bottom: .5rem;
        margin-top: auto
    }

    .tariffs .tariffs__switch input {
        margin-left: .75rem;
        margin-right: .75rem
    }

    .tariffs .tariffs-item {
        font-size: .875rem
    }

    .tariffs .tariffs-item__price {
        font-size: 1rem;
        line-height: 125%
    }

    .nav-block__item span {
        font-size: .875rem
    }

    .nav-block__text {
        font-size: .875rem
    }

    .nav-block__text:not(:last-of-type) {
        margin-bottom: 1.125rem
    }

    .wikiItem__img-wrap {
        border-radius: .75rem;
        margin-right: 1.5rem;
        max-width: 32.35%
    }

    .wikiItem__content p {
        font-size: 1rem
    }

    .wikiItem__head {
        font-size: 1rem;
        line-height: 125%
    }

    .wikiItem__title {
        font-size: 1.125rem;
        line-height: 135%
    }

    .alert {
        --bs-alert-padding-x: 1.25rem;
        --bs-alert-padding-y: 0.625rem;
        --bs-alert-margin-bottom: 2.25rem;
        --bs-alert-border-radius: 0.5rem;
        font-size: .875rem
    }

    .alert img {
        max-width: 1.875rem
    }

    .fancybox__slide {
        padding: 1.125rem
    }

    .modal-win~.carousel__button.is-close {
        right: 1.5rem;
        top: 1.5rem
    }

    #modal-stories .carousel__button.is-close {
        right: 1rem;
        top: 1.75rem
    }

    .modal-stories {
        --sidePadding: 1.5rem;
        padding: 5.9375rem var(--sidePadding)
    }

    .modal-stories__icon-wrap {
        height: 7.5rem;
        margin-bottom: 1.5rem;
        width: 7.5rem
    }

    .modal-stories__icon-wrap img {
        max-width: 4rem
    }

    .modal-stories .h5 {
        font-size: 1.625rem;
        margin-bottom: 1.5rem
    }

    .modal-stories p {
        font-size: 1rem
    }

    .modal-stories__btn {
        bottom: 1.5rem
    }

    .s404Block {
        --sPT: 3rem
    }

    .s404Block__wrap span {
        font-size: 15.1875rem;
        top: -11px
    }

    .s404Block__wrap p {
        font-size: 1rem;
        margin-bottom: 2.05rem
    }

    .s404Block__wrap a {
        max-width: 15.25rem
    }

    .s404Block__img-wrap {
        margin-bottom: 1.5rem;
        max-width: 10.5rem
    }

    .sBlog__row {
        --bs-gutter-y: 3rem;
        margin-bottom: 3rem
    }

    .sBlog__item p {
        font-size: 1rem
    }

    .sBlog__img-wrap {
        margin-bottom: 1.125rem
    }

    .sBlog__title {
        font-size: 1.125rem
    }

    .sBlog__date {
        font-size: .875rem
    }

    .sBlog .contactItem {
        padding: 1.5rem
    }

    .sBlog .contactItem__link {
        font-size: 1.625rem
    }

    .sCapabilities .section-title p {
        font-size: 1.125rem
    }

    .sCapabilities .dd-group__row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 1.7rem;
        margin-bottom: 2.6rem
    }

    .sCapabilities .dd-group__item:hover {
        box-shadow: 0 5px 20px rgba(25, 28, 31, .15)
    }

    .sCapabilities .dd-group__item {
        border: 1px solid #e4e4e4;
        border-radius: 18px;
        padding: 2rem;
        text-align: center
    }

    .sCapabilities .dd-group__head {
        margin-bottom: 1.125rem;
        pointer-events: none
    }

    .sCapabilities .dd-group__head:after {
        content: unset
    }

    .sCapabilities .dd-group__head .h6,
    .sCapabilities .dd-group__head h6 {
        font-size: 1.25rem
    }

    .sCapabilities .dd-group__content {
        display: block !important;
        font-size: 1rem;
        height: 100% !important;
        padding-bottom: 0
    }

    .sCapabilities .dd-group__icon-wrap {
        border-radius: 50%;
        margin-bottom: 1.5rem;
        margin-left: auto;
        margin-right: auto
    }

    .sCapabilities__qr-wrap {
        display: flex
    }

    .sChooseTariff {
        --slideCount: 3
    }

    .sChooseTariff .section-title__switch {
        font-size: 1rem
    }

    .sChooseTariff__item {
        padding: 1.5rem
    }

    .sChooseTariff__wrap {
        margin-bottom: 1.125rem;
        min-height: 9.2050625rem
    }

    .sChooseTariff__popular {
        font-size: .875rem;
        height: 2.8125rem;
        right: -57px;
        top: 17px
    }

    .sChooseTariff__text {
        font-size: 1rem;
        margin-bottom: 1.8rem
    }

    .sChooseTariff__btn {
        max-width: 15.25rem
    }

    .sCompare .section-title p {
        font-size: 1.125rem
    }

    .sCompare__table-wrap {
        border-radius: 24px;
        margin-bottom: 2.7rem
    }

    .sCompare__table-wrap tbody {
        display: table-row-group !important
    }

    .sCompare__table-wrap tbody tr {
        display: table-row !important
    }

    .sCompare__table-wrap tfoot {
        display: none
    }

    .sCompare__table-wrap th:first-child,
    .sCompare__table-wrap th:nth-child(2),
    .sCompare__table-wrap th:nth-child(3) {
        width: 25%
    }

    .sCompare__table-wrap th:nth-child(2) {
        background-color: #f6f7fa
    }

    .sCompare__table-wrap td {
        font-size: 1rem;
        padding: 1.234375rem 1.25rem
    }

    .sCompare__table-wrap td:first-child {
        text-align: left
    }

    .sCompare__table-wrap td:nth-child(2) {
        background-color: #f6f7fa
    }

    .sCompare__text {
        font-size: 1rem;
        margin-bottom: 2rem
    }

    .sCompare__btn {
        max-width: 16.375rem
    }

    .sConnected {
        --sTPB: 3rem
    }

    .sConnected__row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 1.5rem;
        justify-content: center;
        margin-bottom: 3rem
    }

    .sConnected__item:hover {
        box-shadow: 0 5px 20px rgba(25, 28, 31, .15)
    }

    .sConnected__item {
        border: 1px solid #e4e4e4;
        border-radius: 18px;
        flex-direction: column;
        padding: 1.5rem 1.5rem 1.3349375rem;
        text-align: center
    }

    .sConnected__item img {
        margin-bottom: .75rem;
        max-width: 4.5rem
    }

    .sConnected__item p {
        font-size: 1rem
    }

    .sConnected__item .icon {
        display: none
    }

    .sConnected__title {
        font-size: 1.125rem
    }

    .sConnected__btn {
        max-width: 13.5rem
    }

    .sContent {
        --sPT: 2.9rem;
        --sPB: 2.8125rem
    }

    .sContent .h1,
    .sContent h1 {
        margin-bottom: 1.5rem
    }

    .sContent .h6,
    .sContent h6 {
        font-size: 1.25rem;
        margin-bottom: 1.5rem
    }

    .sContent p {
        font-size: 1rem;
        margin-bottom: 2.25rem
    }

    .sContent ul {
        margin-bottom: 2.25rem
    }

    .sContent ul li {
        font-size: 1rem;
        padding-left: 1.5rem
    }

    .sContent ul li:before {
        height: .25rem;
        left: .625rem;
        top: .5rem;
        width: .25rem
    }

    .sContent ol {
        margin-bottom: 2.25rem
    }

    .sContent ol li {
        font-size: 1rem;
        margin-bottom: .75rem
    }

    .sContent__date {
        font-size: .875rem;
        margin-bottom: 1.5rem
    }

    .sContent__img-wrap {
        margin-bottom: 1.5rem
    }

    .sContent img {
        margin-bottom: 1.5rem
    }

    .sContent__article {
        margin-bottom: 2.25rem
    }

    .sContent__article p {
        margin-bottom: 1.3125rem
    }

    .sContent .nav-block p {
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 1.5rem;
        padding-left: 1.5rem
    }

    .sContent .nav-block__link:not(:last-of-type) {
        margin-bottom: 1.125rem
    }

    .sContent .nav-block__link {
        font-size: 1rem;
        padding: 0 0 0 1.5rem
    }

    .sContent .nav-block__link span {
        font-size: .875rem
    }

    .sContent .btn-change-page {
        display: block;
        margin-top: 3.375rem
    }

    .sControl .section-title p {
        font-size: 1.125rem
    }

    .sControl .dd-group {
        --bs-gutter-y: 1.225rem;
        display: flex;
        flex-direction: column;
        margin-top: calc(var(--bs-gutter-y)*-1)
    }

    .sControl .dd-group>* {
        margin-top: var(--bs-gutter-y)
    }

    .sControl .dd-group__item:hover {
        box-shadow: 0 5px 20px rgba(25, 28, 31, .15)
    }

    .sControl .dd-group__item:hover .dd-group__icon-wrap {
        transform: translateY(-50%) scale(.95)
    }

    .sControl .dd-group__item:hover .dd-group__icon-wrap img {
        transform: scale(1.1)
    }

    .sControl .dd-group__item:hover.dd-group__item--settings .dd-group__icon-wrap {
        transform: scale(.95)
    }

    .sControl .dd-group__item {
        border: 1px solid #e4e4e4;
        border-radius: 18px;
        padding: 2.3rem 2rem 2.3rem 9.5rem
    }

    .sControl .dd-group__item--settings .dd-group__icon-wrap {
        top: 2rem;
        transform: translate(0)
    }

    .sControl .dd-group__head {
        margin-bottom: 1.125rem;
        pointer-events: none
    }

    .sControl .dd-group__head:after {
        content: unset
    }

    .sControl .dd-group__head .h6,
    .sControl .dd-group__head h6 {
        font-size: 1.25rem
    }

    .sControl .dd-group__content {
        display: block !important;
        font-size: 1rem;
        height: 100% !important;
        padding-bottom: 0
    }

    .sControl .dd-group__icon-wrap {
        border-radius: 50%;
        left: 2rem;
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }

    .sControl .dd-group ul li {
        font-size: 1rem;
        padding-left: 1.5rem
    }

    .sControl .dd-group ul li:before {
        height: .25rem;
        left: .625rem;
        top: .5rem;
        width: .25rem
    }

    .sEngVersionFooter {
        --sPT: 3rem
    }

    .sEngVersionFooter p {
        font-size: 1rem
    }

    .sEngVersionHeader {
        --sPT: 3.75rem;
        --sPB: 3.75rem
    }

    .sEngVersionHeader__logo {
        margin-left: 0;
        max-width: 11.25rem
    }

    .sEngVersionHeaderBlock {
        --sPB: 1.5rem
    }

    .sEngVersionHeaderBlock__card {
        background-color: #f6f7fa;
        border-radius: 24px;
        text-align: left
    }

    .sEngVersionHeaderBlock__card .h1,
    .sEngVersionHeaderBlock__card h1 {
        font-size: 3.375rem;
        margin-bottom: 1.5rem
    }

    .sEngVersionHeaderBlock__card .h4,
    .sEngVersionHeaderBlock__card h4 {
        font-size: 2rem;
        margin-bottom: 1.5rem
    }

    .sEngVersionHeaderBlock__card .h6,
    .sEngVersionHeaderBlock__card h6 {
        font-size: 1.25rem;
        margin-bottom: 1.5rem
    }

    .sEngVersionHeaderBlock__card p {
        font-size: 1rem;
        margin-bottom: 1.3125rem
    }

    .sEngVersionHeaderBlock__card ul~p {
        margin-top: 1.5rem
    }

    .sEngVersionHeaderBlock__card ul li {
        font-size: 1rem;
        padding-left: 1.5rem
    }

    .sEngVersionHeaderBlock__card ul li:before {
        height: .25rem;
        left: .625rem;
        top: .5rem;
        width: .25rem
    }

    .sEngVersionHeaderBlock__card {
        padding: 3rem
    }

    .sEngVersionHeaderBlock__card--gradient {
        background-image: linear-gradient(102.68deg, rgba(0, 159, 227, .12), rgba(111, 100, 236, .12));
        margin-bottom: 0
    }

    .sEngVersionHeaderBlock__card--bordered {
        background-color: #fff;
        border: 1px solid #e4e4e4
    }

    .sEngVersionHeaderBlock__title {
        font-size: 2rem;
        margin-bottom: 4.75rem
    }

    .sEngVersionHeaderBlock__img-wrap {
        margin-bottom: 0;
        max-width: 19.5rem;
        min-width: 19.5rem
    }

    .sFAQBlock__wrap {
        border-radius: 24px;
        margin-bottom: .9rem;
        padding: 3rem 1.5rem
    }

    .sFAQBlock__wrap .h4,
    .sFAQBlock__wrap h4 {
        font-size: 2rem;
        margin-bottom: 3rem
    }

    .sFAQBlock ol {
        margin-right: -.75rem
    }

    .sFAQBlock ol li {
        margin-right: .75rem;
        width: calc(33.33333% - .75rem)
    }

    .sFAQBlock ol li p {
        font-size: 1rem;
        max-width: 12.3125rem
    }

    .sFAQBlock__icon-wrap:before {
        font-size: 1rem;
        height: 1.875rem;
        right: 0;
        top: 0;
        width: 1.875rem
    }

    .sFAQBlock__icon-wrap {
        height: 6rem;
        margin-bottom: 1.429375rem;
        width: 6rem
    }

    .sFAQBlock__icon-wrap img {
        max-width: 2.5rem
    }

    .sFAQBlock .dd-group__head {
        font-size: 1.125rem;
        padding: 2rem 3rem 2rem 2rem
    }

    .sFAQBlock .dd-group__head:after {
        height: 1.25rem;
        right: 1.75rem;
        width: 1.25rem
    }

    .sFAQBlock .dd-group__content {
        padding-bottom: 2rem;
        padding-left: 2rem
    }

    .sFAQBlock .dd-group__content p {
        font-size: 1rem;
        margin-bottom: 1.5625rem
    }

    .sFAQBlock .dd-group__btn {
        --bs-btn-font-size: 1rem;
        --bs-btn-padding-y: 0.65625rem;
        margin-top: 1.5rem
    }

    .sRankSystem {
        --sPT: 2.8125rem;
        --sPB: 2.8125rem;
        --sTPB: 3rem
    }

    .sRankSystem__row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 1.5rem;
        margin-bottom: 2.6rem
    }

    .sRankSystem .section-title .h2,
    .sRankSystem .section-title h2 {
        font-size: 3rem;
        margin-bottom: 1.5rem
    }

    .sRankSystem .section-title p {
        font-size: 1.125rem
    }

    .sRankSystem__item {
        min-height: 22.5rem;
        padding: 1.5rem
    }

    .sRankSystem__item img {
        margin-bottom: 1.5rem
    }

    .sRankSystem__item p {
        font-size: 1rem;
        max-width: 19.5rem
    }

    .sRankSystem__title {
        font-size: 1.125rem;
        margin-bottom: .75rem
    }

    .sRankSystem__precent {
        font-size: 2.5rem;
        margin-bottom: .75rem
    }

    .sRankSystem__footer p {
        font-size: 1rem;
        margin-bottom: 2rem;
        max-width: none
    }

    .sRankSystem__btn-wrap {
        gap: 1.125rem
    }

    .sRankSystem__btn {
        max-width: 14.125rem
    }

    .sReasons .section-title {
        max-width: 42.75rem
    }

    .sReasons .section-title p {
        font-size: 1rem
    }

    .sReasons__item .h6,
    .sReasons__item h6 {
        font-size: 1.25rem;
        margin-bottom: 1.125rem
    }

    .sReasons__item p {
        font-size: 1rem
    }

    .sReasons__footer {
        margin-top: 3rem
    }

    .sReasons__footer .row {
        --bs-gutter-x: 1.125rem
    }

    .sReasons__text {
        font-size: 1rem;
        margin-bottom: 2rem
    }

    .sReasons__btn-row {
        gap: 1.125rem
    }

    .sReasons__btn {
        max-width: 14.125rem;
        width: 100%
    }

    .sReasons__btn-inner {
        max-width: 20.125rem
    }

    .sReasons--second .section-title {
        max-width: 58.5rem
    }

    .sReviews .section-title .h2,
    .sReviews .section-title h2 {
        font-size: 3rem
    }

    .sReviews .section-title__yandex-rate {
        font-size: 1.125rem
    }

    .sReviews .section-title__yandex-rate img {
        max-width: 8.5rem
    }

    .sReviews .section-title__yandex-rate .icon {
        font-size: 1.5rem
    }

    .sReviews__item {
        border-radius: 18px;
        padding: 1.2rem 1.5rem
    }

    .sReviews__head {
        margin-bottom: 1.025rem
    }

    .sReviews__img-wrap {
        height: 3rem;
        width: 3rem
    }

    .sReviews__img-wrap span {
        font-size: 1.125rem
    }

    .sReviews__text .h6 {
        font-size: 1.125rem
    }

    .sReviews__text span {
        font-size: .875rem
    }

    .sReviews__content p {
        font-size: 1rem;
        margin-bottom: 1.2625rem
    }

    .sReviews__content a {
        font-size: .875rem
    }

    .sReviews__stars .icon {
        font-size: 1rem
    }

    .sReviews__arrow-wrap .swiper-button-hand-prev {
        margin-right: .75rem
    }

    .sTextContent {
        --sPT: 2.9rem
    }

    .sTextContent .h1,
    .sTextContent h1 {
        margin-bottom: 1.5rem
    }

    .sTextContent p {
        font-size: 1rem;
        margin-bottom: 1.7rem
    }

    .sTextContent__date {
        font-size: .875rem
    }

    .sTextContent ol {
        margin-bottom: 1.95rem
    }

    .sTextContent ol ol {
        margin-top: 1.5rem
    }

    .sTextContent ol li {
        font-size: 1.625rem
    }

    .sTextContent ol li li {
        font-size: 1rem
    }

    .sTextContent ol li:not(:last-child) {
        margin-bottom: 1.64rem
    }

    .sTextContent ol li p {
        margin-top: 1.5rem
    }

    .sTextContent ol ul {
        margin-top: 1.5rem
    }

    .sTextContent ol ul li {
        font-size: 1rem;
        padding-left: 1.5rem
    }

    .sTextContent ol ul li:not(:last-child) {
        margin-bottom: .75rem
    }

    .sTextContent ol ul li:before {
        height: .25rem;
        left: .625rem;
        top: .625rem;
        width: .25rem
    }

    .sTryIt__wrap {
        border-radius: 24px;
        padding: 2.8125rem 1.875rem 0
    }

    .sTryIt__wrap .h4,
    .sTryIt__wrap h4 {
        font-size: 1.5rem;
        margin-bottom: 2rem
    }

    .sTryIt--2 {
        --sPT: 1.5rem
    }

    .sTryIt--2 .sTryIt__wrap a {
        max-width: 14.125rem
    }

    .sTryIt--2 .sTryIt__img-wrap {
        margin-bottom: 0;
        max-width: 19.5rem
    }

    .sTryIt--3 {
        --sPT: 2.8125rem;
        --sPB: 2.8125rem
    }

    .sTryIt--3 .sTryIt__wrap a {
        max-width: 16.375rem
    }

    .sTryIt--3 .sTryIt__img-wrap {
        margin-top: 0;
        max-width: 19.5rem
    }

    .sWhileUsing {
        --sPT: 1rem;
        --sPB: 1.5rem;
        --sTPB: 3rem
    }

    .sWhileUsing__row {
        --bs-gutter-x: 1.5rem;
        margin-bottom: 3rem
    }

    .sWhileUsing .section-title .h2,
    .sWhileUsing .section-title h2 {
        font-size: 2rem
    }

    .sWhileUsing__item {
        border: 1px solid #e4e4e4;
        border-radius: 24px;
        padding: 3rem
    }

    .sWhileUsing__item .h6,
    .sWhileUsing__item h6 {
        font-size: 1.25rem;
        margin-bottom: .75rem
    }

    .sWhileUsing__item p {
        font-size: 1rem
    }

    .sWhileUsing__img-wrap {
        margin-bottom: 1.5rem;
        max-width: 10.5rem
    }

    .sWhileUsing__wrap p {
        font-size: 1rem;
        margin-bottom: 1.525rem
    }

    .sWhileUsing__wrap a {
        font-size: 1rem
    }

    .sWhyTelegramBot .section-title p {
        font-size: 1.125rem
    }

    .sWhyTelegramBot {
        --slideCount: 3
    }

    .sWhyTelegramBot__item p {
        font-size: 1rem
    }

    .sWhyTelegramBot__icon-wrap {
        height: 6rem;
        margin-bottom: 1.125rem;
        width: 6rem
    }

    .sWhyTelegramBot__icon-wrap img {
        max-width: 2.5rem
    }

    .sWhyTelegramBot__title {
        font-size: 1.125rem;
        margin-bottom: 1.125rem
    }

    .sWhyTelegramBot__arrow-wrap .swiper-button-hand-prev {
        margin-right: .75rem
    }

    .sWhyTelegramBot--2 .sWhyTelegramBot__row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 3rem
    }

    .sWiki .h1,
    .sWiki h1 {
        margin-bottom: 1.5rem
    }

    .sWiki .search-block {
        margin-bottom: 2rem
    }

    .sWiki .dd-group__item {
        padding: 1.5rem 0
    }

    .sWiki .dd-group__item .wikiItem {
        margin-bottom: 1.5rem
    }

    .sWiki .dd-group__head {
        padding-right: 1.875rem
    }

    .sWiki .dd-group__head:after {
        height: 1.25rem;
        width: 1.25rem
    }

    .sWiki .dd-group__head .h5,
    .sWiki .dd-group__head h5 {
        font-size: 1.625rem
    }

    .sWiki .dd-group__content {
        padding-top: 1.5rem
    }

    .top-nav__authorized.active .top-nav__authorized-wrap {
        box-shadow: 0 2px 10px rgba(25, 28, 31, .1)
    }
}

@media (min-width:992px) {

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

    .col-lg {
        flex: 1 0 0%
    }

    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
    }

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

    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

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

    .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-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

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

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

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

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

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

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

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

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem
    }

    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-lg-bottom {
        bottom: 0;
        position: sticky;
        z-index: 1020
    }

    .float-lg-start {
        float: left !important
    }

    .float-lg-end {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

    .object-fit-lg-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .object-fit-lg-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }

    .object-fit-lg-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }

    .object-fit-lg-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }

    .object-fit-lg-none {
        -o-object-fit: none !important;
        object-fit: none !important
    }

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

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

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

    .d-lg-grid {
        display: grid !important
    }

    .d-lg-inline-grid {
        display: inline-grid !important
    }

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

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

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

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

    .d-lg-inline-flex {
        display: inline-flex !important
    }

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

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

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

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

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

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

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

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

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

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

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

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

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

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

    .justify-content-lg-around {
        justify-content: space-around !important
    }

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

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

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

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

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

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

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

    .align-self-lg-end {
        align-self: flex-end !important
    }

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

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }

    .order-lg-first {
        order: -1 !important
    }

    .order-lg-0 {
        order: 0 !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .order-lg-2 {
        order: 2 !important
    }

    .order-lg-3 {
        order: 3 !important
    }

    .order-lg-4 {
        order: 4 !important
    }

    .order-lg-5 {
        order: 5 !important
    }

    .order-lg-last {
        order: 6 !important
    }

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

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

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

    .mx-lg-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-lg-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-lg-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-lg-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-lg-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-lg-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-lg-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-lg-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-lg-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-lg-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-lg-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-lg-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-lg-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-lg-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

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

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

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

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }

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

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

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

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

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

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

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

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

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

    .mb-lg-auto {
        margin-bottom: auto !important
    }

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

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 3rem !important
    }

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

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

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

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

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

    .p-lg-5 {
        padding: 3rem !important
    }

    .px-lg-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-lg-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

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

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

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

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

    .py-lg-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

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

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

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

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

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

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

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

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

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

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

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 3rem !important
    }

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

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

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

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

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

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

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

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

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

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: .25rem !important
    }

    .gap-lg-2 {
        gap: .5rem !important
    }

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

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

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

    .row-gap-lg-0 {
        row-gap: 0 !important
    }

    .row-gap-lg-1 {
        row-gap: .25rem !important
    }

    .row-gap-lg-2 {
        row-gap: .5rem !important
    }

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

    .row-gap-lg-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-lg-5 {
        row-gap: 3rem !important
    }

    .column-gap-lg-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .column-gap-lg-1 {
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .column-gap-lg-2 {
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

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

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

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

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

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

    :root {
        --sPT: 2.8125rem;
        --sPB: 2.8125rem;
        --sTPB: 3rem;
        --swiperArrowSize: 3.75rem
    }

    .main-wrapper {
        padding-top: 4.34375rem
    }

    .swiper-button-hand {
        border-radius: .75rem
    }

    .swiper-button-hand .icon {
        font-size: 1.25rem
    }

    .wow {
        visibility: hidden
    }

    .btn {
        --bs-btn-font-size: 1.125rem;
        --bs-btn-padding-y: 1rem;
        --bs-btn-border-radius: 0.75rem
    }

    .footer {
        --sPT: 2.8125rem
    }

    .footer p {
        font-size: 1rem
    }

    .footer__wrap {
        margin-left: 2.1875rem;
        max-width: 9rem
    }

    .footer__wrap--2 {
        margin-left: 4.5625rem;
        max-width: 12.1875rem
    }

    .footer__title {
        font-size: 1rem;
        margin-bottom: 2.3125rem;
        margin-top: .75rem
    }

    .footer ul li:not(:last-child) {
        margin-bottom: .75rem
    }

    .footer ul li a {
        font-size: 1rem
    }

    .footer__btn {
        --bs-btn-padding-x: 0.3125rem;
        --bs-btn-padding-y: 0.65rem;
        --bs-btn-font-size: 1rem;
        --bs-btn-border-radius: 0.75rem;
        margin-bottom: 1.2rem;
        max-width: none;
        max-width: 11.25rem
    }

    .footer__tel {
        font-size: 1rem;
        margin-bottom: .75rem
    }

    .footer__tech-help {
        font-size: .91875rem;
        justify-content: flex-end
    }

    .footer__inner-row {
        margin-bottom: 3rem;
        padding: .6rem 0 3rem;
        text-align: left
    }

    .footer__inner-row a {
        font-size: 1rem
    }

    .footer__scrollTop {
        flex-direction: row;
        font-size: 1rem
    }

    .footer__scrollTop-icon {
        height: 2.875rem;
        margin-left: .75rem;
        margin-right: 0;
        width: 2.875rem
    }

    .footer__scrollTop-icon .icon {
        font-size: 1.25rem
    }

    .headerBlock {
        --sPT: 5.625rem;
        --sPB: 2.8125rem
    }

    .headerBlock--2 {
        --sPT: 3rem
    }

    .soc__item {
        padding: .375rem
    }

    .page-head .h1,
    .page-head h1 {
        margin-top: 2.8125rem
    }

    .contactItem__descr,
    .contactItem__schedule {
        font-size: 1rem;
        line-height: 125%
    }

    .contactItem__btn {
        --bs-btn-font-size: 1rem;
        --bs-btn-line-height: 125%;
        --bs-btn-padding-y: 0.6875rem;
        --bs-btn-padding-x: 0.6875rem
    }

    .tariffs {
        padding: 3.75rem
    }

    .tariffs .tariffs__switch {
        margin-bottom: .8125rem
    }

    .tariffs .tariffs-item__btn {
        --bs-btn-font-size: 1rem;
        --bs-btn-padding-y: 0.625rem;
        --bs-btn-padding-x: 0.625rem;
        border-radius: .75rem;
        margin-top: .5rem
    }

    .nav-block__content {
        display: block;
        margin-top: 0
    }

    .nav-block__item {
        font-size: 1rem;
        padding: .4375rem 0 .4375rem 1.5rem
    }

    .sBlog {
        --sPT: 3rem
    }

    .sCapabilities {
        --sPT: 2.8125rem;
        --sPB: 2.8125rem;
        --sTPB: 3rem
    }

    .sChooseTariff {
        --sliderGutter: 1.5rem;
        --sTPB: 2.8rem
    }

    .sChooseTariff__item p {
        font-size: 1rem
    }

    .sChooseTariff__item ul li {
        font-size: 1rem;
        margin-bottom: .75rem;
        padding-left: 1.875rem
    }

    .sChooseTariff__item ul li:before {
        height: 1.25rem;
        width: 1.25rem
    }

    .sChooseTariff__type {
        font-size: 1.125rem;
        margin-bottom: .375rem
    }

    .sChooseTariff__type img {
        max-width: 1.5rem
    }

    .sChooseTariff__price-per-day {
        font-size: 1rem;
        margin-bottom: .55rem
    }

    .sChooseTariff__inner-btn {
        --bs-btn-font-size: 1rem;
        --bs-btn-padding-y: 0.65625rem
    }

    .sChooseTariff.sChooseTariff--page {
        --sPT: 1.5rem
    }

    .sCompare {
        --sPT: 2.3125rem;
        --sPB: 2.8125rem;
        --sTPB: 3rem
    }

    .sContact__row {
        --bs-gutter-x: 1.5rem
    }

    .sContent__row {
        --bs-gutter-y: 0
    }

    .sContent .ya-share2 {
        margin-top: 3rem;
        padding-top: 3rem
    }

    .sControl {
        --sPT: 2.8125rem;
        --sPB: 2.8125rem;
        --sTPB: 2.8rem
    }

    .sFAQBlock ol {
        margin-right: -1.5rem
    }

    .sFAQBlock ol:before {
        background-color: #e4e4e4;
        content: "";
        display: block;
        height: 1px;
        left: 80px;
        position: absolute;
        top: 72px;
        width: 79%
    }

    .sFAQBlock ol li {
        margin-right: 1.5rem;
        width: calc(20% - 1.5rem)
    }

    .sReasons {
        --sPT: 2.8125rem;
        --sPB: 2.8125rem;
        --sTPB: 4.4rem
    }

    .sReasons__row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 4.5rem
    }

    .sReasons__img-wrap {
        margin-bottom: 2.25rem;
        max-width: 10.5rem
    }

    .sReviews {
        --sliderGutter: 1.5rem;
        --slideCount: 3
    }

    .sReviews__arrow-wrap .swiper-button-hand {
        margin-top: 3.206375rem
    }

    .sTryIt__wrap {
        padding: 5.625rem 3.75rem;
        text-align: left
    }

    .sTryIt__wrap img {
        bottom: 0;
        left: calc(100% - 450px);
        position: absolute;
        z-index: -1
    }

    .sTryIt__wrap p {
        font-size: 1.125rem;
        margin-bottom: 2rem;
        margin-left: 0;
        text-align: left
    }

    .sTryIt--2 .sTryIt__img-wrap {
        margin-right: 0
    }

    .sTryIt--3 .sTryIt__wrap {
        padding: 3rem;
        text-align: left
    }

    .sTryIt--3 .sTryIt__wrap .h2,
    .sTryIt--3 .sTryIt__wrap h2 {
        margin-left: 0
    }

    .sTryIt--3 .sTryIt__wrap p {
        margin-left: 0;
        text-align: left
    }

    .sTryIt--3 .sTryIt__img-wrap {
        margin-right: 0
    }

    .sWhileUsing__item {
        min-height: 28.5rem
    }

    .sWhyTelegramBot {
        --sPT: 2.625rem;
        --sPB: 2.8125rem;
        --sTPB: 3rem
    }

    .sWhyTelegramBot {
        --sliderGutter: 1.5rem;
        --slideCount: 4
    }

    .sWhyTelegramBot__arrow-wrap .swiper-button-hand {
        margin-top: 2.25rem
    }

    .sWiki {
        --sPT: 2.9rem;
        --sPB: 2.8125rem
    }

    .sWiki .search-block {
        margin-bottom: 3rem
    }

    .menu {
        --bs-gutter-x: 18px;
        display: flex;
        flex-wrap: wrap;
        margin-left: calc(var(--bs-gutter-x)*-1/2);
        margin-right: calc(var(--bs-gutter-x)*-1/2);
        text-align: center
    }

    .menu>* {
        margin-left: calc(var(--bs-gutter-x)/2);
        margin-right: calc(var(--bs-gutter-x)/2)
    }

    .menu li.menu-dropdown .dropdownBtn:after,
    .menu li.menu-item-has-children .dropdownBtn:after {
        transform-origin: bottom;
        width: calc(100% - .75rem)
    }

    .menu .dropdownBtn,
    .menu a {
        font-size: .9375rem
    }

    .menu .dropdownBtn:after,
    .menu a:after {
        border-radius: 5px 5px 0 0;
        bottom: -.0625rem;
        height: .1875rem;
        left: 0;
        transform-origin: bottom;
        width: 100%
    }

    .top-nav {
        min-height: 4.34375rem;
        padding-bottom: 0;
        padding-top: 0
    }

    .top-nav__row {
        --bs-gutter-x: 1.5rem
    }

    .top-nav__logo {
        max-width: 8.75rem
    }

    .top-nav__btn-reg {
        --bs-btn-font-size: 1rem;
        --bs-btn-padding-y: 0.65rem;
        --bs-btn-padding-x: 1.5rem;
        --bs-btn-border-radius: 0.75rem;
        margin-right: .75rem
    }

    .top-nav__authorized-wrap {
        border: 1px solid #e4e4e4;
        padding: .25rem 2.25rem .25rem .25rem
    }

    .top-nav__authorized-wrap:after {
        --s: 0.36s;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.85 12.85a.698.698 0 0 1-.495-.205l-4.3-4.3a.7.7 0 1 1 .99-.99L9.85 11.16l3.804-3.805a.7.7 0 0 1 .99.99l-4.3 4.3a.699.699 0 0 1-.494.205Z' fill='%23FF7A00'/%3E%3C/svg%3E");
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 1.25rem;
        position: absolute;
        right: .75rem;
        top: 50%;
        transform: translateY(-50%);
        transition: all var(--s) ease-in-out;
        width: 1.25rem
    }

    .top-nav__img-wrap {
        height: 2.25rem;
        width: 2.25rem
    }

    .top-nav .menu-dropdown .dropdown-container,
    .top-nav .menu-dropdown .sub-menu,
    .top-nav .menu-item-has-children .dropdown-container,
    .top-nav .menu-item-has-children .sub-menu {
        --s: 0.36s;
        display: block;
        left: 50%;
        opacity: 0;
        pointer-events: none;
        right: unset;
        transform: translateX(-50%);
        transition: all var(--s) ease-in-out
    }

    .top-nav__login,
    .top-nav__mob-content {
        display: none
    }
}

@media (min-width:1200px) {

    .h1,
    h1 {
        font-size: 3.175rem
    }

    .h2,
    h2 {
        font-size: 3rem
    }

    .h3,
    h3 {
        font-size: 2.5rem
    }

    .h4,
    h4 {
        font-size: 2rem
    }

    .h5,
    h5 {
        font-size: 1.625rem
    }

    legend {
        font-size: 1.5rem
    }

    .display-1 {
        font-size: 5rem
    }

    .display-2 {
        font-size: 4.5rem
    }

    .display-3 {
        font-size: 4rem
    }

    .display-4 {
        font-size: 3.5rem
    }

    .display-5 {
        font-size: 3rem
    }

    .display-6 {
        font-size: 2.5rem
    }

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

    .col-xl {
        flex: 1 0 0%
    }

    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

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

    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

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

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

    .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-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

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

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

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

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

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

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

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

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

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

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem
    }

    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-xl-bottom {
        bottom: 0;
        position: sticky;
        z-index: 1020
    }

    .float-xl-start {
        float: left !important
    }

    .float-xl-end {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .object-fit-xl-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .object-fit-xl-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }

    .object-fit-xl-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }

    .object-fit-xl-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }

    .object-fit-xl-none {
        -o-object-fit: none !important;
        object-fit: none !important
    }

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

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

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

    .d-xl-grid {
        display: grid !important
    }

    .d-xl-inline-grid {
        display: inline-grid !important
    }

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

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

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

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

    .d-xl-inline-flex {
        display: inline-flex !important
    }

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

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

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

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

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

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

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

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

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

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

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

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

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

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

    .justify-content-xl-around {
        justify-content: space-around !important
    }

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

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

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

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

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

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

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

    .align-self-xl-end {
        align-self: flex-end !important
    }

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

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }

    .order-xl-first {
        order: -1 !important
    }

    .order-xl-0 {
        order: 0 !important
    }

    .order-xl-1 {
        order: 1 !important
    }

    .order-xl-2 {
        order: 2 !important
    }

    .order-xl-3 {
        order: 3 !important
    }

    .order-xl-4 {
        order: 4 !important
    }

    .order-xl-5 {
        order: 5 !important
    }

    .order-xl-last {
        order: 6 !important
    }

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

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

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

    .mx-xl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-xl-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-xl-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-xl-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-xl-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-xl-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-xl-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-xl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-xl-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-xl-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-xl-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-xl-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-xl-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-xl-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

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

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

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

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

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

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

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

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

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

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

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

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

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

    .mb-xl-auto {
        margin-bottom: auto !important
    }

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

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 3rem !important
    }

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

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

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

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

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

    .p-xl-5 {
        padding: 3rem !important
    }

    .px-xl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-xl-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

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

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

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

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

    .py-xl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

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

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

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

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

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

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

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

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

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

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

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 3rem !important
    }

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

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

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

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

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

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

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

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

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

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: .25rem !important
    }

    .gap-xl-2 {
        gap: .5rem !important
    }

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

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

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

    .row-gap-xl-0 {
        row-gap: 0 !important
    }

    .row-gap-xl-1 {
        row-gap: .25rem !important
    }

    .row-gap-xl-2 {
        row-gap: .5rem !important
    }

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

    .row-gap-xl-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-xl-5 {
        row-gap: 3rem !important
    }

    .column-gap-xl-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .column-gap-xl-1 {
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .column-gap-xl-2 {
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

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

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

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

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

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

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

    .fs-2 {
        font-size: 3rem !important
    }

    .fs-3 {
        font-size: 2.5rem !important
    }

    .fs-4 {
        font-size: 2rem !important
    }

    .fs-5 {
        font-size: 1.625rem !important
    }

    .main-wrapper {
        padding-top: 4.4375rem
    }

    .footer__tech-help {
        font-size: 1rem
    }

    .eng-version-page .main-wrapper {
        padding-top: 0
    }

    .sChooseTariff {
        --slideCount: 4
    }

    .sTryIt__wrap img {
        left: calc(100% - 579px)
    }

    .menu {
        --bs-gutter-x: 24px
    }

    .menu .dropdownBtn,
    .menu a {
        font-size: 1rem
    }

    .top-nav {
        min-height: 4.4375rem
    }

    .top-nav__row {
        --bs-gutter-x: 3rem
    }

    .top-nav__logo {
        max-width: 11.25rem
    }

    .top-nav__btn-reg {
        margin-right: 1.5rem
    }
}

@media (min-width:1400px) {

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

    .col-xxl {
        flex: 1 0 0%
    }

    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

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

    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

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

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

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

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

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

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

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

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

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

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

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

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

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

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

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

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

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }

    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-xxl-bottom {
        bottom: 0;
        position: sticky;
        z-index: 1020
    }

    .float-xxl-start {
        float: left !important
    }

    .float-xxl-end {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }

    .object-fit-xxl-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .object-fit-xxl-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }

    .object-fit-xxl-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }

    .object-fit-xxl-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }

    .object-fit-xxl-none {
        -o-object-fit: none !important;
        object-fit: none !important
    }

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

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

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

    .d-xxl-grid {
        display: grid !important
    }

    .d-xxl-inline-grid {
        display: inline-grid !important
    }

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

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

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

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

    .d-xxl-inline-flex {
        display: inline-flex !important
    }

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

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

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

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

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

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

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

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

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

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

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

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

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

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

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

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

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

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

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

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

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

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

    .align-self-xxl-end {
        align-self: flex-end !important
    }

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

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }

    .order-xxl-first {
        order: -1 !important
    }

    .order-xxl-0 {
        order: 0 !important
    }

    .order-xxl-1 {
        order: 1 !important
    }

    .order-xxl-2 {
        order: 2 !important
    }

    .order-xxl-3 {
        order: 3 !important
    }

    .order-xxl-4 {
        order: 4 !important
    }

    .order-xxl-5 {
        order: 5 !important
    }

    .order-xxl-last {
        order: 6 !important
    }

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

    .m-xxl-1 {
        margin: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

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

    .mx-xxl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-xxl-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-xxl-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-xxl-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-xxl-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-xxl-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-xxl-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-xxl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-xxl-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-xxl-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-xxl-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-xxl-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-xxl-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-xxl-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .5rem !important
    }

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

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

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

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: .25rem !important
    }

    .me-xxl-2 {
        margin-right: .5rem !important
    }

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

    .me-xxl-4 {
        margin-right: 1.5rem !important
    }

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

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

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

    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

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

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

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

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

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

    .ms-xxl-1 {
        margin-left: .25rem !important
    }

    .ms-xxl-2 {
        margin-left: .5rem !important
    }

    .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-5 {
        margin-left: 3rem !important
    }

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

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

    .p-xxl-1 {
        padding: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

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

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

    .p-xxl-5 {
        padding: 3rem !important
    }

    .px-xxl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-xxl-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

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

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

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

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

    .py-xxl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

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

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

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

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

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

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

    .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .5rem !important
    }

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

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

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

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .5rem !important
    }

    .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-right: 3rem !important
    }

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

    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

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

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

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

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

    .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

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

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

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: .25rem !important
    }

    .gap-xxl-2 {
        gap: .5rem !important
    }

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

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

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

    .row-gap-xxl-0 {
        row-gap: 0 !important
    }

    .row-gap-xxl-1 {
        row-gap: .25rem !important
    }

    .row-gap-xxl-2 {
        row-gap: .5rem !important
    }

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

    .row-gap-xxl-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-xxl-5 {
        row-gap: 3rem !important
    }

    .column-gap-xxl-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .column-gap-xxl-1 {
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .column-gap-xxl-2 {
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

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

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

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

    .text-xxl-start {
        text-align: left !important
    }

    .text-xxl-end {
        text-align: right !important
    }

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

    .scrolToTop {
        display: block
    }
}

@media (max-width:991.98px) {
    .footer__wrapper {
        padding-top: 3.5rem
    }

    .sChooseTariff__item .h4 {
        font-size: 1.25rem
    }

    .sContent .ya-share2 .ya-share2__container_size_l .ya-share2__badge .ya-share2__icon {
        background-size: 1.75rem 1.75rem !important;
        height: 2.25rem;
        width: 2.25rem
    }

    .sTryIt__wrap .h2,
    .sTryIt__wrap h2 {
        font-size: 1.5rem;
        margin-bottom: .75rem;
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }

    .menu-mobile {
        --topGutter: 3.8125rem;
        --s: 0.6s;
        background-color: #fff;
        height: calc(var(--vh, 1vh)*100 - var(--topGutter));
        position: fixed !important;
        right: 0;
        top: var(--topGutter);
        transition: all var(--s) ease-in-out;
        width: 100%;
        will-change: transform;
        z-index: 999
    }

    .menu-mobile:not(.active) {
        --opacity: 0;
        transform: translate3d(120%, 0, 0)
    }

    .menu-mobile:not(.active) .toggle-menu-mobile {
        opacity: 0
    }

    .menu-mobile .toggle-menu-mobile {
        color: #fff;
        left: 0;
        margin-left: -15%;
        position: absolute;
        right: auto;
        top: 10px;
        z-index: 9999
    }

    .menu-mobile .toggle-menu-mobile span:after,
    .menu-mobile .toggle-menu-mobile span:before {
        --color: #191c1f
    }

    .menu-mobile__inner {
        -webkit-overflow-scrolling: touch;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        padding: calc(env(safe-area-inset-top, 0px)) 0 calc(env(safe-area-inset-bottom, 0) + 3rem)
    }

    .menu-mobile.active .toggle-menu-mobile {
        opacity: 1
    }

    .menu-mobile ul {
        border-top: 1px solid #f6f7fa;
        margin-bottom: 2.25rem;
        position: relative
    }

    .menu-mobile li {
        border-bottom: 1px solid #f6f7fa;
        display: block;
        margin: 0;
        position: relative
    }

    .menu-mobile li a {
        display: block;
        font-size: .875rem;
        padding: .75rem 1.125rem
    }

    .menu-mobile li.menu-item-has-children.active .dropdownBtn:before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.85 12.85a.698.698 0 0 1-.495-.205l-4.3-4.3a.7.7 0 1 1 .99-.99L9.85 11.16l3.804-3.805a.7.7 0 0 1 .99.99l-4.3 4.3a.699.699 0 0 1-.494.205Z' fill='%23C2C2C2'/%3E%3C/svg%3E")
    }

    .menu-mobile li.menu-item-has-children .dropdownBtn {
        font-size: .875rem;
        padding: .75rem 2rem .75rem 1.125rem
    }

    .menu-mobile li.menu-item-has-children .dropdownBtn:before {
        height: 1.25rem;
        right: .75rem;
        width: 1.25rem
    }

    .menu-mobile li.menu-item-has-children .sub-menu {
        border: none;
        border-radius: 0;
        box-shadow: none;
        opacity: 1;
        padding: 0;
        pointer-events: all;
        position: static
    }

    .menu-mobile li.menu-item-has-children .sub-menu li {
        border-bottom: none
    }

    .menu-mobile li.menu-item-has-children .sub-menu a {
        padding: .375rem 1.125rem
    }

    .menu-mobile li.menu-item-has-children .sub-menu a .badge {
        font-size: .5rem
    }

    .menu-mobile .badge {
        vertical-align: middle
    }

    .top-nav__authorized.menu-dropdown .dropdown-container {
        right: -2.375rem
    }

    .top-nav__login {
        display: inline-block;
        font-size: .875rem;
        padding: 1.125rem
    }

    .top-nav__login:hover {
        color: #ff7a00
    }

    .top-nav__login .icon {
        color: #ff7a00;
        font-size: 1.25rem;
        margin-right: .375rem
    }

    .top-nav__mob-content {
        padding: 0 1.125rem
    }

    .top-nav__tel {
        display: inline-block;
        font-size: .75rem;
        font-weight: 600;
        margin-bottom: .375rem
    }

    .top-nav__mail {
        color: #009fe3;
        display: inline-block;
        font-size: .75rem;
        margin-bottom: 1.125rem
    }

    .top-nav__mail:hover {
        color: #ff7a00
    }

    .top-nav__tech-help {
        align-items: center;
        display: flex;
        font-size: .75rem;
        margin-bottom: 1.125rem
    }

    .top-nav__text {
        font-size: .75rem;
        margin-bottom: .375rem
    }

    .top-nav__icon-wrap {
        align-items: center;
        background-color: #009fe3;
        border-radius: 50%;
        color: #fff;
        display: flex;
        flex: 0 0 auto;
        height: 1.25rem;
        justify-content: center;
        margin-right: .375rem;
        width: 1.25rem
    }

    .top-nav__icon-wrap .icon {
        font-size: .78125rem
    }

    .top-nav .soc {
        margin-bottom: 1.125rem
    }

    .top-nav__lang {
        align-items: center;
        display: inline-flex;
        font-size: .75rem;
        justify-content: center
    }

    .top-nav__lang:not(:hover) {
        color: #191c1f
    }

    .top-nav__lang img {
        flex: 0 0 auto;
        margin-left: .375rem;
        max-width: 1.25rem;
        width: 100%
    }
}

@media (max-width:991.98px) and (min-width:768px) {
    .top-nav__mail {
        font-size: 1rem;
        margin-bottom: .5065rem
    }
}

@media (max-width:991.98px) and (min-width:992px) {
    .top-nav__tel {
        font-size: 1rem;
        margin-bottom: .75rem
    }
}

@media (max-width:767.98px) {
    body.fixed2 {
        -webkit-overflow-scrolling: none;
        left: 0;
        overflow: hidden;
        overscroll-behavior: none;
        position: absolute;
        top: 0;
        touch-action: none;
        width: 100%;
        z-index: 999
    }

    body.fixed2:before {
        background-color: rgba(25, 28, 31, .24);
        opacity: .76;
        z-index: 1000
    }

    body.fixed2 .search-block {
        z-index: 1002
    }

    .pagination-wrapper ul {
        --bs-pagination-font-size: 0.75rem;
        --bs-pagination-padding-y: 0.375rem
    }

    .pagination-wrapper ul li:nth-child(4),
    .pagination-wrapper ul li:nth-child(5),
    .pagination-wrapper ul li:nth-child(6),
    .pagination-wrapper ul li:nth-child(7) {
        display: none
    }

    .footer__logo {
        left: 50%;
        margin-bottom: 0;
        max-width: 7.75rem;
        position: absolute;
        top: 0;
        transform: translateX(-50%)
    }

    .footer__btn {
        order: 4
    }

    .footer__tel {
        order: 1
    }

    .footer__mail {
        order: 3
    }

    .footer__tech-help {
        order: 5
    }

    .footer .soc {
        order: 6
    }

    .footer__text {
        order: 2
    }

    .form-wrap__input {
        border-radius: .625rem;
        font-size: .75rem;
        padding-bottom: .71875rem;
        padding-top: .71875rem
    }

    .headerBlock .h1,
    .headerBlock h1 {
        font-size: 1.875rem;
        margin-bottom: .75rem
    }

    .headerBlock__stories-item p {
        max-height: 2rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-break: break-all
    }

    .search-block button .cancel:before {
        background-color: #f6f7fa;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m13.598 3.52-1.12-1.12-4.48 4.48-4.48-4.48-1.12 1.12L6.878 8l-4.48 4.48 1.12 1.12 4.48-4.48 4.48 4.48 1.12-1.12L9.118 8l4.48-4.48Z' fill='%23C2C2C2'/%3E%3C/svg%3E");
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: .875rem;
        border-radius: .5rem;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .search-block button.active {
        pointer-events: all
    }

    .tariffs table {
        display: block;
        position: relative
    }

    .tariffs thead th:first-child {
        padding-bottom: 0;
        padding-top: 0
    }

    .tariffs thead tr {
        display: flex;
        flex-wrap: wrap
    }

    .tariffs thead tr th {
        align-items: center;
        display: flex;
        justify-content: center;
        width: 25%
    }

    .tariffs thead tr th:first-child {
        flex-direction: column;
        width: 100%
    }

    .tariffs thead tr th:last-child {
        padding-right: .375rem
    }

    .tariffs tbody tr.active,
    .tariffs tbody tr:nth-child(-n+5) {
        display: flex
    }

    .tariffs tbody tr {
        display: none;
        flex-wrap: wrap
    }

    .tariffs tbody tr td {
        align-items: center;
        display: flex;
        justify-content: center;
        width: 25%
    }

    .tariffs tbody tr td:first-child {
        position: relative;
        width: 100%;
        z-index: 2
    }

    .tariffs tbody tr td:first-child:before {
        background-color: #f6f7fa;
        content: "";
        height: 100%;
        left: -.75rem;
        pointer-events: none;
        position: absolute;
        top: 0;
        width: 100vh;
        z-index: -1
    }

    .modal-win {
        overflow: hidden;
        padding: calc(env(safe-area-inset-top, 0px)) 0 calc(env(safe-area-inset-bottom, 0))
    }

    .s404Block__wrap .h1,
    .s404Block__wrap h1 {
        font-size: 1.875rem;
        margin-bottom: .75rem
    }

    .sCapabilities .section-title .h2,
    .sCapabilities .section-title h2 {
        font-size: 1.5rem;
        margin-bottom: .75rem
    }

    .sCapabilities .dd-group__head {
        align-items: center;
        cursor: pointer;
        display: flex;
        padding-bottom: .75rem;
        padding-right: 1.25rem;
        padding-top: .75rem;
        position: relative
    }

    .sCapabilities .dd-group__icon-wrap {
        flex: 0 0 auto;
        height: 3.75rem;
        margin-right: .75rem;
        width: 3.75rem
    }

    .sCapabilities .dd-group__icon-wrap img {
        max-width: 1.875rem
    }

    .sChooseTariff .section-title .h2,
    .sChooseTariff .section-title h2 {
        font-size: 1.5rem;
        margin-bottom: .75rem
    }

    .sCompare .section-title .h2,
    .sCompare .section-title h2 {
        font-size: 1.5rem;
        margin-bottom: .75rem
    }

    .sCompare__table-wrap table {
        display: block
    }

    .sCompare__table-wrap thead {
        display: block;
        width: 100%
    }

    .sCompare__table-wrap thead tr {
        display: block
    }

    .sCompare__table-wrap thead tr th {
        font-size: .75rem;
        padding: 1.125rem .4375rem;
        width: 33.3333333333%
    }

    .sCompare__table-wrap thead tr th:first-child {
        display: none
    }

    .sCompare__table-wrap thead tr th img {
        max-width: 4.5rem
    }

    .sCompare__table-wrap tbody {
        display: block
    }

    .sCompare__table-wrap tbody tr {
        display: none;
        flex-wrap: wrap
    }

    .sCompare__table-wrap tbody tr.active,
    .sCompare__table-wrap tbody tr:nth-child(-n+3) {
        display: flex
    }

    .sCompare__table-wrap tbody tr td {
        align-items: center;
        display: flex;
        justify-content: center;
        width: 33.3333333333%
    }

    .sCompare__table-wrap tbody tr td:first-child {
        border-right: none;
        width: 100%
    }

    .sConnected .section-title .h2,
    .sConnected .section-title h2 {
        font-size: 1.5rem
    }

    .sConnected__col:not(:last-child) .sConnected__item {
        border-bottom: 1px solid #e4e4e4
    }

    .sConnected__item img {
        flex: 0 0 auto;
        margin-right: .75rem
    }

    .sControl .section-title .h2,
    .sControl .section-title h2 {
        font-size: 1.5rem;
        margin-bottom: .75rem
    }

    .sControl .dd-group__head {
        align-items: center;
        cursor: pointer;
        padding-bottom: .75rem;
        padding-right: 1.25rem;
        padding-top: .75rem;
        position: relative
    }

    .sControl .dd-group__icon-wrap {
        flex: 0 0 auto;
        height: 3.75rem;
        margin-right: .75rem;
        width: 3.75rem
    }

    .sControl .dd-group__icon-wrap img {
        max-width: 1.875rem
    }

    .sFAQBlock .section-title .h2,
    .sFAQBlock .section-title h2 {
        font-size: 1.5rem;
        margin-bottom: .75rem
    }

    .sReasons .section-title .h2,
    .sReasons .section-title h2 {
        font-size: 1.5rem;
        margin-bottom: .75rem
    }

    .sTextContent .h1,
    .sTextContent h1 {
        font-size: 1.875rem
    }

    .sTryIt__wrap img {
        display: block;
        margin-left: auto;
        margin-right: -1.125rem;
        max-width: 100%;
        width: 100%
    }

    .sTryIt__wrap a {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 11.5rem
    }

    .sTryIt--2 .sTryIt__wrap {
        background-color: transparent;
        border-radius: 0;
        padding: 0;
        text-align: center
    }

    .sWhyTelegramBot .section-title .h2,
    .sWhyTelegramBot .section-title h2 {
        font-size: 1.5rem;
        margin-bottom: .75rem
    }

    .sWhyTelegramBot__item {
        border: 1px solid #e4e4e4;
        border-radius: 12px;
        padding: 1.125rem
    }

    .sWhyTelegramBot--2 .sWhyTelegramBot__item {
        border: none;
        border-radius: 0;
        padding: 0
    }

    .sWhyTelegramBot--2 .sWhyTelegramBot__item p {
        margin-left: auto;
        margin-right: auto;
        max-width: 16.5rem
    }

    .animated {
        animation: none !important;
        transform: none !important;
        transition-property: none !important
    }
}

@media (max-width:575.98px) {
    .wikiItem__content p {
        display: none
    }

    .sChooseTariff.sChooseTariff--page .sChooseTariff__slider {
        margin-left: 0;
        margin-right: 0;
        overflow: visible;
        padding-bottom: 1.5rem;
        padding-left: 0;
        padding-right: 0
    }

    .sChooseTariff.sChooseTariff--page .sChooseTariff__slider .swiper-wrapper {
        flex-direction: column;
        transform: none !important
    }

    .sChooseTariff.sChooseTariff--page .sChooseTariff__slider .swiper-pagination {
        display: none
    }

    .sChooseTariff.sChooseTariff--page .sChooseTariff__slide {
        margin-bottom: var(--sliderGutter);
        margin-right: 0;
        width: 100%
    }

    .sChooseTariff.sChooseTariff--page .sChooseTariff__slide:last-child {
        margin-bottom: 0
    }

    .menu-mobile .container {
        --bs-gutter-x: 0
    }
}

@media screen and (max-width:350px) {
    .headerBlock__btn-wrap {
        flex-wrap: wrap;
        row-gap: .75rem
    }

    .sReasons__btn {
        width: 100%
    }
}

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

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }

    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }

    .form-control::file-selector-button {
        transition: none
    }

    .form-select,
    .select2-container--default .select2-selection--single {
        transition: none
    }

    .form-switch .form-check-input {
        transition: none
    }

    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }

    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }

    .form-floating>label {
        transition: none
    }

    .btn {
        transition: none
    }

    .icon-link>.bi {
        transition: none
    }

    .page-link,
    .pagination-wrapper li .page-numbers {
        transition: none
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

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

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

    .d-print-grid {
        display: grid !important
    }

    .d-print-inline-grid {
        display: inline-grid !important
    }

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

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

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

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

    .d-print-inline-flex {
        display: inline-flex !important
    }

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