dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
ul {
    margin-top: 0;
}
address,
dl,
ol,
p,
pre,
ul {
    margin-bottom: 1rem;
}
.popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 1;
}
.popup.active {
    opacity: 1;
    visibility: visible;
}
.cld-custom {
    margin-bottom: 0;
}
.cld-dislike-wrap {
    margin-right: 0 !important;
}
.popup__container {
    background-color: white;
    padding: 40px;
    border-radius: 10px;    
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 500px;
    margin: auto;
    height: fit-content;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup__close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 30px;
    transition: 0.3s;
}
.popup__content p {
    text-align: center;
    font-size: 20px;
}
.popup__close:hover {
    opacity: 0.7;
}
dd,
h1,
h2,
h3,
h4,
h5,
h6,
legend {
    margin-bottom: 0.5rem;
}
.badge,
.btn,
label,
output {
    display: inline-block;
}
progress,
sub,
sup {
    vertical-align: baseline;
}
.row,
.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}
.category-item__brand img,
.comments-more__link,
.row > *,
img {
    max-width: 100%;
}
.breadcrumb_last {
    color: #9496A7;
}
button:active,
button:focus,
button:focus:not(:focus-visible),
input,
textarea {
    outline: 0;
}
body {
    margin: 0;
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}
hr:not([size]) {
    height: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.2;
}
h1 {
    font-size: calc(1.375rem + 1.5vw);
}
h2 {
    font-size: calc(1.325rem + 0.9vw);
}
h4 {
    font-size: calc(1.275rem + 0.3vw);
}
h5 {
    font-size: 1.25rem;
}
h6 {
    font-size: 1rem;
}
abbr[data-bs-original-title],
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
address {
    font-style: normal;
    line-height: inherit;
}
ol,
ul {
    padding-left: 2rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-left: 0;
}
blockquote,
figure {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 0.875em;
}
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
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;
    direction: ltr;
    unicode-bidi: bidi-override;
}
pre {
    display: block;
    overflow: auto;
    font-size: 0.875em;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
code,
kbd {
    font-size: 0.875em;
}
code {
    color: #d63384;
    word-wrap: break-word;
}
a,
a:active,
a:hover,
a > code,
button {
    color: inherit;
}
kbd {
    padding: 0.2rem 0.4rem;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}
kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700;
}
img,
svg {
    vertical-align: middle;
}
table {
    caption-side: bottom;
    border-collapse: collapse;
}
caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #6c757d;
    text-align: left;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
