

/* Start:/local/templates/onco/assets/css/main.css?1775728375233145*/
:root {
    --main-color: #41C3DA;
    --main-bg: #E0FAFF
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

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

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

/*!
 * Bootstrap Grid v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

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

@media (min-width:576px) {
    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

@media (min-width:1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px
    }
    
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px
}

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

.row>* {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .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.33333333%
}

.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.66666667%
}

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

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

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

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

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

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

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

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

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

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

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

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

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

.offset-1 {
    margin-left: 8.33333333%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
    .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.33333333%
    }
    .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.66666667%
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.33333333%
    }
    .offset-sm-2 {
        margin-left: 16.66666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333333%
    }
    .offset-sm-5 {
        margin-left: 41.66666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333333%
    }
    .offset-sm-8 {
        margin-left: 66.66666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333333%
    }
    .offset-sm-11 {
        margin-left: 91.66666667%
    }
    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0
    }
    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0
    }
    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:768px) {
    .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.33333333%
    }
    .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.66666667%
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.33333333%
    }
    .offset-md-2 {
        margin-left: 16.66666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333333%
    }
    .offset-md-5 {
        margin-left: 41.66666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333333%
    }
    .offset-md-8 {
        margin-left: 66.66666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333333%
    }
    .offset-md-11 {
        margin-left: 91.66666667%
    }
    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0
    }
    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0
    }
    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:992px) {
    .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.33333333%
    }
    .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.66666667%
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.33333333%
    }
    .offset-lg-2 {
        margin-left: 16.66666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333333%
    }
    .offset-lg-5 {
        margin-left: 41.66666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333333%
    }
    .offset-lg-8 {
        margin-left: 66.66666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333333%
    }
    .offset-lg-11 {
        margin-left: 91.66666667%
    }
    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }
    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }
    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:1200px) {
    .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.33333333%
    }
    .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.66666667%
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.33333333%
    }
    .offset-xl-2 {
        margin-left: 16.66666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333333%
    }
    .offset-xl-5 {
        margin-left: 41.66666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333333%
    }
    .offset-xl-8 {
        margin-left: 66.66666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333333%
    }
    .offset-xl-11 {
        margin-left: 91.66666667%
    }
    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0
    }
    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0
    }
    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }
    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }
    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }
    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }
    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:1400px) {
    .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.33333333%
    }
    .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.66666667%
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-xxl-0 {
        margin-left: 0
    }
    .offset-xxl-1 {
        margin-left: 8.33333333%
    }
    .offset-xxl-2 {
        margin-left: 16.66666667%
    }
    .offset-xxl-3 {
        margin-left: 25%
    }
    .offset-xxl-4 {
        margin-left: 33.33333333%
    }
    .offset-xxl-5 {
        margin-left: 41.66666667%
    }
    .offset-xxl-6 {
        margin-left: 50%
    }
    .offset-xxl-7 {
        margin-left: 58.33333333%
    }
    .offset-xxl-8 {
        margin-left: 66.66666667%
    }
    .offset-xxl-9 {
        margin-left: 75%
    }
    .offset-xxl-10 {
        margin-left: 83.33333333%
    }
    .offset-xxl-11 {
        margin-left: 91.66666667%
    }
    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0
    }
    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0
    }
    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }
    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }
    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }
    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }
    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }
    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }
    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }
    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

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

.d-table {
    display: table !important
}

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

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

.d-flex {
    display: flex !important
}

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

.d-none {
    display: none !important
}

.flex-fill {
    flex: 1 1 auto !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

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

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

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

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

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

.m-auto {
    margin: auto !important
}

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

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

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .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: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .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: .25rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
    padding: 0 !important
}

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

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

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

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

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

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

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

.px-2 {
    padding-right: .5rem !important;
    padding-left: .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: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .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: .25rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-grid {
        display: grid !important
    }
    .d-sm-inline-grid {
        display: inline-grid !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-row {
        display: table-row !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: flex !important
    }
    .d-sm-inline-flex {
        display: inline-flex !important
    }
    .d-sm-none {
        display: none !important
    }
    .flex-sm-fill {
        flex: 1 1 auto !important
    }
    .flex-sm-row {
        flex-direction: row !important
    }
    .flex-sm-column {
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .justify-content-sm-start {
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        justify-content: center !important
    }
    .justify-content-sm-between {
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        justify-content: space-around !important
    }
    .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }
    .align-items-sm-start {
        align-items: flex-start !important
    }
    .align-items-sm-end {
        align-items: flex-end !important
    }
    .align-items-sm-center {
        align-items: center !important
    }
    .align-items-sm-baseline {
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        align-items: stretch !important
    }
    .align-content-sm-start {
        align-content: flex-start !important
    }
    .align-content-sm-end {
        align-content: flex-end !important
    }
    .align-content-sm-center {
        align-content: center !important
    }
    .align-content-sm-between {
        align-content: space-between !important
    }
    .align-content-sm-around {
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        align-content: stretch !important
    }
    .align-self-sm-auto {
        align-self: auto !important
    }
    .align-self-sm-start {
        align-self: flex-start !important
    }
    .align-self-sm-end {
        align-self: flex-end !important
    }
    .align-self-sm-center {
        align-self: center !important
    }
    .align-self-sm-baseline {
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        align-self: stretch !important
    }
    .order-sm-first {
        order: -1 !important
    }
    .order-sm-0 {
        order: 0 !important
    }
    .order-sm-1 {
        order: 1 !important
    }
    .order-sm-2 {
        order: 2 !important
    }
    .order-sm-3 {
        order: 3 !important
    }
    .order-sm-4 {
        order: 4 !important
    }
    .order-sm-5 {
        order: 5 !important
    }
    .order-sm-last {
        order: 6 !important
    }
    .m-sm-0 {
        margin: 0 !important
    }
    .m-sm-1 {
        margin: .25rem !important
    }
    .m-sm-2 {
        margin: .5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem !important
    }
    .m-sm-5 {
        margin: 3rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }
    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .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: .25rem !important;
        margin-bottom: .25rem !important
    }
    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .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: .25rem !important
    }
    .mt-sm-2 {
        margin-top: .5rem !important
    }
    .mt-sm-3 {
        margin-top: 1rem !important
    }
    .mt-sm-4 {
        margin-top: 1.5rem !important
    }
    .mt-sm-5 {
        margin-top: 3rem !important
    }
    .mt-sm-auto {
        margin-top: auto !important
    }
    .me-sm-0 {
        margin-right: 0 !important
    }
    .me-sm-1 {
        margin-right: .25rem !important
    }
    .me-sm-2 {
        margin-right: .5rem !important
    }
    .me-sm-3 {
        margin-right: 1rem !important
    }
    .me-sm-4 {
        margin-right: 1.5rem !important
    }
    .me-sm-5 {
        margin-right: 3rem !important
    }
    .me-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-0 {
        margin-bottom: 0 !important
    }
    .mb-sm-1 {
        margin-bottom: .25rem !important
    }
    .mb-sm-2 {
        margin-bottom: .5rem !important
    }
    .mb-sm-3 {
        margin-bottom: 1rem !important
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .mb-sm-5 {
        margin-bottom: 3rem !important
    }
    .mb-sm-auto {
        margin-bottom: auto !important
    }
    .ms-sm-0 {
        margin-left: 0 !important
    }
    .ms-sm-1 {
        margin-left: .25rem !important
    }
    .ms-sm-2 {
        margin-left: .5rem !important
    }
    .ms-sm-3 {
        margin-left: 1rem !important
    }
    .ms-sm-4 {
        margin-left: 1.5rem !important
    }
    .ms-sm-5 {
        margin-left: 3rem !important
    }
    .ms-sm-auto {
        margin-left: auto !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .p-sm-1 {
        padding: .25rem !important
    }
    .p-sm-2 {
        padding: .5rem !important
    }
    .p-sm-3 {
        padding: 1rem !important
    }
    .p-sm-4 {
        padding: 1.5rem !important
    }
    .p-sm-5 {
        padding: 3rem !important
    }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }
    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .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: .25rem !important;
        padding-bottom: .25rem !important
    }
    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .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: .25rem !important
    }
    .pt-sm-2 {
        padding-top: .5rem !important
    }
    .pt-sm-3 {
        padding-top: 1rem !important
    }
    .pt-sm-4 {
        padding-top: 1.5rem !important
    }
    .pt-sm-5 {
        padding-top: 3rem !important
    }
    .pe-sm-0 {
        padding-right: 0 !important
    }
    .pe-sm-1 {
        padding-right: .25rem !important
    }
    .pe-sm-2 {
        padding-right: .5rem !important
    }
    .pe-sm-3 {
        padding-right: 1rem !important
    }
    .pe-sm-4 {
        padding-right: 1.5rem !important
    }
    .pe-sm-5 {
        padding-right: 3rem !important
    }
    .pb-sm-0 {
        padding-bottom: 0 !important
    }
    .pb-sm-1 {
        padding-bottom: .25rem !important
    }
    .pb-sm-2 {
        padding-bottom: .5rem !important
    }
    .pb-sm-3 {
        padding-bottom: 1rem !important
    }
    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .pb-sm-5 {
        padding-bottom: 3rem !important
    }
    .ps-sm-0 {
        padding-left: 0 !important
    }
    .ps-sm-1 {
        padding-left: .25rem !important
    }
    .ps-sm-2 {
        padding-left: .5rem !important
    }
    .ps-sm-3 {
        padding-left: 1rem !important
    }
    .ps-sm-4 {
        padding-left: 1.5rem !important
    }
    .ps-sm-5 {
        padding-left: 3rem !important
    }
}

@media (min-width:768px) {
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-grid {
        display: grid !important
    }
    .d-md-inline-grid {
        display: inline-grid !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-row {
        display: table-row !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: flex !important
    }
    .d-md-inline-flex {
        display: inline-flex !important
    }
    .d-md-none {
        display: none !important
    }
    .flex-md-fill {
        flex: 1 1 auto !important
    }
    .flex-md-row {
        flex-direction: row !important
    }
    .flex-md-column {
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-md-wrap {
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .justify-content-md-start {
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        justify-content: center !important
    }
    .justify-content-md-between {
        justify-content: space-between !important
    }
    .justify-content-md-around {
        justify-content: space-around !important
    }
    .justify-content-md-evenly {
        justify-content: space-evenly !important
    }
    .align-items-md-start {
        align-items: flex-start !important
    }
    .align-items-md-end {
        align-items: flex-end !important
    }
    .align-items-md-center {
        align-items: center !important
    }
    .align-items-md-baseline {
        align-items: baseline !important
    }
    .align-items-md-stretch {
        align-items: stretch !important
    }
    .align-content-md-start {
        align-content: flex-start !important
    }
    .align-content-md-end {
        align-content: flex-end !important
    }
    .align-content-md-center {
        align-content: center !important
    }
    .align-content-md-between {
        align-content: space-between !important
    }
    .align-content-md-around {
        align-content: space-around !important
    }
    .align-content-md-stretch {
        align-content: stretch !important
    }
    .align-self-md-auto {
        align-self: auto !important
    }
    .align-self-md-start {
        align-self: flex-start !important
    }
    .align-self-md-end {
        align-self: flex-end !important
    }
    .align-self-md-center {
        align-self: center !important
    }
    .align-self-md-baseline {
        align-self: baseline !important
    }
    .align-self-md-stretch {
        align-self: stretch !important
    }
    .order-md-first {
        order: -1 !important
    }
    .order-md-0 {
        order: 0 !important
    }
    .order-md-1 {
        order: 1 !important
    }
    .order-md-2 {
        order: 2 !important
    }
    .order-md-3 {
        order: 3 !important
    }
    .order-md-4 {
        order: 4 !important
    }
    .order-md-5 {
        order: 5 !important
    }
    .order-md-last {
        order: 6 !important
    }
    .m-md-0 {
        margin: 0 !important
    }
    .m-md-1 {
        margin: .25rem !important
    }
    .m-md-2 {
        margin: .5rem !important
    }
    .m-md-3 {
        margin: 1rem !important
    }
    .m-md-4 {
        margin: 1.5rem !important
    }
    .m-md-5 {
        margin: 3rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }
    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .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: .25rem !important;
        margin-bottom: .25rem !important
    }
    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .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: .25rem !important
    }
    .mt-md-2 {
        margin-top: .5rem !important
    }
    .mt-md-3 {
        margin-top: 1rem !important
    }
    .mt-md-4 {
        margin-top: 1.5rem !important
    }
    .mt-md-5 {
        margin-top: 3rem !important
    }
    .mt-md-auto {
        margin-top: auto !important
    }
    .me-md-0 {
        margin-right: 0 !important
    }
    .me-md-1 {
        margin-right: .25rem !important
    }
    .me-md-2 {
        margin-right: .5rem !important
    }
    .me-md-3 {
        margin-right: 1rem !important
    }
    .me-md-4 {
        margin-right: 1.5rem !important
    }
    .me-md-5 {
        margin-right: 3rem !important
    }
    .me-md-auto {
        margin-right: auto !important
    }
    .mb-md-0 {
        margin-bottom: 0 !important
    }
    .mb-md-1 {
        margin-bottom: .25rem !important
    }
    .mb-md-2 {
        margin-bottom: .5rem !important
    }
    .mb-md-3 {
        margin-bottom: 1rem !important
    }
    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }
    .mb-md-5 {
        margin-bottom: 3rem !important
    }
    .mb-md-auto {
        margin-bottom: auto !important
    }
    .ms-md-0 {
        margin-left: 0 !important
    }
    .ms-md-1 {
        margin-left: .25rem !important
    }
    .ms-md-2 {
        margin-left: .5rem !important
    }
    .ms-md-3 {
        margin-left: 1rem !important
    }
    .ms-md-4 {
        margin-left: 1.5rem !important
    }
    .ms-md-5 {
        margin-left: 3rem !important
    }
    .ms-md-auto {
        margin-left: auto !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .p-md-1 {
        padding: .25rem !important
    }
    .p-md-2 {
        padding: .5rem !important
    }
    .p-md-3 {
        padding: 1rem !important
    }
    .p-md-4 {
        padding: 1.5rem !important
    }
    .p-md-5 {
        padding: 3rem !important
    }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }
    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .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: .25rem !important;
        padding-bottom: .25rem !important
    }
    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .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: .25rem !important
    }
    .pt-md-2 {
        padding-top: .5rem !important
    }
    .pt-md-3 {
        padding-top: 1rem !important
    }
    .pt-md-4 {
        padding-top: 1.5rem !important
    }
    .pt-md-5 {
        padding-top: 3rem !important
    }
    .pe-md-0 {
        padding-right: 0 !important
    }
    .pe-md-1 {
        padding-right: .25rem !important
    }
    .pe-md-2 {
        padding-right: .5rem !important
    }
    .pe-md-3 {
        padding-right: 1rem !important
    }
    .pe-md-4 {
        padding-right: 1.5rem !important
    }
    .pe-md-5 {
        padding-right: 3rem !important
    }
    .pb-md-0 {
        padding-bottom: 0 !important
    }
    .pb-md-1 {
        padding-bottom: .25rem !important
    }
    .pb-md-2 {
        padding-bottom: .5rem !important
    }
    .pb-md-3 {
        padding-bottom: 1rem !important
    }
    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }
    .pb-md-5 {
        padding-bottom: 3rem !important
    }
    .ps-md-0 {
        padding-left: 0 !important
    }
    .ps-md-1 {
        padding-left: .25rem !important
    }
    .ps-md-2 {
        padding-left: .5rem !important
    }
    .ps-md-3 {
        padding-left: 1rem !important
    }
    .ps-md-4 {
        padding-left: 1.5rem !important
    }
    .ps-md-5 {
        padding-left: 3rem !important
    }
}

@media (min-width:992px) {
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-grid {
        display: grid !important
    }
    .d-lg-inline-grid {
        display: inline-grid !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-row {
        display: table-row !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: flex !important
    }
    .d-lg-inline-flex {
        display: inline-flex !important
    }
    .d-lg-none {
        display: none !important
    }
    .flex-lg-fill {
        flex: 1 1 auto !important
    }
    .flex-lg-row {
        flex-direction: row !important
    }
    .flex-lg-column {
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .justify-content-lg-start {
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        justify-content: center !important
    }
    .justify-content-lg-between {
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        justify-content: space-around !important
    }
    .justify-content-lg-evenly {
        justify-content: space-evenly !important
    }
    .align-items-lg-start {
        align-items: flex-start !important
    }
    .align-items-lg-end {
        align-items: flex-end !important
    }
    .align-items-lg-center {
        align-items: center !important
    }
    .align-items-lg-baseline {
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        align-items: stretch !important
    }
    .align-content-lg-start {
        align-content: flex-start !important
    }
    .align-content-lg-end {
        align-content: flex-end !important
    }
    .align-content-lg-center {
        align-content: center !important
    }
    .align-content-lg-between {
        align-content: space-between !important
    }
    .align-content-lg-around {
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        align-content: stretch !important
    }
    .align-self-lg-auto {
        align-self: auto !important
    }
    .align-self-lg-start {
        align-self: flex-start !important
    }
    .align-self-lg-end {
        align-self: flex-end !important
    }
    .align-self-lg-center {
        align-self: center !important
    }
    .align-self-lg-baseline {
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        align-self: stretch !important
    }
    .order-lg-first {
        order: -1 !important
    }
    .order-lg-0 {
        order: 0 !important
    }
    .order-lg-1 {
        order: 1 !important
    }
    .order-lg-2 {
        order: 2 !important
    }
    .order-lg-3 {
        order: 3 !important
    }
    .order-lg-4 {
        order: 4 !important
    }
    .order-lg-5 {
        order: 5 !important
    }
    .order-lg-last {
        order: 6 !important
    }
    .m-lg-0 {
        margin: 0 !important
    }
    .m-lg-1 {
        margin: .25rem !important
    }
    .m-lg-2 {
        margin: .5rem !important
    }
    .m-lg-3 {
        margin: 1rem !important
    }
    .m-lg-4 {
        margin: 1.5rem !important
    }
    .m-lg-5 {
        margin: 3rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }
    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .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: .25rem !important;
        margin-bottom: .25rem !important
    }
    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .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: .25rem !important
    }
    .mt-lg-2 {
        margin-top: .5rem !important
    }
    .mt-lg-3 {
        margin-top: 1rem !important
    }
    .mt-lg-4 {
        margin-top: 1.5rem !important
    }
    .mt-lg-5 {
        margin-top: 3rem !important
    }
    .mt-lg-auto {
        margin-top: auto !important
    }
    .me-lg-0 {
        margin-right: 0 !important
    }
    .me-lg-1 {
        margin-right: .25rem !important
    }
    .me-lg-2 {
        margin-right: .5rem !important
    }
    .me-lg-3 {
        margin-right: 1rem !important
    }
    .me-lg-4 {
        margin-right: 1.5rem !important
    }
    .me-lg-5 {
        margin-right: 3rem !important
    }
    .me-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-0 {
        margin-bottom: 0 !important
    }
    .mb-lg-1 {
        margin-bottom: .25rem !important
    }
    .mb-lg-2 {
        margin-bottom: .5rem !important
    }
    .mb-lg-3 {
        margin-bottom: 1rem !important
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .mb-lg-5 {
        margin-bottom: 3rem !important
    }
    .mb-lg-auto {
        margin-bottom: auto !important
    }
    .ms-lg-0 {
        margin-left: 0 !important
    }
    .ms-lg-1 {
        margin-left: .25rem !important
    }
    .ms-lg-2 {
        margin-left: .5rem !important
    }
    .ms-lg-3 {
        margin-left: 1rem !important
    }
    .ms-lg-4 {
        margin-left: 1.5rem !important
    }
    .ms-lg-5 {
        margin-left: 3rem !important
    }
    .ms-lg-auto {
        margin-left: auto !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .p-lg-1 {
        padding: .25rem !important
    }
    .p-lg-2 {
        padding: .5rem !important
    }
    .p-lg-3 {
        padding: 1rem !important
    }
    .p-lg-4 {
        padding: 1.5rem !important
    }
    .p-lg-5 {
        padding: 3rem !important
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }
    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .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: .25rem !important;
        padding-bottom: .25rem !important
    }
    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .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: .25rem !important
    }
    .pt-lg-2 {
        padding-top: .5rem !important
    }
    .pt-lg-3 {
        padding-top: 1rem !important
    }
    .pt-lg-4 {
        padding-top: 1.5rem !important
    }
    .pt-lg-5 {
        padding-top: 3rem !important
    }
    .pe-lg-0 {
        padding-right: 0 !important
    }
    .pe-lg-1 {
        padding-right: .25rem !important
    }
    .pe-lg-2 {
        padding-right: .5rem !important
    }
    .pe-lg-3 {
        padding-right: 1rem !important
    }
    .pe-lg-4 {
        padding-right: 1.5rem !important
    }
    .pe-lg-5 {
        padding-right: 3rem !important
    }
    .pb-lg-0 {
        padding-bottom: 0 !important
    }
    .pb-lg-1 {
        padding-bottom: .25rem !important
    }
    .pb-lg-2 {
        padding-bottom: .5rem !important
    }
    .pb-lg-3 {
        padding-bottom: 1rem !important
    }
    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .pb-lg-5 {
        padding-bottom: 3rem !important
    }
    .ps-lg-0 {
        padding-left: 0 !important
    }
    .ps-lg-1 {
        padding-left: .25rem !important
    }
    .ps-lg-2 {
        padding-left: .5rem !important
    }
    .ps-lg-3 {
        padding-left: 1rem !important
    }
    .ps-lg-4 {
        padding-left: 1.5rem !important
    }
    .ps-lg-5 {
        padding-left: 3rem !important
    }
}

@media (min-width:1200px) {
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-grid {
        display: grid !important
    }
    .d-xl-inline-grid {
        display: inline-grid !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-row {
        display: table-row !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: flex !important
    }
    .d-xl-inline-flex {
        display: inline-flex !important
    }
    .d-xl-none {
        display: none !important
    }
    .flex-xl-fill {
        flex: 1 1 auto !important
    }
    .flex-xl-row {
        flex-direction: row !important
    }
    .flex-xl-column {
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .justify-content-xl-start {
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        justify-content: center !important
    }
    .justify-content-xl-between {
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        justify-content: space-around !important
    }
    .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }
    .align-items-xl-start {
        align-items: flex-start !important
    }
    .align-items-xl-end {
        align-items: flex-end !important
    }
    .align-items-xl-center {
        align-items: center !important
    }
    .align-items-xl-baseline {
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        align-items: stretch !important
    }
    .align-content-xl-start {
        align-content: flex-start !important
    }
    .align-content-xl-end {
        align-content: flex-end !important
    }
    .align-content-xl-center {
        align-content: center !important
    }
    .align-content-xl-between {
        align-content: space-between !important
    }
    .align-content-xl-around {
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        align-content: stretch !important
    }
    .align-self-xl-auto {
        align-self: auto !important
    }
    .align-self-xl-start {
        align-self: flex-start !important
    }
    .align-self-xl-end {
        align-self: flex-end !important
    }
    .align-self-xl-center {
        align-self: center !important
    }
    .align-self-xl-baseline {
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        align-self: stretch !important
    }
    .order-xl-first {
        order: -1 !important
    }
    .order-xl-0 {
        order: 0 !important
    }
    .order-xl-1 {
        order: 1 !important
    }
    .order-xl-2 {
        order: 2 !important
    }
    .order-xl-3 {
        order: 3 !important
    }
    .order-xl-4 {
        order: 4 !important
    }
    .order-xl-5 {
        order: 5 !important
    }
    .order-xl-last {
        order: 6 !important
    }
    .m-xl-0 {
        margin: 0 !important
    }
    .m-xl-1 {
        margin: .25rem !important
    }
    .m-xl-2 {
        margin: .5rem !important
    }
    .m-xl-3 {
        margin: 1rem !important
    }
    .m-xl-4 {
        margin: 1.5rem !important
    }
    .m-xl-5 {
        margin: 3rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }
    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .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: .25rem !important;
        margin-bottom: .25rem !important
    }
    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .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: .25rem !important
    }
    .mt-xl-2 {
        margin-top: .5rem !important
    }
    .mt-xl-3 {
        margin-top: 1rem !important
    }
    .mt-xl-4 {
        margin-top: 1.5rem !important
    }
    .mt-xl-5 {
        margin-top: 3rem !important
    }
    .mt-xl-auto {
        margin-top: auto !important
    }
    .me-xl-0 {
        margin-right: 0 !important
    }
    .me-xl-1 {
        margin-right: .25rem !important
    }
    .me-xl-2 {
        margin-right: .5rem !important
    }
    .me-xl-3 {
        margin-right: 1rem !important
    }
    .me-xl-4 {
        margin-right: 1.5rem !important
    }
    .me-xl-5 {
        margin-right: 3rem !important
    }
    .me-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-0 {
        margin-bottom: 0 !important
    }
    .mb-xl-1 {
        margin-bottom: .25rem !important
    }
    .mb-xl-2 {
        margin-bottom: .5rem !important
    }
    .mb-xl-3 {
        margin-bottom: 1rem !important
    }
    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }
    .mb-xl-5 {
        margin-bottom: 3rem !important
    }
    .mb-xl-auto {
        margin-bottom: auto !important
    }
    .ms-xl-0 {
        margin-left: 0 !important
    }
    .ms-xl-1 {
        margin-left: .25rem !important
    }
    .ms-xl-2 {
        margin-left: .5rem !important
    }
    .ms-xl-3 {
        margin-left: 1rem !important
    }
    .ms-xl-4 {
        margin-left: 1.5rem !important
    }
    .ms-xl-5 {
        margin-left: 3rem !important
    }
    .ms-xl-auto {
        margin-left: auto !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .p-xl-1 {
        padding: .25rem !important
    }
    .p-xl-2 {
        padding: .5rem !important
    }
    .p-xl-3 {
        padding: 1rem !important
    }
    .p-xl-4 {
        padding: 1.5rem !important
    }
    .p-xl-5 {
        padding: 3rem !important
    }
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }
    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .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: .25rem !important;
        padding-bottom: .25rem !important
    }
    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .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: .25rem !important
    }
    .pt-xl-2 {
        padding-top: .5rem !important
    }
    .pt-xl-3 {
        padding-top: 1rem !important
    }
    .pt-xl-4 {
        padding-top: 1.5rem !important
    }
    .pt-xl-5 {
        padding-top: 3rem !important
    }
    .pe-xl-0 {
        padding-right: 0 !important
    }
    .pe-xl-1 {
        padding-right: .25rem !important
    }
    .pe-xl-2 {
        padding-right: .5rem !important
    }
    .pe-xl-3 {
        padding-right: 1rem !important
    }
    .pe-xl-4 {
        padding-right: 1.5rem !important
    }
    .pe-xl-5 {
        padding-right: 3rem !important
    }
    .pb-xl-0 {
        padding-bottom: 0 !important
    }
    .pb-xl-1 {
        padding-bottom: .25rem !important
    }
    .pb-xl-2 {
        padding-bottom: .5rem !important
    }
    .pb-xl-3 {
        padding-bottom: 1rem !important
    }
    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }
    .pb-xl-5 {
        padding-bottom: 3rem !important
    }
    .ps-xl-0 {
        padding-left: 0 !important
    }
    .ps-xl-1 {
        padding-left: .25rem !important
    }
    .ps-xl-2 {
        padding-left: .5rem !important
    }
    .ps-xl-3 {
        padding-left: 1rem !important
    }
    .ps-xl-4 {
        padding-left: 1.5rem !important
    }
    .ps-xl-5 {
        padding-left: 3rem !important
    }
}

@media (min-width:1400px) {
    .d-xxl-inline {
        display: inline !important
    }
    .d-xxl-inline-block {
        display: inline-block !important
    }
    .d-xxl-block {
        display: block !important
    }
    .d-xxl-grid {
        display: grid !important
    }
    .d-xxl-inline-grid {
        display: inline-grid !important
    }
    .d-xxl-table {
        display: table !important
    }
    .d-xxl-table-row {
        display: table-row !important
    }
    .d-xxl-table-cell {
        display: table-cell !important
    }
    .d-xxl-flex {
        display: flex !important
    }
    .d-xxl-inline-flex {
        display: inline-flex !important
    }
    .d-xxl-none {
        display: none !important
    }
    .flex-xxl-fill {
        flex: 1 1 auto !important
    }
    .flex-xxl-row {
        flex-direction: row !important
    }
    .flex-xxl-column {
        flex-direction: column !important
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important
    }
    .justify-content-xxl-center {
        justify-content: center !important
    }
    .justify-content-xxl-between {
        justify-content: space-between !important
    }
    .justify-content-xxl-around {
        justify-content: space-around !important
    }
    .justify-content-xxl-evenly {
        justify-content: space-evenly !important
    }
    .align-items-xxl-start {
        align-items: flex-start !important
    }
    .align-items-xxl-end {
        align-items: flex-end !important
    }
    .align-items-xxl-center {
        align-items: center !important
    }
    .align-items-xxl-baseline {
        align-items: baseline !important
    }
    .align-items-xxl-stretch {
        align-items: stretch !important
    }
    .align-content-xxl-start {
        align-content: flex-start !important
    }
    .align-content-xxl-end {
        align-content: flex-end !important
    }
    .align-content-xxl-center {
        align-content: center !important
    }
    .align-content-xxl-between {
        align-content: space-between !important
    }
    .align-content-xxl-around {
        align-content: space-around !important
    }
    .align-content-xxl-stretch {
        align-content: stretch !important
    }
    .align-self-xxl-auto {
        align-self: auto !important
    }
    .align-self-xxl-start {
        align-self: flex-start !important
    }
    .align-self-xxl-end {
        align-self: flex-end !important
    }
    .align-self-xxl-center {
        align-self: center !important
    }
    .align-self-xxl-baseline {
        align-self: baseline !important
    }
    .align-self-xxl-stretch {
        align-self: stretch !important
    }
    .order-xxl-first {
        order: -1 !important
    }
    .order-xxl-0 {
        order: 0 !important
    }
    .order-xxl-1 {
        order: 1 !important
    }
    .order-xxl-2 {
        order: 2 !important
    }
    .order-xxl-3 {
        order: 3 !important
    }
    .order-xxl-4 {
        order: 4 !important
    }
    .order-xxl-5 {
        order: 5 !important
    }
    .order-xxl-last {
        order: 6 !important
    }
    .m-xxl-0 {
        margin: 0 !important
    }
    .m-xxl-1 {
        margin: .25rem !important
    }
    .m-xxl-2 {
        margin: .5rem !important
    }
    .m-xxl-3 {
        margin: 1rem !important
    }
    .m-xxl-4 {
        margin: 1.5rem !important
    }
    .m-xxl-5 {
        margin: 3rem !important
    }
    .m-xxl-auto {
        margin: auto !important
    }
    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .mx-xxl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }
    .mx-xxl-2 {
        margin-right: .5rem !important;
        margin-left: .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: .25rem !important;
        margin-bottom: .25rem !important
    }
    .my-xxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .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: .25rem !important
    }
    .mt-xxl-2 {
        margin-top: .5rem !important
    }
    .mt-xxl-3 {
        margin-top: 1rem !important
    }
    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }
    .mt-xxl-5 {
        margin-top: 3rem !important
    }
    .mt-xxl-auto {
        margin-top: auto !important
    }
    .me-xxl-0 {
        margin-right: 0 !important
    }
    .me-xxl-1 {
        margin-right: .25rem !important
    }
    .me-xxl-2 {
        margin-right: .5rem !important
    }
    .me-xxl-3 {
        margin-right: 1rem !important
    }
    .me-xxl-4 {
        margin-right: 1.5rem !important
    }
    .me-xxl-5 {
        margin-right: 3rem !important
    }
    .me-xxl-auto {
        margin-right: auto !important
    }
    .mb-xxl-0 {
        margin-bottom: 0 !important
    }
    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }
    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }
    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }
    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }
    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }
    .mb-xxl-auto {
        margin-bottom: auto !important
    }
    .ms-xxl-0 {
        margin-left: 0 !important
    }
    .ms-xxl-1 {
        margin-left: .25rem !important
    }
    .ms-xxl-2 {
        margin-left: .5rem !important
    }
    .ms-xxl-3 {
        margin-left: 1rem !important
    }
    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }
    .ms-xxl-5 {
        margin-left: 3rem !important
    }
    .ms-xxl-auto {
        margin-left: auto !important
    }
    .p-xxl-0 {
        padding: 0 !important
    }
    .p-xxl-1 {
        padding: .25rem !important
    }
    .p-xxl-2 {
        padding: .5rem !important
    }
    .p-xxl-3 {
        padding: 1rem !important
    }
    .p-xxl-4 {
        padding: 1.5rem !important
    }
    .p-xxl-5 {
        padding: 3rem !important
    }
    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .px-xxl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }
    .px-xxl-2 {
        padding-right: .5rem !important;
        padding-left: .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: .25rem !important;
        padding-bottom: .25rem !important
    }
    .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .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: .25rem !important
    }
    .pt-xxl-2 {
        padding-top: .5rem !important
    }
    .pt-xxl-3 {
        padding-top: 1rem !important
    }
    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }
    .pt-xxl-5 {
        padding-top: 3rem !important
    }
    .pe-xxl-0 {
        padding-right: 0 !important
    }
    .pe-xxl-1 {
        padding-right: .25rem !important
    }
    .pe-xxl-2 {
        padding-right: .5rem !important
    }
    .pe-xxl-3 {
        padding-right: 1rem !important
    }
    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }
    .pe-xxl-5 {
        padding-right: 3rem !important
    }
    .pb-xxl-0 {
        padding-bottom: 0 !important
    }
    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }
    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }
    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }
    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }
    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }
    .ps-xxl-0 {
        padding-left: 0 !important
    }
    .ps-xxl-1 {
        padding-left: .25rem !important
    }
    .ps-xxl-2 {
        padding-left: .5rem !important
    }
    .ps-xxl-3 {
        padding-left: 1rem !important
    }
    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }
    .ps-xxl-5 {
        padding-left: 3rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }
    .d-print-inline-block {
        display: inline-block !important
    }
    .d-print-block {
        display: block !important
    }
    .d-print-grid {
        display: grid !important
    }
    .d-print-inline-grid {
        display: inline-grid !important
    }
    .d-print-table {
        display: table !important
    }
    .d-print-table-row {
        display: table-row !important
    }
    .d-print-table-cell {
        display: table-cell !important
    }
    .d-print-flex {
        display: flex !important
    }
    .d-print-inline-flex {
        display: inline-flex !important
    }
    .d-print-none {
        display: none !important
    }
}

html {
    height: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    scrollbar-gutter: stable
}

body {
    display: flex;
    flex-direction: column;
    height: 100%;
    font-family: Nunito, sans-serif;
    background: #e8e8e8;
    font-size: 18px;
    color: #333;
    line-height: 1.35;
    overflow-x: hidden;
    font-optical-sizing: auto;
    scrollbar-gutter: stable both-edges
}

body.m-hidden {
    overflow: hidden
}

body.m-default {
    background: #fff
}

body.m-default .page-footer__wrap {
    padding-left: 0;
    padding-right: 0
}

* {
    box-sizing: border-box
}

:focus {
    outline: 0
}

:-moz-any-link:focus {
    outline: 1px dotted invert
}

:-moz-any-link:focus {
    outline: 0
}

input,
textarea {
    box-shadow: none;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

::-webkit-input-placeholder {
    color: #888;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

::-moz-placeholder {
    color: #888;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

:-moz-placeholder {
    color: #888;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

:-ms-input-placeholder {
    color: #888;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

:focus::-webkit-input-placeholder {
    color: transparent
}

:focus::-moz-placeholder {
    color: transparent
}

:focus:-moz-placeholder {
    color: transparent
}

:focus:-ms-input-placeholder {
    color: transparent
}

input:required {
    box-shadow: none
}

input[type=text]:-webkit-autofill {
    font-size: 18px !important
}

input[type=text]:-webkit-autofill,
input[type=text]:-webkit-autofill:active,
input[type=text]:-webkit-autofill:focus,
input[type=text]:-webkit-autofill:hover {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    font-size: 18px !important
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: 0 0 0 1000px #fff inset
}

input:-webkit-autofill::first-line {
    font-size: 18px !important
}

input[type=submit] {
    border: 0
}

button {
    border: 0;
    outline: 0
}

.layout a:not([class]),
.page-popup a:not([class]) {
    color: var(--main-color);
    text-decoration: none
}

.layout h1,
.page-popup h1 {
    font-size: 60px;
    font-family: Unbounded, sans-serif;
    margin: 0 0 20px 0;
    line-height: 1.2;
    font-weight: 400
}

.layout h2,
.page-popup h2 {
    font-size: 45px;
    margin: 0 0 20px 0;
    line-height: 1.2;
    font-family: Unbounded, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal
}

.layout h3,
.page-popup h3 {
    font-size: 40px;
    margin: 0 0 20px 0;
    font-family: Unbounded, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal
}

.layout h4,
.page-popup h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
    font-family: Unbounded, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal
}

.layout h5,
.page-popup h5 {
    font-size: 20px;
    margin: 0 0 15px 0;
    font-family: Unbounded, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal
}

.layout h6,
.page-popup h6 {
    font-size: 18px;
    margin: 0 0 10px 0;
    font-family: Unbounded, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal
}

.layout ul,
.page-popup ul {
    margin: 0 0 20px 20px;
    padding: 0
}

.layout ul li,
.page-popup ul li {
    list-style-type: none;
    margin-bottom: 12px
}

.layout ul li:last-child,
.page-popup ul li:last-child {
    margin-bottom: 0
}

.layout ul li:before,
.page-popup ul li:before {
    content: "";
    width: 8px;
    min-width: 8px;
    height: 8px;
    background: #41c3da;
    border: 1px solid #41c3da;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin: -3px 12px 0 5px
}

.layout ul li>ul,
.page-popup ul li>ul {
    margin: 15px 0 15px 30px
}

.layout ul li>ul li:before,
.page-popup ul li>ul li:before {
    background: #fff;
    border: 1px solid #41c3da
}

.layout ol,
.page-popup ol {
    margin: 0 0 20px 20px;
    padding: 0;
    counter-reset: a
}

.layout ol:last-child,
.page-popup ol:last-child {
    margin-bottom: 0
}

.layout ol li,
.page-popup ol li {
    margin: 0 0 12px 0;
    position: relative;
    list-style-type: none
}

.layout ol li:last-child,
.page-popup ol li:last-child {
    margin-bottom: 0
}

.layout ol li:before,
.page-popup ol li:before {
    counter-increment: a;
    content: counter(a);
    color: #303138;
    font-family: Unbounded, sans-serif;
    font-size: 18px;
    margin-right: 12px;
    display: inline-block
}

.layout ol ol,
.page-popup ol ol {
    margin: 16px 0;
    counter-reset: a2;
    padding-left: 24px
}

.layout ol ol li:before,
.page-popup ol ol li:before {
    counter-increment: a2;
    content: counter(a) "." counter(a2);
    min-width: 30px
}

.layout ol ol ol,
.page-popup ol ol ol {
    counter-reset: a3
}

.layout ol ol ol li:before,
.page-popup ol ol ol li:before {
    counter-increment: a3;
    content: counter(a) "." counter(a2) "." counter(a3);
    min-width: 30px
}

.layout input[type=checkbox]:checked,
.layout input[type=checkbox]:not(:checked),
.page-popup input[type=checkbox]:checked,
.page-popup input[type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px
}

.layout input[type=checkbox]:checked+label,
.layout input[type=checkbox]:not(:checked)+label,
.page-popup input[type=checkbox]:checked+label,
.page-popup input[type=checkbox]:not(:checked)+label {
    position: relative;
    cursor: pointer;
    padding-left: 32px;
    line-height: 23px;
    font-size: 16px;
    display: inline-block
}

.layout input[type=checkbox]:checked+label a,
.layout input[type=checkbox]:not(:checked)+label a,
.page-popup input[type=checkbox]:checked+label a,
.page-popup input[type=checkbox]:not(:checked)+label a {
    color: #333;
    text-decoration: underline
}

.layout input[type=checkbox]:checked+label a:hover,
.layout input[type=checkbox]:not(:checked)+label a:hover,
.page-popup input[type=checkbox]:checked+label a:hover,
.page-popup input[type=checkbox]:not(:checked)+label a:hover {
    text-decoration: none
}

.layout input[type=checkbox]:not(:checked)+label:before,
.page-popup input[type=checkbox]:not(:checked)+label:before {
    background: #e6e6e6
}

.layout input[type=checkbox]:checked+label:before,
.page-popup input[type=checkbox]:checked+label:before {
    background: #fff
}

.layout input[type=checkbox]:checked+label:before,
.layout input[type=checkbox]:not(:checked)+label:before,
.page-popup input[type=checkbox]:checked+label:before,
.page-popup input[type=checkbox]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 23px;
    height: 23px;
    border-radius: 5px;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .1);
    z-index: 5
}

.layout input[type=checkbox]:checked+label:after,
.layout input[type=checkbox]:not(:checked)+label:after,
.page-popup input[type=checkbox]:checked+label:after,
.page-popup input[type=checkbox]:not(:checked)+label:after {
    content: "";
    background: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.91304L4.0303 7.92308L11 1' stroke='%2341DAA4' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center no-repeat;
    width: 12px;
    height: 10px;
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 10
}

.layout input[type=checkbox]:not(:checked)+label:after,
.page-popup input[type=checkbox]:not(:checked)+label:after {
    opacity: 0
}

.layout input[type=checkbox]:checked+label:after,
.page-popup input[type=checkbox]:checked+label:after {
    opacity: 1
}

.layout cite,
.page-popup cite {
    display: block;
    padding-left: 24px;
    border-left: 4px solid #41c3da;
    font-style: normal
}

.layout table,
.page-popup table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse
}

.layout th,
.page-popup th {
    border-bottom: 1px solid #e2e2ee;
    text-align: left;
    font-family: Unbounded, sans-serif;
    padding: 16px 20px;
    font-weight: 400
}

.layout td,
.page-popup td {
    border-bottom: 1px solid #e2e2ee;
    padding: 16px 20px
}

.layout tr.highlighted td,
.page-popup tr.highlighted td {
    background: #e0faff
}

:root {
    --iti-hover-color: rgba(0, 0, 0, 0.05);
    --iti-border-color: #ccc;
    --iti-dialcode-color: #999;
    --iti-dropdown-bg: white;
    --iti-spacer-horizontal: 15px;
    --iti-flag-height: 21px;
    --iti-flag-width: 28px;
    --iti-border-width: 1px;
    --iti-arrow-height: 4px;
    --iti-arrow-width: 6px;
    --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
    --iti-arrow-padding: 11px;
    --iti-arrow-color: #000;
    --iti-path-flags-1x: url("/local/templates/onco/assets/css/../img/content/flags.webp");
    --iti-path-flags-2x: url("/local/templates/onco/assets/css/../img/content/flags@2x.webp");
    --iti-path-globe-1x: url("/local/templates/onco/assets/css/../img/content/globe.webp");
    --iti-path-globe-2x: url("/local/templates/onco/assets/css/../img/content/globe@2x.webp");
    --iti-flag-sprite-width: 6832px;
    --iti-flag-sprite-height: 21px;
    --iti-mobile-popup-margin: 30px
}

.iti {
    position: relative;
    display: inline-block
}

.iti * {
    box-sizing: border-box
}

.iti__hide {
    display: none
}

.iti__v-hide {
    visibility: hidden
}

.iti__a11y-text {
    width: 1px;
    height: 1px;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute
}

.iti input.iti__tel-input,
.iti input.iti__tel-input[type=tel],
.iti input.iti__tel-input[type=text] {
    position: relative;
    z-index: 0;
    margin: 0 !important
}

.iti__country-container {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: var(--iti-border-width)
}

.iti__selected-country {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    border-radius: 0;
    font-weight: inherit;
    line-height: inherit;
    text-decoration: none
}

.iti__selected-country-primary {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal)
}

.iti__arrow {
    margin-left: var(--iti-arrow-padding);
    width: 0;
    height: 0;
    border-left: var(--iti-triangle-border) solid transparent;
    border-right: var(--iti-triangle-border) solid transparent;
    border-top: var(--iti-arrow-height) solid var(--iti-arrow-color)
}

[dir=rtl] .iti__arrow {
    margin-right: var(--iti-arrow-padding);
    margin-left: 0
}

.iti__arrow--up {
    border-top: none;
    border-bottom: var(--iti-arrow-height) solid var(--iti-arrow-color)
}

.iti__dropdown-content {
    border-radius: 3px;
    background-color: var(--iti-dropdown-bg)
}

.iti--inline-dropdown .iti__dropdown-content {
    position: absolute;
    z-index: 2;
    margin-top: 3px;
    margin-left: calc(var(--iti-border-width) * -1);
    border: var(--iti-border-width) solid var(--iti-border-color);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2)
}

.iti__search-input {
    width: 100%;
    border-width: 0;
    border-radius: 3px
}

.iti__search-input+.iti__country-list {
    border-top: 1px solid var(--iti-border-color)
}

.iti__country-list {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.iti--inline-dropdown .iti__country-list {
    max-height: 185px
}

.iti--flexible-dropdown-width .iti__country-list {
    white-space: nowrap
}

@media (max-width:500px) {
    .iti--flexible-dropdown-width .iti__country-list {
        white-space: normal
    }
}

.iti__country {
    display: flex;
    align-items: center;
    padding: 8px var(--iti-spacer-horizontal);
    outline: 0
}

.iti__dial-code {
    color: var(--iti-dialcode-color)
}

.iti__country.iti__highlight {
    background-color: var(--iti-hover-color)
}

.iti__country-list .iti__flag,
.iti__country-name {
    margin-right: var(--iti-spacer-horizontal)
}

[dir=rtl] .iti__country-list .iti__flag,
[dir=rtl] .iti__country-name {
    margin-right: 0;
    margin-left: var(--iti-spacer-horizontal)
}

.iti--allow-dropdown .iti__country-container:not(:has(+input[disabled])):not(:has(+input[readonly])):hover,
.iti--allow-dropdown .iti__country-container:not(:has(+input[disabled])):not(:has(+input[readonly])):hover button {
    cursor: pointer
}

.iti--allow-dropdown .iti__country-container:not(:has(+input[disabled])):not(:has(+input[readonly])) .iti__selected-country-primary:hover,
.iti--allow-dropdown .iti__country-container:not(:has(+input[disabled])):not(:has(+input[readonly])) .iti__selected-country:has(+.iti__dropdown-content:hover) .iti__selected-country-primary {
    background-color: var(--iti-hover-color)
}

[dir=rtl] .iti .iti__selected-dial-code {
    margin-left: 0;
    margin-right: 4px
}

.iti--container {
    position: fixed;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: var(--iti-border-width)
}

.iti--container:hover {
    cursor: pointer
}

.iti--fullscreen-popup.iti--container {
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    padding: var(--iti-mobile-popup-margin);
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.iti--fullscreen-popup .iti__dropdown-content {
    display: flex;
    flex-direction: column;
    max-height: 100%;
    position: relative
}

.iti--fullscreen-popup .iti__country {
    padding: 10px 10px;
    line-height: 1.5em
}

.iti__flag {
    --iti-flag-offset: 100px;
    height: var(--iti-flag-height);
    width: var(--iti-flag-width);
    border-radius: 1px;
    box-shadow: 0 0 1px 0 #888;
    background-image: var(--iti-path-flags-2x);
    background-repeat: no-repeat;
    background-position: var(--iti-flag-offset) 0;
    background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height)
}

.iti__ac {
    --iti-flag-offset: 0px
}

.iti__ad {
    --iti-flag-offset: -28px
}

.iti__ae {
    --iti-flag-offset: -56px
}

.iti__af {
    --iti-flag-offset: -84px
}

.iti__ag {
    --iti-flag-offset: -112px
}

.iti__ai {
    --iti-flag-offset: -140px
}

.iti__al {
    --iti-flag-offset: -168px
}

.iti__am {
    --iti-flag-offset: -196px
}

.iti__ao {
    --iti-flag-offset: -224px
}

.iti__ar {
    --iti-flag-offset: -252px
}

.iti__as {
    --iti-flag-offset: -280px
}

.iti__at {
    --iti-flag-offset: -308px
}

.iti__au {
    --iti-flag-offset: -336px
}

.iti__aw {
    --iti-flag-offset: -364px
}

.iti__ax {
    --iti-flag-offset: -392px
}

.iti__az {
    --iti-flag-offset: -420px
}

.iti__ba {
    --iti-flag-offset: -448px
}

.iti__bb {
    --iti-flag-offset: -476px
}

.iti__bd {
    --iti-flag-offset: -504px
}

.iti__be {
    --iti-flag-offset: -532px
}

.iti__bf {
    --iti-flag-offset: -560px
}

.iti__bg {
    --iti-flag-offset: -588px
}

.iti__bh {
    --iti-flag-offset: -616px
}

.iti__bi {
    --iti-flag-offset: -644px
}

.iti__bj {
    --iti-flag-offset: -672px
}

.iti__bl {
    --iti-flag-offset: -700px
}

.iti__bm {
    --iti-flag-offset: -728px
}

.iti__bn {
    --iti-flag-offset: -756px
}

.iti__bo {
    --iti-flag-offset: -784px
}

.iti__bq {
    --iti-flag-offset: -812px
}

.iti__br {
    --iti-flag-offset: -840px
}

.iti__bs {
    --iti-flag-offset: -868px
}

.iti__bt {
    --iti-flag-offset: -896px
}

.iti__bw {
    --iti-flag-offset: -924px
}

.iti__by {
    --iti-flag-offset: -952px
}

.iti__bz {
    --iti-flag-offset: -980px
}

.iti__ca {
    --iti-flag-offset: -1008px
}

.iti__cc {
    --iti-flag-offset: -1036px
}

.iti__cd {
    --iti-flag-offset: -1064px
}

.iti__cf {
    --iti-flag-offset: -1092px
}

.iti__cg {
    --iti-flag-offset: -1120px
}

.iti__ch {
    --iti-flag-offset: -1148px
}

.iti__ci {
    --iti-flag-offset: -1176px
}

.iti__ck {
    --iti-flag-offset: -1204px
}

.iti__cl {
    --iti-flag-offset: -1232px
}

.iti__cm {
    --iti-flag-offset: -1260px
}

.iti__cn {
    --iti-flag-offset: -1288px
}

.iti__co {
    --iti-flag-offset: -1316px
}

.iti__cr {
    --iti-flag-offset: -1344px
}

.iti__cu {
    --iti-flag-offset: -1372px
}

.iti__cv {
    --iti-flag-offset: -1400px
}

.iti__cw {
    --iti-flag-offset: -1428px
}

.iti__cx {
    --iti-flag-offset: -1456px
}

.iti__cy {
    --iti-flag-offset: -1484px
}

.iti__cz {
    --iti-flag-offset: -1512px
}

.iti__de {
    --iti-flag-offset: -1540px
}

.iti__dj {
    --iti-flag-offset: -1568px
}

.iti__dk {
    --iti-flag-offset: -1596px
}

.iti__dm {
    --iti-flag-offset: -1624px
}

.iti__do {
    --iti-flag-offset: -1652px
}

.iti__dz {
    --iti-flag-offset: -1680px
}

.iti__ec {
    --iti-flag-offset: -1708px
}

.iti__ee {
    --iti-flag-offset: -1736px
}

.iti__eg {
    --iti-flag-offset: -1764px
}

.iti__eh {
    --iti-flag-offset: -1792px
}

.iti__er {
    --iti-flag-offset: -1820px
}

.iti__es {
    --iti-flag-offset: -1848px
}

.iti__et {
    --iti-flag-offset: -1876px
}

.iti__fi {
    --iti-flag-offset: -1904px
}

.iti__fj {
    --iti-flag-offset: -1932px
}

.iti__fk {
    --iti-flag-offset: -1960px
}

.iti__fm {
    --iti-flag-offset: -1988px
}

.iti__fo {
    --iti-flag-offset: -2016px
}

.iti__fr {
    --iti-flag-offset: -2044px
}

.iti__ga {
    --iti-flag-offset: -2072px
}

.iti__gb {
    --iti-flag-offset: -2100px
}

.iti__gd {
    --iti-flag-offset: -2128px
}

.iti__ge {
    --iti-flag-offset: -2156px
}

.iti__gf {
    --iti-flag-offset: -2184px
}

.iti__gg {
    --iti-flag-offset: -2212px
}

.iti__gh {
    --iti-flag-offset: -2240px
}

.iti__gi {
    --iti-flag-offset: -2268px
}

.iti__gl {
    --iti-flag-offset: -2296px
}

.iti__gm {
    --iti-flag-offset: -2324px
}

.iti__gn {
    --iti-flag-offset: -2352px
}

.iti__gp {
    --iti-flag-offset: -2380px
}

.iti__gq {
    --iti-flag-offset: -2408px
}

.iti__gr {
    --iti-flag-offset: -2436px
}

.iti__gt {
    --iti-flag-offset: -2464px
}

.iti__gu {
    --iti-flag-offset: -2492px
}

.iti__gw {
    --iti-flag-offset: -2520px
}

.iti__gy {
    --iti-flag-offset: -2548px
}

.iti__hk {
    --iti-flag-offset: -2576px
}

.iti__hn {
    --iti-flag-offset: -2604px
}

.iti__hr {
    --iti-flag-offset: -2632px
}

.iti__ht {
    --iti-flag-offset: -2660px
}

.iti__hu {
    --iti-flag-offset: -2688px
}

.iti__id {
    --iti-flag-offset: -2716px
}

.iti__ie {
    --iti-flag-offset: -2744px
}

.iti__il {
    --iti-flag-offset: -2772px
}

.iti__im {
    --iti-flag-offset: -2800px
}

.iti__in {
    --iti-flag-offset: -2828px
}

.iti__io {
    --iti-flag-offset: -2856px
}

.iti__iq {
    --iti-flag-offset: -2884px
}

.iti__ir {
    --iti-flag-offset: -2912px
}

.iti__is {
    --iti-flag-offset: -2940px
}

.iti__it {
    --iti-flag-offset: -2968px
}

.iti__je {
    --iti-flag-offset: -2996px
}

.iti__jm {
    --iti-flag-offset: -3024px
}

.iti__jo {
    --iti-flag-offset: -3052px
}

.iti__jp {
    --iti-flag-offset: -3080px
}

.iti__ke {
    --iti-flag-offset: -3108px
}

.iti__kg {
    --iti-flag-offset: -3136px
}

.iti__kh {
    --iti-flag-offset: -3164px
}

.iti__ki {
    --iti-flag-offset: -3192px
}

.iti__km {
    --iti-flag-offset: -3220px
}

.iti__kn {
    --iti-flag-offset: -3248px
}

.iti__kp {
    --iti-flag-offset: -3276px
}

.iti__kr {
    --iti-flag-offset: -3304px
}

.iti__kw {
    --iti-flag-offset: -3332px
}

.iti__ky {
    --iti-flag-offset: -3360px
}

.iti__kz {
    --iti-flag-offset: -3388px
}

.iti__la {
    --iti-flag-offset: -3416px
}

.iti__lb {
    --iti-flag-offset: -3444px
}

.iti__lc {
    --iti-flag-offset: -3472px
}

.iti__li {
    --iti-flag-offset: -3500px
}

.iti__lk {
    --iti-flag-offset: -3528px
}

.iti__lr {
    --iti-flag-offset: -3556px
}

.iti__ls {
    --iti-flag-offset: -3584px
}

.iti__lt {
    --iti-flag-offset: -3612px
}

.iti__lu {
    --iti-flag-offset: -3640px
}

.iti__lv {
    --iti-flag-offset: -3668px
}

.iti__ly {
    --iti-flag-offset: -3696px
}

.iti__ma {
    --iti-flag-offset: -3724px
}

.iti__mc {
    --iti-flag-offset: -3752px
}

.iti__md {
    --iti-flag-offset: -3780px
}

.iti__me {
    --iti-flag-offset: -3808px
}

.iti__mf {
    --iti-flag-offset: -3836px
}

.iti__mg {
    --iti-flag-offset: -3864px
}

.iti__mh {
    --iti-flag-offset: -3892px
}

.iti__mk {
    --iti-flag-offset: -3920px
}

.iti__ml {
    --iti-flag-offset: -3948px
}

.iti__mm {
    --iti-flag-offset: -3976px
}

.iti__mn {
    --iti-flag-offset: -4004px
}

.iti__mo {
    --iti-flag-offset: -4032px
}

.iti__mp {
    --iti-flag-offset: -4060px
}

.iti__mq {
    --iti-flag-offset: -4088px
}

.iti__mr {
    --iti-flag-offset: -4116px
}

.iti__ms {
    --iti-flag-offset: -4144px
}

.iti__mt {
    --iti-flag-offset: -4172px
}

.iti__mu {
    --iti-flag-offset: -4200px
}

.iti__mv {
    --iti-flag-offset: -4228px
}

.iti__mw {
    --iti-flag-offset: -4256px
}

.iti__mx {
    --iti-flag-offset: -4284px
}

.iti__my {
    --iti-flag-offset: -4312px
}

.iti__mz {
    --iti-flag-offset: -4340px
}

.iti__na {
    --iti-flag-offset: -4368px
}

.iti__nc {
    --iti-flag-offset: -4396px
}

.iti__ne {
    --iti-flag-offset: -4424px
}

.iti__nf {
    --iti-flag-offset: -4452px
}

.iti__ng {
    --iti-flag-offset: -4480px
}

.iti__ni {
    --iti-flag-offset: -4508px
}

.iti__nl {
    --iti-flag-offset: -4536px
}

.iti__no {
    --iti-flag-offset: -4564px
}

.iti__np {
    --iti-flag-offset: -4592px
}

.iti__nr {
    --iti-flag-offset: -4620px
}

.iti__nu {
    --iti-flag-offset: -4648px
}

.iti__nz {
    --iti-flag-offset: -4676px
}

.iti__om {
    --iti-flag-offset: -4704px
}

.iti__pa {
    --iti-flag-offset: -4732px
}

.iti__pe {
    --iti-flag-offset: -4760px
}

.iti__pf {
    --iti-flag-offset: -4788px
}

.iti__pg {
    --iti-flag-offset: -4816px
}

.iti__ph {
    --iti-flag-offset: -4844px
}

.iti__pk {
    --iti-flag-offset: -4872px
}

.iti__pl {
    --iti-flag-offset: -4900px
}

.iti__pm {
    --iti-flag-offset: -4928px
}

.iti__pr {
    --iti-flag-offset: -4956px
}

.iti__ps {
    --iti-flag-offset: -4984px
}

.iti__pt {
    --iti-flag-offset: -5012px
}

.iti__pw {
    --iti-flag-offset: -5040px
}

.iti__py {
    --iti-flag-offset: -5068px
}

.iti__qa {
    --iti-flag-offset: -5096px
}

.iti__re {
    --iti-flag-offset: -5124px
}

.iti__ro {
    --iti-flag-offset: -5152px
}

.iti__rs {
    --iti-flag-offset: -5180px
}

.iti__ru {
    --iti-flag-offset: -5208px
}

.iti__rw {
    --iti-flag-offset: -5236px
}

.iti__sa {
    --iti-flag-offset: -5264px
}

.iti__sb {
    --iti-flag-offset: -5292px
}

.iti__sc {
    --iti-flag-offset: -5320px
}

.iti__sd {
    --iti-flag-offset: -5348px
}

.iti__se {
    --iti-flag-offset: -5376px
}

.iti__sg {
    --iti-flag-offset: -5404px
}

.iti__sh {
    --iti-flag-offset: -5432px
}

.iti__si {
    --iti-flag-offset: -5460px
}

.iti__sj {
    --iti-flag-offset: -5488px
}

.iti__sk {
    --iti-flag-offset: -5516px
}

.iti__sl {
    --iti-flag-offset: -5544px
}

.iti__sm {
    --iti-flag-offset: -5572px
}

.iti__sn {
    --iti-flag-offset: -5600px
}

.iti__so {
    --iti-flag-offset: -5628px
}

.iti__sr {
    --iti-flag-offset: -5656px
}

.iti__ss {
    --iti-flag-offset: -5684px
}

.iti__st {
    --iti-flag-offset: -5712px
}

.iti__sv {
    --iti-flag-offset: -5740px
}

.iti__sx {
    --iti-flag-offset: -5768px
}

.iti__sy {
    --iti-flag-offset: -5796px
}

.iti__sz {
    --iti-flag-offset: -5824px
}

.iti__tc {
    --iti-flag-offset: -5852px
}

.iti__td {
    --iti-flag-offset: -5880px
}

.iti__tg {
    --iti-flag-offset: -5908px
}

.iti__th {
    --iti-flag-offset: -5936px
}

.iti__tj {
    --iti-flag-offset: -5964px
}

.iti__tk {
    --iti-flag-offset: -5992px
}

.iti__tl {
    --iti-flag-offset: -6020px
}

.iti__tm {
    --iti-flag-offset: -6048px
}

.iti__tn {
    --iti-flag-offset: -6076px
}

.iti__to {
    --iti-flag-offset: -6104px
}

.iti__tr {
    --iti-flag-offset: -6132px
}

.iti__tt {
    --iti-flag-offset: -6160px
}

.iti__tv {
    --iti-flag-offset: -6188px
}

.iti__tw {
    --iti-flag-offset: -6216px
}

.iti__tz {
    --iti-flag-offset: -6244px
}

.iti__ua {
    --iti-flag-offset: -6272px
}

.iti__ug {
    --iti-flag-offset: -6300px
}

.iti__us {
    --iti-flag-offset: -6328px
}

.iti__uy {
    --iti-flag-offset: -6356px
}

.iti__uz {
    --iti-flag-offset: -6384px
}

.iti__va {
    --iti-flag-offset: -6412px
}

.iti__vc {
    --iti-flag-offset: -6440px
}

.iti__ve {
    --iti-flag-offset: -6468px
}

.iti__vg {
    --iti-flag-offset: -6496px
}

.iti__vi {
    --iti-flag-offset: -6524px
}

.iti__vn {
    --iti-flag-offset: -6552px
}

.iti__vu {
    --iti-flag-offset: -6580px
}

.iti__wf {
    --iti-flag-offset: -6608px
}

.iti__ws {
    --iti-flag-offset: -6636px
}

.iti__xk {
    --iti-flag-offset: -6664px
}

.iti__ye {
    --iti-flag-offset: -6692px
}

.iti__yt {
    --iti-flag-offset: -6720px
}

.iti__za {
    --iti-flag-offset: -6748px
}

.iti__zm {
    --iti-flag-offset: -6776px
}

.iti__zw {
    --iti-flag-offset: -6804px
}

.iti__globe {
    background-image: var(--iti-path-globe-1x);
    background-size: contain;
    background-position: right;
    box-shadow: none;
    height: 19px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2x) {
    .iti__flag {
        background-image: var(--iti-path-flags-2x)
    }
    .iti__globe {
        background-image: var(--iti-path-globe-2x)
    }
}

@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");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    backface-visibility: hidden
}

.swiper.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    backface-visibility: hidden;
    overflow: hidden
}

:root {
    --f-spinner-width: 36px;
    --f-spinner-height: 36px;
    --f-spinner-color-1: rgba(0, 0, 0, 0.1);
    --f-spinner-color-2: rgba(17, 24, 28, 0.8);
    --f-spinner-stroke: 2.75
}

.f-spinner {
    margin: auto;
    padding: 0;
    width: var(--f-spinner-width);
    height: var(--f-spinner-height)
}

.f-spinner svg {
    width: 100%;
    height: 100%;
    vertical-align: top;
    animation: f-spinner-rotate 2s linear infinite
}

.f-spinner svg * {
    stroke-width: var(--f-spinner-stroke);
    fill: none
}

.f-spinner svg :first-child {
    stroke: var(--f-spinner-color-1)
}

.f-spinner svg :last-child {
    stroke: var(--f-spinner-color-2);
    animation: f-spinner-dash 2s ease-in-out infinite
}

@keyframes f-spinner-rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes f-spinner-dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124
    }
}

.f-throwOutUp {
    animation: var(--f-throw-out-duration, .175s) ease-out both f-throwOutUp
}

.f-throwOutDown {
    animation: var(--f-throw-out-duration, .175s) ease-out both f-throwOutDown
}

@keyframes f-throwOutUp {
    to {
        transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
        opacity: 0
    }
}

@keyframes f-throwOutDown {
    to {
        transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
        opacity: 0
    }
}

.f-zoomInUp {
    animation: var(--f-transition-duration, .2s) ease .1s both f-zoomInUp
}

.f-zoomOutDown {
    animation: var(--f-transition-duration, .2s) ease both f-zoomOutDown
}

@keyframes f-zoomInUp {
    from {
        transform: scale(.975) translate3d(0, 16px, 0);
        opacity: 0
    }
    to {
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes f-zoomOutDown {
    to {
        transform: scale(.975) translate3d(0, 16px, 0);
        opacity: 0
    }
}

.f-fadeIn {
    animation: var(--f-transition-duration, .2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
    z-index: 2
}

.f-fadeOut {
    animation: var(--f-transition-duration, .2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
    z-index: 1
}

@keyframes f-fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes f-fadeOut {
    100% {
        opacity: 0
    }
}

.f-fadeFastIn {
    animation: var(--f-transition-duration, .2s) ease-out both f-fadeFastIn;
    z-index: 2
}

.f-fadeFastOut {
    animation: var(--f-transition-duration, .1s) ease-out both f-fadeFastOut;
    z-index: 2
}

@keyframes f-fadeFastIn {
    0% {
        opacity: .75
    }
    100% {
        opacity: 1
    }
}

@keyframes f-fadeFastOut {
    100% {
        opacity: 0
    }
}

.f-fadeSlowIn {
    animation: var(--f-transition-duration, .5s) ease both f-fadeSlowIn;
    z-index: 2
}

.f-fadeSlowOut {
    animation: var(--f-transition-duration, .5s) ease both f-fadeSlowOut;
    z-index: 1
}

@keyframes f-fadeSlowIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes f-fadeSlowOut {
    100% {
        opacity: 0
    }
}

.f-crossfadeIn {
    animation: var(--f-transition-duration, .2s) ease-out both f-crossfadeIn;
    z-index: 2
}

.f-crossfadeOut {
    animation: calc(var(--f-transition-duration, .2s) * .5) linear .1s both f-crossfadeOut;
    z-index: 1
}

@keyframes f-crossfadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes f-crossfadeOut {
    100% {
        opacity: 0
    }
}

.f-slideIn.from-next {
    animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-slideInNext
}

.f-slideIn.from-prev {
    animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-slideInPrev
}

.f-slideOut.to-next {
    animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-slideOutNext
}

.f-slideOut.to-prev {
    animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-slideOutPrev
}

@keyframes f-slideInPrev {
    0% {
        transform: translateX(100%)
    }
    100% {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes f-slideInNext {
    0% {
        transform: translateX(-100%)
    }
    100% {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes f-slideOutNext {
    100% {
        transform: translateX(-100%)
    }
}

@keyframes f-slideOutPrev {
    100% {
        transform: translateX(100%)
    }
}

.f-classicIn.from-next {
    animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-classicInNext;
    z-index: 2
}

.f-classicIn.from-prev {
    animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-classicInPrev;
    z-index: 2
}

.f-classicOut.to-next {
    animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-classicOutNext;
    z-index: 1
}

.f-classicOut.to-prev {
    animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-classicOutPrev;
    z-index: 1
}

@keyframes f-classicInNext {
    0% {
        transform: translateX(-75px);
        opacity: 0
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes f-classicInPrev {
    0% {
        transform: translateX(75px);
        opacity: 0
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes f-classicOutNext {
    100% {
        transform: translateX(-75px);
        opacity: 0
    }
}

@keyframes f-classicOutPrev {
    100% {
        transform: translateX(75px);
        opacity: 0
    }
}

:root {
    --f-button-width: 40px;
    --f-button-height: 40px;
    --f-button-border: 0;
    --f-button-border-radius: 0;
    --f-button-color: #374151;
    --f-button-bg: #f8f8f8;
    --f-button-hover-bg: #e0e0e0;
    --f-button-active-bg: #d0d0d0;
    --f-button-shadow: none;
    --f-button-transition: all 0.15s ease;
    --f-button-transform: none;
    --f-button-svg-width: 20px;
    --f-button-svg-height: 20px;
    --f-button-svg-stroke-width: 1.5;
    --f-button-svg-fill: none;
    --f-button-svg-filter: none;
    --f-button-svg-disabled-opacity: 0.65
}

.f-button {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: content-box;
    position: relative;
    margin: 0;
    padding: 0;
    width: var(--f-button-width);
    height: var(--f-button-height);
    border: var(--f-button-border);
    border-radius: var(--f-button-border-radius);
    color: var(--f-button-color);
    background: var(--f-button-bg);
    box-shadow: var(--f-button-shadow);
    pointer-events: all;
    cursor: pointer;
    transition: var(--f-button-transition)
}

@media (hover:hover) {
    .f-button:hover:not([disabled]) {
        color: var(--f-button-hover-color);
        background-color: var(--f-button-hover-bg)
    }
}

.f-button:active:not([disabled]) {
    background-color: var(--f-button-active-bg)
}

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

.f-button:focus-visible {
    outline: 0;
    box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))
}

.f-button svg {
    width: var(--f-button-svg-width);
    height: var(--f-button-svg-height);
    fill: var(--f-button-svg-fill);
    stroke: currentColor;
    stroke-width: var(--f-button-svg-stroke-width);
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: opacity .15s ease;
    transform: var(--f-button-transform);
    filter: var(--f-button-svg-filter);
    pointer-events: none
}

.f-button[disabled] {
    cursor: default
}

.f-button[disabled] svg {
    opacity: var(--f-button-svg-disabled-opacity)
}

.f-carousel__nav .f-button.is-next,
.f-carousel__nav .f-button.is-prev,
.fancybox__nav .f-button.is-next,
.fancybox__nav .f-button.is-prev {
    position: absolute;
    z-index: 1
}

.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-prev {
    top: 50%;
    transform: translateY(-50%)
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-prev {
    left: var(--f-button-prev-pos)
}

.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-next {
    right: var(--f-button-next-pos)
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
    left: auto;
    right: var(--f-button-next-pos)
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
    right: auto;
    left: var(--f-button-prev-pos)
}

.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-prev {
    top: auto;
    left: 50%;
    transform: translateX(-50%)
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-prev {
    top: var(--f-button-next-pos)
}

.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-next {
    bottom: var(--f-button-next-pos)
}

.is-vertical .f-carousel__nav .f-button.is-next svg,
.is-vertical .f-carousel__nav .f-button.is-prev svg,
.is-vertical .fancybox__nav .f-button.is-next svg,
.is-vertical .fancybox__nav .f-button.is-prev svg {
    transform: rotate(90deg)
}

.f-carousel__nav .f-button:disabled,
.fancybox__nav .f-button:disabled {
    pointer-events: none
}

html.with-fancybox {
    width: auto;
    overflow: visible;
    scroll-behavior: auto
}

html.with-fancybox body {
    touch-action: none
}

html.with-fancybox body.hide-scrollbar {
    width: auto;
    margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
    overflow: hidden !important;
    overscroll-behavior-y: none
}

.fancybox__container {
    --fancybox-color: #dbdbdb;
    --fancybox-hover-color: #fff;
    --fancybox-bg: rgba(0, 0, 0, 0.2);
    --fancybox-slide-gap: 10px;
    --f-spinner-width: 50px;
    --f-spinner-height: 50px;
    --f-spinner-color-1: rgba(255, 255, 255, 0.1);
    --f-spinner-color-2: #bbb;
    --f-spinner-stroke: 3.65;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    direction: ltr;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #f8f8f8;
    -webkit-tap-highlight-color: transparent;
    overflow: visible;
    z-index: var(--fancybox-zIndex, 1050);
    outline: 0;
    transform-origin: top left;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: none;
    text-size-adjust: 100%;
    overscroll-behavior-y: contain
}

.fancybox__container *,
.fancybox__container ::after,
.fancybox__container ::before {
    box-sizing: inherit
}

.fancybox__container::backdrop {
    background-color: rgba(0, 0, 0, 0)
}

.fancybox__backdrop {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: var(--fancybox-bg);
    opacity: var(--fancybox-opacity, 1);
    will-change: opacity
}

.fancybox__carousel {
    position: relative;
    box-sizing: border-box;
    flex: 1;
    min-height: 0;
    z-index: 10;
    overflow-y: visible;
    overflow-x: clip
}

.fancybox__viewport {
    width: 100%;
    height: 100%
}

.fancybox__viewport.is-draggable {
    cursor: move;
    cursor: grab
}

.fancybox__viewport.is-dragging {
    cursor: move;
    cursor: grabbing
}

.fancybox__track {
    display: flex;
    margin: 0 auto;
    height: 100%
}

.fancybox__slide {
    flex: 0 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 var(--fancybox-slide-gap) 0 0;
    padding: 4px;
    overflow: auto;
    overscroll-behavior: contain;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
    padding-top: 40px
}

.fancybox__slide.has-html5video,
.fancybox__slide.has-iframe,
.fancybox__slide.has-video {
    overflow: hidden
}

.fancybox__slide.has-image {
    overflow: hidden
}

.fancybox__slide.has-image.is-animating,
.fancybox__slide.has-image.is-selected {
    overflow: visible
}

.fancybox__slide::after,
.fancybox__slide::before {
    content: "";
    flex: 0 0 0;
    margin: auto
}

.fancybox__backdrop:empty,
.fancybox__slide:empty,
.fancybox__track:empty,
.fancybox__viewport:empty {
    display: block
}

.fancybox__content {
    align-self: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0;
    padding: 2rem;
    max-width: 100%;
    color: var(--fancybox-content-color, #374151);
    background: var(--fancybox-content-bg, #fff);
    cursor: default;
    border-radius: 0;
    z-index: 20
}

.is-loading .fancybox__content {
    opacity: 0
}

.is-draggable .fancybox__content {
    cursor: move;
    cursor: grab
}

.can-zoom_in .fancybox__content {
    cursor: zoom-in
}

.can-zoom_out .fancybox__content {
    cursor: zoom-out
}

.is-dragging .fancybox__content {
    cursor: move;
    cursor: grabbing
}

.fancybox__content [contenteditable],
.fancybox__content [data-selectable] {
    cursor: auto
}

.fancybox__slide.has-image>.fancybox__content {
    padding: 0;
    background: rgba(0, 0, 0, 0);
    min-height: 1px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    transition: none;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden
}

.fancybox__slide.has-image>.fancybox__content>picture>img {
    width: 100%;
    height: auto;
    max-height: 100%
}

.is-animating .fancybox__content,
.is-dragging .fancybox__content {
    will-change: transform, width, height
}

.fancybox-image {
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    filter: blur(0)
}

.fancybox__caption {
    align-self: center;
    max-width: 100%;
    flex-shrink: 0;
    margin: 0;
    padding: 14px 0 4px 0;
    overflow-wrap: anywhere;
    line-height: 1.375;
    color: var(--fancybox-color, currentColor);
    opacity: var(--fancybox-opacity, 1);
    cursor: auto;
    visibility: visible
}

.is-closing .fancybox__caption,
.is-loading .fancybox__caption {
    opacity: 0;
    visibility: hidden
}

.is-compact .fancybox__caption {
    padding-bottom: 0
}

.f-button.is-close-btn {
    --f-button-svg-stroke-width: 2;
    position: absolute;
    top: 0;
    right: 8px;
    z-index: 40
}

.fancybox__content>.f-button.is-close-btn {
    --f-button-width: 34px;
    --f-button-height: 34px;
    --f-button-border-radius: 4px;
    --f-button-color: var(--fancybox-color, #fff);
    --f-button-hover-color: var(--fancybox-color, #fff);
    --f-button-bg: transparent;
    --f-button-hover-bg: transparent;
    --f-button-active-bg: transparent;
    --f-button-svg-width: 22px;
    --f-button-svg-height: 22px;
    position: absolute;
    top: -38px;
    right: 0;
    opacity: .75
}

.is-loading .fancybox__content>.f-button.is-close-btn {
    visibility: hidden
}

.is-zooming-out .fancybox__content>.f-button.is-close-btn {
    visibility: hidden
}

.fancybox__content>.f-button.is-close-btn:hover {
    opacity: 1
}

.fancybox__footer {
    padding: 0;
    margin: 0;
    position: relative
}

.fancybox__footer .fancybox__caption {
    width: 100%;
    padding: 24px;
    opacity: var(--fancybox-opacity, 1);
    transition: all .25s ease
}

.is-compact .fancybox__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    background: rgba(24, 24, 27, .5)
}

.is-compact .fancybox__footer .fancybox__caption {
    padding: 12px
}

.is-compact .fancybox__content>.f-button.is-close-btn {
    --f-button-border-radius: 50%;
    --f-button-color: #fff;
    --f-button-hover-color: #fff;
    --f-button-outline-color: #000;
    --f-button-bg: rgba(0, 0, 0, 0.6);
    --f-button-active-bg: rgba(0, 0, 0, 0.6);
    --f-button-hover-bg: rgba(0, 0, 0, 0.6);
    --f-button-svg-width: 18px;
    --f-button-svg-height: 18px;
    --f-button-svg-filter: none;
    top: 5px;
    right: 5px
}

.fancybox__nav {
    --f-button-width: 50px;
    --f-button-height: 50px;
    --f-button-border: 0;
    --f-button-border-radius: 50%;
    --f-button-color: var(--fancybox-color);
    --f-button-hover-color: var(--fancybox-hover-color);
    --f-button-bg: transparent;
    --f-button-hover-bg: rgba(24, 24, 27, 0.3);
    --f-button-active-bg: rgba(24, 24, 27, 0.5);
    --f-button-shadow: none;
    --f-button-transition: all 0.15s ease;
    --f-button-transform: none;
    --f-button-svg-width: 26px;
    --f-button-svg-height: 26px;
    --f-button-svg-stroke-width: 2.5;
    --f-button-svg-fill: none;
    --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
    --f-button-svg-disabled-opacity: 0.65;
    --f-button-next-pos: 1rem;
    --f-button-prev-pos: 1rem;
    opacity: var(--fancybox-opacity, 1)
}

.fancybox__nav .f-button:before {
    position: absolute;
    content: "";
    top: -30px;
    right: -20px;
    left: -20px;
    bottom: -30px;
    z-index: 1
}

.is-idle .fancybox__nav {
    animation: .15s ease-out both f-fadeOut
}

.is-idle.is-compact .fancybox__footer {
    pointer-events: none;
    animation: .15s ease-out both f-fadeOut
}

.fancybox__slide>.f-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -.5));
    z-index: 30;
    cursor: pointer
}

.fancybox-protected {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.fancybox-ghost {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    -o-object-fit: contain;
    object-fit: contain;
    z-index: 40;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none
}

.fancybox-focus-guard {
    outline: 0;
    opacity: 0;
    position: fixed;
    pointer-events: none
}

.fancybox__container:not([aria-hidden]) {
    opacity: 0
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>:not(.fancybox__content),
.fancybox__container.is-animated[aria-hidden=false]>:not(.fancybox__backdrop,
.fancybox__carousel) {
    animation: var(--f-interface-enter-duration, .25s) ease .1s backwards f-fadeIn
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
    animation: var(--f-backdrop-enter-duration, .35s) ease backwards f-fadeIn
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>:not(.fancybox__content),
.fancybox__container.is-animated[aria-hidden=true]>:not(.fancybox__backdrop,
.fancybox__carousel) {
    animation: var(--f-interface-exit-duration, .15s) ease forwards f-fadeOut
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
    animation: var(--f-backdrop-exit-duration, .35s) ease forwards f-fadeOut
}

.has-html5video .fancybox__content,
.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-vimeo .fancybox__content,
.has-youtube .fancybox__content {
    max-width: 100%;
    flex-shrink: 1;
    min-height: 1px;
    overflow: visible
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {
    width: calc(100% - 120px);
    height: 90%
}

.fancybox__container.is-compact .has-iframe .fancybox__content,
.fancybox__container.is-compact .has-map .fancybox__content,
.fancybox__container.is-compact .has-pdf .fancybox__content {
    width: 100%;
    height: 100%
}

.has-html5video .fancybox__content,
.has-vimeo .fancybox__content,
.has-youtube .fancybox__content {
    width: 960px;
    height: 540px;
    max-width: 100%;
    max-height: 100%
}

.has-html5video .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-vimeo .fancybox__content,
.has-youtube .fancybox__content {
    padding: 0;
    background: rgba(24, 24, 27, .9);
    color: #fff
}

.has-map .fancybox__content {
    background: #e5e3df
}

.fancybox__html5video,
.fancybox__iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0)
}

.fancybox-placeholder {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.f-carousel__thumbs {
    --f-thumb-width: 96px;
    --f-thumb-height: 72px;
    --f-thumb-outline: 0;
    --f-thumb-outline-color: #5eb0ef;
    --f-thumb-opacity: 1;
    --f-thumb-hover-opacity: 1;
    --f-thumb-selected-opacity: 1;
    --f-thumb-border-radius: 2px;
    --f-thumb-offset: 0px;
    --f-button-next-pos: 0;
    --f-button-prev-pos: 0
}

.f-carousel__thumbs.is-classic {
    --f-thumb-gap: 8px;
    --f-thumb-opacity: 0.5;
    --f-thumb-hover-opacity: 1;
    --f-thumb-selected-opacity: 1
}

.f-carousel__thumbs.is-modern {
    --f-thumb-gap: 4px;
    --f-thumb-extra-gap: 16px;
    --f-thumb-clip-width: 46px
}

.f-thumbs {
    position: relative;
    flex: 0 0 auto;
    margin: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    perspective: 1000px;
    transform: translateZ(0)
}

.f-thumbs .f-spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background-image: linear-gradient(#ebeff2, #e2e8f0);
    z-index: -1
}

.f-thumbs .f-spinner svg {
    display: none
}

.f-thumbs.is-vertical {
    height: 100%
}

.f-thumbs__viewport {
    width: 100%;
    height: auto;
    overflow: hidden;
    transform: translate3d(0, 0, 0)
}

.f-thumbs__track {
    display: flex
}

.f-thumbs__slide {
    position: relative;
    flex: 0 0 auto;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    width: var(--f-thumb-width);
    height: var(--f-thumb-height);
    overflow: visible;
    cursor: pointer
}

.f-thumbs__slide.is-loading img {
    opacity: 0
}

.is-classic .f-thumbs__viewport {
    height: 100%
}

.is-modern .f-thumbs__track {
    width: -moz-max-content;
    width: max-content
}

.is-modern .f-thumbs__track::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc((var(--f-thumb-clip-width, 0)) * -.5);
    width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
    cursor: pointer
}

.is-modern .f-thumbs__slide {
    width: var(--f-thumb-clip-width);
    transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
    transition: none;
    pointer-events: none
}

.is-modern.is-resting .f-thumbs__slide {
    transition: transform .33s ease
}

.is-modern.is-resting .f-thumbs__slide__button {
    transition: -webkit-clip-path .33s ease;
    transition: clip-path .33s ease;
    transition: clip-path .33s ease, -webkit-clip-path .33s ease
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
    filter: drop-shadow(-1px 0 0 var(--f-thumb-outline-color)) drop-shadow(2px 0 0 var(--f-thumb-outline-color)) drop-shadow(0 -1px 0 var(--f-thumb-outline-color)) drop-shadow(0 2px 0 var(--f-thumb-outline-color))
}

.f-thumbs__slide__button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: var(--f-thumb-width);
    height: 100%;
    margin: 0 -100% 0 -100%;
    padding: 0;
    border: 0;
    position: relative;
    border-radius: var(--f-thumb-border-radius);
    overflow: hidden;
    background: rgba(0, 0, 0, 0);
    outline: 0;
    cursor: pointer;
    pointer-events: auto;
    touch-action: manipulation;
    opacity: var(--f-thumb-opacity);
    transition: opacity .2s ease
}

.f-thumbs__slide__button:hover {
    opacity: var(--f-thumb-hover-opacity)
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
    outline: 0
}

.f-thumbs__slide__button:focus-visible {
    outline: 0;
    opacity: var(--f-thumb-selected-opacity)
}

.is-modern .f-thumbs__slide__button {
    --clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5) round var(--f-thumb-border-radius, 0));
    -webkit-clip-path: var(--clip-path);
    clip-path: var(--clip-path)
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
    opacity: var(--f-thumb-selected-opacity)
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    bottom: 0;
    border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
    border-radius: var(--f-thumb-border-radius);
    animation: f-fadeIn .2s ease-out;
    z-index: 10
}

.f-thumbs__slide__img {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: var(--f-thumb-offset);
    box-sizing: border-box;
    pointer-events: none;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: var(--f-thumb-border-radius)
}

.f-thumbs.is-horizontal .f-thumbs__track {
    padding: 8px 0 12px 0
}

.f-thumbs.is-horizontal .f-thumbs__slide {
    margin: 0 var(--f-thumb-gap) 0 0
}

.f-thumbs.is-vertical .f-thumbs__track {
    flex-wrap: wrap;
    padding: 0 8px
}

.f-thumbs.is-vertical .f-thumbs__slide {
    margin: 0 0 var(--f-thumb-gap) 0
}

.fancybox__thumbs {
    --f-thumb-width: 96px;
    --f-thumb-height: 72px;
    --f-thumb-border-radius: 2px;
    --f-thumb-outline: 2px;
    --f-thumb-outline-color: #ededed;
    position: relative;
    opacity: var(--fancybox-opacity, 1);
    transition: max-height .35s cubic-bezier(.23, 1, .32, 1)
}

.fancybox__thumbs.is-classic {
    --f-thumb-gap: 8px;
    --f-thumb-opacity: 0.5;
    --f-thumb-hover-opacity: 1
}

.fancybox__thumbs.is-classic .f-spinner {
    background-image: linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, .05))
}

.fancybox__thumbs.is-modern {
    --f-thumb-gap: 4px;
    --f-thumb-extra-gap: 16px;
    --f-thumb-clip-width: 46px;
    --f-thumb-opacity: 1;
    --f-thumb-hover-opacity: 1
}

.fancybox__thumbs.is-modern .f-spinner {
    background-image: linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, .05))
}

.fancybox__thumbs.is-horizontal {
    padding: 0 var(--f-thumb-gap)
}

.fancybox__thumbs.is-vertical {
    padding: var(--f-thumb-gap) 0
}

.is-compact .fancybox__thumbs {
    --f-thumb-width: 64px;
    --f-thumb-clip-width: 32px;
    --f-thumb-height: 48px;
    --f-thumb-extra-gap: 10px
}

.fancybox__thumbs.is-masked {
    max-height: 0 !important
}

.is-closing .fancybox__thumbs {
    transition: none !important
}

.fancybox__toolbar {
    --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
    --f-button-width: 46px;
    --f-button-height: 46px;
    --f-button-color: var(--fancybox-color);
    --f-button-hover-color: var(--fancybox-hover-color);
    --f-button-bg: rgba(24, 24, 27, 0.65);
    --f-button-hover-bg: rgba(70, 70, 73, 0.65);
    --f-button-active-bg: rgba(90, 90, 93, 0.65);
    --f-button-border-radius: 0;
    --f-button-svg-width: 24px;
    --f-button-svg-height: 24px;
    --f-button-svg-stroke-width: 1.5;
    --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
    --f-button-svg-fill: none;
    --f-button-svg-disabled-opacity: 0.65;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
    color: var(--fancybox-color, currentColor);
    opacity: var(--fancybox-opacity, 1);
    text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, .5));
    pointer-events: none;
    z-index: 20
}

.fancybox__toolbar :focus-visible {
    z-index: 1
}

.fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.is-idle .fancybox__toolbar {
    pointer-events: none;
    animation: .15s ease-out both f-fadeOut
}

.fancybox__toolbar__column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start
}

.fancybox__toolbar__column.is-left,
.fancybox__toolbar__column.is-right {
    flex-grow: 1;
    flex-basis: 0
}

.fancybox__toolbar__column.is-right {
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap
}

.fancybox__infobar {
    padding: 0 5px;
    line-height: var(--f-button-height);
    text-align: center;
    font-size: 17px;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: subpixel-antialiased;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.fancybox__infobar span {
    padding: 0 5px
}

.fancybox__infobar:not(:first-child):not(:last-child) {
    background: var(--f-button-bg)
}

[data-fancybox-toggle-slideshow] {
    position: relative
}

[data-fancybox-toggle-slideshow] .f-progress {
    height: 100%;
    opacity: .3
}

[data-fancybox-toggle-slideshow] svg g:first-child {
    display: flex
}

[data-fancybox-toggle-slideshow] svg g:last-child {
    display: none
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
    display: none
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
    display: flex
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
    display: flex
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
    display: none
}

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child {
    display: none
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
    display: none
}

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child {
    display: flex
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
    display: flex
}

.f-progress {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
    z-index: 30;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none
}

.layout {
    flex: 1 0 auto;
    padding: 24px 0 0
}

.layout.m404 {
    padding: 40px
}

.container {
    width: 100%;
    max-width: 1400px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto
}

section {
    margin: 80px 0
}

.why {
    margin: 32px 0 24px
}

.why h2 {
    text-align: center
}

.why__more {
    color: #68686f
}

.why__more span {
    color: var(--main-color)
}

.why__img {
    margin-right: 25px
}

.why__img img {
    display: block;
    max-width: 100%
}

.why__info {
    flex: 1;
    align-self: center;
    padding: 20px 0
}

.why__info h4 {
    margin-bottom: 10px
}

.why__top {
    margin: 0 0 30px 0
}

.why__top .why__item {
    width: 100%;
    display: flex
}

.why__item {
    background: #fff;
    border-radius: 30px;
    width: calc(50% - 15px);
    padding: 32px;
    display: flex;
    position: relative
}

.why__item ul {
    margin: 10px 0 0
}

.why__item li {
    margin: 0
}

.why__item.m-link {
    padding-bottom: 100px
}

.why__l {
    display: grid;
    -moz-column-gap: 24px;
    column-gap: 24px;
    grid-template-columns: repeat(3, 1fr)
}

.why__i {
    background: #fff;
    border-radius: 32px;
    padding: 32px
}

.why__icon {
    background: #e0faff;
    border-radius: 20px;
    margin-bottom: 24px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center
}

.why__icon img {
    max-height: 100%;
    max-width: 100%;
    display: block
}

.why__txt {
    font-size: 24px;
    line-height: 1.2;
    font-family: Unbounded, sans-serif
}

.about__in {
    background: #fff;
    border-radius: 30px;
    padding: 40px
}

.about__wrap {
    display: flex;
    -moz-column-gap: 140px;
    column-gap: 140px
}

.about__logo {
    display: inline-block;
    margin-bottom: 27px
}

.about__logo img {
    display: block;
    max-width: 100%
}

.about__pre {
    width: 513px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.about__info {
    flex: 1
}

.about__top {
    font-size: 24px;
    margin-bottom: 30px
}

.about__clar {
    padding: 40px 40px 40px 51px;
    position: relative;
    border-radius: 30px;
    font-size: 20px;
    background: var(--main-bg) url("data:image/svg+xml,%3Csvg width='82' height='61' viewBox='0 0 82 61' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M81.238 -1.27554e-05L64.118 37.236L62.62 27.178C65.9013 27.178 68.826 27.9627 71.394 29.532C73.962 31.1013 76.0307 33.17 77.6 35.738C79.1693 38.1633 79.954 40.9453 79.954 44.084C79.954 47.2227 79.1693 50.076 77.6 52.644C76.0307 55.212 73.962 57.2807 71.394 58.85C68.826 60.2767 65.9013 60.99 62.62 60.99C59.4813 60.99 56.5567 60.2767 53.846 58.85C51.278 57.2807 49.2093 55.1407 47.64 52.43C46.0707 49.7193 45.286 46.7233 45.286 43.442C45.286 40.1607 45.928 36.7367 47.212 33.17C48.6387 29.6033 51.1353 24.9667 54.702 19.26L66.258 -1.27554e-05H81.238ZM36.512 -1.27554e-05L19.392 37.236L17.894 27.178C21.1753 27.178 24.1 27.9627 26.668 29.532C29.236 31.1013 31.3047 33.17 32.874 35.738C34.4433 38.1633 35.228 40.9453 35.228 44.084C35.228 47.2227 34.4433 50.076 32.874 52.644C31.3047 55.212 29.236 57.2807 26.668 58.85C24.1 60.2767 21.1753 60.99 17.894 60.99C14.7553 60.99 11.8307 60.2767 9.12 58.85C6.552 57.2807 4.48333 55.1407 2.914 52.43C1.34467 49.7193 0.560001 46.7233 0.560001 43.442C0.560001 40.1607 1.202 36.7367 2.486 33.17C3.91267 29.6033 6.40933 24.9667 9.976 19.26L21.532 -1.27554e-05H36.512Z' fill='white'/%3E%3C/svg%3E%0A") 40px 0 no-repeat
}

.about.m-form .about__in {
    padding-bottom: 180px
}

.about.m-form .page-top-form {
    z-index: 3
}

.btn-more {
    display: inline-block;
    padding: 13px 60px 13px 31px;
    position: relative;
    border-radius: 16px;
    background: #41daa4;
    color: #fff;
    font-size: 24px;
    font-family: Unbounded, sans-serif;
    text-decoration: none;
    font-weight: 400;
    position: relative;
    transition: all .25s ease;
    text-align: center
}

.btn-more:after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 21px;
    background: url("data:image/svg+xml,%3Csvg width='22' height='21' viewBox='0 0 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 12.6V14.5C20 17.2614 17.7614 19.5 15 19.5H7C4.23858 19.5 2 17.2614 2 14.5V6.5C2 3.73858 4.23858 1.5 7 1.5H8.6' stroke='white' stroke-width='3'/%3E%3Cpath d='M11 10.2L20 1.5M20 1.5V10.2M20 1.5H11' stroke='white' stroke-width='3'/%3E%3C/svg%3E%0A") center no-repeat;
    position: absolute;
    right: 19px;
    top: 50%;
    transform: translateY(-50%)
}

.btn-more:hover {
    background: #41c3da
}

.btn-more:active {
    background: #3db7cd
}

.a-info-top {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1.4;
    font-family: Unbounded, sans-serif
}

.a-info-top__date {
    font-size: 40px;
    font-weight: 400;
    display: flex;
    line-height: 1;
    margin: 6px 0;
    color: var(--main-color)
}

.a-info-top__date span {
    margin: 0 10px
}

.history__in {
    background: #fff;
    border-radius: 30px;
    padding: 40px;
    overflow: hidden
}

.history__slider {
    margin: 0 -40px;
    padding: 23px 40px 0 40px
}

.history__person {
    min-width: 50px;
    width: 50px;
    height: 50px;
    margin-right: 19px;
    border-radius: 50%;
    display: flex;
    justify-content: center
}

.history__person img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    border-radius: 30px;
    -o-object-fit: cover;
    object-fit: cover
}

.history__item {
    color: #333;
    text-decoration: none;
    background: var(--main-bg);
    border-radius: 30px;
    height: auto;
    transition: background .25s ease;
    padding: 23px 9px 58px 23px;
    display: flex
}

.history__item:hover {
    background: #41c3da;
    color: #fff
}

.history__item:hover .history__more {
    background: #fff url(/local/templates/onco/assets/css/../img/svg/plus.svg) center no-repeat
}

.history__info {
    font-size: 24px
}

.history__more {
    display: inline-block;
    width: 55px;
    height: 55px;
    background: transparent url(/local/templates/onco/assets/css/../img/svg/plus.svg) center no-repeat;
    position: absolute;
    right: 10px;
    bottom: 10px;
    border-radius: 50%;
    transition: background .25s ease
}

.history__title {
    font-weight: 400;
    margin-bottom: 10px;
    font-family: Unbounded, sans-serif
}

.our__in {
    background: #fff url(/local/templates/onco/assets/css/../img/content/our-bg.png) right top no-repeat;
    border-radius: 30px;
    padding: 40px;
    overflow: hidden
}

.our__item {
    background: var(--main-bg);
    border-radius: 30px;
    color: #333;
    text-decoration: none;
    transition: background .25s ease;
    height: auto
}

.our__item:hover {
    background: #41c3da;
    color: #fff
}

.our__item:hover .history__more {
    background: #fff url(/local/templates/onco/assets/css/../img/svg/plus.svg) center no-repeat
}

.our__img {
    border-radius: 30px;
    overflow: hidden;
    height: 290px
}

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

.our__info {
    padding: 23px 47px 50px 40px
}

.our__title {
    font-size: 24px;
    line-height: 1.5;
    font-family: Unbounded, sans-serif
}

.our__slider {
    margin: 0 -40px;
    padding: 26px 40px 0;
    opacity: 0
}

.our__slider.swiper-initialized {
    opacity: 1
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
    width: 64px;
    height: 68px;
    box-shadow: 0 17px 40px 0 rgba(0, 0, 0, .15);
    background: #fff
}

.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
    background: url("data:image/svg+xml,%3Csvg width='16' height='25' viewBox='0 0 16 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 3L4 12.5L13.5 22' stroke='%2341C3DA' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E%0A") center no-repeat;
    width: 16px;
    height: 25px;
    content: ""
}

.swiper .swiper-button-next {
    border-radius: 30px 0 0 30px;
    right: 0;
    transition: background .25s ease
}

.swiper .swiper-button-next:hover {
    background: #41c3da
}

.swiper .swiper-button-next:hover:after {
    background: url("data:image/svg+xml,%3Csvg width='16' height='25' viewBox='0 0 16 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.5 3L12 12.5L2.5 22' stroke='white' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E%0A") center no-repeat
}

.swiper .swiper-button-next:after {
    background: url("data:image/svg+xml,%3Csvg width='16' height='25' viewBox='0 0 16 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.5 3L12 12.5L2.5 22' stroke='%2341C3DA' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E") center no-repeat;
    width: 16px;
    height: 25px;
    content: ""
}

.swiper .swiper-button-prev {
    border-radius: 0 30px 30px 0;
    left: 0;
    transition: background .25s ease
}

.swiper .swiper-button-prev:hover {
    background: #41c3da
}

.swiper .swiper-button-prev:hover:after {
    background: url("data:image/svg+xml,%3Csvg width='16' height='25' viewBox='0 0 16 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 3L4 12.5L13.5 22' stroke='white' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E") center no-repeat
}

.c-list {
    display: flex;
    align-items: flex-end;
    -moz-column-gap: 25px;
    column-gap: 25px
}

.c-list__item {
    flex: 1
}

.c-list__col {
    border-radius: 20px;
    margin-bottom: 13px
}

.c-list__txt {
    text-align: center
}

.price-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 40px;
    line-height: 1.1;
    font-family: Unbounded, sans-serif;
    background: #41daa4;
    border-radius: 30px;
    text-align: center;
    padding: 21px 10px;
    transition: all .25s ease
}

.price-btn:hover {
    background: #41c3da
}

.price-btn:active {
    background: #3db7cd
}

.price-btn:before {
    content: "";
    display: inline-block;
    width: 61px;
    height: 65px;
    margin-right: 25px;
    background: url("data:image/svg+xml,%3Csvg width='61' height='65' viewBox='0 0 61 65' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.04163 27.0231V52.6812C3.04163 55.2958 5.16329 57.4064 7.79163 57.4064H32.5075' stroke='white' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M48.9583 26.6136V5.42876C48.9583 4.16869 47.5333 3.53866 46.425 4.16869L42.625 6.68882C41.9916 7.00384 41.3583 7.00384 40.8833 6.68882L34.7083 2.90863C34.2333 2.59361 33.6 2.59361 33.125 2.90863L26.7916 6.68882C26.3166 7.00384 25.6833 7.00384 25.2083 6.68882L18.875 2.90863C18.4 2.59361 17.7666 2.59361 17.2916 2.90863L11.1166 6.68882C10.4833 7.00384 9.84996 7.00384 9.37496 6.68882L5.57496 4.16869C4.46663 3.38115 3.04163 4.16869 3.04163 5.42876V15.3518' stroke='white' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.9584 21.337H37.875' stroke='white' stroke-width='5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.9584 35.5128H25.2084' stroke='white' stroke-width='5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M34.7084 35.5128H37.875' stroke='white' stroke-width='5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.9584 44.9633H25.2084' stroke='white' stroke-width='5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M34.7084 44.9633H37.875' stroke='white' stroke-width='5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M60.8333 54.0515C60.8333 49.909 57.445 46.5383 53.2808 46.5383H50.9533C49.4175 46.5383 48.1666 45.294 48.1666 43.7505C48.1666 42.2384 49.4016 40.9941 50.9216 40.9783L52.22 40.9626C53.2016 40.9626 54.0725 41.5926 54.3575 42.5376C54.7375 43.782 56.0675 44.4907 57.3183 44.1127C58.5691 43.7347 59.2816 42.4116 58.9016 41.1673C58.1416 38.7259 56.1625 36.9618 53.7083 36.4421V35.5128C53.7083 34.2055 52.6475 33.1501 51.3333 33.1501C50.0191 33.1501 48.9583 34.2055 48.9583 35.5128V36.5523C45.7758 37.4344 43.4166 40.3325 43.4166 43.7662C43.4166 47.9087 46.805 51.2793 50.9691 51.2793H53.2966C54.8325 51.2793 56.0991 52.5237 56.0991 54.0672C56.0991 55.5951 54.8641 56.8394 53.3283 56.8394L50.415 56.8709C49.4333 56.8709 48.5783 56.2409 48.2775 55.3273C47.8816 54.083 46.5516 53.39 45.3008 53.7837C44.05 54.1775 43.3533 55.5006 43.7491 56.7449C44.525 59.1705 46.5358 60.9189 48.9741 61.4386V62.3207C48.9741 63.628 50.035 64.6833 51.3491 64.6833C52.6633 64.6833 53.7241 63.628 53.7241 62.3207V61.5489C57.6666 61.2811 60.8333 58.0207 60.8333 54.0515Z' fill='white'/%3E%3C/svg%3E%0A") center no-repeat
}

.price-btn:after {
    content: "";
    display: inline-block;
    width: 47px;
    height: 25px;
    margin: 4px 0 0 25px;
    background: url("data:image/svg+xml,%3Csvg width='47' height='25' viewBox='0 0 47 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M43 12.5L3 12.5M43 12.5L33.5 22M43 12.5L33.5 3' stroke='white' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E") center no-repeat
}

.btn-gotop {
    display: inline-block;
    position: fixed;
    width: 65px;
    height: 65px;
    bottom: 135px;
    right: 20px;
    border-radius: 50%;
    box-shadow: 0 17px 40px 0 rgba(65, 195, 218, .15);
    background: #fff;
    opacity: 0;
    cursor: pointer;
    z-index: 11;
    transition: all .25s ease
}

.btn-gotop:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 32px;
    transition: all .25s ease;
    background: url("data:image/svg+xml,%3Csvg width='25' height='32' viewBox='0 0 25 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 3.75L3 13.25M12.5 3.75L22 13.25M12.5 3.75L12.5 29' stroke='%2341C3DA' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E%0A") center no-repeat
}

.btn-gotop.show {
    opacity: 1
}

.btn-gotop:hover {
    background: var(--main-bg)
}

.btn-gotop:hover:before {
    background: url("data:image/svg+xml,%3Csvg width='25' height='32' viewBox='0 0 25 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 3.75L3 13.25M12.5 3.75L22 13.25M12.5 3.75L12.5 29' stroke='white' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E%0A") center no-repeat
}

.page-top {
    margin: 0 0 80px;
    position: relative;
    z-index: 2
}

.page-top__wrap {
    background: url(/local/templates/onco/assets/css/../img/content/structure.png) right bottom no-repeat;
    border-radius: 32px;
    display: flex;
    padding: 35px 135px 240px 50px;
    position: relative
}

.page-top__wrap:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(99deg, #fff 21.3%, #e0faff 89.89%), #fff;
    z-index: -1;
    border-radius: 32px
}

.page-top h1 {
    margin-bottom: 17px
}

.page-top h1 span {
    color: var(--main-color)
}

.page-top__title {
    max-width: 528px
}

.page-top__sub {
    color: #68686f;
    font-size: 24px;
    line-height: 1.3
}

.page-top__view {
    font-size: 24px;
    line-height: 1.5;
    font-family: Unbounded, sans-serif;
    display: flex
}

.page-top__view:before {
    content: "";
    display: inline-block;
    min-width: 87px;
    height: 24px;
    background: url("data:image/svg+xml,%3Csvg width='87' height='24' viewBox='0 0 87 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M83 12L3 12M83 12L73.5 21.5M83 12L73.5 2.50001' stroke='%2341C3DA' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E") center no-repeat;
    margin: 5px 30px 0 0
}

.page-top-form {
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 17px 40px 0 rgba(0, 0, 0, .15);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% - 170px);
    width: calc(100% - 300px);
    padding: 40px 30px 29px 30px;
    display: flex
}

.page-top-form__img {
    margin-right: 30px
}

.page-top-form__img img {
    display: block;
    max-width: 100%
}

.page-top-form__wrap {
    display: flex;
    flex: 1
}

.page-top-form__info {
    width: 241px;
    margin-right: 30px
}

.page-top-form__view {
    flex: 1
}

.page-top-form__container {
    display: flex
}

.page-top-form__input {
    margin-right: 20px;
    flex: 1
}

.page-top-form__input input[type=search],
.page-top-form__input input[type=tel],
.page-top-form__input input[type=text] {
    border-radius: 20px;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .1);
    background: #e9e9e9;
    border: 0;
    padding: 20px 15px 20px 45px;
    width: 100%
}

.page-top-form__inner {
    position: relative;
    margin-bottom: 14px
}

.page-top-form__inner:before {
    content: "+";
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -2px
}

.page-top-form__submit {
    display: inline-block;
    text-align: center;
    background: #41daa4;
    border-radius: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    padding: 19px 33px;
    font-family: Unbounded, sans-serif;
    cursor: pointer;
    text-decoration: none;
    transition: all .25s ease
}

.page-top-form__submit:hover {
    background: #41c3da
}

.page-top-form__submit:active {
    background: #3db7cd
}

.page-top-form__title {
    font-family: Unbounded, sans-serif;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 12px
}

.page-popup {
    display: none;
    border-radius: 30px;
    padding: 56px 48px;
    max-width: 730px
}

.page-popup.m-success {
    text-align: center
}

.page-popup p {
    margin: 0 0 20px 0
}

.page-popup p:last-child {
    margin-bottom: 0
}

.success-info {
    max-width: 522px;
    margin: 0 auto 32px;
    font-size: 24px
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
    padding-bottom: 40px
}

.fancybox__content>.f-button.is-close-btn {
    top: 15px;
    right: 15px;
    opacity: 1;
    border: 0;
    outline: 0;
    box-shadow: none
}

.fancybox__content>.f-button.is-close-btn:hover:before {
    transform: translate(-50%, -50%) scale(1)
}

.fancybox__content>.f-button.is-close-btn svg {
    position: relative;
    z-index: 1
}

.fancybox__content>.f-button.is-close-btn:before {
    content: "";
    display: inline-block;
    width: 55px;
    height: 55px;
    background: #41c3da;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    transition: all .25s ease
}

.p-close-btn {
    font-size: 30px;
    font-family: Unbounded, sans-serif;
    text-decoration: none;
    color: #fff;
    border-radius: 20px;
    padding: 10px 20px;
    background: #41daa4;
    transition: all .25s ease
}

.p-close-btn:hover {
    background: #41c3da
}

.p-close-btn:active {
    background: #3db7cd
}

.checkbox-wrap {
    position: relative;
    z-index: 1
}

.iti {
    width: 100%;
    z-index: 3
}

.iti__country {
    font-family: Unbounded, sans-serif;
    font-weight: 300;
    font-size: 15px;
    border-radius: 20px;
    align-items: center !important;
    margin: 0 !important
}

.iti__country:before {
    display: none !important
}

.iti__dropdown-content {
    border-radius: 20px;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
    background: #fff;
    padding: 10px
}

.iti--inline-dropdown .iti__dropdown-content {
    border: 0;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1)
}

.iti--allow-dropdown .iti__country-container:not(:has(+input[disabled])):not(:has(+input[readonly])) .iti__selected-country-primary:hover,
.iti--allow-dropdown .iti__country-container:not(:has(+input[disabled])):not(:has(+input[readonly])) .iti__selected-country:has(+.iti__dropdown-content:hover) .iti__selected-country-primary {
    background-color: transparent
}

.iti__country.iti__highlight {
    background-color: var(--main-bg)
}

.iti__country-list {
    overflow-y: auto
}

.iti__country-list .iti__flag,
.iti__country-name {
    margin-right: 15px
}

.iti__arrow {
    width: 12px;
    height: 8px;
    border: 0;
    background: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23333333' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A") center no-repeat
}

.iti__dropdown-content input[type=search],
.iti__dropdown-content input[type=tel],
.iti__dropdown-content input[type=text] {
    padding: 15px 20px;
    margin-bottom: 5px
}

.disease {
    font-style: 24px
}

.disease__list {
    margin-bottom: 29px
}

.disease__item {
    margin-bottom: 23px;
    font-size: 20px
}

.disease__item:last-child {
    margin-bottom: 0
}

.disease__title {
    border-radius: 30px;
    background: var(--main-bg);
    padding: 10px 20px;
    font-size: 24px;
    margin-bottom: 4px
}

.disease__c {
    color: #41c3da;
    font-size: 20px
}

.manager {
    margin-bottom: 30px;
    display: flex
}

.manager__img {
    width: 55px;
    min-width: 55px;
    border-radius: 50%;
    margin-right: 14px
}

.manager__img img {
    display: block;
    max-width: 100%
}

.manager__view {
    font-size: 24px;
    line-height: 1.1
}

.manager__title {
    font-family: Unbounded, sans-serif
}

.p-socials {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px
}

.p-socials__link {
    display: inline-flex;
    align-items: center;
    background: var(--main-bg);
    transition: all .25s ease;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    border-radius: 30px;
    margin: 0 10px 10px 0;
    font-size: 24px
}

.p-socials__link:hover {
    background: #41c3da;
    color: #fff
}

.p-socials__icon {
    width: 44px;
    height: 44px;
    margin-right: 10px
}

.p-socials__icon img {
    display: block;
    max-width: 100%
}

.p-form {
    max-width: 560px
}

.p-popup-img {
    overflow: hidden;
    max-width: 600px;
    margin: 0 0 20px 0
}

.p-popup-img img {
    display: block;
    max-width: 100%;
    border-radius: 30px
}

.p-popup-info h3,
.p-popup-info h4 {
    margin-bottom: 6px
}

.p-popup-point {
    margin-bottom: 32px;
    display: flex;
    align-items: center
}

.p-popup-point:before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 25px;
    margin-right: 5px;
    background: url("data:image/svg+xml,%3Csvg width='23' height='25' viewBox='0 0 23 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 1.5C16.7467 1.5 21 5.49316 21 10.4189C21 18.9117 11.5013 23.4993 11.5 23.5C11.5 23.5 2.00002 18.9123 2 10.4189C2 5.49316 6.25329 1.5 11.5 1.5ZM11.5 6C9.01472 6 7 8.01472 7 10.5C7 12.9853 9.01472 15 11.5 15C13.9853 15 16 12.9853 16 10.5C16 8.01472 13.9853 6 11.5 6Z' fill='%2341C3DA'/%3E%3C/svg%3E%0A") center no-repeat
}

.p-popup-diagnose {
    margin-bottom: 32px
}

.p-person-item {
    margin-bottom: 32px
}

.p-person-item:last-child {
    margin-bottom: 0
}

.page404-view {
    background-color: #fff;
    background-image: url(/local/templates/onco/assets/css/../img/content/p404-top.png), url(/local/templates/onco/assets/css/../img/content/p404-bttm.png);
    background-repeat: no-repeat;
    background-position: left top, left bottom;
    background-size: 100% auto;
    border-radius: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    text-align: center
}

.page404-view h2 {
    margin-bottom: 20px
}

.page404-back {
    color: #41c3da;
    font-size: 24px;
    text-decoration: none;
    display: inline-flex;
    align-items: center
}

.page404-back:before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 25px;
    background: url("data:image/svg+xml,%3Csvg width='32' height='25' viewBox='0 0 32 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 12.5L13.5 22M4 12.5L13.5 3M4 12.5L29.25 12.5' stroke='%2341C3DA' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E%0A") center no-repeat;
    margin-right: 15px
}

.is-compact .fancybox__content>.f-button.is-close-btn {
    --f-button-border-radius: 0;
    --f-button-color: #dbdbdb;
    --f-button-hover-color: #fff;
    --f-button-outline-color: #000;
    --f-button-bg: none;
    --f-button-active-bg: none;
    --f-button-hover-bg: none;
    --f-button-svg-width: 24px;
    --f-button-svg-height: 24px;
    --f-button-svg-filter: none;
    top: 15px;
    right: 15px
}

.page-default {
    padding: 50px 0
}

.page-item {
    margin: 0 0 60px 0
}

.page-item:last-child {
    margin-bottom: 0
}

.page-item__center {
    align-items: center
}

.page-item__img img {
    display: block;
    max-width: 100%
}

.table-wrap {
    overflow-x: auto;
    width: 100%;
    margin: 0 0 30px
}

.table-wrap table {
    min-width: 700px
}

.img-slider {
    margin: 0 0 40px 0
}

.img-slider:last-child {
    margin-bottom: 0
}

.img-slider .swiper-pagination {
    position: static;
    margin: 20px 0 0
}

.img-slider .swiper-pagination-bullet {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #41c3da;
    margin: 0 8px;
    opacity: 1
}

.img-slider .swiper-pagination-bullet-active {
    background: #41c3da
}

.img-slider .swiper-slide {
    height: auto
}

.img-slider .img-slider__img {
    height: 100%
}

.img-slider .img-slider__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.img-slider .swiper-button-next,
.img-slider .swiper-button-prev {
    margin-top: -24px;
    transform: translateY(-50%)
}

.img-slider__img {
    border-radius: 20px;
    overflow: hidden
}

.img-slider__img img {
    display: block;
    max-width: 100%
}

.process__in {
    background: #fff;
    border-radius: 32px;
    padding: 40px
}

.process__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 24px;
    column-gap: 24px
}

.process__item {
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 32px;
    background: linear-gradient(180deg, #fff 0, rgba(224, 250, 255, .5) 100%);
    padding: 32px
}

.process__item:after {
    content: "";
    display: inline-block;
    width: 70px;
    height: 70px;
    border: 3px solid #fff;
    position: absolute;
    left: calc(100% + 12px);
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 1;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80' fill='none'%3E%3Crect x='2.5' y='2.5' width='75' height='75' rx='37.5' fill='%23E0FAFF'/%3E%3Crect x='2.5' y='2.5' width='75' height='75' rx='37.5' stroke='white' stroke-width='5'/%3E%3Cpath d='M60.2374 41.2374C60.9209 40.554 60.9209 39.446 60.2374 38.7626L49.1005 27.6256C48.4171 26.9422 47.309 26.9422 46.6256 27.6256C45.9422 28.309 45.9422 29.4171 46.6256 30.1005L56.5251 40L46.6256 49.8995C45.9422 50.5829 45.9422 51.691 46.6256 52.3744C47.309 53.0578 48.4171 53.0578 49.1005 52.3744L60.2374 41.2374ZM21 40V41.75H59V40V38.25H21V40Z' fill='%2341C3DA'/%3E%3C/svg%3E") center/cover no-repeat
}

.process__item:last-child:after {
    display: none
}

.process__icon {
    display: flex;
    width: 100px;
    height: 100px;
    padding: 20.5px 19.833px 19.5px 20.167px;
    justify-content: center;
    align-items: center;
    background: #e0faff;
    border-radius: 24px;
    margin-bottom: 24px
}

.process__more {
    font-size: 20px;
    font-family: Unbounded, sans-serif
}

.js-error-text {
    background: #ff5b5d;
    border-radius: 20px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    padding: 5px 3px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 51px;
    width: 100%;
    z-index: 4
}

.js-error-text p {
    margin: 0
}

.i-top {
    margin-top: 0
}

.i-top.doctor {
    margin-bottom: 24px
}

.i-top.doctor+section {
    margin-top: 0
}

.i-top__wrap {
    display: grid;
    grid-template-columns: auto 505px;
    grid-template-rows: repeat(2, auto)
}

.i-top__wrap.m-full-txt {
    grid-template-columns: unset !important
}

.i-top__wrap.m-full-txt .i-top__pre {
    max-width: 100%;
    padding-right: 0
}

.i-top__pre {
    padding-right: 100px;
    max-width: 710px;
    line-height: 1.3
}

.i-top__pre p {
    margin: 0 0 13px
}

.i-top__aft {
    grid-column-start: 1;
    grid-row-start: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end
}

.i-top__img {
    grid-row: span 2/span 2;
    grid-column-start: 2;
    grid-row-start: 1;
    background: #eeedf4;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px
}

.i-top__img img {
    display: block;
    max-width: 100%
}

.i-top__info {
    flex: 1;
    max-width: 680px;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.i-top__subhead {
    font-size: 40px;
    line-height: 1.2;
    color: #68686f;
    font-weight: 400;
    margin: 0 0 24px 0;
    font-family: Unbounded, sans-serif
}

.i-top h1+.i-top__subhead {
    margin-top: -25px
}

.breadcrumbs {
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap
}

.breadcrumbs__item {
    font-size: 16px;
    line-height: 1.3;
    color: #68686f;
    text-decoration: none
}

.breadcrumbs+.about {
    margin-top: 0
}

a.breadcrumbs__item:after {
    content: "/";
    margin: 0 4px
}

.btn {
    display: inline-flex;
    justify-content: center;
    color: #fff;
    background: #41daa4;
    border-radius: 20px;
    text-decoration: none;
    padding: 19px 40px;
    font-family: Unbounded, sans-serif;
    font-size: 18px;
    text-align: center;
    transition: all .25s ease
}

.btn:hover {
    background: #41c3da
}

.directions h2 {
    text-align: center
}

.directions__subhead {
    text-align: center;
    color: #68686f;
    font-size: 20px;
    margin: -12px 0 23px 0
}

.directions__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
    padding: 17px 0 0
}

.directions__item {
    width: 33.33%;
    padding: 0 12px;
    margin-bottom: 24px;
    display: block;
    color: #333333;
    text-decoration: none;
}

.directions__item.m-half {
    width: 50%
}

.directions__item.m-full {
    width: 100%;
    margin-top: 24px;
    padding: 0
}

.directions__item.m-full .directions__in {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.directions__in {
    background: #fff;
    border-radius: 32px;
    padding: 32px;
    width: 100%;
    height: 100%;
    position: relative;
    isolation: isolate;
}
.directions__in:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, #fff 0, rgba(224, 250, 255, .5) 100%), #fff;
    transition: opacity .25s ease;
    opacity: 0;
    border-radius: 32px;
    z-index: 1;
}

.directions__item:hover .directions__in:after{
    opacity: 1;
}
.directions__in > * {
    position: relative;
    z-index: 2; 
}
.directions__item.nohover:hover .directions__in:after{
    opacity: 0;
    pointer-events: none;
}


.directions__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #41c3da;
    font-size: 40px;
    border-radius: 24px;
    background: #e0faff;
    padding: 12px;
    margin-bottom: 19px;
    width: 72px;
    height: 72px
}

.directions__title {
    font-size: 24px;
    line-height: 1.2;
    font-family: Unbounded, sans-serif;
    margin-bottom: 10px
}

.directions__txt {
    color: #68686f;
    line-height: 1.3;
    margin-bottom: 24px
}

.directions__txt:last-child {
    margin-bottom: 0
}

.directions__info {
    max-width: 550px;
    margin-right: 40px
}

.directions__img {
    width: 120px;
    height: 120px;
    margin-bottom: 24px
}

.directions__img img {
    display: block;
    max-width: 100%
}

.d h2 {
    text-align: center
}

.d__subhead {
    text-align: center;
    color: #68686f;
    font-size: 20px;
    margin: -12px 0 23px 0
}

.d__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
    padding: 17px 0 0
}

.d__item {
    width: 33.33%;
    padding: 0 12px;
    margin-bottom: 24px
}

.d__item.m-half {
    width: 50%
}

.d__item.m-full {
    width: 100%;
    margin-top: 24px;
    padding: 0
}

.d__item.m-full .directions__in {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.d__in {
    display: block;
    text-decoration: none;
    color: #333333;
    border-radius: 32px;
    padding: 32px;
    width: 100%;
    height: 100%;
    display: flex;
    background: #fff;
    position: relative;
}
.d__in:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, #fff 0, rgba(224, 250, 255, .5) 100%), #fff;
    transition: opacity .25s ease;
    opacity: 0;
    border-radius: 32px;
}
.d__in:hover:after{
    opacity: 1;
}

.d__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #41c3da;
    font-size: 40px;
    border-radius: 24px;
    background: #e0faff;
    padding: 12px;
    margin-bottom: 19px;
    width: 72px;
    height: 72px
}

.d__title {
    font-size: 24px;
    line-height: 1.2;
    font-family: Unbounded, sans-serif;
    margin-bottom: 10px;
    overflow-wrap: break-word; 
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    word-break: break-word; 
}

.d__txt {
    color: #68686f;
    line-height: 1.3;
    margin-bottom: 24px
}

.d__txt:last-child {
    margin-bottom: 0
}

.d__info {
    max-width: 550px;
    margin-right: 40px
}

.d__img {
    width: 120px;
    height: 120px;
    margin-bottom: 24px
}

.d__img img {
    display: block;
    max-width: 100%
}

.d__icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e0faff;
    margin: 0 0 0 12px;
    position: relative;
    z-index: 1;
}
.d__view{
    position: relative;
    z-index: 1;
}

.d__icon img {
    display: block;
    max-width: 100%
}

.page-title {
    margin: 24px 0 20px
}

.breadcrumbs+.page-title {
    margin-top: -20px
}

.list {
    margin: 0 0 80px 0
}

.paging {
    display: flex;
    justify-content: center;
    font-family: Unbounded, sans-serif
}

.paging__wrap {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    padding: 12px;
    flex-wrap: wrap;
    gap: 11px
}

.paging__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 12px;
    gap: 4px
}

.paging__link {
    color: #333;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    padding: 12px;
    height: 48px;
    min-width: 48px;
    text-align: center;
    transition: all .25s ease
}

.paging__link.active,
.paging__link:hover {
    color: #fff;
    background: #41daa4
}

.paging__next,
.paging__prev {
    display: inline-flex;
    align-items: center;
    height: 48px;
    padding: 5px 16px;
    border: 1px solid #41daa4;
    color: #41daa4;
    border-radius: 12px;
    text-decoration: none;
    transition: all .25s ease
}

.paging__next:hover,
.paging__prev:hover {
    color: #fff;
    background: #41daa4
}

.paging__prev:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.66422 13.5L1.41422 7.25L7.66422 1' stroke='%2341DAA4' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A") center no-repeat;
    margin: 0 4px 0 0
}

.paging__prev:hover:before {
    background: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.66422 13.5L1.41422 7.25L7.66422 1' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center no-repeat
}

.paging__next:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.66422 13.5L1.41422 7.25L7.66422 1' stroke='%2341DAA4' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A") center no-repeat;
    transform: rotate(180deg);
    margin: 1px 0 0 4px
}

.paging__next:hover:after {
    background: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.66422 13.5L1.41422 7.25L7.66422 1' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center no-repeat
}

.search-page {
    margin: 0 0 80px
}

.search-page .page-header-search {
    width: 100%
}

.search-page form {
    display: flex;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.search-page input[type=submit] {
    display: flex;
    justify-content: center;
    color: #fff;
    background: #41daa4;
    border-radius: 20px;
    text-decoration: none;
    padding: 19px;
    font-family: Unbounded, sans-serif;
    font-size: 18px;
    transition: all .25s ease;
    cursor: pointer
}

.search-page input[type=submit]:hover {
    background: #41c3da
}

.doctor__view {
    display: flex
}

.doctor__img {
    border-radius: 20px;
    overflow: hidden;
    margin: 0 24px 24px 0;
    width: 240px
}

.doctor__img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    border-radius: 20px
}

.doctor__country {
    font-size: 24px;
    color: #68686f;
    font-weight: 400;
    font-family: Unbounded, sans-serif
}

.doctor__item {
    margin: 0 0 20px 0;
    font-size: 18px
}

.doctor__about h2 {
    margin: -10px 0 10px 0
}

.doctor__about .btn {
    border-radius: 16px;
    padding: 13px 25px;
    font-size: 16px
}

.doctor__label {
    margin-bottom: 4px;
    color: #68686f
}

.doctor__info {
    color: #333;
    font-family: Unbounded, sans-serif
}

.accordeon__item {
    margin-bottom: 10px;
    border-radius: 10px;
    background: #f0f2f5
}

.accordeon__item:last-child {
    margin-bottom: 0
}

.accordeon__item.active .accordeon__link:before {
    background: url(/local/templates/onco/assets/css/../img/svg/acc-minus.svg) center no-repeat
}

.accordeon__link {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 30px 78px 30px 30px;
    font-size: 18px;
    font-family: Unbounded, sans-serif;
    position: relative
}

.accordeon__link:before {
    content: "";
    display: inline-block;
    width: 34px;
    height: 34px;
    right: 25px;
    top: 25px;
    position: absolute;
    background: url(/local/templates/onco/assets/css/../img/svg/acc-plus.svg) center no-repeat
}

.accordeon__info {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease
}

.accordeon__info.open {
    max-height: 1500px
}

.accordeon__info__item {
    padding: 0 30px 30px
}

.cookies {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 99
}

.cookies__in {
    background: #fff;
    padding: 24px;
    border-radius: 32px;
    box-shadow: 0 17px 40px 0 rgba(0, 0, 0, .15);
    max-width: 1000px;
    width: 100%
}

.cookies__title {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 16px;
    font-family: Unbounded, sans-serif;
    font-optical-sizing: auto
}

.cookies__info {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 1.3
}

.cookies__bttns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px
}

.cookies a:not([class]) {
    color: #41c3da;
    text-decoration: none
}

.cookies .btn {
    padding: 14px 23px;
    border-radius: 16px;
    border: 1px solid #41daa4;
    line-height: 1
}

.cookies .btn:hover {
    border-color: #41c3da
}

.btn-sec {
    display: inline-flex;
    justify-content: center;
    color: #41daa4;
    background: #fff;
    border-radius: 16px;
    text-decoration: none;
    padding: 14px 23px;
    font-family: Unbounded, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    border: 1px solid #41daa4;
    transition: all .25s ease
}

.btn-sec:hover {
    border-color: #41c3da;
    background: #41c3da;
    color: #fff
}

@media screen and (max-width:767px) {
    .cookies__title {
        font-size: 20px
    }
    .cookies__info {
        font-size: 16px;
        line-height: 1.2
    }
    .btn-sec,
    .cookies .btn {
        font-size: 16px;
        padding: 10px 15px
    }
}

.page-header {
    margin: 0 0 30px 0
}

.page-header__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .08)
}

.page-header__l {
    display: flex;
    align-items: center
}

.page-header__r {
    display: flex;
    align-items: center
}

.page-header .socials {
    margin-left: 12px
}

.page-header .socials__item {
    margin: 0 8px;
    width: 48px;
    height: 48px
}

.page-header .socials__item img,
.page-header .socials__item svg {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 100%;
    max-height: 100%
}

.page-header .socials__item:before {
    width: 58px;
    height: 58px
}

.logo {
    display: inline-block;
    margin: 0 28px 0 0
}

.logo img {
    display: block;
    max-width: 100%
}

.layout .top-nav,
.top-nav {
    display: flex
}

.layout .top-nav__item,
.top-nav__item {
    color: #333;
    text-decoration: none;
    padding: 10px 12px;
    border-radius: 30px;
    transition: all .25s ease;
    position: relative
}

.layout .top-nav__item:after,
.top-nav__item:after {
    content: "";
    display: inline-block;
    width: 120%;
    height: 30px;
    position: absolute;
    bottom: -27px;
    left: -10%
}

.layout .top-nav__item span{
    transition: .25s ease;
}

.layout .top-nav__item:hover,
.layout .top-nav__item:hover span,
.top-nav__item:hover {
    color: #41c3da
}

.layout .top-nav__item:hover .top-nav__sub,
.top-nav__item:hover .top-nav__sub {
    pointer-events: all;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: all .2s ease
}

.layout .top-nav a,
.layout .top-nav span,
.top-nav a,
.top-nav span {
    display: inline-block;
    line-height: 1.4;
    color: #333
}

.layout .top-nav a,
.top-nav a {
    transition: color .25s ease
}

.layout .top-nav a:hover,
.top-nav a:hover {
    color: var(--main-color)
}

.layout .top-nav__sub,
.top-nav__sub {
    position: absolute;
    left: 10px;
    top: 100%;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .08);
    z-index: 5;
    padding: 24px;
    width: 300px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px)
}

.top-nav__wrap,
.top-nav__sub.col3,
.top-nav__sub.col2{
    scrollbar-width: thin;
    scrollbar-color: #41C3DA #ffffff;
}
.top-nav__wrap::-webkit-scrollbar,
.top-nav__sub.col3::-webkit-scrollbar,
.top-nav__sub.col2::-webkit-scrollbar  {
  width: 12px;
  height: 12px;
}

.top-nav__wrap:-webkit-scrollbar-track,
.top-nav__sub.col3:-webkit-scrollbar-track,
.top-nav__sub.col2:-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 10px;
}

.top-nav__wrap::-webkit-scrollbar-thumb,
.top-nav__sub.col3::-webkit-scrollbar-thumb,
.top-nav__sub.col2::-webkit-scrollbar-thumb {
  background-color: #41C3DA;
  border-radius: 10px;/
}
.layout .top-nav__sub.col3{
    width: auto;
    padding-right: 0;
    max-height: 450px;
    overflow-x: hidden;
    overflow-y: auto;
}
.layout .top-nav__sub.col3 .top-nav__wrap{
    padding-right: 20px;
    /* display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 15px;
    max-height: 450px;
    overflow-y: auto; */
    column-count: 3;
}