button {
    border-radius: 0;
}
fieldset,
iframe {
    border: 0;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
select {
    text-transform: none;
}
[role="button"],
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
select:disabled {
    opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
    display: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
}
legend {
    float: left;
    width: 100%;
    padding: 0;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}
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;
}
.swiper-slide,
.swiper-wrapper {
    height: 100%;
    position: relative;
    transition-property: transform;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
    padding: 0;
}
::file-selector-button {
    font: inherit;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
summary {
    display: list-item;
    cursor: pointer;
}
[hidden] {
    display: none !important;
} /*!
* Bootstrap Grid v5.1.0 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 15px);
    padding-left: var(--bs-gutter-x, 15px);
    margin-right: auto;
    margin-left: auto;
}
.row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    display: flex;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}
.col {
    flex: 1 0 0%;
}
.row-cols-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.33333%;
}
.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.66667%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    flex: 0 0 auto;
    width: 8.33333%;
}
.col-2,
.col-3 {
    flex: 0 0 auto;
}
.col-2 {
    width: 16.66667%;
}
.col-3 {
    width: 25%;
}
.col-4,
.col-5 {
    flex: 0 0 auto;
}
.col-4 {
    width: 33.33333%;
}
.col-5 {
    width: 41.66667%;
}
.col-6,
.col-7 {
    flex: 0 0 auto;
}
.col-6 {
    width: 50%;
}
.col-7 {
    width: 58.33333%;
}
.col-8,
.col-9 {
    flex: 0 0 auto;
}
.col-8 {
    width: 66.66667%;
}
.col-9 {
    width: 75%;
}
.col-10 {
    flex: 0 0 auto;
    width: 83.33333%;
}
.col-11 {
    flex: 0 0 auto;
    width: 91.66667%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.offset-1 {
    margin-left: 8.33333%;
}
.offset-2 {
    margin-left: 16.66667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333%;
}
.offset-5 {
    margin-left: 41.66667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333%;
}
.offset-8 {
    margin-left: 66.66667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333%;
}
.offset-11 {
    margin-left: 91.66667%;
}
.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;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-grid {
    display: 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;
    justify-content: center;
}
.d-inline-flex {
    display: inline-flex !important;
}
.d-none {
    display: none !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: 0.25rem !important;
}
.m-2 {
    margin: 0.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-right: 0 !important;
    margin-left: 0 !important;
}
.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}
.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}
.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}
.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}
.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}
.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 0.25rem !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}
.mt-3 {
    margin-top: 1rem !important;
}
.mt-4 {
    margin-top: 1.5rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.mt-auto {
    margin-top: auto !important;
}
.me-0 {
    margin-right: 0 !important;
}
.me-1 {
    margin-right: 0.25rem !important;
}
.me-2 {
    margin-right: 0.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: 0.25rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.mb-auto {
    margin-bottom: auto !important;
}
.ms-0 {
    margin-left: 0 !important;
}
.ms-1 {
    margin-left: 0.25rem !important;
}
.ms-2 {
    margin-left: 0.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: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}
.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}
.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}
.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}
.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-1 {
    padding-top: 0.25rem !important;
}
.pt-2 {
    padding-top: 0.5rem !important;
}
.pt-3 {
    padding-top: 1rem !important;
}
.pt-4 {
    padding-top: 1.5rem !important;
}
.pt-5 {
    padding-top: 3rem !important;
}
.pe-0 {
    padding-right: 0 !important;
}
.pe-1 {
    padding-right: 0.25rem !important;
}
.pe-2 {
    padding-right: 0.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: 0.25rem !important;
}
.pb-2 {
    padding-bottom: 0.5rem !important;
}
.pb-3 {
    padding-bottom: 1rem !important;
}
.pb-4 {
    padding-bottom: 1.5rem !important;
}
.pb-5 {
    padding-bottom: 3rem !important;
}
.ps-0 {
    padding-left: 0 !important;
}
.ps-1 {
    padding-left: 0.25rem !important;
}
.ps-2 {
    padding-left: 0.5rem !important;
}
.ps-3 {
    padding-left: 1rem !important;
}
.ps-4 {
    padding-left: 1.5rem !important;
}
.ps-5 {
    padding-left: 3rem !important;
}
@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
        format("woff");
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color: #007aff;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    width: 100%;
    z-index: 1;
    display: flex;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0);
}
.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-container-pointer-events {
    touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-container-3d {
    perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
img,
picture {
    display: block;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}
@font-face { 
    font-family: "OpenSansLight";
    src: url("../fonts/OpenSansLight/OpenSansLight.eot");
    src: url("../fonts/OpenSansLight/OpenSansLight.eot?#iefix")format("embedded-opentype"),
    url("../fonts/OpenSansLight/OpenSansLight.woff") format("woff"),
    url("../fonts/OpenSansLight/OpenSansLight.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}
*,
::after,
::before {
    box-sizing: border-box;
}
html {
    font-size: 16px;
    margin-right: 0 !important;
    height: 100%;
}
body {
    height: 100%;
    color: #16191b;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 140%;
    font-family: 'OpenSansLight';
	font-weight: normal;
    font-style: normal;
    overflow-x: hidden;
}
button,
input,
select,
textarea {
    font: inherit;
}
img {
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
}
input,
textarea {
    font-family: inherit;
    resize: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    transition: 0.3s linear;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    font-family: inherit;
    -moz-transition: 0.3s linear;
    transition: 0.3s linear;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-family: inherit;
    -ms-transition: 0.3s linear;
    transition: 0.3s linear;
}
a,
svg {
    transition: 0.3s linear;
}
input::placeholder,
textarea::placeholder {
    font-family: inherit;
    transition: 0.3s linear;
}
input:active,
input:focus,
textarea:active,
textarea:focus {
    outline: 0 !important;
    box-shadow: none !important;
}
input::-ms-clear,
input::-ms-reveal,
textarea::-ms-clear,
textarea::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}
input::-webkit-search-cancel-button,
input::-webkit-search-decoration,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration,
textarea::-webkit-search-cancel-button,
textarea::-webkit-search-decoration,
textarea::-webkit-search-results-button,
textarea::-webkit-search-results-decoration {
    display: none;
}
button {
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.btn,
.title {
    font-weight: 500;
}
button::-moz-focus-inner {
    border: 0;
}
a,
a:active,
a:hover {
    text-decoration: none;
}
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
.content {
    flex: 1 0 auto;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.title {
    font-size: 27px;
    line-height: 55px;
    letter-spacing: -0.02em;
    color: #000;
}
.btn,
.promocode {
    letter-spacing: -0.03em;
}
.btn {
    background: #aae52c;
    border-radius: 5px;
    padding: 10px 35px;
    font-size: 15px;
    line-height: 20px;
    transition: all 0.3s;
    color: #16191b;
    text-decoration: none;
}
.btn:hover {
    background: #6109cf;
    color: #fff;
}
.checkbox {
    display: block;
    cursor: pointer;
}
.checkbox__input {
    display: none;
}
.checkbox__input:checked + .checkbox__txt {
    font-weight: 700;
}
.checkbox__eror::before {
    border-color: red !important;
}
.checkbox__input:checked + .checkbox__txt::before {
    background: url(../images/general/check.svg) center no-repeat #fff;
    border: 2px solid #6109cf;
}
.checkbox__txt {
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    display: flex;
    align-items: center;
}
.checkbox__txt::before {
    content: "";
    width: 17px;
    min-width: 17px;
    height: 17px;
    margin-right: 10px;
    border: 1px solid #d2deeb;
    border-radius: 4px;
}
.badge,
.promocode {
    border-radius: 5px;
}
.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
    font-weight: 500;
    letter-spacing: -0.02em;
}
.h3,
h3 {
    font-size: 27px;
    line-height: 36px;
}
.badge {
    background: #6109cf;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    padding: 1px 10px;
    color: #fff;
}
.promocode {
    border: 1px dashed #5288c0;
    font-weight: 500;
}
.aside-promo__title,
.intro-desc,
.intro-link__txt,
.intro-title {
    letter-spacing: -0.02em;
}
.stars {
    display: flex;
}
.stars img:not(:last-child) {
    margin-right: 5px;
}
.block-title {
    margin-bottom: 20px;
}
.block {
    margin-top: 35px;
    margin-bottom: 35px;
}
.telegram-icon {
    background: url(../images/general/telegram.svg) no-repeat;
    background-size: contain;
}
.play-icon {
    background: url(../images/general/play.svg) no-repeat;
    background-size: contain;
}
.ger {
    background: url(../images/general/flags/ger.svg) no-repeat;
    background-size: contain;
}
.vk-icon {
    background: url(../images/general/vk.svg) no-repeat;
    background-size: contain;
}
.instagram-icon {
    background: url(../images/general/instagram.svg) no-repeat;
    background-size: contain;
}
.youtube-icon {
    background: url(../images/general/youtube.svg) no-repeat;
    background-size: contain;
}
.tiktok-icon {
    background: url(../images/general/tiktok.svg) no-repeat;
    background-size: contain;
}
.twich-icon {
    background: url(../images/general/twitch.svg) no-repeat;
    background-size: contain;
}
.twitter-icon {
    background: url(../images/general/twitter.svg) no-repeat;
    background-size: contain;
}
.dzen-icon {
    background: url(../images/general/zen.svg) no-repeat;
    background-size: contain;
}
.rutube-icon {
    background: url(../images/general/rutube.svg) no-repeat;
    background-size: contain;
}
.od-icon {
    background: url(../images/general/ok.svg) no-repeat;
    background-size: contain;
}
.pinterest-icon {
    background: url(../images/general/pinterest.svg) no-repeat;
    background-size: contain;
}
.likee-icon {
    background: url(../images/general/likee.svg) no-repeat;
    background-size: contain;
}
.facebook-icon {
    background: url(../images/general/facebook.svg) no-repeat;
    background-size: contain;
}
.discord-icon {
    background: url(../images/general/discord.svg) no-repeat;
    background-size: contain;
}
.Австрия-icon {
	background: url(//proxy-top.ru/wp-content/themes/beget/assets/images/icons/at.png) no-repeat;
	background-size: contain;
}

.Англия-icon {
	background: url(//proxy-top.ru/wp-content/themes/beget/assets/images/icons/uk.png) no-repeat;
	background-size: contain;
}

.Белорусь-icon {
	background: url(//proxy-top.ru/wp-content/themes/beget/assets/images/icons/by_.png) no-repeat;
	background-size: contain;
}

.Болгария-icon {
	background: url(//proxy-top.ru/wp-content/themes/beget/assets/images/icons/bg.png) no-repeat;
	background-size: contain;
}

.Бразилия-icon {
	background: url(//proxy-top.ru/wp-content/themes/beget/assets/images/icons/br.png) no-repeat;
	background-size: contain;
}

.Германия-icon {
	background: url(//proxy-top.ru/wp-content/themes/beget/assets/images/icons/de.png) no-repeat;
	background-size: contain;
}

.Грузия-icon {
	background: url(//proxy-top.ru/wp-content/themes/beget/assets/images/icons/ge.png) no-repeat;
	background-size: contain;
}

.Индия-icon {
	background: url(//proxy-top.ru/wp-content/themes/beget/assets/images/icons/in.png) no-repeat;
	background-size: contain;
}

.Испания-icon {
	background: url(//proxy-top.ru/wp-content/themes/beget/assets/images/icons/es.png) no-repeat;
	background-size: contain;
}

.Италия-icon {
	background: url(//proxy-top.ru/wp-content/themes/beget/assets/images/icons/it.png) no-repeat;
	background-size: contain;
}

.Казахстан-icon {
	background: url(//proxy-top.ru/wp-content/themes/beget/assets/images/icons/kz.png) no-repeat;
	background-size: contain;
}

.Канада-icon {
	background: url(//proxy-top.ru/wp-content/themes/beget/assets/images/icons/ca.png) no-repeat;
	background-size: contain;
}

.Китай-icon {
	background: url(//proxy-top.ru/wp-content/themes/beget/assets/images/icons/cn.png) no-repeat;
	background-size: contain;
}

.Латвия-icon {
	background: url(//proxy-top.ru/wp-content/themes/beget/assets/images/icons/lv.png) no-repeat;
	background-size: contain;
}

.Молдова-icon {
	background: url(//proxy-top.ru/wp-content/themes/beget/assets/images/icons/md.png) no-repeat;
	background-size: contain;
}

.Нидерланды-icon {
	background: url(//proxy-top.ru/wp-content/themes/beget/assets/images/icons/nl.png) no-repeat;
	background-size: contain;
}

.Норвегия-icon {
	background: url(//proxy-top.ru/wp-content/themes/beget/assets/images/icons/no.png) no-repeat;
	background-size: contain;
}

.Польша-icon {
	background: url(//proxy-top.ru/wp-content/themes/beget/assets/images/icons/pl.png) no-repeat;
	background-size: contain;
}

.Россия-icon {
	background: url(//proxy-top.ru/wp-content/themes/beget/assets/images/icons/ru.png) no-repeat;
	background-size: contain;
}


.США-icon {
	background: url(//proxy-top.ru/wp-content/themes/beget/assets/images/icons/us.png) no-repeat;
	background-size: contain;
}

.Украина-icon {
	background: url(//proxy-top.ru/wp-content/themes/beget/assets/images/icons/ua.png) no-repeat;
	background-size: contain;
}

.Финляндия-icon {
	background: url(//proxy-top.ru/wp-content/themes/beget/assets/images/icons/fi.png) no-repeat;
	background-size: contain;
}

.Франция-icon {
	background: url(//proxy-top.ru/wp-content/themes/beget/assets/images/icons/fr.png) no-repeat;
	background-size: contain;
}

.Чехия-icon {
	background: url(//proxy-top.ru/wp-content/themes/beget/assets/images/icons/cz.png) no-repeat;
	background-size: contain;
}

.Чили-icon {
	background: url(//proxy-top.ru/wp-content/themes/beget/assets/images/icons/cl.png) no-repeat;
	background-size: contain;
}

.Швейцария-icon {
	background: url(//proxy-top.ru/wp-content/themes/beget/assets/images/icons/ch.png) no-repeat;
	background-size: contain;
}

.Швеция-icon {
	background: url(//proxy-top.ru/wp-content/themes/beget/assets/images/icons/se.png) no-repeat;
	background-size: contain;
}

.Германия-icon {
	background: url(//proxy-top.ru/wp-content/themes/beget/assets/images/icons/ge.png) no-repeat;
	background-size: contain;
}

.Дания-icon {
	background: url(//proxy-top.ru/wp-content/themes/beget/assets/images/icons/dk.png) no-repeat;
	background-size: contain;
}

.Япония-icon {
	background: url(//proxy-top.ru/wp-content/themes/beget/assets/images/icons/jp.png) no-repeat;
	background-size: contain;
}

.Турция-icon {
	background: url(//proxy-top.ru/wp-content/themes/beget/assets/images/icons/tr.png) no-repeat;
	background-size: contain;
}

.Швеция-icon {
	background: url(//proxy-top.ru/wp-content/themes/beget/assets/images/icons/se.png) no-repeat;
	background-size: contain;
}

.Австралия-icon {
	background: url(//proxy-top.ru/wp-content/themes/beget/assets/images/icons/au.png) no-repeat;
	background-size: contain;
}

.Литва-icon {
	background: url(//proxy-top.ru/wp-content/themes/beget/assets/images/icons/lt.png) no-repeat;
	background-size: contain;
}

.Румыния-icon {
	background: url(//proxy-top.ru/wp-content/themes/beget/assets/images/icons/ro.png) no-repeat;
	background-size: contain;
}

.Сингапур-icon {
	background: url(//proxy-top.ru/wp-content/themes/beget/assets/images/icons/sg.png) no-repeat;
	background-size: contain;
}

.Таиланд-icon {
	background: url(//proxy-top.ru/wp-content/themes/beget/assets/images/icons/th.png) no-repeat;
	background-size: contain;
}

.intro {
    padding-top: 52px;
    padding-bottom: 198px;
    background: url(../images/general/intro-bg.jpg) no-repeat;
    background-size: cover;
}
.intro-content {
    color: #140e39;
    max-width: 542px;
    position: relative;
}
.intro-title {
    font-weight: 500;
    font-size: 70px;
    line-height: 55px;
    margin-bottom: 36px;
}
.intro-title span {
    display: inline-block;
    font-weight: 700;
    color: #611dd2;
    position: relative;
}
.intro-title span::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #611dd2;
    position: absolute;
    left: 0;
    bottom: -6px;
}
.intro-desc {
    font-size: 20px;
    line-height: 130%;
}
.intro-link {
    align-items: center;
    position: absolute;
    right: -202px;
    top: 36px;
}
.intro-link__icon {
    width: 38px;
    height: 38px;
    background: #fff;
    border-radius: 100px;
    margin-right: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.hostingTable-logo img,
.hostingTable-number {
    margin-right: auto;
    margin-left: auto;
}
.intro-link__txt {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #89888f;
}
.best {
    background: #f7fbff;
    width: 100%;
    max-width: 1656px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 66px;
    margin-top: -130px;
}
.best__title {
    margin-bottom: 8px;
}
.best-mobile {
    display: none;
}
.hostingTable {
    width: 100%;
    font-weight: 500;
}
.hostingTable * {
    letter-spacing: -0.03em;
}
.hostingTable thead {
    background: #140e39;
    color: #fff;
}
.hostingTable th:first-child {
    border-radius: 5px 0 0;
}
.hostingTable th:last-child {
    border-radius: 0 5px 0 0;
}
.hostingTable th:not(:last-child) {
    border-right: 1px solid #2f305b;
}
.hostingTable td {
    border-right: 1px solid #f3f5f7;
    text-align: center;
}
.hostingTable td.hostingTable__logo,
.hostingTable td.hostingTable__number {
    border: none;
}
.hostingTable__logo {
    width: 155px;
}
.hostingTable__location {
    width: 159px;
}
.hostingTable__test {
    width: 180px;
}
.hostingTable__panel {
    width: 127px;
}
.hostingTable__promocode {
    width: 151px;
}
.hostingTable__rating {
    width: 131px;
}
.hostingTable__reviews {
    width: 122px;
}
.hostingTable__site {
    width: 178px;
}
.hostingTable-title {
    display: flex;
    align-items: center;
    justify-content: center;
}
.hostingTable-title__txt {
    font-size: 14px;
    line-height: 20px;
    margin-left: 8px;
}
.hostingTable__row-tbody {
    background: #fff;
    box-shadow: 0 8px 30px rgba(18, 39, 61, 0.08);
}
.hostingTable__row-tbody--best {
    background: #fffbf5;
    padding-top: 1px;
}
.hostingTable__logo {
    padding-top: 14px;
    padding-bottom: 16px;
}
.hostingTable-number {
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 1px solid transparent;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
}
.hostingTable-number--first {
    border: none;
    height: 46px;
    background: url(../images/general/first.svg) no-repeat;
    align-items: flex-end;
    padding-bottom: 10px;
    color: #fff;
}
.hostingTable-number--second {
    color: #b5c7eb;
    border-color: #b5c7eb;
}
.hostingTable-number--third {
    color: #facfb8;
    border-color: #facfb8;
}
.hostingTable-location-mobile {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.hostingTable-location {
    color: #2b24a0;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 24px;
}
.hostingTable-location__icon {
    display: flex;
    row-gap: 10px;
    column-gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}
.hostingTable-location__item:not(:last-child) {
    margin-bottom: 10px;
}
.hostingTable-location__flag {
    display: flex;
    gap: 14px;
    width: 12px;
    height: 12px;
}
.hostingTable-txt {
    font-size: 18px;
    line-height: 20px;
}
.hostingTable-hidden {
    display: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #848c9d;
}
.hostingTable-promocode {
    font-size: 18px;
    line-height: 20px;
    padding: 5px 10px;
    display: inline-block;
}
.hostingTable-rating {
    flex-direction: column;
    align-items: center;
}
.hostingTable-rating__value {
    margin-bottom: 8px;
}
.hostingTable-reviews {
    font-size: 18px;
    line-height: 20px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}
.hostingTable-link {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.best-mobile__item,
.mobileCard__col {
    width: 50%;
}
.best-mobile__list {
    display: flex;
    flex-wrap: wrap;
}
.mobileCard {
    background: #fff;
    box-shadow: 0 8px 30px rgba(18, 39, 61, 0.08);
    border: 1px solid transparent;
    padding-top: 13px;
    padding-bottom: 19px;
}
.mobileCard--best {
    background: #fffbf5;
    border-color: #fcbd9c;
}
.mobileCard__row {
    display: flex;
    flex-wrap: wrap;
}
.aside__title,
.category-item,
.mobileCard__group {
    display: flex;
    align-items: center;
}
.mobileCard__top {
    padding-left: 16px;
    margin-bottom: 14px;
}
.mobileCard__center {
    padding-left: 20px;
    margin-bottom: 6px;
}
.mobileCard__bottom {
    padding-left: 17px;
}
.mobileCard-info__item {
    font-weight: 500;
}
.mobileCard-info__item:not(:last-child) {
    margin-bottom: 5px;
}
.mobileCard-info__title {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.03em;
    color: #848c9d;
}
.mobileCard-info__value {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.03em;
}
.category {
    padding-bottom: 30px;
    background: url(../images/general/category-bg.png) top 0 right 0 no-repeat;
}
.category-group {
    margin-top: 30px;
    margin-bottom: 30px;
}
.category-title {
    margin-bottom: 14px;
}
.category-list {
    margin-bottom: -25px;
}
.category-item {
    border: 1px solid #dae6f7;
    border-radius: 5px;
    background: #fff;
    height: 70px;
    padding-left: 24px;
    margin-bottom: 25px;
}
.evaluation-item,
.selection-filter__row {
    justify-content: space-between;
}
.category-item__flag {
    width: 36px;
    height: 36px;
    margin-right: 16px;
}
.category-item__brand {
    margin-right: 16px;
    width: 90px;
}
.category-item__brand img,
.comments-more__link,
.selection {
    margin-right: auto;
    margin-left: auto;
}
.category-item__txt {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: -0.03em;
}
.category-item__txt span {
    font-weight: 400;
    color: #848c9d;
    font-size: 16px;
}
.selection {
    max-width: 1656px;
    width: 100%;
}
.selection-mobile {
    display: none;
}
.selection-head {
    background: #f1f7fb;
    border-bottom: 1px solid #dde8f0;
    padding-top: 20px;
    padding-bottom: 30px;
}
.selection-body {
    padding-top: 32px;
    padding-bottom: 62px;
    background: #f8fbfe;
}
.selection-filter__btn {
    padding: 12px 55px;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
}
.selection-item {
    height: 48px;
    position: relative;
}
.selection-item--big {
    width: 252px;
}
.selection-item--small {
    width: 164px;
}
.selection-item--opened {
    z-index: 9;
}
.selection-item--opened .selection-item__dropdown {
    display: block;
}
.selection-item--opened .selection-item__title-icon img {
    transform: rotate(180deg);
}
.selection-item__inner {
    background: #fff;
    border: 1px solid #c5ddf4;
    border-radius: 10px;
}
.selection-item__title {
    height: 48px;
    cursor: pointer;
    white-space: nowrap;
    justify-content: center;
    font-weight: 500;
}
.selection-item__title-txt {
    margin-right: 10px;
}
.selection-item__title-icon {
    width: 7px;
}
.selection-item__title-icon img {
    transition: transform 0.2s;
}
.selection-item__dropdown {
    display: none;
    padding: 10px 10px 30px 35px;
}
.selection-item__dropdown .checkbox:not(:last-child) {
    margin-bottom: 16px;
}
.seo {
    padding-top: 15px;
    padding-bottom: 15px;
}
.seo-title span {
    color: #aae62c;
    position: relative;
}
.info__txt,
.warning__txt {
    line-height: 130%;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.01em;
}
.seo-title span::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #aae62c;
    position: absolute;
    left: 0;
    bottom: 3px;
}
.seo__group--1 {
    margin-bottom: 34px;
}
.seo__group--2 {
    margin-bottom: 26px;
}
.seo__warning {
    margin-bottom: 56px;
}
.info {
    border: 1px solid #7e5acc;
    border-radius: 5px;
    display: flex;
    padding: 24px 50px 28px;
}
.info__icon {
    width: 30px;
}
.info__txt {
    width: calc(100% - 30px);
    padding-left: 30px;
}
.warning {
    border: 1px solid #e85389;
    border-radius: 5px;
    padding: 20px 50px 26px;
    display: flex;
    margin-bottom: 40px;
}
.warning__icon {
    width: 30px;
}
.warning__txt {
    width: calc(100% - 30px);
    padding-left: 30px;
}
.text-description {
    font-size: 18px;
    line-height: 23px;
}
.text-description .h1,
.text-description h1 {
    font-size: 55px;
    line-height: 50px;
    margin-bottom: 28px;
}
.text-description .h2,
.text-description h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 22px;
}
.text-description .h3,
.text-description h3 {
    font-size: 27px;
    line-height: 36px;
    margin-bottom: 15px;
}
.text-description .title-review,
.text-description .title-sale {
    margin-bottom: 13px;
}
.text-description p {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.01em;
    margin-bottom: 19px;
}
.text-description small {
    font-size: 16px;
    line-height: 21px;
    color: #848c9d;
    display: inline-block;
}
.text-description big {
    font-size: 20px;
    line-height: 26px;
    display: inline-block;
}
.text-description a:not([class]) {
    color: #2b24a0;
    text-decoration: underline;
    font-weight: 500;
}
.text-description a:not([class]):hover {
    text-decoration: none;
}
.text-description .btn {
    font-size: 18px;
    line-height: 20px;
    padding: 18px 77px;
    font-weight: 700;
}
.aside-about ul li span,
.aside-promo__title,
.aside-promo__txt,
.aside__title,
.text-description b {
    font-weight: 500;
}
.text-description ol,
.text-description ul {
    letter-spacing: -0.01em;
    padding-left: 20px;
    margin-bottom: 19px;
}
.text-description ol li,
.text-description ul li {
    margin-bottom: 0;
}
.text-description ol li:not(:last-child) {
    margin-bottom: 8px;
}
.aside {
    margin-top: -224px;
}
.aside__title {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 15px;
}
.aside-rating-card,
.aside-rating-card__group {
    align-items: center;
    display: flex;
}
.aside__title--about::after {
    content: url(../images/general/rating.svg);
    margin-left: 8px;
    position: relative;
    top: 2px;
}
.aside__title--rating::after {
    content: "";
    margin-left: 8px;
    position: relative;
    top: 2px;
    width: 15px;
    height: 15px;
    background: url(../images/general/star-fill.svg) no-repeat;
    background-size: cover;
}
.aside-about {
    background: #fff;
    box-shadow: 0 10px 30px rgba(8, 12, 34, 0.07);
    border-radius: 4px;
    padding: 30px;
    margin-bottom: 28px;
}
.aside-about ul {
    margin-bottom: 0;
}
.aside-about ul li {
    font-size: 16px;
    line-height: 110%;
}
.aside-about ul li:not(:last-child) {
    margin-bottom: 10px;
}
.aside-promo {
    padding: 46px;
    background: url(../images/general/promo.jpg) no-repeat;
    background-size: cover;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 32px;
}
.aside-promo__logo {
    margin-bottom: 44px;
}
.aside-promo__title {
    font-size: 30px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 18px;
}
.aside-promo__img {
    margin-bottom: 9px;
}
.aside-promo__txt {
    font-size: 15px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #d5e3f3;
    margin-bottom: 26px;
    max-width: 138px;
}
.aside-promo__btn {
    width: 100%;
    text-align: center;
    background: #fff;
    font-size: 16px;
    line-height: 20px;
    padding: 13.5px;
}
.aside-rating {
    border-radius: 4px;
    background: #fff;
    border: 3px solid #e3edf7;
    padding: 20px 24px;
    margin-bottom: 28px;
}
.aside-rating-card--promocode {
    align-items: flex-start;
}
.aside-rating-card:not(:last-child) {
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.aside-rating-card__col:last-child {
    padding-left: 15px;
}
.aside-rating-card__number {
    width: 20px;
    min-width: 20px;
    height: 20px;
    border-radius: 28.54px;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    font-size: 11px;
    line-height: 11px;
    letter-spacing: -0.03em;
    font-weight: 700;
}
.aside-rating-card__number--first {
    border: none;
    width: 20px;
    height: 25px;
    background: url(../images/general/first.svg) no-repeat;
    background-size: contain;
    align-items: flex-end;
    padding-bottom: 5px;
    color: #fff;
}
.aside-rating-card__number--second {
    color: #b5c7eb;
    border-color: #b5c7eb;
}
.aside-rating-card__number--third {
    color: #fcbd9c;
    border-color: #fcbd9c;
}
.aside-rating-card__logo {
    width: 92px;
}
.aside-rating-card__rating {
    margin-bottom: 4px;
}
.aside-news,
.aside-promocode {
    margin-bottom: 28px;
}
.aside-rating-card__link {
    border: 1px solid #16191b;
    border-radius: 5px;
    font-weight: 500;
    letter-spacing: -0.03em;
    font-size: 12px;
    line-height: 20px;
    padding: 3px 21px;
}
.aside-rating-card__link:hover {
    background: #16191b;
    color: #fff;
}
.aside-rating-card__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: -0.01em;
    color: #000;
}
.aside-rating-card__promocode {
    display: flex;
    flex-direction: column;
}
.aside-rating-card__promocode-value {
    font-size: 16px;
    line-height: 20px;
    padding: 8px;
    min-width: 88px;
    text-align: center;
}
.aside-outline,
.aside-promocode {
    padding: 20px 24px;
    background: #fff;
}
.aside-rating-card__promocode-txt {
    font-weight: 500;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: -0.03em;
    color: #9496a7;
    text-align: center;
}
.aside-promocode {
    border: 3px solid #f1e6e1;
    border-radius: 4px;
}
.aside-outline {
    border: 1px solid #e3edf7;
    border-radius: 4px;
}
.aside-news-list li {
    padding-bottom: 10px;
    list-style-type: none;
}
.aside-news-list li:not(:last-child) {
    border-bottom: 1px solid #f1f5f9;
    margin-bottom: 10px;
}
.aside-news-list li a {
    display: block;
    font-weight: 500;
    font-size: 15px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #000;
}
.aside-news-item__date {
    font-weight: 500;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: -0.03em;
    color: #9496a7;
}
.aside-news-item__title {
    display: block;
    font-weight: 500;
    font-size: 15px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #000;
}
.aside-news-item {
    padding-bottom: 10px;
}
.aside-news-item:not(:last-child) {
    border-bottom: 1px solid #f1f5f9;
    margin-bottom: 10px;
}
.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    font-size: 11px;
    line-height: 130%;
    letter-spacing: -0.02em;
    padding-left: 0;
    list-style: none;
}
.breadcrumbs__item {
    color: #9496a7;
}
.breadcrumbs__item a {
    color: #140e39;
}
.breadcrumbs__item a::after {
    content: "/";
    color: #611dd2;
    display: inline-block;
    margin: 0 4px;
}
.rating-area {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.rating-area:not(:checked) > input {
    display: none;
}
.rating-area:not(:checked) > label {
    float: right;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    margin-left: 8px;
}
.rating-area:not(:checked) > label:last-child {
    margin-left: 0;
}
.rating-area:not(:checked) > label svg {
    width: 30px;
    height: 30px;
    fill: #d4dfea;
}
.rating-area:not(:checked) > label:hover svg,
.rating-area:not(:checked) > label:hover ~ label svg,
.rating-area > input:checked + label:hover svg,
.rating-area > input:checked + label:hover ~ label svg,
.rating-area > input:checked ~ label svg,
.rating-area > input:checked ~ label:hover svg,
.rating-area > input:checked ~ label:hover ~ label svg,
.rating-area > label:hover ~ input:checked ~ label svg {
    fill: #aae52c;
}
.rate-area > label:active {
    position: relative;
}
.addComment__title {
    margin-bottom: 8px;
}
.addComment__txt {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #c5cdd5;
    margin-bottom: 34px;
}
.form {
    max-width: 514px;
}
.form__group {
    display: block;
    margin-bottom: 14px;
}
.form__label {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.03em;
}
.form__sub-label {
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #949aaa;
    display: block;
}
.form__input {
    border: 1px solid #aabfdc;
    border-radius: 5px;
    height: 44px;
    width: 100%;
    padding: 0 20px;
}
.form__input--textarea {
    height: 105px;
    padding: 10px 20px;
}
.form__rating {
    margin-top: 10px;
    margin-bottom: 34px;
}
.form__consent {
    margin-bottom: 24px;
}
.form__consent .checkbox__txt {
    font-weight: 400 !important;
    font-size: 13px;
    line-height: 20px;
    color: #9496a7;
}
.form__btn {
    width: 290px;
    height: 56px;
    font-size: 18px;
    line-height: 20px;
}
.form-rating__item {
    display: flex;
    align-items: center;
}
.form-rating__item:not(:last-child) {
    margin-bottom: 14px;
}
.form-rating__name {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.03em;
    color: #000;
    min-width: 112px;
    margin-right: 38px;
}
.review-content {
    padding-bottom: 12px;
}
.review-head {
    background: url(../images/general/review-head-bg.jpg) no-repeat;
    background-size: cover;
    padding-top: 26px;
    padding-bottom: 38px;
}
.review-head__breadcrumbs {
    margin-bottom: 11px;
}
.review-head__btn {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    padding: 18px 0;
}
.review-head__more {
    padding-top: 24px;
}
.review-head__promocode {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.review-head__promocode-txt {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -0.03em;
    color: #9496a7;
}
.review-head__promocode-value {
    min-width: 105px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 20px;
}
.review-head__content {
    position: relative;
}
.review-head__host {
    display: flex;
    margin-bottom: 28px;
}
.review-head__host-left {
    width: 188px;
}
.review-head__host-right {
    width: calc(100% - 188px);
    padding-left: 40px;
}
.review-head__host-logo img {
    box-shadow: 0 10px 20px rgba(13, 18, 49, 0.1);
}
.review-head__host-title {
    font-weight: 500;
    font-size: 45px;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: #140e39;
}
.review-head__host-title span {
    font-weight: 700;
    color: #611dd2;
    display: inline-block;
    position: relative;
}
.review-head__host-title span::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #611dd2;
    position: absolute;
    left: 0;
    bottom: -4px;
}
.review-head__list {
    padding-left: 24px;
    margin-bottom: 0;
}
.review-head__list .flag {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0 4px;
}
.review-head__list .panel img {
    display: inline;
    width: 50px;
    height: auto;
}
.review-head__list span {
    font-weight: 500;
}
.evaluation {
    padding-top: 10px;
    padding-bottom: 34px;
    border-bottom: 1px solid #eff2f5;
}
.evaluation__title {
    font-size: 30px;
}
.evaluation-item {
    position: relative;
    padding-top: 50px;
    display: flex;
}
.description__promocode,
.title-sale {
    display: flex;
    align-items: center;
}
.evaluation-item__info {
    position: relative;
    padding-left: 40px;
}
.evaluation-item__info--speed::before {
    content: url(../images/general/speed.svg);
    position: absolute;
    left: 0;
    top: 0;
}
.evaluation-item__info--reliability::before {
    content: url(../images/general/reliability.svg);
    position: absolute;
    left: 0;
    top: 0;
}
.evaluation-item__info--support::before {
    content: url(../images/general/support.svg);
    position: absolute;
    left: 0;
    top: 0;
}
.evaluation-item__title {
    font-weight: 500;
    font-size: 17px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #000;
    margin-bottom: 1px;
}
.evaluation-item__txt {
    font-size: 12px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #848c9d;
}
.evaluation-item__stars {
    display: flex;
    position: absolute;
    top: 0;
    left: 40px;
}
.evaluation-item__stars img:not(:last-child) {
    margin-right: 5px;
}
.description__group:not(:last-child) {
    margin-bottom: 30px;
}
.description__text {
    padding-left: 44px;
}
.description__promocode-value {
    font-size: 18px;
    line-height: 20px;
    padding: 15.5px 37px;
    margin-right: 22px;
}
.description__promocode-txt {
    font-size: 13px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #848c9d;
}
.comments-item__user,
.title-review {
    align-items: center;
    display: flex;
}
.title-sale::before {
    content: url(../images/general/sale.svg);
    width: 22px;
    height: 34px;
    margin-right: 18px;
}
.title-review::before {
    content: url(../images/general/info-green.svg);
    width: 22px;
    height: 34px;
    margin-right: 18px;
}
.prosandcons__row {
    margin-left: -12px;
    margin-right: -12px;
}
.prosandcons__col {
    width: 50%;
    padding-left: 12px;
    padding-right: 12px;
}
.prosandcons__left {
    background: #f8fbf2;
}
.prosandcons__right {
    background: #fff4f5;
}
.prosandcons-item {
    padding: 32px 36px 40px 48px;
}
.prosandcons-item h3 {
    margin-bottom: 16px;
}
.prosandcons__list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.prosandcons__list--pros li::before {
    content: "+";
    color: #6fa302;
}
.prosandcons__list--cons li::before {
    content: "-";
    color: #fb4184;
}
.prosandcons__list li {
    padding-left: 34px;
    letter-spacing: -0.01em;
    font-size: 16px;
    line-height: 130%;
    color: #000;
    position: relative;
}
.prosandcons__list li::before {
    font-weight: 500;
    font-size: 20px;
    position: absolute;
    left: 0;
}
.prosandcons__list li:not(:last-child) {
    margin-bottom: 10px;
}
.rates__title {
    margin-bottom: 20px;
}
.rates-table th {
    padding-top: 16px;
    padding-bottom: 14px;
}
.rates-table td {
    padding-top: 15px;
    padding-bottom: 18px;
}
.rates-table__name {
    text-align: left !important;
}
.rates-table__name .hostingTable-txt {
    padding-left: 34px;
}
.rates-table__name .hostingTable-title {
    justify-content: flex-start;
    padding-left: 34px;
}
.additionally__warning {
    margin-top: 34px;
    margin-bottom: 0;
}
.additionally__title {
    margin-bottom: 20px;
}
.additionally-item {
    border: 1px solid #dae6f6;
    border-radius: 5px;
    display: flex;
    padding: 17px 40px;
}
.additionally-item__left {
    margin-right: 27px;
}
.additionally-item__price {
    font-weight: 500;
    font-size: 24px;
    line-height: 20px;
    letter-spacing: -0.03em;
    color: #000;
    margin-bottom: 7px;
}
.additionally-item__txt {
    font-weight: 500;
    font-size: 13px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #949aaa;
}
.comments-item__user-name,
.similar-item__name {
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.03em;
}
.similar-item__logo {
    margin-bottom: 12px;
}
.similar-item__stars {
    margin-bottom: 8px;
    padding-left: 10px;
}
.similar-item__name {
    font-size: 20px;
    color: #000;
    padding-left: 10px;
}
.comments-list {
    margin-bottom: 30px;
}
.comments-list__item:not(:last-child) {
    margin-bottom: 20px;
}
.comments-list__item.invisible {
    display: none !important;
}
.comments-list__item--admin {
    padding-left: 60px;
}
.comments-item {
    background: #f7f9fc;
    border-radius: 5px;
    padding: 20px 25px 35px 108px;
}
.comments-item__user {
    justify-content: space-between;
    position: relative;
    margin-bottom: 13px;
}
.comments-item__user-avatar {
    width: 50px;
    height: 50px;
    border: 1px solid #c1d1e1;
    border-radius: 100px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 18px;
    color: #6081a3;
    position: absolute;
    left: -70px;
    top: 0;
}
.header,
.vote {
    background: #fff;
}
.comments-item__user-name {
    font-size: 17px;
    color: #000;
}
.comments-item__evaluations-txt,
.comments-item__txt,
.comments-item__user-date {
    line-height: 130%;
    letter-spacing: -0.01em;
}
.comments-item__evaluations-txt,
.comments-item__user-date,
.vote__btn-count {
    font-size: 13px;
    color: #949aaa;
    font-weight: 500;
}
.comments-item__evaluations {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
}
.comments-item__evaluations-group {
    display: flex;
    align-items: center;
}
.comments-item__evaluations-group:not(:last-child) {
    margin-right: 10px;
}
.comments-item__evaluations-stars {
    margin-right: 15px;
}
.comments-item__txt {
    font-size: 18px;
    color: #412222;
    max-width: 778px;
    margin-bottom: 20px;
}
.comments-more__link {
    width: 300px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e3edf7;
    border-radius: 5px;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}
.comments-more__link img,
.vote__btn-img,
.vote__btn:not(:last-child) {
    margin-right: 10px;
}
.vote {
    border-radius: 80px;
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-flex;
    align-items: center;
}
.header__flex,
.vote__btn {
    align-items: center;
}
.vote__btn {
    display: flex;
}
.vote__btn-count {
    line-height: 130%;
}
.header {
    flex: 0 0 auto;
    box-shadow: 0 8px 25px rgba(7, 14, 22, 0.05);
    padding-top: 15px;
    padding-bottom: 15px;
}
.header__menu {
    margin-left: auto;
}
.header__group {
    margin-left: auto;
    display: flex;
    align-items: center;
}
.header__stats {
    margin-left: 120px;
}
.header__m-menu {
    margin-left: auto;
    display: none;
}
.open-menu {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 28px;
    height: 22px;
}
.open-menu .close {
    display: none;
}
.open-menu--active .close {
    display: block;
}
.open-menu--active .burger {
    display: none;
}
.menu {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.menu--white {
    color: #fff;
    flex-wrap: wrap;
}
.d-flex li:not(:last-child) {
    margin-right: 20px;
}
.d-flex li a {
    font-weight: 500;
    font-size: 17px;
    line-height: 16px;
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    letter-spacing: -0.02em;
}
.stats-item {
    display: flex;
    align-items: center;
}
.stats-item:not(:last-child) {
    margin-right: 30px;
}
.stats-item__number {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #743dce;
    margin-right: 12px;
}
.stats-item__txt {
    font-size: 13px;
    line-height: 115%;
    letter-spacing: -0.02em;
    color: #848c9d;
}
.stats-item__txt--white {
    color: #fff;
}
.footer {
    flex: 0 0 auto;
    background: url(../images/general/footer-bg.png) no-repeat #201e38;
    position: relative;
}
.footer .scroll-top {
    position: fixed;
    top: 90vh;
    right: 30px;
}
.footer-top {
    border-bottom: 1px solid #383652;
    padding-top: 38px;
    padding-bottom: 45px;
}
.footer-bottom {
    padding-top: 12px;
    padding-bottom: 28px;
}
.footer-copyright {
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #9a99a8;
}
@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.33333%;
    }
    .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.66667%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
    .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;
    }
    .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-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: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.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-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mt-sm-2 {
        margin-top: 0.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: 0.25rem !important;
    }
    .me-sm-2 {
        margin-right: 0.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: 0.25rem !important;
    }
    .mb-sm-2 {
        margin-bottom: 0.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: 0.25rem !important;
    }
    .ms-sm-2 {
        margin-left: 0.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: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.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-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-sm-0 {
        padding-top: 0 !important;
    }
    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pt-sm-2 {
        padding-top: 0.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: 0.25rem !important;
    }
    .pe-sm-2 {
        padding-right: 0.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: 0.25rem !important;
    }
    .pb-sm-2 {
        padding-bottom: 0.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: 0.25rem !important;
    }
    .ps-sm-2 {
        padding-left: 0.5rem !important;
    }
    .ps-sm-3 {
        padding-left: 1rem !important;
    }
    .ps-sm-4 {
        padding-left: 1.5rem !important;
    }
    .ps-sm-5 {
        padding-left: 3rem !important;
    }
}
@media(max-width: 768px) {
    .more__posts {
        padding-bottom: 20px;
    }
}
@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.33333%;
    }
    .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.66667%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
    .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;
    }
    .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-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: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.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-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .mt-md-1 {
        margin-top: 0.25rem !important;
    }
    .mt-md-2 {
        margin-top: 0.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: 0.25rem !important;
    }
    .me-md-2 {
        margin-right: 0.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: 0.25rem !important;
    }
    .mb-md-2 {
        margin-bottom: 0.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: 0.25rem !important;
    }
    .ms-md-2 {
        margin-left: 0.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: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.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-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-md-0 {
        padding-top: 0 !important;
    }
    .pt-md-1 {
        padding-top: 0.25rem !important;
    }
    .pt-md-2 {
        padding-top: 0.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: 0.25rem !important;
    }
    .pe-md-2 {
        padding-right: 0.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: 0.25rem !important;
    }
    .pb-md-2 {
        padding-bottom: 0.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: 0.25rem !important;
    }
    .ps-md-2 {
        padding-left: 0.5rem !important;
    }
    .ps-md-3 {
        padding-left: 1rem !important;
    }
    .ps-md-4 {
        padding-left: 1.5rem !important;
    }
    .ps-md-5 {
        padding-left: 3rem !important;
    }
}
@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.33333%;
    }
    .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.66667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
    .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;
    }
    .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-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: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.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-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mt-lg-2 {
        margin-top: 0.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: 0.25rem !important;
    }
    .me-lg-2 {
        margin-right: 0.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: 0.25rem !important;
    }
    .mb-lg-2 {
        margin-bottom: 0.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: 0.25rem !important;
    }
    .ms-lg-2 {
        margin-left: 0.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: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.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-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-lg-0 {
        padding-top: 0 !important;
    }
    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pt-lg-2 {
        padding-top: 0.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: 0.25rem !important;
    }
    .pe-lg-2 {
        padding-right: 0.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: 0.25rem !important;
    }
    .pb-lg-2 {
        padding-bottom: 0.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: 0.25rem !important;
    }
    .ps-lg-2 {
        padding-left: 0.5rem !important;
    }
    .ps-lg-3 {
        padding-left: 1rem !important;
    }
    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }
    .ps-lg-5 {
        padding-left: 3rem !important;
    }
}
@media (min-width: 1200px) {
    h1 {
        font-size: 2.5rem;
    }
    h2 {
        font-size: 2rem;
    }
    h3 {
        font-size: 1.75rem;
    }
    h4,
    legend {
        font-size: 1.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.33333%;
    }
    .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.66667%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
    .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;
    }
    .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-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: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.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-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xl-0 {
        margin-top: 0 !important;
    }
    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xl-2 {
        margin-top: 0.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: 0.25rem !important;
    }
    .me-xl-2 {
        margin-right: 0.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: 0.25rem !important;
    }
    .mb-xl-2 {
        margin-bottom: 0.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: 0.25rem !important;
    }
    .ms-xl-2 {
        margin-left: 0.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: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.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-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xl-0 {
        padding-top: 0 !important;
    }
    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xl-2 {
        padding-top: 0.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: 0.25rem !important;
    }
    .pe-xl-2 {
        padding-right: 0.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: 0.25rem !important;
    }
    .pb-xl-2 {
        padding-bottom: 0.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: 0.25rem !important;
    }
    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xl-3 {
        padding-left: 1rem !important;
    }
    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xl-5 {
        padding-left: 3rem !important;
    }
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
    .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.33333%;
    }
    .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.66667%;
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66667%;
    }
    .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;
    }
    .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-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: 0.25rem !important;
    }
    .m-xxl-2 {
        margin: 0.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-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xxl-0 {
        margin-top: 0 !important;
    }
    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xxl-2 {
        margin-top: 0.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: 0.25rem !important;
    }
    .me-xxl-2 {
        margin-right: 0.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: 0.25rem !important;
    }
    .mb-xxl-2 {
        margin-bottom: 0.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: 0.25rem !important;
    }
    .ms-xxl-2 {
        margin-left: 0.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: 0.25rem !important;
    }
    .p-xxl-2 {
        padding: 0.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-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xxl-0 {
        padding-top: 0 !important;
    }
    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xxl-2 {
        padding-top: 0.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: 0.25rem !important;
    }
    .pe-xxl-2 {
        padding-right: 0.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: 0.25rem !important;
    }
    .pb-xxl-2 {
        padding-bottom: 0.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: 0.25rem !important;
    }
    .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xxl-3 {
        padding-left: 1rem !important;
    }
    .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xxl-5 {
        padding-left: 3rem !important;
    }
}
@media (max-width: 1399px) {
    .hostingTable-logo,
    .hostingTable-logo img {
        margin-left: auto;
        margin-right: auto;
    }
    .intro {
        background: url(../images/general/intro-bg.jpg) top 0 right -350px no-repeat;
        background-size: cover;
    }
    .hostingTable__location,
    .hostingTable__logo,
    .hostingTable__panel,
    .hostingTable__promocode,
    .hostingTable__rating,
    .hostingTable__reviews,
    .hostingTable__site,
    .hostingTable__test {
        width: auto;
    }
    .hostingTable__number {
        padding-left: 10px;
        padding-right: 10px;
    }
    .hostingTable-logo {
        width: 100px;
    }
    .selection-filter__row {
        flex-wrap: wrap;
        margin-bottom: -20px;
    }
    .selection-filter__item {
        margin-bottom: 20px;
    }
}
@media (max-width: 1199px) {
    .hostingTable-promocode,
    .hostingTable-reviews,
    .hostingTable-txt {
        font-size: 16px;
    }
    .evaluation-item__stars,
    .intro-link {
        position: initial;
    }
    .intro {
        background: url(../images/general/intro-bg.jpg) top 0 right -400px no-repeat;
    }
    .hostingTable-title__icon {
        display: none;
    }
    .hostingTable-title__txt {
        margin-left: 0;
    }
    .hostingTable-promocode {
        padding: 2px 5px;
    }
    .hostingTable-link {
        padding: 10px 20px;
    }
    .selection-filter__item:last-child {
        margin-right: auto;
        margin-left: 40px;
    }
    .aside {
        margin-top: 10px;
    }
    .evaluation {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .evaluation-item {
        padding-top: 0;
        margin-bottom: 20px;
    }
    .evaluation-item__rating {
        text-align: right;
    }
    .evaluation-item__stars img {
        width: 13px;
    }
    .evaluation-item__value {
        margin-bottom: 7px;
    }
    .prosandcons-item {
        padding: 20px;
    }
    .additionally .col-md-6:not(:last-child) {
        margin-bottom: 20px;
    }
    .comments-item__evaluations {
        margin-bottom: 14px;
    }
    .comments-item__evaluations-group {
        margin-bottom: 10px;
    }
    .header__stats {
        margin-left: 60px;
    }
    .footer-copyright span {
        display: block;
    }
    .footer-copyright br {
        display: none;
    }
}
@media (max-width: 991px) {
    .intro-content {
        max-width: 404px;
    }
    .hostingTable {
        display: none;
    }
    .hostingTable-number {
        width: 30px;
        height: 30px;
        font-size: 15px;
        margin: 0 12px 0 0;
    }
    .hostingTable-number--first {
        width: 30px;
        height: 38px;
        padding-bottom: 5px;
        background-size: contain;
        align-items: flex-end;
    }
    .hostingTable-location {
        padding-left: 4px;
    }
    .hostingTable-location__item:not(:last-child) {
        margin-bottom: 1px;
    }
    .hostingTable-location__txt {
        font-size: 14px;
    }
    .hostingTable-location__flag {
        gap: 9px;
    }
    .hostingTable-rating {
        align-items: flex-start;
        padding-top: 4px;
    }
    .hostingTable-rating__value {
        font-size: 12px;
        line-height: 20px;
        padding: 1px 10px;
        margin-bottom: 5px;
    }
    .hostingTable-rating__group {
        display: flex;
        align-items: center;
    }
    .best-mobile,
    .selection-mobile {
        display: block;
    }
    .hostingTable-rating__link {
        margin-left: 8px;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.03em;
        text-decoration: underline;
    }
    .hostingTable-rating__stars img {
        width: 13.74px;
        height: 13.74px;
    }
    .hostingTable-rating__stars img:not(:last-child) {
        margin-right: 5px;
    }
    .hostingTable-link {
        padding: 10px 36px;
        margin-left: 0;
    }
    .hostingTable-promocode {
        font-size: 16px;
        line-height: 20px;
        padding: 5px 10px;
        border: 1px dashed #5288c0;
        letter-spacing: -0.03em;
    }
    .selection-filter__row {
        margin-left: -6px;
        margin-right: -6px;
    }
    .header__menu,
    .selection-filter__item:last-child {
        margin-left: 0;
    }
    .selection-filter__item {
        padding-left: 6px;
        padding-right: 6px;
        width: calc(100% / 3);
    }
    .selection-filter__btn,
    .selection-item--big,
    .selection-item--small {
        width: 100%;
    }
    .description .h2 br,
    .description h2 br,
    .seo br {
        display: none;
    }
    .aside-promo__txt {
        max-width: initial;
    }
    .review-body {
        padding-bottom: 75px;
    }
    .rates-table {
        display: table;
    }
    .header {
        padding-top: 18px;
        padding-bottom: 18px;
        box-shadow: 0 1px 0 rgba(7, 14, 22, 0.05);
    }
    .header__group {
        position: fixed;
        top: 62px;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: auto;
        z-index: 99;
        background: #fff;
        padding: 32px 28px;
        flex-direction: column;
        align-items: flex-start;
        border-top: 1px solid #e5e5e5;
        transition: all 0.3s;
        transform: translateX(100%);
        opacity: 0;
    }
    .header__group--opened {
        transform: translateX(0);
        opacity: 1;
    }
    .header__m-menu {
        display: block;
    }
    .header__menu {
        width: 100%;
        border-bottom: 1px solid #e3edf6;
        padding-bottom: 38px;
        margin-bottom: 32px;
    }
    .header__stats {
        margin-left: 28px;
    }
    .header .menu {
        flex-direction: column;
    }
    .header .d-flex li:not(:last-child) {
        margin-bottom: 25px;
    }
    .footer__logo {
        order: 1;
    }
    .footer__stats {
        order: 2;
    }
    .footer__copyright {
        order: 3;
        margin-top: 22px;
    }
    .footer-copyright {
        text-align: center;
    }
    .footer .menu {
        justify-content: center;
    }
}
@media (max-width: 767px) {
    .intro {
        background: url(../images/general/intro-bg-m.jpg) no-repeat;
        background-size: cover;
        padding-top: 30px;
        padding-bottom: 45px;
    }
    .intro-title {
        font-size: 50px;
        line-height: 40px;
        margin-bottom: 26px;
    }
    .intro-desc {
        font-size: 16px;
        line-height: 120%;
        margin-bottom: 22px;
        max-width: 225px;
    }
    .intro-link__txt {
        max-width: 100px;
    }
    .best {
        margin-top: 0;
        padding-top: 7px;
        padding-bottom: 44px;
    }
    .best__title {
        margin-bottom: 3px;
    }
    .best-mobile__item {
        width: 100%;
    }
    .hostingTable-hidden {
        display: block;
        min-height: 15px;
    }
    .category {
        padding-top: 8px;
        padding-bottom: 36px;
        background: url(../images/general/category-bg-m.png) top 0 right 0 no-repeat;
    }
    .category-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0;
        padding-right: 18px;
    }
    .category-title--active::after {
        transform: rotate(180deg);
        top: 4px;
    }
    .category-title::after {
        content: url(../images/general/down.svg);
        display: inline-block;
        transition: all 0.2s;
        position: relative;
    }
    .selection-item--opened::before,
    .seo-picture-1::before,
    .seo-picture-2::after {
        content: "";
    }
    .category-list,
    .selection-item__title span,
    .seo-img {
        display: none;
    }
    .category-list {
        padding-top: 10px;
        margin-bottom: -5px;
        margin-top: -7px;
    }
    .category-list--opened {
        display: flex;
    }
    .category-group {
        margin-top: 0;
        margin-bottom: 0;
        border-bottom: 1px solid #a3b9cf;
    }
    .category-group--active {
        border-color: transparent;
    }
    .category-item {
        height: 52px;
        padding-left: 18px;
        margin-bottom: 8px;
    }
    .category-item__flag {
        width: 28px;
        height: 28px;
        margin-right: 12px;
    }
    .category-item__txt {
        font-size: 16px;
        line-height: 16px;
    }
    .category-item__txt span {
        font-size: 13px;
    }
    .selection-title {
        margin-bottom: 0;
    }
    .selection-head {
        padding-top: 4px;
    }
    .selection-body {
        padding-top: 25px;
        padding-bottom: 30px;
    }
    .selection-filter__item {
        width: 50%;
        margin-bottom: 8px;
    }
    .selection-filter__item:last-child,
    .selection-filter__item:nth-child(5) {
        width: 100%;
    }
    .selection-item {
        height: 44px;
    }
    .selection-item--opened::before {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        background: rgba(17, 10, 34, 0.3);
        z-index: 98;
    }
    .selection-item--opened .selection-item__dropdown {
        position: fixed;
        width: 252px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        background: #fff;
        border-radius: 10px;
        top: 0;
        margin-top: 60px;
        z-index: 99;
    }
    .selection-item__dropdown {
        padding-left: 35px;
        padding-right: 35px;
    }
    .selection-item__dropdown .selection-item__title {
        justify-content: space-between;
        height: auto;
        margin-bottom: 26px;
        margin-right: -20px;
    }
    .selection-item__dropdown .selection-item__title-close {
        width: 10px;
        height: 10px;
        min-width: 10px;
    }
    .selection-item__dropdown .selection-item__title-close img {
        width: 100%;
        -o-object-fit: initial;
        object-fit: initial;
    }
    .selection-item__dropdown .selection-item__title-txt {
        font-size: 15px;
        margin-right: 4px;
    }
    .selection-item__foot {
        margin-top: 18px;
    }
    .selection-item__save {
        width: 100%;
        height: 40px;
        margin-bottom: 6px;
    }
    .selection-item__reset {
        text-decoration: underline;
        width: 100%;
        font-weight: 500;
        font-size: 12px;
    }
    .selection-item__title {
        height: 42px;
    }
    .seo {
        padding-top: 22px;
        padding-bottom: 45px;
    }
    .seo__group--1 {
        margin-bottom: 7px;
    }
    .seo__group--2 {
        margin-bottom: 0;
    }
    .seo-picture-1,
    .seo-picture-2 {
        display: flex;
        margin-bottom: 8px;
    }
    .seo-picture-1 {
        align-items: center;
    }
    .seo-picture-1::before {
        width: 106px;
        min-width: 106px;
        height: 98px;
        background: url(../images/general/seo-1.png) no-repeat;
        background-size: cover;
        margin-right: 6px;
    }
    .seo-picture-2::after {
        width: 162px;
        min-width: 162px;
        height: 180px;
        background: url(../images/general/seo-2.png) no-repeat;
        background-size: cover;
        margin-right: -27.5px;
    }
    .seo__warning {
        margin-bottom: 20px;
    }
    .text-description {
        font-size: 15px;
        line-height: 19px;
    }
    .text-description .h1,
    .text-description h1 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .text-description .h2,
    .text-description h2 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 16px;
    }
    .text-description .h3,
    .text-description h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .text-description big,
    .text-description p {
        font-size: 15px;
        line-height: 19px;
    }
    .text-description p {
        margin-bottom: 10px;
    }
    .text-description small {
        font-size: 13px;
        line-height: 16px;
    }
    .text-description ol,
    .text-description ul {
        padding-left: 18px;
        margin-bottom: 20px;
    }
    .text-description .btn {
        width: 100%;
        padding: 15px;
        text-align: center;
        font-size: 16px;
    }
    .info {
        padding: 20px 30px;
    }
    .info__txt {
        padding-left: 18px;
        font-size: 15px;
        line-height: 130%;
    }
    .warning {
        padding: 20px 23px 29px 30px;
    }
    .warning__txt {
        font-size: 15px;
        line-height: 19px;
        padding-left: 18px;
    }
    .evaluation {
        border-bottom: none;
    }
    .evaluation__title {
        margin-bottom: 0;
    }
    .evaluation-item {
        border-bottom: 1px solid #eff2f5;
        padding-bottom: 8px;
        padding-top: 12px;
        margin-bottom: 0;
    }
    .description__text {
        padding-left: 0;
    }
    .description .seo-img {
        display: none;
    }
    .description .title-review,
    .description .title-sale {
        font-size: 22px;
        line-height: 36px;
    }
    .description__promocode-value {
        font-size: 16px;
        padding: 5px 28px;
        margin-right: 15px;
    }
    .prosandcons__row {
        flex-wrap: wrap;
    }
    .prosandcons__col {
        width: 100%;
    }
    .prosandcons__col:not(:last-child) {
        margin-bottom: 10px;
    }
    .prosandcons-item {
        padding: 15px 20px 35px 28px;
    }
    .prosandcons-item h3 {
        font-size: 20px;
        line-height: 36px;
        margin-bottom: 8px;
    }
    .prosandcons__list li {
        font-size: 14px;
    }
    .block {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .block-title {
        font-size: 20px;
        line-height: 36px;
        margin-bottom: 10px;
    }
    .rates-table {
        display: block;
    }
    .comments-item__user-date span,
    .rates-table thead {
        display: none;
    }
    .rates-table tbody {
        display: block;
    }
    .rates-table td {
        border: none;
        text-align: left;
        padding-top: 0;
        padding-bottom: 0;
    }
    .rates-table .hostingTable__row-tbody {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 34px;
    }
    .rates-table__name {
        width: 100%;
        padding: 14px 32px !important;
        border-bottom: 1px solid #eff2f5 !important;
    }
    .rates-table__bd,
    .rates-table__count {
        padding-top: 5px !important;
        padding-bottom: 8px !important;
    }
    .rates-table__name .hostingTable-txt {
        font-size: 17px;
        line-height: 20px;
        color: #4902a6;
        padding-left: 0;
    }
    .rates-table__count {
        padding-left: 35px;
        width: 33%;
    }
    .rates-table__bd {
        width: 67%;
    }
    .rates-table__disk {
        padding-left: 35px;
        width: 66%;
    }
    .rates-table__price {
        width: 34%;
    }
    .additionally .col-md-6:not(:last-child) {
        margin-bottom: 5px;
    }
    .additionally-item {
        padding: 10px 32px;
    }
    .additionally-item__left {
        margin-right: 22px;
    }
    .additionally-item__left img {
        width: 35px;
    }
    .additionally-item__price {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 6px;
    }
    .similar {
        width: 100vw;
    }
    .similar .row {
        flex-wrap: nowrap;
        overflow-x: auto;
        margin-left: 0;
        margin-right: 0;
        padding-right: 40px;
    }
    .similar .col-md-3 {
        width: 150px;
        padding-left: 0;
        padding-right: 10px;
    }
    .similar-item__logo {
        margin-bottom: 8px;
    }
    .similar-item__stars {
        margin-bottom: 4px;
    }
    .similar-item__name {
        font-size: 15px;
        line-height: 13px;
    }
    .comments-item {
        padding: 15px 10px 35px 20px;
    }
    .comments-item__user {
        justify-content: flex-start;
        margin-bottom: 16px;
    }
    .comments-item__user-avatar {
        position: initial;
        width: 35px;
        height: 35px;
        min-width: 35px;
    }
    .comments-more__link,
    .form__btn {
        width: 100%;
    }
    .comments-item__user-name {
        margin-left: 12px;
    }
    .comments-item__user-date {
        margin-left: auto;
        padding-right: 20px;
    }
    .comments-item__txt {
        font-size: 15px;
        line-height: 130%;
    }
    .addComment__txt {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .form__input {
        height: 55px;
    }
    .form__input--textarea {
        height: 75px;
    }
    .form__sub-label {
        font-size: 12px;
        line-height: 110%;
    }
    .form__rating {
        margin-bottom: 20px;
    }
    .form__group {
        margin-bottom: 8px;
    }
    .aside-about,
    .aside-news,
    .aside-promo,
    .aside-promocode,
    .aside-rating,
    .review-head__host {
        margin-bottom: 20px;
    }
    .form-rating__item {
        justify-content: space-between;
    }
    .form-rating__name {
        min-width: initial;
        margin-right: 0;
    }
    .form__btn {
        height: 50px;
        font-weight: 700;
    }
    .rating-area:not(:checked) > label svg {
        width: 22px;
        height: 22px;
    }
    .rating-area:not(:checked) > label {
        width: 22px;
        height: 22px;
        margin-left: 10px;
    }
    .aside-news-list li,
    .aside-rating-card,
    .aside__title {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }
    .aside__title {
        width: 100%;
    }
    .review-body {
        overflow: hidden;
    }
    .review-head {
        padding-top: 18px;
        padding-bottom: 36px;
    }
    .review-head__host {
        position: relative;
        align-items: center;
        padding-top: 30px;
    }
    .review-head__host-left {
        width: 112px;
    }
    .review-head__host-right {
        width: calc(100% - 112px);
        padding-left: 20px;
    }
    .review-head__host-title {
        font-size: 25px;
        line-height: 27px;
    }
    .review-head__breadcrumbs {
        position: absolute;
        left: 0;
        top: 0;
        flex-wrap: nowrap;
        overflow: auto;
    }
    .review-head__list {
        margin-bottom: 5px;
    }
    .review-head__more {
        padding-top: 18px;
    }
    .review-head__btn {
        margin-bottom: 12px;
    }
    .review-head__promocode {
        flex-direction: row;
        justify-content: center;
    }
    .review-head__promocode-txt {
        margin-right: 12px;
    }
    .footer .scroll-top,
    .footer-logo img {
        margin-left: auto;
        margin-right: auto;
    }
    .header .stats {
        flex-direction: column;
    }
    .header .stats-item {
        margin-bottom: 20px;
    }
    .container {
        padding: 0 27.5px;
    }
    .title {
        font-size: 22px;
    }
    .footer .scroll-top {
        left: 0;
        right: 0;
        display: block;
        width: 32px;
        top: -50px;
    }
    .footer-top {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .footer-bottom {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .footer__logo {
        margin-bottom: 18px;
    }
    .footer .d-flex li {
        margin: 0 7.5px;
    }
    .footer .d-flex li a {
        font-size: 15px;
        line-height: 16px;
    }
}
@media (max-width: 360px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .seo-picture-2::after {
        margin-right: -15px;
    }
    .aside-about,
    .aside-outline,
    .aside-promo,
    .aside-promocode,
    .aside-rating {
        padding: 20px 15px;
    }
}
@media (min-width: 992px) and (max-width: 1399px) {
    .aside-about,
    .aside-outline,
    .aside-promo,
    .aside-promocode,
    .aside-rating {
        padding: 20px 15px;
    }
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
@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-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;
    }
}

 
.Биржа-icon {
  background: url(https://pomoshch-studentu.ru/wp-content/themes/student/assets/images/icons/stud.png) no-repeat;
    background-size: auto;
  background-size: contain;}

 
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
 
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}  