.top-nav__sub.col3 .top-nav__sublink{
    break-inside: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
}


.layout .top-nav__sub.col2{
    width: auto;
    padding-right: 0;
        min-width: 280px;
    max-height: 450px;
    overflow-x: hidden;
    overflow-y: auto;
}
.layout .top-nav__sub.col2 .top-nav__wrap{
    padding-right: 20px;
    column-count: 2;
}

.top-nav__sub.col2 .top-nav__sublink{
    break-inside: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
}



.layout .top-nav a.top-nav__sublink {
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    margin: 0 0 8px 0;
    color: #68686f;
    display: block;
    transition: color .25s ease
}

.layout .top-nav a.top-nav__sublink:hover {
    color: var(--main-color)
}

.layout .top-nav a.top-nav__sublink:last-child {
    margin-bottom: 0
}

.menu-btn {
    display: none;
    align-items: center;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 7
}

.menu-btn.active .burger-icon {
    background-color: transparent
}

.menu-btn.active .burger-icon:before {
    transform: translateY(8px) rotate(45deg)
}

.menu-btn.active .burger-icon:after {
    transform: translateY(-8px) rotate(-45deg)
}

.burger-icon {
    position: relative;
    display: block;
    width: 32px;
    height: 2px;
    background-color: #333;
    transition: all .3s ease
}

.burger-icon:after,
.burger-icon:before {
    position: absolute;
    content: "";
    display: block;
    width: 32px;
    height: 2px;
    background-color: #333;
    transition: all .3s ease
}

.burger-icon:before {
    top: -8px
}

.burger-icon:after {
    top: 8px
}

.menu-mobile {
    z-index: 6;
    background-color: #fff;
    position: fixed;
    right: -340px;
    top: 0;
    bottom: 0;
    width: 340px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    transition: all .3s cubic-bezier(.77, 0, .175, 1);
    font-size: 16px;
    padding: 95px 20px 80px;
    display: flex;
    flex-direction: column
}

.menu-mobile .top-nav {
    margin-bottom: 40px
}

.menu-mobile .top-nav__item {
    font-size: 20px;
    display: block;
    padding: 8px 0
}

.menu-mobile .socials {
    justify-content: center
}

.menu-mobile .page-header-search {
    width: 100%;
    margin-bottom: 20px
}

.menu-mobile.active {
    right: 0
}

.page-header-lang {
    position: relative;
    z-index: 4;
    padding: 12px 54px 12px 20px;
    cursor: pointer;
    display: inline-block;
    transition: all .25s ease;
    border-radius: 16px;
    border: 1px solid #e2e2ee;
    margin: 0 0 0 20px;
    font-size: 18px
}

.page-header-lang.m-mobile {
    display: none
}
.page-header-lang__flag{
    height: 20px;
    border-radius: 5px;
    overflow: hidden;
    /* margin: 0 4px 0 0; */
    width: 26px;
}
.page-header-lang__flag img{
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
}
.page-header-lang__list {
    position: absolute;
    top: 100%;
    background: #fff;
    right: 0;
    display: none;
    padding: 15px 6px 6px 3px;
    margin-top: 6px;
    border-radius: 17px;
    z-index: 2;
    box-shadow: 0 11px 15px 0 rgba(0, 0, 0, .12);
    display: none;
    opacity: 0;
    transition: opacity .1s ease
}

.page-header-lang__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-height: 450px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #41C3DA #ffffff;
    padding: 0 12px 0 0;
}

.page-header-lang.active .page-header-lang__list {
    display: block;
    opacity: 1
}

.page-header-lang.active,
.page-header-lang:hover {
    background: #fff;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .2)
}

.page-header-lang__view {
    color: #333;
    text-decoration: none;
    display: inline-block;
    position: relative;
    z-index: 3;
    transition: all .25s ease
}

.page-header-lang:after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translatey(-50%);
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4.5 9L12 16.5L19.5 9' stroke='%2341DAA4' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center no-repeat
}

.page-header-lang__item {
    display: inline-flex;
    align-items: center;
    column-gap: 8px;
    color: #333;
    text-decoration: none;
    text-align: left;
    padding: 12px 16px;
    position: relative;
    z-index: 3;
    white-space: nowrap;
    border-radius: 8px;
    font-size: 18px;
    line-height: 1;
    transition: all 0.25s ease;
}

.page-header-lang__item:last-child {
    margin-bottom: 0
}

.page-header-lang__item.active,
.page-header-lang__item:hover {
    background: #e0faff
}

span.page-header-lang__item {
    cursor: default
}
.page-header-lang__txt {
    max-width: 104px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.page-header-search {
    width: 320px;
    position: relative
}

.page-header-search:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M10.8132 2.01233C8.47582 2.01233 6.23414 2.94086 4.58134 4.59367C2.92854 6.24647 2 8.48815 2 10.8256C2 13.163 2.92854 15.4047 4.58134 17.0575C6.23414 18.7103 8.47582 19.6388 10.8132 19.6388C13.1523 19.6388 15.3956 18.7096 17.0496 17.0556C18.7035 15.4017 19.6327 13.1584 19.6327 10.8193C19.6327 8.48025 18.7035 6.23698 17.0496 4.583C15.3956 2.92903 13.1523 1.99984 10.8132 1.99984V2.01233Z' stroke='%2368686F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.9938 21.9998L17.0594 17.0654' stroke='%2368686F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center no-repeat;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.page-header-search__input {
    width: 100%;
    border-radius: 16px;
    border: 1px solid #e2e2ee;
    padding: 11px 20px 11px 56px;
    line-height: 1;
    font-size: 18px;
    transition: all .25s ease
}

.page-header-search__input:focus {
    border: 1px solid #41c3da
}

.page-header-search-result {
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .08);
    z-index: 4;
    padding: 16px;
    font-size: 16px;
    width: 100%
}

.page-header-search-result__item {
    display: block;
    padding: 12px 8px;
    color: #333;
    text-decoration: none;
    transition: color .25s ease;
    margin-bottom: 8px
}

.page-header-search-result__item:hover {
    color: #41daa4
}

.page-header-search-result__all {
    padding: 12px 8px;
    display: block;
    border-radius: 8px;
    background: #eeeef3;
    color: #333;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    transition: all .25s ease
}

.page-header-search-result__all:hover {
    background: #41c3da;
    color: #fff
}

.page-header-search-result-nothing {
    text-align: center
}

.page-header-search-result-nothing__img {
    margin-bottom: 12px
}

.contact-btn {
    display: block;
    background: #41daa4;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1;
    padding: 16px 10px;
    text-align: center;
    width: 100%
}

.page-header__mob {
    display: none;
    width: 100%;
    padding-top: 12px
}

.page-header__mob .socials {
    display: none
}

.page-footer .page-header-lang__wrap{
    max-height: 250px;
}
.page-footer .page-header-lang__item{
    padding: 8px 10px;
}
.page-footer {
    padding: 0 0 24px
}

.page-footer__wrap {
    display: flex;
    background: #fff;
    border-radius: 32px;
    padding: 48px;
    gap: 52px
}

.page-footer__r {
    flex: 1
}

.page-footer__col {
    flex: 1
}
.page-footer__col:first-child{
    max-width: 230px;
}

.page-footer__top {
    font-size: 24px;
    margin-bottom: 25px;
    font-family: Unbounded, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal
}

.page-footer__link {
    display: block;
    text-decoration: none;
    color: #68686f;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 8px;
    transition: color .25s ease
}

.page-footer__link:last-child {
    margin-bottom: 0
}

.page-footer__link:hover {
    color: #41c3da
}

.page-footer__line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px
}

.page-footer__line .page-header-lang {
    margin: 0
}

.page-footer__msg {
    display: flex;
    justify-content: center;
    color: #fff;
    background: #41daa4;
    margin-bottom: 12px;
    border-radius: 20px;
    text-decoration: none;
    padding: 19px;
    font-family: Unbounded, sans-serif;
    font-size: 18px;
    transition: all .25s ease
}

.page-footer__msg:hover {
    background: #41c3da
}

.page-footer__call {
    display: flex;
    justify-content: center;
    border-radius: 20px;
    text-decoration: none;
    font-size: 20px;
    color: #41daa4;
    border: 1px solid #41daa4;
    padding: 15px;
    transition: all .25s ease
}

.page-footer__call:hover {
    opacity: .65
}

.page-footer__call span {
    display: flex;
    align-items: center
}

.page-footer__call span:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 3px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M13.4823 9.3768L12.2599 5.81947C11.8714 4.68896 10.5845 4.14944 9.506 4.66494L6.79082 5.96268C6.23601 6.22786 5.8216 6.7313 5.75296 7.34238C4.85703 15.3189 13.6124 26.7288 21.1269 27.4976C21.6418 27.5503 22.1412 27.338 22.5101 26.9749C23.4972 26.0035 24.2038 25.2556 24.8939 24.4493C25.6243 23.5958 25.4439 22.3075 24.5426 21.6368L21.5064 19.3775C20.7688 18.8287 19.7522 18.8534 19.0421 19.4373L18.7957 19.6399C18.0923 20.2183 17.0811 20.2537 16.3657 19.6901C14.0076 17.8323 12.8047 16.3437 11.7673 14.262C11.3236 13.3717 11.6836 12.3036 12.5365 11.7917L12.6201 11.7416C13.4297 11.2557 13.7891 10.2698 13.4823 9.3768Z' fill='%2341DAA4'/%3E%3C/svg%3E") center no-repeat
}

.page-footer__c.col2{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 15px;
}
.page-footer__c.col3{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 15px;
}

.b-logo {
    display: block;
    margin-bottom: 56px
}

.b-logo img {
    display: block;
    max-width: 100%
}

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

.socials__item {
    margin-right: 12px;
    position: relative
}

.socials__item:before {
    content: "";
    display: inline-block;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(.3);
    z-index: 0;
    transition: all .25s ease
}

.socials__item:last-child {
    margin-right: 0
}

.socials__item img {
    display: block;
    max-width: 100%;
    position: relative;
    z-index: 1
}

.socials__item:hover:before {
    transform: translate(-50%, -50%) scale(1)
}

.copy {
    margin-top: 56px;
    color: #68686f;
    font-size: 16px
}

.page-toggle {
    position: relative;
    z-index: 4;
    /* padding: 9px 0 9px 15px; */
    cursor: pointer;
    display: inline-block;
    transition: all .25s ease;
    /* border-radius: 16px;
    border: 1px solid #e2e2ee;
    margin: -13px 0 0 0; */
    font-size: 18px;
    /* margin: 8px 0; */
}

.page-toggle__list {
    /* position: absolute;
    top: 100%; */
    background: #fff;
    /* left: 0; */
    display: none;
    padding: 11px 0 0;
    /* margin-top: -12px; */
    border-radius: 0 0 17px 17px;
    z-index: 2;
    /* width: 100%; */
    /* box-shadow: 0 11px 15px 0 rgba(0, 0, 0, .12); */
    display: none;
    opacity: 0;
    transition: opacity .1s ease
}

.page-toggle.active .page-toggle__list {
    display: block;
    opacity: 1
}

.page-toggle__view {
    color: #68686f;
    text-decoration: none;
    position: relative;
    z-index: 3;
    transition: all .25s ease;
    font-size: 16px;
    /* font-family: Unbounded, sans-serif; */
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    padding: 0 40px 0 0;
}

.page-toggle:after {
    content: "";
    width: 18px;
    height: 20px;
    position: absolute;
    left: 34px;
    top: 3px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4.5 9L12 16.5L19.5 9' stroke='%2341DAA4' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat
}
.page-toggle.active:after{
    transform: rotate(180deg);
}
.page-toggle__item {
    display: block;
    color: #333;
    text-decoration: none;
    text-align: left;
    position: relative;
    z-index: 3;
    /* white-space: nowrap; */
    color: #68686f;
    font-size: 16px;
    border-radius: 17px;
    line-height: 1.1;
        margin-bottom: 8px;
    transition: all .25s ease
}

.page-toggle__item:last-child {
    margin-bottom: 0
}

.page-toggle__item.active,
.page-toggle__item:hover {
        color: #41c3da;
}

span.page-toggle__item {
    cursor: default
}

.page-toggle__inner{
    max-height: 255px;
    overflow-x: hidden;
    overflow-y: auto;
}

.page-toggle__inner{
    scrollbar-width: thin;
    scrollbar-color: #41C3DA #ffffff;
}
.page-toggle__inner::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

.page-toggle__inner:-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 10px;
}

.page-toggle__inner::-webkit-scrollbar-thumb {
  background-color: #41C3DA;
  border-radius: 10px;/
}

.directions__item .doctor__img{
    width: 120px;
    min-width: 120px;
    height: 120px;
    margin: 0 16px 16px 0;
}
.directions__item .doctor__country{
    font-size: 18px;
    font-family: 'Nunito', sans-serif;
}
.directions__item .doctor__about{
    margin: -6px 0 0 0;
}
.directions__item h4{
    line-height: 1.2;
}
.directions__item .doctor__label{
    font-size: 16px;
}
.directions__item .doctor__item {
    margin: 0 0 10px 0;
}
.directions__item .doctor__item:last-child{
    margin-bottom: 0;
}

@media screen and (max-width:1400px){
    .layout .top-nav__sub, .top-nav__sub{
        padding: 16px;
    }
}

@media screen and (max-width:1360px) {
    .i-top__pre {
        padding-right: 40px
    }
    .about__in h1 {
        font-size: 46px
    }
    .i-top__subhead {
        font-size: 32px
    }
    .layout .top-nav__item, .top-nav__item {
        padding: 8px 7px;
        font-size: 16px;
    }
}

@media screen and (max-width:1260px) {
    .i-top__wrap {
        grid-template-columns: auto 50%
    }
    body {
        font-size: 18px
    }
    .top-nav__item {
        padding: 6px 8px;
        font-size: 16px
    }
    .layout h1,
    .page-popup h1 {
        font-size: 50px
    }
    .layout h2,
    .page-popup h2 {
        font-size: 42px
    }
    .layout h3,
    .page-popup h3 {
        font-size: 36px
    }
    .a-info-top,
    .history__info,
    .our__title,
    .why__top {
        font-size: 20px
    }
    .btn-more {
        font-size: 24px
    }
    .logo {
        margin: 0 10px 0 0
    }
    .page-header-lang {
        padding: 8px 36px 8px 12px;
        margin: 0 0 0 8px
    }
    .page-header-lang:after {
        right: 6px
    }
    .page-header .socials__item {
        margin: 0 4px;
        width: 34px;
        height: 34px
    }
    .page-header-search__input {
        padding: 8px 20px 8px 42px
    }
    .page-header-search:before {
        left: 12px
    }
    .page-top-form {
        width: calc(100% - 180px)
    }
    .page-top-form__img {
        margin-right: 20px;
        max-width: 100px
    }
    .page-top-form__title {
        font-size: 20px
    }
    .page-top-form__info {
        width: 210px
    }
    .about__wrap {
        -moz-column-gap: 60px;
        column-gap: 60px
    }
    .process__item {
        padding: 20px
    }
    .process__more {
        font-size: 18px
    }
    .process__item:after {
        width: 50px;
        height: 50px
    }
    .about__in h1 {
        font-size: 38px
    }
    .i-top__subhead {
        font-size: 28px
    }
    .directions__item .doctor__img {
        width: 90px;
        min-width: 90px;
        height: 90px;
    }
    .directions__item .doctor__item{
        font-size: 16px;
    }
}

@media screen and (max-width:1160px) {
    .socials__item {
        width: 28px;
        height: 28px
    }
    .page-header .socials__item {
        margin: 0 12px 0 0
    }
    .page-header .socials__item:last-child {
        margin-right: 0
    }
    .top-nav__item {
        font-size: 16px
    }
    .about__pre {
        width: 50%;
        min-width: 50%
    }
    .layout th,
    .page-popup th {
        font-size: 16px
    }
    .layout td,
    .layout th,
    .page-popup td,
    .page-popup th {
        padding: 11px 8px
    }
    .why__txt {
        font-size: 18px
    }
}

@media screen and (max-width:1100px) {
    .logo {
        max-width: 120px
    }
    .page-top-form__img {
        margin-right: 20px;
        min-width: 55px;
        width: 55px
    }
    .page-top__wrap {
        background-size: contain;
        padding: 49px 40px 205px 40px
    }
    .page-top-form__container {
        flex-direction: column
    }
    .page-top-form__input {
        margin-right: 0;
        margin-bottom: 20px
    }
    .page-top-form__submit {
        display: block
    }
    .page-top__view {
        font-size: 20px
    }
    .c-list {
        -moz-column-gap: 12px;
        column-gap: 12px
    }
    .c-list__txt {
        font-size: 16px
    }
    .page-header-search {
        width: 270px
    }
    .process {
        margin-top: 140px
    }
    .d__title,
    .directions__title {
        font-size: 18px
    }
    .d__num,
    .directions__num {
        font-size: 32px;
        border-radius: 14px;
        margin-bottom: 15px;
        width: 56px;
        height: 56px
    }
    .layout .top-nav__item, .top-nav__item {
        padding: 7px 4px;
        font-size: 14px;
    }
}

@media screen and (max-width:991px) {
    body {
        font-size: 16px
    }
    .layout h1,
    .page-popup h1 {
        font-size: 42px
    }
    .layout h2,
    .page-popup h2 {
        font-size: 36px
    }
    .layout h3,
    .page-popup h3 {
        font-size: 28px
    }
    .layout h4,
    .page-popup h4 {
        font-size: 22px
    }
    .page-header-lang {
        margin: 0 12px
    }
    .layout .top-nav,
    .page-header .page-header-search,
    .top-nav {
        display: none
    }
    .menu-btn {
        display: inline-flex
    }
    .menu-mobile .top-nav {
        margin: 0;
        display: block;
        flex: 1;
        min-height: 0;
        overflow-y: auto;
        overflow-x: hidden
    }
    .menu-mobile .top-nav__sub {
        position: static;
        width: 100%;
        visibility: visible;
        opacity: 1;
        pointer-events: all;
        transform: unset;
        box-shadow: unset;
        padding: 20px 15px 5px;
        border-radius: 0
    }
    .menu-mobile .top-nav__sub:after {
        display: none
    }
    .history__item {
        padding: 20px 20px 60px
    }
    .a-info-top,
    .history__info,
    .our__title,
    .what__item.m-color,
    .what__question,
    .what__subhead {
        font-size: 20px
    }
    .page-top-form {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        margin-top: -100px
    }
    .page-top {
        margin: 0 0 30px
    }
    .socials__item {
        margin-right: 15px
    }
    .history__person img {
        width: 100%;
        -o-object-position: top;
        object-position: top
    }
    .price-btn {
        font-size: 28px
    }
    .why__more br {
        display: none
    }
    .btn-more,
    .why__more {
        font-size: 20px
    }
    .why__item {
        padding: 20px
    }
    .why__num {
        font-size: 36px;
        min-width: 40px
    }
    .page-footer__wrap {
        flex-wrap: wrap;
        gap: 24px
    }
    .page-footer__col {
        width: calc(50% - 12px);
        flex: unset
    }
    /* .page-footer__col:first-child{
       width: calc(33.333% - 12px);
    }
    .page-footer__col:nth-child(2){
        width: calc(66.666% - 12px);
    } */
    .page-footer__r {
        width: 100%;
        padding: 24px 0 0
    }
    .b-logo {
        margin-bottom: 16px
    }
    .copy {
        margin-top: 16px
    }
    .layout td,
    .layout th,
    .page-popup td,
    .page-popup th {
        padding: 9px 3px
    }
    .layout th,
    .page-popup th {
        font-size: 13px
    }
    .about__wrap {
        -moz-column-gap: 30px;
        column-gap: 30px
    }
    section {
        margin: 60px 0
    }
    .list {
        margin: 0 0 60px 0;
    }
    .why {
        margin: 60px 0 24px
    }
    .why__img {
        margin-right: 15px;
        max-width: 50%
    }
    .process {
        margin-top: 60px
    }
    .process__more {
        font-size: 14px
    }
    .process__item {
        padding: 10px
    }
    .about__in h1 {
        font-size: 36px
    }
    .d__item,
    .directions__item {
        width: 50%
    }
    .d__in,
    .directions__in {
        padding: 25px 20px
    }
    .page-header__mob {
        display: flex
    }
    .contact-btn {
        display: block
    }
    .page-header__wrap {
        flex-wrap: wrap
    }
    .search-page {
        margin: 0 0 60px
    }
    .about.m-form .about__in {
        padding-bottom: 120px
    }
    .layout .top-nav__item, .top-nav__item {
        padding: 8px 0;
        font-size: 18px;
    }
}

@media screen and (max-width:950px) {
    .i-top__wrap {
        display: flex;
        flex-direction: column
    }
    .i-top__pre {
        padding-right: 0;
        margin-bottom: 24px
    }
    .i-top__img {
        margin-bottom: 24px
    }
}

@media screen and (max-width:850px) {
    .about__wrap {
        flex-direction: column
    }
    .about__pre {
        width: 100%;
        min-width: 100%;
        margin: 0 0 32px 0
    }
    .about__clar {
        max-width: 100%
    }
    .about__info {
        padding-left: 0
    }
}

@media screen and (max-width:767px) {
    section {
        margin: 40px 0
    }
    .list {
        margin: 0 0 40px 0;
    }
    .our__slider {
        padding-top: 0
    }
    .page-top__title {
        margin-right: 0
    }
    .page-top__wrap {
        flex-direction: column
    }
    .page-top h1 {
        margin-bottom: 32px
    }
    .page-top__view:before {
        background-size: contain;
        margin: 5px 10px 0 0;
        min-width: 48px;
        height: 18px
    }
    .page-top__view {
        font-size: 18px
    }
    .page-top-form__wrap {
        flex-direction: column
    }
    .page-top-form__info {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }
    .btn-gotop {
        bottom: 20px
    }
    .about__in,
    .history__in,
    .our__in {
        padding: 25px 20px
    }
    .why__top .why__item {
        flex-direction: column;
        align-items: center;
        padding: 25px 20px;
        align-items: center
    }
    .why__img {
        width: 100%;
        min-width: 100%;
        margin: 0 0 20px 0;
        display: flex;
        justify-content: center
    }
    .why__info {
        padding: 0;
        text-align: center
    }
    .history__slider {
        padding-top: 0
    }
    .price-btn {
        font-size: 22px;
        padding: 10px
    }
    .price-btn:before {
        width: 40px;
        height: 47px;
        background-size: contain;
        margin-right: 10px
    }
    .price-btn:after {
        display: none
    }
    .p-close-btn {
        font-size: 24px
    }
    .success-info {
        font-size: 20px
    }
    .p-socials__link {
        font-size: 20px
    }
    .page-popup .p-socials__icon {
        width: 30px;
        height: 30px
    }
    .manager__view {
        font-size: 20px
    }
    .page-popup h4 {
        font-size: 20px
    }
    .page404-back {
        font-size: 20px
    }
    .page404-back:before {
        width: 23px;
        height: 18px;
        background-size: contain
    }
    .layout.m404 {
        padding: 20px
    }
    .disease__title {
        font-size: 18px
    }
    .page-footer__wrap {
        padding: 25px 20px
    }
    .page-default {
        padding: 34px 0
    }
    .page-item {
        margin: 0 0 40px 0
    }
    .page-top__sub {
        font-size: 20px
    }
    .page-top__wrap {
        padding: 49px 40px 160px 40px
    }
    .why {
        margin: 40px 0 24px
    }
    .why__l {
        display: flex;
        flex-direction: column;
        row-gap: 20px
    }
    .process {
        margin-top: 40px
    }
    .process__in {
        padding: 32px
    }
    .process__list {
        display: flex;
        flex-direction: column
    }
    .process__item {
        padding: 24px;
        width: 100%;
        max-width: 400px;
        margin: 0 auto 20px
    }
    .process__item:last-child {
        margin-bottom: 0
    }
    .process__more {
        font-size: 20px
    }
    .process__item:after {
        top: calc(100% + 12px);
        transform: translate(-50%, -50%) rotate(90deg);
        left: 50%
    }
    .btn {
        padding: 16px 15px;
        font-size: 18px
    }
    .page-header__r .socials {
        display: none
    }
    .page-header__mob .socials {
        display: flex;
        margin: 0 20px 0 0
    }
    .page-header .socials__item {
        margin: 0 8px 0 0;
        width: 48px;
        height: 48px
    }
    .paging__wrap {
        font-size: 14px
    }
    .paging__list {
        margin: 0
    }
    .paging__link {
        padding: 4px;
        height: 36px;
        min-width: 36px
    }
    .paging__next,
    .paging__prev {
        height: 36px;
        padding: 4px 7px
    }
    .search-page {
        margin: 0 0 40px
    }
    .d__icon {
        width: 44px;
        min-width: 44px;
        height: 44px;
        border-radius: 10px
    }
    .directions__item .doctor__img {
        width: 65px;
        min-width: 65px;
        height: 65px;
    }
}

@media screen and (max-width:600px) {
    .page-footer__col:first-child,
    .page-footer__col:nth-child(2) {
        width: 100%;
    }
    .layout h1,
    .page-popup h1 {
        font-size: 34px;
        -webkit-hyphens: auto;
        hyphens: auto
    }
    .layout h2,
    .page-popup h2 {
        font-size: 28px
    }
    .layout h3,
    .page-popup h3 {
        font-size: 24px
    }
    .layout h4,
    .page-popup h4 {
        font-size: 20px
    }
    .layout ul,
    .page-popup ul {
        margin: 0 0 20px 10px
    }
    .layout ol ol li:before,
    .page-popup ol ol li:before {
        font-size: 16px;
        margin-right: 10px;
        min-width: 23px
    }
    .menu-mobile {
        width: calc(100% - 20px);
        right: -100%
    }
    .history__slider {
        margin: 0 -40px;
        padding: 0 40px
    }
    .page-top-form__title {
        font-size: 20px
    }
    .page-top-form__img {
        display: none
    }
    .price-btn {
        font-size: 16px
    }
    .p-close-btn {
        font-size: 20px
    }
    .page-popup {
        padding: 56px 25px 35px
    }
    .a-info-top,
    .history__info,
    .our__title,
    .what__item.m-color,
    .what__question,
    .what__subhead,
    .why__top {
        font-size: 18px
    }
    .about__clar {
        padding: 25px 20px;
        font-size: inherit
    }
    .page404-view {
        background-size: contain
    }
    .c-list__txt {
        font-size: 12px
    }
    .page-top__wrap {
        padding: 49px 40px 90px 40px
    }
    .page-top-form {
        margin-top: -50px
    }
    .page-top__view {
        font-size: 16px
    }
    .page-footer__top {
        font-size: 16px;
        margin-bottom: 16px
    }
    .page-footer__link {
        font-size: 14px
    }
    .copy {
        font-size: 12px
    }
    .d__item,
    .d__item.m-half,
    .directions__item,
    .directions__item.m-half {
        width: 100%;
        margin-bottom: 12px
    }
    .d__list,
    .directions__list {
        margin-bottom: -12px;
        padding-top: 0
    }
    .d__item.m-full .d__in,
    .directions__item.m-full .directions__in {
        flex-direction: column
    }
    .d__info,
    .directions__info {
        max-width: 100%;
        margin: 0 0 24px 0
    }
    .p-socials__link {
        font-size: 16px;
        padding: 5px 11px;
        margin: 0 8px 8px 0
    }
    .p-socials {
        margin-bottom: 12px
    }
    .page-popup .p-socials__icon {
        width: 25px;
        height: 25px;
        margin-right: 5px
    }
    .manager {
        margin-bottom: 24px
    }
    .page-header {
        margin: 0 0 20px 0
    }
    .breadcrumbs {
        margin: 20px 0
    }
    .contact-btn {
        padding: 10px 4px
    }
    .page-header .socials__item {
        width: 36px;
        height: 36px
    }
    .page-header__mob .socials {
        margin: 0 10px 0 0
    }
    .paging {
        padding: 24px 0 0
    }
    .paging__prev:before {
        width: 14px;
        height: 14px;
        margin: -1px 3px 0 0
    }
    .paging__next:after {
        width: 14px;
        height: 14px;
        margin: 1px 0 0 3px
    }
    .i-top__subhead {
        font-size: 24px
    }
    .search-page form {
        gap: 20px 0;
        flex-direction: column
    }
    .search-page .page-header-search:before {
        top: 10px;
        transform: unset
    }
    .doctor__view {
        flex-direction: column
    }
    .about.m-form .about__in {
        padding-bottom: 65px
    }
    .doctor__img {
        margin: 0 0 24px 0;
        width: 100%
    }
    .accordeon__link {
        font-size: 16px;
        padding: 20px 48px 20px 20px
    }
    .accordeon__link:before {
        content: "";
        right: 10px;
        top: 15px
    }
    .accordeon__info__item {
        padding: 0 20px 20px
    }
    .page-toggle__view {
        font-size: 14px;
    }
    .page-header-lang__item{
        padding: 7px;
    }
}
/* End */


/* Start:/local/templates/onco/css/custom.css?1775728375793*/
.video_wrap {
  display: flex;
  justify-content: center; 
  align-items: center;
}

.video_wrap video {
  max-width: 100%;  
  height: auto;    
  display: block;
  margin: 0 auto;   
}

.direction_item_detail { 
  cursor: pointer;
}

.title-search-result {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, .08);
  z-index: 4;
  padding: 16px;
  font-size: 16px;
  width: 100%;

}

body div.title-search-result { 
  border: 0px;
  margin-top: 10px;
}

section.page-default { 
  margin: 0 0 80px 0;
  padding: 0px;
}

.d__icon { 
  margin-left: auto;
}

.directions__in.bottom-btns { 
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.directions__in.bottom-btns .btn {
  justify-self: start;
}
/* End */


/* Start:/local/templates/onco/components/bitrix/search.title/main/style.min.css?17757283751827*/
div.title-search-result{border:1px solid #c6c6c6;display:none;overflow:hidden;z-index:205}table.title-search-result{border-collapse:collapse;border:none;width:10%}table.title-search-result th{background-color:#f7f7f7;border-right:1px solid #e8e8e8;color:#949494;font-weight:400;padding:2px 12px 2px 14px;text-align:right;vertical-align:top;white-space:nowrap;width:1%}table.title-search-result td{background-color:#fff;color:#000;font-weight:400;padding-top:2px;padding-bottom:2px;text-align:left;white-space:nowrap}table.title-search-result td.title-search-item{padding-left:8px;padding-right:15px}table.title-search-result td.title-search-item a{padding-left:4px;padding-right:15px;text-decoration:none;color:#000;vertical-align:top;display:block}table.title-search-result td.title-search-item img{vertical-align:top}table.title-search-result td.title-search-item b{color:#cf0000;font-weight:400}table.title-search-result tr.title-search-selected a,table.title-search-result tr.title-search-selected td,table.title-search-result tr.title-search-selected td.title-search-more a{background-color:#fff2be}table.title-search-result td.title-search-more{font-size:11px;font-weight:400;padding-right:15px;padding-left:24px;padding-top:0}table.title-search-result td.title-search-more a{padding-left:12px;padding-right:15px;text-decoration:none;color:#999}table.title-search-result td.title-search-all{padding-left:24px;padding-right:15px}table.title-search-result td.title-search-all a{padding-left:4px;text-decoration:none;color:grey}table.title-search-result td.title-search-separator,table.title-search-result th.title-search-separator{padding-top:0;padding-bottom:0;font-size:4px}div.title-search-fader{display:none;background-image:url(/local/templates/onco/components/bitrix/search.title/main/images/fader.png);background-position:100% 0;background-repeat:repeat-y;position:absolute}
/* End */


/* Start:/local/modules/redslash.translatorjs/assets/css/styles.min.css?17757283751069*/
.skiptranslate {display: none !important;}.goog-text-highlight, font > font {background-color: transparent !important;box-shadow: none !important;box-sizing: inherit;}.translatorjs_langs {background: #ddd;border-radius: 0 5px 5px 0;display: flex;flex-direction: column;left: -12px;line-height: 24px;max-width: 32px;padding: 5px;position: fixed;text-align: center;text-transform: uppercase;top: 50%;transform: translateY(-50%);transition: all 0.5s ease;-moz-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;z-index: 999999;}.translatorjs_langs:hover {left: 0;}.translatorjs_lang_item {cursor: pointer;margin-bottom: 5px;max-width: 30px;opacity: .5;}.translatorjs_lang_item:last-of-type {margin-bottom: 0;}.translatorjs_lang_item:hover, .translatorjs_lang_active {opacity: 1;}.translatorjs_info {background: #ddd;border-radius: 5px 5px 0 0;bottom: 0;font-family: sans-serif;font-size: 16px;padding: 8px 0;position: fixed;text-align: center;transition: all 0.5s ease;-moz-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;width: 100%;z-index: 999999;}
/* End */
/* /local/templates/onco/assets/css/main.css?1775728375233145 */
/* /local/templates/onco/css/custom.css?1775728375793 */
/* /local/templates/onco/components/bitrix/search.title/main/style.min.css?17757283751827 */
/* /local/modules/redslash.translatorjs/assets/css/styles.min.css?17757283751069 */
