

/* Start:/local/templates/gm/template_styles.css?1674846601347783*/
@charset "UTF-8";
@font-face {
    font-family: 'Ubuntu';
    src: url('/local/templates/gm/fonts/Ubuntu-Light.woff2');
    font-style: normal;
    font-weight: 200
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/local/templates/gm/fonts/Ubuntu-Regular.woff2');
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/local/templates/gm/fonts/Ubuntu-Medium.woff2');
    font-style: normal;
    font-weight: 500
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/local/templates/gm/fonts/Ubuntu-Bold.woff2');
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: 'UbuntuCn';
    src: url('/local/templates/gm/fonts/UbuntuCondensed-Regular.woff2');
    font-style: normal;
    font-weight: 400
}
/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(360deg)
    }
}

:root {
    --blue: #16398e;
    --blue-darken: #112c6d;
    --blue-darkest: #0f2762;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #16398e;
    --secondary: #16b1de;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*, ::after, ::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: "Ubuntu", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

address, hr {
    margin-bottom: 1rem
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 1rem;
    border: 0;
    border-top: 1px solid rgba(2, 12, 34, .1)
}

dl, h1, h2, h3, h4, h5, h6, ol, p, ul {
    margin-top: 0
}

dl, ol, p, ul {
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    font-style: normal;
    line-height: inherit
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote, figure {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b, strong {
    font-weight: bolder
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #16398e;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0c1e4c;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code, kbd, pre, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

samp {
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
    display: block;
    font-size: 87.5%;
    color: #212529
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.h1, h1 {
    font-size: 2.5rem
}

.h2, h2 {
    font-size: 2rem
}

.h3, h3 {
    font-size: 1.75rem
}

.h4, h4 {
    font-size: 1.5rem
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

.display-1, .lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    line-height: 1.2
}

.display-2, .display-3, .display-4 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3, .display-4 {
    font-size: 4.5rem
}

.display-4 {
    font-size: 3.5rem
}

.small, small {
    font-size: 80%;
    font-weight: 400
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014 \00A0"
}

.img-fluid, .img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code, kbd {
    font-size: 87.5%
}

code {
    word-break: break-word;
    color: #e83e8c
}

a > code, pre code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre code {
    font-size: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 610px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 611px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1310px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.card > hr, .no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-auto {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-1-5, .col-lg, .col-lg-1, .col-lg-1-5, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-1-5, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-1-5, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-1-5, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6
}

.table .table {
    background-color: #fff
}

.table-sm td, .table-sm th {
    padding: .3rem
}

.table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th, .table-dark.table-bordered {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(2, 12, 34, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(2, 12, 34, .075)
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #bec8df
}

.table-hover .table-primary:hover, .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
    background-color: #adbad7
}

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #bee9f6
}

.table-hover .table-secondary:hover, .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
    background-color: #a8e1f3
}

.table-success, .table-success > td, .table-success > th {
    background-color: #c3e6cb
}

.table-hover .table-success:hover, .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #b1dfbb
}

.table-info, .table-info > td, .table-info > th {
    background-color: #bee5eb
}

.table-hover .table-info:hover, .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #abdde5
}

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #ffeeba
}

.table-hover .table-warning:hover, .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #ffe8a1
}

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover, .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #f1b0b7
}

.table-light, .table-light > td, .table-light > th {
    background-color: #fdfdfe
}

.table-hover .table-light:hover, .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
    background-color: #ececf6
}

.table-dark > td, .table-dark > th {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover, .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
    background-color: #b9bbbe
}

.table-active, .table-active > td, .table-active > th {
    background-color: rgba(2, 12, 34, .075)
}

.table-hover .table-active:hover, .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(1, 4, 10, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #212529
}

.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #32383e
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, .075)
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-sm > .table-bordered {
        border: 0
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-md > .table-bordered {
        border: 0
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-lg > .table-bordered {
        border: 0
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-xl > .table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive > .table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    padding: .8rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c7ccd9;
    border-radius: 6px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #4270e2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(22, 57, 142, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:not([size]):not([multiple]) {
    height: calc(3.1rem + 2px)
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.8rem + 1px);
    padding-bottom: calc(.8rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .8rem;
    padding-bottom: .8rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm, .input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .input-group-append > .form-control-plaintext.btn, .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .input-group-append > .form-control-plaintext.btn, .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-prepend > .form-control-plaintext.btn, .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px)
}

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px)
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row > .col, .form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled ~ .form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40, 167, 69, .8);
    border-radius: .2rem
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    border-color: #28a745
}

.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
    display: block
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
    background-color: #71dd8a
}

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    background-color: #34ce57
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid ~ .custom-file-label::before, .was-validated .custom-file-input:valid ~ .custom-file-label::before {
    border-color: inherit
}

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, .8);
    border-radius: .2rem
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #dc3545
}

.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
    display: block
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    background-color: #efa2a9
}

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid ~ .custom-file-label::before, .was-validated .custom-file-input:invalid ~ .custom-file-label::before {
    border-color: inherit
}

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check, input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

@media (min-width: 576px) {
    .form-inline .form-group, .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline label {
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .form-group {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select, .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .8rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 50px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
}

.btn:focus, .btn:hover {
    text-decoration: none
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(22, 57, 142, .25)
}

.btn.disabled, .btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
    background-image: none
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #16398e;
    border-color: #16398e
}

.btn-primary:hover {
    color: #fff;
    background-color: #112c6d;
    border-color: #0f2762
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(22, 57, 142, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #16398e;
    border-color: #16398e
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0f2762;
    border-color: #0d2357
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(22, 57, 142, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #16b1de;
    border-color: #16b1de
}

.btn-secondary:hover {
    color: #fff;
    background-color: #1395bb;
    border-color: #118cb0
}

.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(22, 177, 222, .5)
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #16b1de;
    border-color: #16b1de
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #118cb0;
    border-color: #1083a4
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(22, 177, 222, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus, .btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus, .btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus, .btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus, .btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus, .btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus, .btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-primary {
    color: #16398e;
    background-color: transparent;
    background-image: none;
    border-color: #16398e
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #16398e;
    border-color: #16398e
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(22, 57, 142, .5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #16398e;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #16398e;
    border-color: #16398e
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(22, 57, 142, .5)
}

.btn-outline-secondary {
    color: #16b1de;
    background-color: transparent;
    background-image: none;
    border-color: #16b1de
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #16b1de;
    border-color: #16b1de
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(22, 177, 222, .5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #16b1de;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #16b1de;
    border-color: #16b1de
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(22, 177, 222, .5)
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus, .btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus, .btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link, .btn-link:hover {
    background-color: transparent
}

.btn-link {
    font-weight: 400;
    color: #16398e
}

.btn-link:hover {
    color: #0c1e4c;
    text-decoration: underline;
    border-color: transparent
}

.btn-link.focus, .btn-link:focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none
}

.btn-link.disabled, .btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: .5rem
}

.fade {
    transition: opacity .15s linear
}

@media screen and (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after, .dropleft .dropdown-toggle:empty::after, .dropright .dropdown-toggle:empty::after, .dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(2, 12, 34, .15);
    border-radius: .25rem
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropright .dropdown-toggle::after, .dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent;
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #16398e
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
    z-index: 1
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
    z-index: 1
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px
}

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical .btn, .btn-group-vertical .btn-group {
    width: 100%
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
}

.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group > .custom-file:focus, .input-group > .custom-select:focus, .input-group > .form-control:focus {
    z-index: 3
}

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control {
    margin-left: -1px
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after, .input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group > .custom-file {
    -ms-flex-align: center;
    align-items: center
}

.input-group-append, .input-group-prepend, .input-group > .custom-file {
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append, .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .8rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #c7ccd9;
    border-radius: 6px
}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
    margin-top: 0
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #16398e
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(22, 57, 142, .25)
}

.custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #6e92e9
}

.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0
}

.custom-control-label::after, .custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

.custom-control-label::before {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6
}

.custom-control-label::after {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #16398e
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #16398e
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(22, 57, 142, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(22, 57, 142, .5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #16398e
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(22, 57, 142, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(3.1rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #c7ccd9;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #4270e2;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(2, 12, 34, .075), 0 0 5px rgba(66, 112, 226, .5)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-lg, .custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    font-size: 125%
}

.custom-file, .custom-file-input {
    position: relative;
    width: 100%;
    height: calc(3.1rem + 2px)
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #4270e2;
    box-shadow: 0 0 0 .2rem rgba(22, 57, 142, .25)
}

.custom-file-input:focus ~ .custom-file-label::after {
    border-color: #4270e2
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"
}

.custom-file-input:lang(ru) ~ .custom-file-label::after {
    content: "Обзор"
}

.custom-file-label, .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .8rem .75rem;
    line-height: 1.5;
    color: #495057
}

.custom-file-label {
    left: 0;
    height: calc(3.1rem + 2px);
    border: 1px solid #c7ccd9;
    z-index: 1;
    background-color: #fff;
    border-radius: 6px
}

.custom-file-label::after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: 3.1rem;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #c7ccd9;
    border-radius: 0 6px 6px 0
}

.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #16398e;
    border: 0;
    border-radius: 1rem;
    -webkit-appearance: none;
    appearance: none
}

.custom-range::-webkit-slider-thumb:focus {
    outline: 0;
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(22, 57, 142, .25)
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #6e92e9
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #16398e;
    border: 0;
    border-radius: 1rem;
    -moz-appearance: none;
    appearance: none
}

.custom-range::-moz-range-thumb:focus {
    outline: 0;
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(22, 57, 142, .25)
}

.custom-range::-moz-range-thumb:active {
    background-color: #6e92e9
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #16398e;
    border: 0;
    border-radius: 1rem;
    appearance: none
}

.custom-range::-ms-thumb:focus {
    outline: 0;
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(22, 57, 142, .25)
}

.custom-range::-ms-thumb:active {
    background-color: #6e92e9
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #16398e
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar, .navbar > .container, .navbar > .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 50px
}

.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(2, 12, 34, .9)
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
    color: rgba(2, 12, 34, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(2, 12, 34, .5)
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(2, 12, 34, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(2, 12, 34, .3)
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-text a {
    color: rgba(2, 12, 34, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(2, 12, 34, .5);
    border-color: rgba(2, 12, 34, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(2, 12, 34, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(2, 12, 34, .5)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(2, 12, 34, .125);
    border-radius: .25rem
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(2, 12, 34, .03);
    border-bottom: 1px solid rgba(2, 12, 34, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(2, 12, 34, .03);
    border-top: 1px solid rgba(2, 12, 34, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills, .card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group > .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group > .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0
    }

    .card-group > .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
        border-top-right-radius: 0
    }

    .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group > .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
        border-top-left-radius: 0
    }

    .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }

    .card-group > .card:only-child {
        border-radius: .25rem
    }

    .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .card-group > .card:not(:first-child):not(:last-child):not(:only-child), .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.breadcrumb, .pagination {
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    border-radius: .25rem
}

.breadcrumb {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    background-color: #e9ecef
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    padding-left: 0
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #16398e;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0c1e4c;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(22, 57, 142, .25)
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #16398e;
    border-color: #16398e
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #16398e
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0f2762
}

.badge-secondary {
    color: #fff;
    background-color: #16b1de
}

.badge-secondary[href]:focus, .badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #118cb0
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

.badge-success[href]:focus, .badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

.badge-info[href]:focus, .badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

.badge-light[href]:focus, .badge-light[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

.badge-dark[href]:focus, .badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #0c235a;
    background-color: #d0d7e8;
    border-color: #bec8df
}

.alert-primary hr {
    border-top-color: #adbad7
}

.alert-primary .alert-link {
    color: #06122d
}

.alert-secondary {
    color: #0c6284;
    background-color: #d0eff8;
    border-color: #bee9f6
}

.alert-secondary hr {
    border-top-color: #a8e1f3
}

.alert-secondary .alert-link {
    color: #083f55
}

.alert-success {
    color: #165d34;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0c341d
}

.alert-info {
    color: #0d5a70;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #083542
}

.alert-warning {
    color: #866a14;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #5a470d
}

.alert-danger {
    color: #732134;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #4b1622
}

.alert-light {
    color: #828792;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #696e78
}

.alert-dark {
    color: #1c2432;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #0a0c11
}

.progress, .progress-bar {
    display: -ms-flexbox;
    display: flex
}

.progress {
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    border-radius: .25rem;
    background-color: #e9ecef
}

.progress-bar {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #16398e;
    transition: width .6s ease
}

@media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus, .list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(2, 12, 34, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item:focus, .list-group-item:hover {
    z-index: 1;
    text-decoration: none
}

.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #16398e;
    border-color: #16398e
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #0c235a;
    background-color: #bec8df
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
    color: #0c235a;
    background-color: #adbad7
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #0c235a;
    border-color: #0c235a
}

.list-group-item-secondary {
    color: #0c6284;
    background-color: #bee9f6
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
    color: #0c6284;
    background-color: #a8e1f3
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #0c6284;
    border-color: #0c6284
}

.list-group-item-success {
    color: #165d34;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
    color: #165d34;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #165d34;
    border-color: #165d34
}

.list-group-item-info {
    color: #0d5a70;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
    color: #0d5a70;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0d5a70;
    border-color: #0d5a70
}

.list-group-item-warning {
    color: #866a14;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
    color: #866a14;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #866a14;
    border-color: #866a14
}

.list-group-item-danger {
    color: #732134;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
    color: #732134;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #732134;
    border-color: #732134
}

.list-group-item-light {
    color: #828792;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
    color: #828792;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #828792;
    border-color: #828792
}

.list-group-item-dark {
    color: #1c2432;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
    color: #1c2432;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1c2432;
    border-color: #1c2432
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #020c22;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:focus, .close:hover {
    color: #020c22;
    text-decoration: none;
    opacity: .75
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal, .modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -25%)
}

@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: translate(0, 0)
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(2, 12, 34, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #020c22
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px
    }
}

.tooltip, .tooltip .arrow {
    position: absolute;
    display: block
}

.tooltip {
    z-index: 1070;
    margin: 0;
    font-family: "Ubuntu", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #020c22
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #020c22
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #020c22
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #020c22
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #020c22;
    border-radius: .25rem
}

.popover, .popover .arrow {
    position: absolute;
    display: block
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: "Ubuntu", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(2, 12, 34, .2);
    border-radius: .3rem
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after, .popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
    bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
    border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
    bottom: 0;
    border-top-color: rgba(2, 12, 34, .25)
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
    bottom: 1px;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
    border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
    left: 0;
    border-right-color: rgba(2, 12, 34, .25)
}

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
    left: 1px;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
    top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
    border-width: 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
    top: 0;
    border-bottom-color: rgba(2, 12, 34, .25)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
    top: 1px;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
    border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
    right: 0;
    border-left-color: rgba(2, 12, 34, .25)
}

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
    right: 1px;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel, .carousel-inner {
    position: relative
}

.carousel-inner {
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: transform .6s ease;
    backface-visibility: hidden;
    perspective: 1000px
}

@media screen and (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

.carousel-item-next, .carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    transform: translateX(0)
}

@supports (transform-style:preserve-3d) {
    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        transform: translate3d(0, 0, 0)
    }
}

.active.carousel-item-right, .carousel-item-next {
    transform: translateX(100%)
}

@supports (transform-style:preserve-3d) {
    .active.carousel-item-right, .carousel-item-next {
        transform: translate3d(100%, 0, 0)
    }
}

.active.carousel-item-left, .carousel-item-prev {
    transform: translateX(-100%)
}

@supports (transform-style:preserve-3d) {
    .active.carousel-item-left, .carousel-item-prev {
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
    opacity: 1
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    transform: translateX(0)
}

@supports (transform-style:preserve-3d) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
        transform: translate3d(0, 0, 0)
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::after, .carousel-indicators li::before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::before {
    top: -10px
}

.carousel-indicators li::after {
    bottom: -10px
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #16398e !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0f2762 !important
}

.bg-secondary {
    background-color: #16b1de !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #118cb0 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #16398e !important
}

.border-secondary {
    border-color: #16b1de !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-right, .rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom, .rounded-left {
    border-bottom-left-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    clear: both
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !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: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !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: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !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: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !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: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !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: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.clearfix::after, .embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-bottom, .fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-top {
    top: 0
}

.fixed-bottom {
    bottom: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(2, 12, 34, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(2, 12, 34, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(2, 12, 34, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #16398e !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #0f2762 !important
}

.text-secondary {
    color: #16b1de !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #118cb0 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus, a.text-success:hover {
    color: #1e7e34 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus, a.text-info:hover {
    color: #117a8b !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #d39e00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #bd2130 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #1d2124 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(2, 12, 34, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote, pre {
        border: 1px solid #adb5bd
    }

    thead {
        display: table-header-group
    }

    blockquote, img, pre, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container, body {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #020c22
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-slide, .swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-wrapper {
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -ms-flex-align: start;
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: 0;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet, .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube, .swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
    pointer-events: none;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: 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-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.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%;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@keyframes bounce {
    0%, 20%, 53%, 80%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }
    40%, 43% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes flash {
    0%, 50%, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@keyframes pulse {
    0%, to {
        transform: scaleX(1)
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

@keyframes rubberBand {
    0%, to {
        transform: scaleX(1)
    }
    30% {
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        transform: scale3d(1.05, .95, 1)
    }
}

@keyframes shake {
    0%, to {
        transform: translateZ(0)
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes headShake {
    0%, 50% {
        transform: translateX(0)
    }
    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }
    40% {
        transform: rotate(-10deg)
    }
    60% {
        transform: rotate(5deg)
    }
    80% {
        transform: rotate(-5deg)
    }
    to {
        transform: rotate(0deg)
    }
}

@keyframes tada {
    0%, to {
        transform: scaleX(1)
    }
    10%, 20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
}

@keyframes wobble {
    0%, to {
        transform: translateZ(0)
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
}

@keyframes jello {
    0%, 11.1%, to {
        transform: translateZ(0)
    }
    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        transform: skewX(.39062deg) skewY(.39062deg)
    }
    88.8% {
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes bounceInDown {
    0%, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }
    75% {
        transform: translate3d(0, -10px, 0)
    }
    90% {
        transform: translate3d(0, 5px, 0)
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }
    75% {
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        transform: translate3d(5px, 0, 0)
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes bounceInRight {
    0%, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        transform: translate3d(10px, 0, 0)
    }
    90% {
        transform: translate3d(-5px, 0, 0)
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    75% {
        transform: translate3d(0, 10px, 0)
    }
    90% {
        transform: translate3d(0, -5px, 0)
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }
    50%, 55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes flip {
    0% {
        transform: perspective(400px) rotateY(-1turn);
        animation-timing-function: ease-out
    }
    40% {
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        animation-timing-function: ease-out
    }
    50% {
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        animation-timing-function: ease-in
    }
    80% {
        transform: perspective(400px) scale3d(.95, .95, .95);
        animation-timing-function: ease-in
    }
    to {
        transform: perspective(400px);
        animation-timing-function: ease-in
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotateY(-20deg);
        animation-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        transform: perspective(400px)
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes lightSpeedIn {
    0% {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate(-200deg);
        opacity: 0
    }
    to {
        transform-origin: center;
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
    to {
        transform-origin: left bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        transform-origin: right bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        transform-origin: left bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
    to {
        transform-origin: right bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }
    to {
        transform-origin: center;
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        transform-origin: right bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }
    40%, 80% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }
    50% {
        transform: rotate(-10deg)
    }
    70% {
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes slideOutDown {
    0% {
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutLeft {
    0% {
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutRight {
    0% {
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutUp {
    0% {
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

.flash {
    animation-name: flash
}

.pulse {
    animation-name: pulse
}

.rubberBand {
    animation-name: rubberBand
}

.shake {
    animation-name: shake
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

.tada {
    animation-name: tada
}

.wobble {
    animation-name: wobble
}

.jello {
    animation-name: jello;
    transform-origin: center
}

.bounceIn {
    animation-duration: .75s;
    animation-name: bounceIn
}

.bounceInDown {
    animation-name: bounceInDown
}

.bounceInLeft {
    animation-name: bounceInLeft
}

.bounceInRight {
    animation-name: bounceInRight
}

.bounceInUp {
    animation-name: bounceInUp
}

.bounceOut {
    animation-duration: .75s;
    animation-name: bounceOut
}

.bounceOutDown {
    animation-name: bounceOutDown
}

.bounceOutLeft {
    animation-name: bounceOutLeft
}

.bounceOutRight {
    animation-name: bounceOutRight
}

.bounceOutUp {
    animation-name: bounceOutUp
}

.fadeIn {
    animation-name: fadeIn
}

.fadeInDown {
    animation-name: fadeInDown
}

.fadeInDownBig {
    animation-name: fadeInDownBig
}

.fadeInLeft {
    animation-name: fadeInLeft
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig
}

.fadeInRight {
    animation-name: fadeInRight
}

.fadeInRightBig {
    animation-name: fadeInRightBig
}

.fadeInUp {
    animation-name: fadeInUp
}

.fadeInUpBig {
    animation-name: fadeInUpBig
}

.fadeOut {
    animation-name: fadeOut
}

.fadeOutDown {
    animation-name: fadeOutDown
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig
}

.fadeOutLeft {
    animation-name: fadeOutLeft
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

.fadeOutRight {
    animation-name: fadeOutRight
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig
}

.fadeOutUp {
    animation-name: fadeOutUp
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig
}

.animated.flip {
    backface-visibility: visible;
    animation-name: flip
}

.flipInX, .flipInY, .flipOutX, .flipOutY {
    backface-visibility: visible !important;
    animation-name: flipInX
}

.flipInY, .flipOutX, .flipOutY {
    animation-name: flipInY
}

.flipOutX, .flipOutY {
    animation-duration: .75s;
    animation-name: flipOutX
}

.flipOutY {
    animation-name: flipOutY
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

.rotateIn {
    animation-name: rotateIn
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

.rotateOut {
    animation-name: rotateOut
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight
}

.hinge {
    animation-duration: 2s;
    animation-name: hinge
}

.jackInTheBox {
    animation-name: jackInTheBox
}

.rollIn {
    animation-name: rollIn
}

.rollOut {
    animation-name: rollOut
}

.zoomIn {
    animation-name: zoomIn
}

.zoomInDown {
    animation-name: zoomInDown
}

.zoomInLeft {
    animation-name: zoomInLeft
}

.zoomInRight {
    animation-name: zoomInRight
}

.zoomInUp {
    animation-name: zoomInUp
}

.zoomOut {
    animation-name: zoomOut
}

.zoomOutDown {
    animation-name: zoomOutDown
}

.zoomOutLeft {
    animation-name: zoomOutLeft
}

.zoomOutRight {
    animation-name: zoomOutRight
}

.zoomOutUp {
    animation-name: zoomOutUp
}

.slideInDown {
    animation-name: slideInDown
}

.slideInLeft {
    animation-name: slideInLeft
}

.slideInRight {
    animation-name: slideInRight
}

.slideInUp {
    animation-name: slideInUp
}

.slideOutDown {
    animation-name: slideOutDown
}

.slideOutLeft {
    animation-name: slideOutLeft
}

.slideOutRight {
    animation-name: slideOutRight
}

.slideOutUp {
    animation-name: slideOutUp
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
@keyframes a {
    0%, to {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes blink {
    0%, to {
        border-right-color: #000
    }
    50% {
        border-right-color: transparent
    }
}

@keyframes vjs-spinner-spin {
    to {
        transform: rotate(360deg)
    }
}

@keyframes vjs-spinner-fade {
    0%, 20%, 60%, to {
        border-top-color: #73859f
    }
    35% {
        border-top-color: #fff
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        transform: translateY(40px)
    }
    30%, 70% {
        opacity: 1;
        transform: translateY(0)
    }
    to {
        opacity: 0;
        transform: translateY(-40px)
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        transform: translateY(40px)
    }
    30% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes pulse {
    0%, 20% {
        transform: scale(1)
    }
    10% {
        transform: scale(1.1)
    }
}

.hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter, opacity, filter;
    transition-property: opacity, filter;
    transition-duration: 1s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger:hover {
    opacity: .7
}

.hamburger-box {
    width: 52px;
    height: 29px;
    display: inline-block;
    position: relative
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    width: 52px;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease;
    display: block
}

.hamburger-inner {
    top: 50%;
    margin-top: -1.5px
}

.hamburger-inner::after, .hamburger-inner::before {
    content: ""
}

.hamburger-inner::before {
    top: -13px
}

.hamburger-inner::after {
    bottom: -13px
}

.hamburger--3dx .hamburger-box {
    perspective: 104px
}

.hamburger--3dx .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dx .hamburger-inner::after, .hamburger--3dx .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after, .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after, .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after, .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after, .hamburger--3dy .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after, .hamburger--3dy-r .hamburger-inner::before {
    transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateY(180deg)
}

.hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 13px, 0) rotate(45deg)
}

.hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -13px, 0) rotate(-45deg)
}

.hamburger--3dx-r .hamburger-box {
    perspective: 104px
}

.hamburger--3dx-r .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dx-r.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateY(-180deg)
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 13px, 0) rotate(45deg)
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -13px, 0) rotate(-45deg)
}

.hamburger--3dy .hamburger-box {
    perspective: 104px
}

.hamburger--3dy .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dy.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateX(-180deg)
}

.hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 13px, 0) rotate(45deg)
}

.hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -13px, 0) rotate(-45deg)
}

.hamburger--3dy-r .hamburger-box {
    perspective: 104px
}

.hamburger--3dy-r .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dy-r.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateX(180deg)
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 13px, 0) rotate(45deg)
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -13px, 0) rotate(-45deg)
}

.hamburger--3dxy .hamburger-box {
    perspective: 104px
}

.hamburger--3dxy .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dxy.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateX(180deg) rotateY(180deg)
}

.hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 13px, 0) rotate(45deg)
}

.hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -13px, 0) rotate(-45deg)
}

.hamburger--3dxy-r .hamburger-box {
    perspective: 104px
}

.hamburger--3dxy-r .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dxy-r.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg)
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 13px, 0) rotate(45deg)
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -13px, 0) rotate(-45deg)
}

.hamburger--arrow.is-active .hamburger-inner::before {
    transform: translate3d(-10.4px, 0, 0) rotate(-45deg) scale(.7, 1)
}

.hamburger--arrow.is-active .hamburger-inner::after {
    transform: translate3d(-10.4px, 0, 0) rotate(45deg) scale(.7, 1)
}

.hamburger--arrow-r.is-active .hamburger-inner::before {
    transform: translate3d(10.4px, 0, 0) rotate(45deg) scale(.7, 1)
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
    transform: translate3d(10.4px, 0, 0) rotate(-45deg) scale(.7, 1)
}

.hamburger--arrowalt .hamburger-inner::before {
    transition: top .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt .hamburger-inner::after {
    transition: bottom .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
    top: 0;
    transform: translate3d(-10.4px, -13px, 0) rotate(-45deg) scale(.7, 1);
    transition: top .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22)
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
    bottom: 0;
    transform: translate3d(-10.4px, 13px, 0) rotate(45deg) scale(.7, 1);
    transition: bottom .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22)
}

.hamburger--arrowalt-r .hamburger-inner::before {
    transition: top .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r .hamburger-inner::after {
    transition: bottom .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
    top: 0;
    transform: translate3d(10.4px, -13px, 0) rotate(45deg) scale(.7, 1);
    transition: top .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22)
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: translate3d(10.4px, 13px, 0) rotate(-45deg) scale(.7, 1);
    transition: bottom .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22)
}

.hamburger--arrowturn-r.is-active .hamburger-inner, .hamburger--arrowturn.is-active .hamburger-inner {
    transform: rotate(-180deg)
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(.7, 1)
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(.7, 1)
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(.7, 1)
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(.7, 1)
}

.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::after, .hamburger--boring .hamburger-inner::before {
    transition-property: none
}

.hamburger--boring.is-active .hamburger-inner {
    transform: rotate(45deg)
}

.hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0
}

.hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg)
}

.hamburger--collapse .hamburger-inner, .hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: .13s;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse .hamburger-inner::after {
    top: -26px;
    transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear
}

.hamburger--collapse .hamburger-inner::before {
    transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse-r.is-active .hamburger-inner, .hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -13px, 0) rotate(-45deg);
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear
}

.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse-r .hamburger-inner::after {
    top: -26px;
    transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear
}

.hamburger--collapse-r .hamburger-inner::before {
    transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse-r.is-active .hamburger-inner {
    transform: translate3d(0, -13px, 0) rotate(45deg)
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--elastic .hamburger-inner, .hamburger--elastic-r .hamburger-inner {
    top: 1.5px;
    transition-duration: .275s;
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic .hamburger-inner::before {
    top: 13px;
    transition: opacity .125s .275s ease
}

.hamburger--elastic .hamburger-inner::after {
    top: 26px;
    transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic.is-active .hamburger-inner {
    transform: translate3d(0, 13px, 0) rotate(135deg);
    transition-delay: .075s
}

.hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0
}

.hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -26px, 0) rotate(-270deg);
    transition-delay: .075s
}

.hamburger--elastic-r .hamburger-inner::before {
    top: 13px;
    transition: opacity .125s .275s ease
}

.hamburger--elastic-r .hamburger-inner::after {
    top: 26px;
    transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic-r.is-active .hamburger-inner {
    transform: translate3d(0, 13px, 0) rotate(-135deg);
    transition-delay: .075s
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -26px, 0) rotate(270deg);
    transition-delay: .075s
}

.hamburger--emphatic, .hamburger--emphatic-r {
    overflow: hidden
}

.hamburger--emphatic .hamburger-inner, .hamburger--emphatic-r .hamburger-inner {
    transition: background-color .125s .175s ease-in
}

.hamburger--emphatic .hamburger-inner::before {
    left: 0;
    transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s .125s linear, left .125s .175s ease-in
}

.hamburger--emphatic .hamburger-inner::after {
    top: 13px;
    right: 0;
    transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s .125s linear, right .125s .175s ease-in
}

.hamburger--emphatic-r.is-active .hamburger-inner, .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent
}

.hamburger--emphatic.is-active .hamburger-inner::before {
    left: -104px;
    top: -104px;
    transform: translate3d(104px, 104px, 0) rotate(45deg);
    transition: left .125s ease-out, top .05s .125s linear, transform .125s .175s cubic-bezier(.075, .82, .165, 1)
}

.hamburger--emphatic.is-active .hamburger-inner::after {
    right: -104px;
    top: -104px;
    transform: translate3d(-104px, 104px, 0) rotate(-45deg);
    transition: right .125s ease-out, top .05s .125s linear, transform .125s .175s cubic-bezier(.075, .82, .165, 1)
}

.hamburger--emphatic-r .hamburger-inner::before {
    left: 0;
    transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s .125s linear, left .125s .175s ease-in
}

.hamburger--emphatic-r .hamburger-inner::after {
    top: 13px;
    right: 0;
    transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s .125s linear, right .125s .175s ease-in
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
    left: -104px;
    top: 104px;
    transform: translate3d(104px, -104px, 0) rotate(-45deg);
    transition: left .125s ease-out, top .05s .125s linear, transform .125s .175s cubic-bezier(.075, .82, .165, 1)
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
    right: -104px;
    top: 104px;
    transform: translate3d(-104px, -104px, 0) rotate(45deg);
    transition: right .125s ease-out, top .05s .125s linear, transform .125s .175s cubic-bezier(.075, .82, .165, 1)
}

.hamburger--minus .hamburger-inner::after, .hamburger--minus .hamburger-inner::before {
    transition: bottom .08s 0s ease-out, top .08s 0s ease-out, opacity 0s linear
}

.hamburger--minus.is-active .hamburger-inner::after, .hamburger--minus.is-active .hamburger-inner::before {
    opacity: 0;
    transition: bottom .08s ease-out, top .08s ease-out, opacity 0s .08s linear
}

.hamburger--minus.is-active .hamburger-inner::before {
    top: 0
}

.hamburger--minus.is-active .hamburger-inner::after {
    bottom: 0
}

.hamburger--slider .hamburger-inner, .hamburger--slider-r .hamburger-inner {
    top: 1.5px
}

.hamburger--slider .hamburger-inner::before {
    top: 13px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: .15s
}

.hamburger--slider .hamburger-inner::after {
    top: 26px
}

.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 13px, 0) rotate(45deg)
}

.hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-7.42857px, -10px, 0);
    opacity: 0
}

.hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -26px, 0) rotate(-90deg)
}

.hamburger--slider-r .hamburger-inner::before {
    top: 13px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: .15s
}

.hamburger--slider-r .hamburger-inner::after {
    top: 26px
}

.hamburger--slider-r.is-active .hamburger-inner {
    transform: translate3d(0, 13px, 0) rotate(-45deg)
}

.hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(7.42857px, -10px, 0);
    opacity: 0
}

.hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -26px, 0) rotate(90deg)
}

.hamburger--spin .hamburger-inner, .hamburger--spin-r .hamburger-inner {
    transition-duration: .22s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin .hamburger-inner::before {
    transition: top .1s .25s ease-in, opacity .1s ease-in
}

.hamburger--spin .hamburger-inner::after {
    transition: bottom .1s .25s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin-r.is-active .hamburger-inner, .hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top .1s ease-out, opacity .1s .12s ease-out
}

.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spin-r .hamburger-inner::before {
    transition: top .1s .25s ease-in, opacity .1s ease-in
}

.hamburger--spin-r .hamburger-inner::after {
    transition: bottom .1s .25s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin-r.is-active .hamburger-inner {
    transform: rotate(-225deg)
}

.hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top .1s ease-out, opacity .1s .12s ease-out
}

.hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spring .hamburger-inner {
    top: 1.5px;
    transition: background-color 0s .13s linear
}

.hamburger--spring .hamburger-inner::before {
    top: 13px;
    transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring .hamburger-inner::after {
    top: 26px;
    transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring.is-active .hamburger-inner {
    transition-delay: .22s;
    background-color: transparent
}

.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    transform: translate3d(0, 13px, 0) rotate(45deg)
}

.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1);
    transform: translate3d(0, 13px, 0) rotate(-45deg)
}

.hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: .13s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring-r .hamburger-inner::after {
    top: -26px;
    transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity 0s linear
}

.hamburger--spring-r .hamburger-inner::before {
    transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring-r.is-active .hamburger-inner {
    transform: translate3d(0, -13px, 0) rotate(-45deg);
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s .22s linear
}

.hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--stand .hamburger-inner, .hamburger--stand-r .hamburger-inner {
    transition: transform .075s .15s cubic-bezier(.55, .055, .675, .19), background-color 0s .075s linear
}

.hamburger--stand .hamburger-inner::before {
    transition: top .075s .075s ease-in, transform .075s 0s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand .hamburger-inner::after {
    transition: bottom .075s .075s ease-in, transform .075s 0s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand-r.is-active .hamburger-inner, .hamburger--stand.is-active .hamburger-inner {
    transform: rotate(90deg);
    background-color: transparent;
    transition: transform .075s 0s cubic-bezier(.215, .61, .355, 1), background-color 0s .15s linear
}

.hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top .075s .1s ease-out, transform .075s .15s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom .075s .1s ease-out, transform .075s .15s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--stand-r .hamburger-inner::before {
    transition: top .075s .075s ease-in, transform .075s 0s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand-r .hamburger-inner::after {
    transition: bottom .075s .075s ease-in, transform .075s 0s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand-r.is-active .hamburger-inner {
    transform: rotate(-90deg)
}

.hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top .075s .1s ease-out, transform .075s .15s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom .075s .1s ease-out, transform .075s .15s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--squeeze .hamburger-inner {
    transition-duration: .075s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze .hamburger-inner::before {
    transition: top .075s .12s ease, opacity .075s ease
}

.hamburger--squeeze .hamburger-inner::after {
    transition: bottom .075s .12s ease, transform .075s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top .075s ease, opacity .075s .12s ease
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom .075s ease, transform .075s .12s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--vortex .hamburger-inner, .hamburger--vortex-r .hamburger-inner {
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex .hamburger-inner::after, .hamburger--vortex .hamburger-inner::before {
    transition-duration: 0s;
    transition-delay: .1s;
    transition-timing-function: linear
}

.hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity
}

.hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform
}

.hamburger--vortex-r.is-active .hamburger-inner, .hamburger--vortex.is-active .hamburger-inner {
    transform: rotate(765deg);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex.is-active .hamburger-inner::after, .hamburger--vortex.is-active .hamburger-inner::before {
    transition-delay: 0s
}

.hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0
}

.hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg)
}

.hamburger--vortex-r .hamburger-inner::after, .hamburger--vortex-r .hamburger-inner::before {
    transition-duration: 0s;
    transition-delay: .1s;
    transition-timing-function: linear
}

.hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity
}

.hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform
}

.hamburger--vortex-r.is-active .hamburger-inner {
    transform: rotate(-765deg)
}

.hamburger--vortex-r.is-active .hamburger-inner::after, .hamburger--vortex-r.is-active .hamburger-inner::before {
    transition-delay: 0s
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg)
}

.ekko-lightbox {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 0 !important
}

.ekko-lightbox-container {
    position: relative
}

.ekko-lightbox-container > div.ekko-lightbox-item {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%
}

.ekko-lightbox iframe {
    width: 100%;
    height: 100%
}

.ekko-lightbox-nav-overlay {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex
}

.ekko-lightbox-nav-overlay a {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    transition: opacity .5s;
    color: #fff;
    font-size: 30px;
    z-index: 1
}

.ekko-lightbox-nav-overlay a > * {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.ekko-lightbox-nav-overlay a > :focus {
    outline: 0
}

.ekko-lightbox-nav-overlay a span {
    padding: 0 30px
}

.ekko-lightbox-nav-overlay a:last-child span {
    text-align: right
}

.ekko-lightbox-nav-overlay a:hover {
    text-decoration: none
}

.ekko-lightbox-nav-overlay a:focus, div.im-colormask > input:focus {
    outline: 0
}

.ekko-lightbox-nav-overlay a.disabled {
    cursor: default;
    visibility: hidden
}

.ekko-lightbox a:hover {
    opacity: 1;
    text-decoration: none
}

.ekko-lightbox .modal-dialog {
    display: none
}

.ekko-lightbox .modal-footer {
    text-align: left
}

.ekko-lightbox-loader {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.ekko-lightbox-loader > div {
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center
}

.ekko-lightbox-loader > div > div {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    animation: a 2s infinite ease-in-out
}

.ekko-lightbox-loader > div > div:last-child {
    animation-delay: -1s
}

.modal-dialog .ekko-lightbox-loader > div > div {
    background-color: #333
}

div.im-colormask {
    display: inline-block;
    border-style: inset;
    border-width: 2px;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

div.im-colormask > input {
    position: absolute;
    display: inline-block;
    background-color: transparent;
    color: transparent;
    -webkit-appearance: caret;
    -moz-appearance: caret;
    appearance: caret;
    border-style: none;
    left: 0
}

div.im-colormask > div {
    color: #000;
    display: inline-block;
    width: 100px
}

span.im-caret {
    animation: 1s blink step-end infinite
}

span.im-static {
    color: gray
}

div.im-colormask > input::selection {
    background: 0 0
}

div.im-colormask > input::-moz-selection {
    background: 0 0
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .vjs-modal-dialog .vjs-modal-dialog-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before {
    text-align: center
}

@font-face {
    font-family: VideoJS;
    src: url(/local/templates/gm/font/VideoJS.eot?#iefix) format("eot")
}

@font-face {
    font-family: VideoJS;
    src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAA54AAoAAAAAFmgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAA9AAAAD4AAABWUZFeBWNtYXAAAAE0AAAAOgAAAUriMBC2Z2x5ZgAAAXAAAAouAAAPUFvx6AdoZWFkAAALoAAAACsAAAA2DIPpX2hoZWEAAAvMAAAAGAAAACQOogcgaG10eAAAC+QAAAAPAAAAfNkAAABsb2NhAAAL9AAAAEAAAABAMMg06m1heHAAAAw0AAAAHwAAACABMAB5bmFtZQAADFQAAAElAAACCtXH9aBwb3N0AAANfAAAAPwAAAGBZkSN43icY2BkZ2CcwMDKwMFSyPKMgYHhF4RmjmEIZzzHwMDEwMrMgBUEpLmmMDh8ZPwoxw7iLmSHCDOCCADvEAo+AAB4nGNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYGD7K/f8PUvCREUTzM0DVAwEjG8OIBwCPdwbVAAB4nI1Xe1CU1xX/zv1eLItLln0JwrIfC7sJGET2hRJ2N1GUoBJE8AESQEEhmBHjaB7UuBMTO4GMaSu7aY3RNlOdRPNqO2pqRmuTaSZtR6JJILUZk00a/4imjpmiecB303O/XUgMJOPufvd+99xzzz33nN855y4HHH7EfrGfIxwHRiANvF/sH71I9BzHszmpW+rGOQOXxXE6YhI4PoMT8zkT4cDFuf1cwMrZJI5cglM0HKVv0MaUFDgIFfg9mJJCG+kbKn1JkqBOVaFOkuhLpARq8fu0Nnc9/zdvfY9PxXW4PdH0C6N+PCejhorxFjAqRjgFRXSINEARbBGsoxcFK7IJmr4OycFJnInL59zIXwxui80fkGRbEHyosMWaATJKUfCskmwJQsAWANkmnIGOhlf514h7U8HNIv3owoHB0WMt0Eb3sx0guLi5pq/8Ny1q6969fKR9X9GBV6dPv6dp04K99SOwtmyPl47ApRa6n4ZpP1yjr5fn7MmYP/vXLUJs715UguklHBaHOZHZmG1N9FAIW2mf0MqWCIdo/8RZ1yGfxKUldDcGIbFA7ICO+vqOMSPTh/ZrSqgHi/bB/O8E8Mnzp+M+acxfpsTShBwej26TiGxBn7m4eEIO+Rueu6Hj+IFBnh88cAEUEQ//nVLx5C7kf+yIR47QEe+eMlhz9SqsGbe3hh2R03NGzoY6O42Kz8l7fB6fAk6LYnTyFo/FYyT6GGyNx2Jx2sdH4rA1Fo/HyCXaFyOp8dhYBCfJb2NIn1ImE6CYNGmgSTb52DawJR6jfXEmDU4xyTEmpgHHOIStoxfjSGdkbsK2w2jbdMQG4sgAstEONgURYCwGHhEhhscioQaAhhCf7McifEQc0l6+mxj9nI+gmSdiQ0Zbm7gZnIO7GSMEXG6UDAVocxAV8GcEXCKg1a02RcTtwANWRGIAyElor6n/+ZU2yOB3+T77Hb1MLqhn4KHVnQBjJnqe9QZSon6Kc5DxAD2vMdPL/BXSmQGwspa67z9wLUjdi9TN7QC7lyyBr9rpt7uXVC1CMpyjKRoXnGPHTuiaPLsNdc2dbAFQLAooPkXEh33FodHl4XpC6sPCIa0ftUIhHSYXVSu5iME+DIXsbZJ51BeidCgajcai43jU9nVzoSn2dPqcFvSoxSzJzgRKAx47WMRxOrIj3Wf0+hndxhJTiOkSEqxar3b3RKM9hY64oxBA64ieURLvCfpkDb8siBdUJ1bgT+urJ5PGfewQrmm5R5+0HmfyIPySD7OYkT0WxRePah8oEiyjlxIP74thVoRTURpmL6QhGuWS+QDjdANXjIM8SQa/1w128ODx0Qp4aLMNg9+JL3joUn8AMxW+aLNiuKjarn4uyyTdXjOzZTsh21uwldUvJoYza+zELALfu3p1L8/3krtyZ0Ag058J3hxHghvbGZn0dHZy6Mim/7Blre4lpHd1c28yVqRViO153F2oIWoXCIKbL4Z0cM1iaQn9mI5KuV2SzEvWXJDMNtkANpMdQoDDhIdD4A/YrP6Aye9ysxyE+uOEAcTDorgvVZJjcua043PnZ/PmdDqcbibZlXOOT8uSo7Kof0YUn9GL+Jo17ficymxiTofC6znUso0DhAxs1Fo+kF+d36vLmgZ8mk5cdGv2mwYj5k3Dm9m3LhJ1aVRNm6HrTbLgYAoWXDhDd/u4PGy5CT+xGMdiaBovewUCF/1BiWNljI9MLn7jeScpg+WyH6mfU62eVDql7hsrmvx1ezp/YldE2LhjbkiDnAn8tGy/MW3IXRMYJduvq9HpmIcKuFt+JCtgdGEGKAcF6UacVwIYbVPGfw/+YuNBS4cx/CUHcnyfc+wRDMtTr72mMSBjT/yn/GKSdeDWQUCH6Xoqq5R10RE60gV6erUL0iCti16d0hZjxut4QI/rEpgSh6WjnJXdBXRg1GKCucGJPtFqM27aD1tOqqKonsQ2KsFSSmEpmvRlsR+TcD9OFwrqXxIclL4sJTnGMSuG8KpkZvKdeVIOKDyWSyPLV16/p1QMPbP8NihwUzr47bdnXtwtjdCvqqpO0H+pOvIl3Pzv46e5CT/tQjklXCXXym1AaWY7bzHLkuDMc7ldKCvgxzLn8wYkJLBhEDyK7MT8bTbwbkxbfp+3mKAGsmTBpabSIEECzMIcQlzOPAMKsxMs7uhsnxPLuofPDTc1hkuq6MX9j16YU7CqegcYHbmWYuvAP6tCS97tgWf7dlQvnl25YPavXLVZvrzQPeHCpZmzzEUVq/xzu5sChnSTPTW7oOYmh69z4zL/gk3b+O6hoa733uviP82vnFcbqWlc9tDmZa23LVzaV1yXURi+JX+28NeBuj3+O8IrQ080Vm1eWB4OKjPmrJu7c1udWynvKF6/vs479lSW9+5gZkn+dKfellNGDPllzeULustz+A0bPvhgw7lkvEUwn/N4Ty7U7nhGsEpFkOfy+kutbOh1JQxhVDJumoW11hnkPThznh6FFlhfT+ra1x9sF56kx5YuDzVY9PQYAYA7iblw4frQ4TPCk2MK/xGU3rlmze62trHz6lsko+v+So/do74PT8KVkpJfOErKcv8znrMGsHTNxoEkWy1mYgDB6XBbPaWsuiS6CryGaL6zCjaXBgvtkuyXBua1wOKnh+k7L9AvPnYWffxK18FcJbuosGf3/Jo7amY+CE1vppzY+UTrva0FXc1i55pKQ/YjVL187N5fCn1kW5uot/1hi+DiZ+5atnJR9E+prvydJ9ZZ5mwOpU5gM4KYysMBQ71UzPuMTl9QQOyUo5nwioeYCPjFklrbK6s6X+ypUZ6rum9+CZYzWRiBJfSP0xzzSmrg7f86g0DKVj/wwFzieD9rRfPGFbeKMl05pn5j9/rsQJJ2iEgRrpohlyBo3f4QK7Kl+EcAYZgAoNVmZWXK704YAa3FwBxgSGUOs5htvGRz4Sgj3yFkSJFBuv/sxu5yk998T8WDJzvv/2RX19HtTUW1S+wpKRKRjJ6zzz/1/OPdFdWGlAKbvzS4PHOtURikg9AGz0LbIB85S/cPOpoXvuue8/iV2H1vPTy3ddvOeZ37HGmO3OmSzVzR+NS53+84dHlFhXPLqtzSO+5ruHM2vXtBdxP87LOzKAD359j/INYIbyPabIi3Cq6Wa+SaGe78diIzu7qcblcAa6/fJRvNopXFJnO+U9KKM5bqH5LM0iQSVmpPCPDu7ZT4Aoubz3709EBTyrTDjyx8MQXgUH1nqm7TWng4TzE4i4AsKskBITXfSyC4Fkl5MxnJDiKSIDSJAsGvd1y+/eNDp2e+A+5d8HeiiunrTkT6TqWLIs+/QRoWr98s0qj8uuzLuS22Ytufg3rdTaHn1m46sfgGKHXt0MGnLaRHdnwN37tvHcWKo2V6lnPxL4UvUQcRdOzmZSQs8X5CH5OxXMXpkATuDz8Et0SH4uyCRR+TjmBDP1GvsVrWEGVzEj33YVQ9jAtIKpqsl/s/0xrocwAAeJxjYGRgYADig3cEzsTz23xl4GZnAIHLRucNkWl2BrA4BwMTiAIAF4IITwB4nGNgZGBgZwCChWASxGZkQAXyABOUANh4nGNnYGBgHyAMADa8ANoAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqHicY2BkYGCQZ8hlYGcAASYg5gJCBob/YD4DABbVAaoAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2P2XLCMAxFfYFspGUp3Te+IB9lHJF4cOzUS2n/voaEGR6qB+lKo+WITdhga/a/bRnDBFPMkCBFhhwF5ihxg1sssMQKa9xhg3s84BFPeMYLXvGGd3zgE9tZr/hveXKVkFYoSnoeHJXfRoWOqi54mo9ameNFdrK+dLSyaVf7oJQTlkhXpD3Z5XXhR/rUfQVuKXO91Jps4cLOS6/I5YL3XhodRRsVWZe4NnZOhWnSAWgxhMoEr6SmzZieF43Mk7ZOBdeCVGrp9Eu+54J2xhySplfB5XHwQLXUmT9KH6+kPnQ7ZYuIEzNyfs1DLU1VU4SWZ6LkXGHsD1ZKbMw=) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMlGRXgUAAAEoAAAAVmNtYXDiMBC2AAAB/AAAAUpnbHlmW/HoBwAAA4gAAA9QaGVhZAyD6V8AAADQAAAANmhoZWEOogcgAAAArAAAACRobXR42QAAAAAAAYAAAAB8bG9jYTDINOoAAANIAAAAQG1heHABMAB5AAABCAAAACBuYW1l1cf1oAAAEtgAAAIKcG9zdGZEjeMAABTkAAABgQABAAAHAAAAAKEHAAAAAAAHAAABAAAAAAAAAAAAAAAAAAAAHwABAAAAAQAAwdxheF8PPPUACwcAAAAAANMyzzEAAAAA0zLPMQAAAAAHAAcAAAAACAACAAAAAAAAAAEAAAAfAG0ABwAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQcAAZAABQAIBHEE5gAAAPoEcQTmAAADXABXAc4AAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA8QHxHgcAAAAAoQcAAAAAAAABAAAAAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAAAAAMAAAADAAAAHAABAAAAAABEAAMAAQAAABwABAAoAAAABgAEAAEAAgAA8R7//wAAAADxAf//AAAPAAABAAAAAAAAAAABBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqAABAAAAAAWLBYsAAgAAAREBAlUDNgWL++oCCwAAAwAAAAAGawZrAAIADgAaAAAJAhMEAAMSAAUkABMCAAEmACc2ADcWABcGAALrAcD+QJX+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgIwAVABUAGbCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAAAAgAAAAAFQAWLAAMABwAAASERKQERIREBwAEr/tUCVQErAXUEFvvqBBYAAAAEAAAAAAYgBiAABgATACQAJwAAAS4BJxUXNjcGBxc+ATUmACcVFhIBBwEhESEBEQEGBxU+ATcXNwEHFwTQAWVVuAO7AidxJSgF/t/lpc77t18BYf6fASsBdQE+TF1OijuZX/1gnJwDgGSeK6W4GBhqW3FGnFT0AWM4mjT+9AHrX/6f/kD+iwH2/sI7HZoSRDGYXwSWnJwAAAEAAAAABKsF1gAFAAABESEBEQECCwEqAXb+igRg/kD+iwSq/osAAAACAAAAAAVmBdYABgAMAAABLgEnET4BAREhAREBBWUBZVRUZfwRASsBdf6LA4Bkniv9piueAUT+QP6LBKr+iwAAAwAAAAAGIAYPAAUADAAaAAATESEBEQEFLgEnET4BAxUWEhcGAgcVNgA3JgDgASsBdf6LAsUBZVVVZbqlzgMDzqXlASEFBf7fBGD+QP6LBKr+i+Bkniv9piueAvOaNP70tbX+9DSaOAFi9fUBYgAAAAQAAAAABYsFiwAFAAsAEQAXAAABIxEhNSMDMzUzNSEBIxUhESMDFTMVMxECC5YBduCWluD+igOA4AF2luDglgLr/oqWAgrglvyAlgF2AqCW4AF2AAQAAAAABYsFiwAFAAsAEQAXAAABMxUzESETIxUhESMBMzUzNSETNSMRITUBdeCW/org4AF2lgHAluD+ipaWAXYCVeABdgHAlgF2++rglgHA4P6KlgAAAAACAAAAAAXWBdYADwATAAABIQ4BBxEeARchPgE3ES4BAyERIQVA/IA/VQEBVT8DgD9VAQFVP/yAA4AF1QFVP/yAP1UBAVU/A4A/VfvsA4AAAAYAAAAABmsGawAHAAwAEwAbACAAKAAACQEmJw4BBwElLgEnAQUhATYSNyYFAQYCBxYXIQUeARcBMwEWFz4BNwECvgFkTlSH8GEBEgOONemh/u4C5f3QAXpcaAEB/BP+3VxoAQEOAjD95DXpoQESeP7dTlSH8GH+7gPwAmgSAQFYUP4nd6X2Pv4nS/1zZAEBk01NAfhk/v+TTUhLpfY+Adn+CBIBAVhQAdkAAAAFAAAAAAZrBdYADwATABcAGwAfAAABIQ4BBxEeARchPgE3ES4BASEVIQEhNSEFITUhNSE1IQXV+1ZAVAICVEAEqkBUAgJU+xYBKv7WAur9FgLqAcD+1gEq/RYC6gXVAVU//IA/VQEBVT8DgD9V/ayV/tWVlZWWlQADAAAAAAYgBdYADwAnAD8AAAEhDgEHER4BFyE+ATcRLgEBIzUjFTM1MxUUBgcjLgEnET4BNzMeARUFIzUjFTM1MxUOAQcjLgE1ETQ2NzMeARcFi/vqP1QCAlQ/BBY/VAICVP1rcJWVcCog4CAqAQEqIOAgKgILcJWVcAEqIOAgKiog4CAqAQXVAVU//IA/VQEBVT8DgD9V/fcl4CVKICoBASogASogKgEBKiBKJeAlSiAqAQEqIAEqICoBASogAAAGAAAAAAYgBPYAAwAHAAsADwATABcAABMzNSMRMzUjETM1IwEhNSERITUhERUhNeCVlZWVlZUBKwQV++sEFfvrBBUDNZb+QJUBwJX+QJb+QJUCVZWVAAAAAQAAAAAGIAZsAC4AAAEiBgcBNjQnAR4BMz4BNy4BJw4BBxQXAS4BIw4BBx4BFzI2NwEGBx4BFz4BNy4BBUArSh797AcHAg8eTixffwICf19ffwIH/fEeTixffwICf18sTh4CFAUBA3tcXHsDA3sCTx8bATcZNhkBNB0gAn9fX38CAn9fGxn+zRwgAn9fX38CIBz+yhcaXHsCAntcXXsAAAIAAAAABlkGawBDAE8AAAE2NCc3PgEnAy4BDwEmLwEuASchDgEPAQYHJyYGBwMGFh8BBhQXBw4BFxMeAT8BFh8BHgEXIT4BPwE2NxcWNjcTNiYnBS4BJz4BNx4BFw4BBasFBZ4KBgeWBxkNujpEHAMUD/7WDxQCHEU5ug0aB5UHBQudBQWdCwUHlQcaDbo5RRwCFA8BKg8UAhxFOboNGgeVBwUL/ThvlAIClG9vlAIClAM3JEokewkaDQEDDAkFSy0cxg4RAQERDsYcLUsFCQz+/QwbCXskSiR7CRoN/v0MCQVLLRzGDhEBAREOxhwtSwUJDAEDDBsJQQKUb2+UAgKUb2+UAAAAAAEAAAAABmsGawALAAATEgAFJAATAgAlBACVCAGmAT0BPQGmCAj+Wv7D/sP+WgOA/sP+WggIAaYBPQE9AaYICP5aAAAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAASYAJzYANxYAFwYAA4D+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgZrCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAADAAAAAAZrBmsACwAXACMAAAEEAAMSAAUkABMCAAEmACc2ADcWABcGAAMOAQcuASc+ATceAQOA/sP+WggIAaYBPQE9AaYICP5a/sP9/q4GBgFS/f0BUgYG/q4dAn9fX38CAn9fX38Gawj+Wv7D/sP+WggIAaYBPQE9Aab6yAYBUv39AVIGBv6u/f3+rgJPX38CAn9fX38CAn8AAAAEAAAAAAYgBiAADwAbACUAKQAAASEOAQcRHgEXIT4BNxEuAQEjNSMVIxEzFTM1OwEhHgEXEQ4BByE3MzUjBYv76j9UAgJUPwQWP1QCAlT9a3CVcHCVcJYBKiAqAQEqIP7WcJWVBiACVD/76j9UAgJUPwQWP1T8gpWVAcC7uwEqIP7WICoBcOAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAEwcJAScJATcJARcBA4D+w/5aCAgBpgE9AT0BpggI/lo4af70/vRpAQv+9WkBDAEMaf71BmsI/lr+w/7D/loICAGmAT0BPQGm/BFpAQv+9WkBDAEMaf71AQtp/vQAAQAAAAAF1ga2ABYAAAERCQERHgEXDgEHLgEnIxYAFzYANyYAA4D+iwF1vv0FBf2+vv0FlQYBUf7+AVEGBv6vBYsBKv6L/osBKgT9v779BQX9vv7+rwYGAVH+/gFRAAAAAQAAAAAFPwcAABQAAAERIyIGHQEhAyMRIREjETM1NDYzMgU/nVY8ASUn/v7O///QrZMG9P74SEi9/tj9CQL3ASjaus0AAAAABAAAAAAGjgcAADAARQBgAGwAAAEUHgMVFAcGBCMiJicmNTQ2NzYlLgE1NDcGIyImNTQ2Nz4BMyEHIx4BFRQOAycyNjc2NTQuAiMiBgcGFRQeAxMyPgI1NC4BLwEmLwImIyIOAxUUHgIBMxUjFSM1IzUzNTMDH0BbWkAwSP7qn4TlOSVZSoMBESAfFS4WlMtIP03TcAGiioNKTDFFRjGSJlAaNSI/akAqURkvFCs9WTY6a1s3Dg8THgocJU4QIDVob1M2RnF9A2vV1WnU1GkD5CRFQ1CATlpTenNTYDxHUYouUhIqQCkkMQTBlFKaNkJAWD+MWkhzRztAPiEbOWY6hn1SJyE7ZS5nZ1I0/JcaNF4+GTAkGCMLFx04Ag4kOF07Rms7HQNsbNvbbNkAAwAAAAAGgAZsAAMADgAqAAABESERARYGKwEiJjQ2MhYBESERNCYjIgYHBhURIRIQLwEhFSM+AzMyFgHd/rYBXwFnVAJSZGemZASP/rdRVj9VFQv+twIBAQFJAhQqR2c/q9AEj/whA98BMkliYpNhYfzd/cgCEml3RTMeM/3XAY8B8DAwkCAwOB/jAAABAAAAAAaUBgAAMQAAAQYHFhUUAg4BBCMgJxYzMjcuAScWMzI3LgE9ARYXLgE1NDcWBBcmNTQ2MzIXNjcGBzYGlENfAUyb1v7SrP7x4SMr4bBpph8hHCsqcJNETkJOLHkBW8YIvYaMYG1gJWldBWhiRQ4cgv797rdtkQSKAn1hBQsXsXUEJgMsjlNYS5WzCiYkhr1mFTlzPwoAAAABAAAAAAWABwAAIgAAARcOAQcGLgM1ESM1PgQ3PgE7AREhFSERFB4CNzYFMFAXsFlorXBOIahIckQwFAUBBwT0AU3+sg0gQzBOAc/tIz4BAjhceHg6AiDXGlddb1ctBQf+WPz9+h40NR4BAgABAAAAAAaABoAASgAAARQCBCMiJzY/AR4BMzI+ATU0LgEjIg4DFRQWFxY/ATY3NicmNTQ2MzIWFRQGIyImNz4CNTQmIyIGFRQXAwYXJgI1NBIkIAQSBoDO/p/Rb2s7EzYUaj15vmh34o5ptn9bK1BNHggIBgIGETPRqZepiWs9Sg4IJRc2Mj5WGWMRBM7+zgFhAaIBYc4DgNH+n84gXUfTJzmJ8JZyyH46YH2GQ2ieIAwgHxgGFxQ9WpfZpIOq7lc9I3VZHzJCclVJMf5eRmtbAXzp0QFhzs7+nwAABwAAAAAHAATPAA4AFwAqAD0AUABaAF0AAAERNh4CBw4BBwYmIycmNxY2NzYmBxEUBRY2Nz4BNy4BJyMGHwEeARcOARcWNjc+ATcuAScjBh8BHgEXFAYXFjY3PgE3LgEnIwYfAR4BFw4BBTM/ARUzESMGAyUVJwMchM2UWwgNq4JHrQgBAapUaAoJcWMBfiIhDiMrAQJLMB0BBAokNAIBPmMiIQ4iLAECSzAeAQUKJDQBP2MiIQ4iLAECSzAeAQUKJDQBAT75g+5B4arNLNIBJ44ByQL9BQ9mvYCKwA8FBQMDwwJVTGdzBf6VB8IHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvVJkAWUDDEf+tYP5AQAAAAEAAAAABiAGtgAbAAABBAADER4BFzMRITU2ADcWABcVIREzPgE3EQIAA4D+4v6FBwJ/X+D+1QYBJ97eAScG/tXgX38CB/6FBrUH/oX+4v32X38CAlWV3gEnBgb+2d6V/asCf18CCgEeAXsAAAAAEADGAAEAAAAAAAEABwAAAAEAAAAAAAIABwAHAAEAAAAAAAMABwAOAAEAAAAAAAQABwAVAAEAAAAAAAUACwAcAAEAAAAAAAYABwAnAAEAAAAAAAoAKwAuAAEAAAAAAAsAEwBZAAMAAQQJAAEADgBsAAMAAQQJAAIADgB6AAMAAQQJAAMADgCIAAMAAQQJAAQADgCWAAMAAQQJAAUAFgCkAAMAAQQJAAYADgC6AAMAAQQJAAoAVgDIAAMAAQQJAAsAJgEeVmlkZW9KU1JlZ3VsYXJWaWRlb0pTVmlkZW9KU1ZlcnNpb24gMS4wVmlkZW9KU0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAFYAaQBkAGUAbwBKAFMAUgBlAGcAdQBsAGEAcgBWAGkAZABlAG8ASgBTAFYAaQBkAGUAbwBKAFMAVgBlAHIAcwBpAG8AbgAgADEALgAwAFYAaQBkAGUAbwBKAFMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAABAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwAAAAAA) format("truetype");
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder, .video-js .vjs-mute-control .vjs-icon-placeholder, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder, .video-js .vjs-play-control .vjs-icon-placeholder, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder, .vjs-icon-fullscreen-enter, .vjs-icon-fullscreen-exit, .vjs-icon-pause, .vjs-icon-play, .vjs-icon-play-circle, .vjs-icon-spinner, .vjs-icon-square, .vjs-icon-volume-high, .vjs-icon-volume-low, .vjs-icon-volume-mid, .vjs-icon-volume-mute {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .vjs-icon-play:before {
    content: "\f101"
}

.vjs-icon-play-circle:before {
    content: "\f102"
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before, .vjs-icon-pause:before {
    content: "\f103"
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before, .vjs-icon-volume-mute:before {
    content: "\f104"
}

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before, .vjs-icon-volume-low:before {
    content: "\f105"
}

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before, .vjs-icon-volume-mid:before {
    content: "\f106"
}

.video-js .vjs-mute-control .vjs-icon-placeholder:before, .vjs-icon-volume-high:before {
    content: "\f107"
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before, .vjs-icon-fullscreen-enter:before {
    content: "\f108"
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before, .vjs-icon-fullscreen-exit:before {
    content: "\f109"
}

.vjs-icon-square:before {
    content: "\f10a"
}

.vjs-icon-spinner:before {
    content: "\f10b"
}

.video-js .vjs-captions-button .vjs-icon-placeholder, .video-js .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder, .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .vjs-icon-captions, .vjs-icon-subtitles {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .vjs-icon-subtitles:before {
    content: "\f10c"
}

.video-js .vjs-captions-button .vjs-icon-placeholder:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .vjs-icon-captions:before {
    content: "\f10d"
}

.video-js, .video-js .vjs-audio-button .vjs-icon-placeholder, .video-js .vjs-chapters-button .vjs-icon-placeholder, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder, .video-js .vjs-descriptions-button .vjs-icon-placeholder, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder, .video-js .vjs-play-progress, .video-js .vjs-volume-level, .vjs-icon-audio, .vjs-icon-audio-description, .vjs-icon-cancel, .vjs-icon-chapters, .vjs-icon-circle, .vjs-icon-circle-inner-circle, .vjs-icon-circle-outline, .vjs-icon-cog, .vjs-icon-facebook, .vjs-icon-gplus, .vjs-icon-hd, .vjs-icon-linkedin, .vjs-icon-pinterest, .vjs-icon-replay, .vjs-icon-share, .vjs-icon-tumblr, .vjs-icon-twitter {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.video-js .vjs-chapters-button .vjs-icon-placeholder:before, .vjs-icon-chapters:before {
    content: "\f10e"
}

.vjs-icon-share:before {
    content: "\f10f"
}

.vjs-icon-cog:before {
    content: "\f110"
}

.video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before, .vjs-icon-circle:before {
    content: "\f111"
}

.vjs-icon-circle-outline:before {
    content: "\f112"
}

.vjs-icon-circle-inner-circle:before {
    content: "\f113"
}

.vjs-icon-hd:before {
    content: "\f114"
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before, .vjs-icon-cancel:before {
    content: "\f115"
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before, .vjs-icon-replay:before {
    content: "\f116"
}

.vjs-icon-facebook:before {
    content: "\f117"
}

.vjs-icon-gplus:before {
    content: "\f118"
}

.vjs-icon-linkedin:before {
    content: "\f119"
}

.vjs-icon-twitter:before {
    content: "\f11a"
}

.vjs-icon-tumblr:before {
    content: "\f11b"
}

.vjs-icon-pinterest:before {
    content: "\f11c"
}

.video-js .vjs-descriptions-button .vjs-icon-placeholder:before, .vjs-icon-audio-description:before {
    content: "\f11d"
}

.video-js .vjs-audio-button .vjs-icon-placeholder:before, .vjs-icon-audio:before {
    content: "\f11e"
}

.video-js {
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif
}

.video-js:-moz-full-screen {
    position: absolute
}

.video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important
}

.video-js[tabindex="-1"] {
    outline: 0
}

.video-js *, .video-js :after, .video-js :before {
    box-sizing: inherit
}

.video-js ul {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    list-style-position: outside;
    margin: 0
}

.video-js.vjs-16-9, .video-js.vjs-4-3, .video-js.vjs-fluid {
    width: 100%;
    max-width: 100%;
    height: 0
}

.video-js.vjs-16-9 {
    padding-top: 56.25%
}

.video-js.vjs-4-3 {
    padding-top: 75%
}

.video-js .vjs-tech, .video-js.vjs-fill {
    width: 100%;
    height: 100%
}

.video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0
}

body.vjs-full-window {
    padding: 0;
    margin: 0;
    height: 100%;
    overflow-y: auto
}

.vjs-full-window .video-js.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.video-js.vjs-fullscreen {
    width: 100% !important;
    height: 100% !important;
    padding-top: 0 !important
}

.video-js.vjs-fullscreen.vjs-user-inactive {
    cursor: none
}

.vjs-hidden {
    display: none !important
}

.vjs-disabled {
    opacity: .5;
    cursor: default
}

.video-js .vjs-offscreen {
    height: 1px;
    left: -9999px;
    position: absolute;
    top: 0;
    width: 1px
}

.vjs-lock-showing {
    display: block !important;
    opacity: 1;
    visibility: visible
}

.vjs-no-js {
    padding: 20px;
    color: #fff;
    background-color: #000;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    width: 300px;
    height: 150px;
    margin: 0 auto
}

.vjs-no-js a, .vjs-no-js a:visited {
    color: #66a8cc
}

.video-js .vjs-big-play-button {
    font-size: 3em;
    line-height: 1.5em;
    height: 1.5em;
    width: 3em;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    border: .06666em solid #fff;
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .7);
    border-radius: .3em;
    transition: all .4s
}

.vjs-big-play-centered .vjs-big-play-button {
    top: 50%;
    left: 50%;
    margin-top: -.75em;
    margin-left: -1.5em
}

.video-js .vjs-big-play-button:focus, .video-js:hover .vjs-big-play-button {
    border-color: #fff;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, .5);
    transition: all 0s
}

.vjs-controls-disabled .vjs-big-play-button, .vjs-error .vjs-big-play-button, .vjs-has-started .vjs-big-play-button, .vjs-using-native-controls .vjs-big-play-button, .vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
    display: none
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
    display: block
}

.video-js button {
    background: 0 0;
    border: 0;
    color: inherit;
    display: inline-block;
    overflow: visible;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    text-decoration: none;
    transition: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.vjs-control .vjs-button {
    width: 100%;
    height: 100%
}

.video-js .vjs-control.vjs-close-button {
    cursor: pointer;
    height: 3em;
    position: absolute;
    right: 0;
    top: .5em;
    z-index: 2
}

.video-js .vjs-modal-dialog {
    background: rgba(0, 0, 0, .8);
    background: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(255, 255, 255, 0));
    overflow: auto;
    box-sizing: content-box
}

.video-js .vjs-modal-dialog > * {
    box-sizing: border-box
}

.vjs-modal-dialog .vjs-modal-dialog-content {
    font-size: 1.2em;
    line-height: 1.5;
    padding: 20px 24px;
    z-index: 1
}

.vjs-menu-button {
    cursor: pointer
}

.vjs-menu-button.vjs-disabled {
    cursor: default
}

.vjs-menu .vjs-menu-content {
    display: block;
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    overflow: auto;
    box-sizing: content-box
}

.vjs-menu .vjs-menu-content > * {
    box-sizing: border-box
}

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
    display: none
}

.vjs-menu li {
    list-style: none;
    margin: 0;
    padding: .2em 0;
    line-height: 1.4em;
    font-size: 1.2em;
    text-align: center;
    text-transform: lowercase
}

.vjs-menu li.vjs-menu-item:focus, .vjs-menu li.vjs-menu-item:hover {
    background-color: #73859f;
    background-color: rgba(115, 133, 159, .5)
}

.vjs-menu li.vjs-selected, .vjs-menu li.vjs-selected:focus, .vjs-menu li.vjs-selected:hover {
    background-color: #fff;
    color: #2b333f
}

.vjs-menu li.vjs-menu-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 2em;
    padding: 0;
    margin: 0 0 .3em;
    font-weight: 700;
    cursor: default
}

.vjs-menu-button-popup .vjs-menu {
    display: none;
    position: absolute;
    bottom: 0;
    width: 10em;
    left: -3em;
    height: 0;
    margin-bottom: 1.5em;
    border-top-color: rgba(43, 51, 63, .7)
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .7);
    position: absolute;
    width: 100%;
    bottom: 1.5em;
    max-height: 15em
}

.vjs-menu-button-popup .vjs-menu.vjs-lock-showing, .vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu {
    display: block
}

.video-js .vjs-menu-button-inline {
    transition: all .4s;
    overflow: hidden
}

.video-js .vjs-menu-button-inline:before {
    width: 2.222222222em
}

.video-js .vjs-menu-button-inline.vjs-slider-active, .video-js .vjs-menu-button-inline:focus, .video-js .vjs-menu-button-inline:hover, .video-js.vjs-no-flex .vjs-menu-button-inline {
    width: 12em
}

.vjs-menu-button-inline .vjs-menu {
    opacity: 0;
    height: 100%;
    width: auto;
    position: absolute;
    left: 4em;
    top: 0;
    padding: 0;
    margin: 0;
    transition: all .4s
}

.vjs-menu-button-inline.vjs-slider-active .vjs-menu, .vjs-menu-button-inline:focus .vjs-menu, .vjs-menu-button-inline:hover .vjs-menu {
    display: block;
    opacity: 1
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
    display: block;
    opacity: 1;
    position: relative;
    width: auto
}

.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu, .vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu, .vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu {
    width: auto
}

.vjs-menu-button-inline .vjs-menu-content {
    width: auto;
    height: 100%;
    margin: 0;
    overflow: hidden
}

.video-js .vjs-control-bar {
    display: none;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3em;
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .7)
}

.vjs-has-started .vjs-control-bar {
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    opacity: 1;
    transition: visibility .1s, opacity .1s
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: visible;
    opacity: 0;
    transition: visibility 1s, opacity 1s
}

.vjs-controls-disabled .vjs-control-bar, .vjs-error .vjs-control-bar, .vjs-using-native-controls .vjs-control-bar {
    display: none !important
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 1;
    visibility: visible
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
    display: table
}

.video-js .vjs-control {
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 4em;
    -ms-flex: none;
    flex: none
}

.vjs-button > .vjs-icon-placeholder:before {
    font-size: 1.8em;
    line-height: 1.67
}

.video-js .vjs-control:focus, .video-js .vjs-control:focus:before, .video-js .vjs-control:hover:before {
    text-shadow: 0 0 1em #fff
}

.video-js .vjs-control-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.vjs-no-flex .vjs-control {
    display: table-cell;
    vertical-align: middle
}

.video-js .vjs-custom-control-spacer {
    display: none
}

.video-js .vjs-progress-control {
    cursor: pointer;
    -ms-flex: auto;
    flex: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-width: 4em
}

.video-js .vjs-progress-control.disabled {
    cursor: default
}

.vjs-live .vjs-progress-control {
    display: none
}

.vjs-no-flex .vjs-progress-control {
    width: auto
}

.video-js .vjs-progress-holder {
    -ms-flex: auto;
    flex: auto;
    transition: all .2s;
    height: .3em
}

.video-js .vjs-progress-control .vjs-progress-holder {
    margin: 0 10px
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
    font-size: 1.666666666666666666em
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip, .video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
    font-size: 1em
}

.video-js .vjs-progress-holder .vjs-load-progress, .video-js .vjs-progress-holder .vjs-load-progress div, .video-js .vjs-progress-holder .vjs-play-progress {
    position: absolute;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 0;
    left: 0;
    top: 0
}

.video-js .vjs-play-progress {
    background-color: #fff
}

.video-js .vjs-play-progress:before {
    font-size: .9em;
    position: absolute;
    right: -.5em;
    top: -.333333333333333em;
    z-index: 1
}

.video-js .vjs-load-progress {
    background: #bfc7d3;
    background: rgba(115, 133, 159, .5)
}

.video-js .vjs-load-progress div {
    background: #fff;
    background: rgba(115, 133, 159, .75)
}

.video-js .vjs-time-tooltip {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .8);
    border-radius: .3em;
    color: #000;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    padding: 6px 8px 8px;
    pointer-events: none;
    position: relative;
    top: -3.4em;
    visibility: hidden;
    z-index: 1
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
    display: none
}

.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip, .video-js .vjs-progress-control:hover .vjs-time-tooltip {
    display: block;
    font-size: .6em;
    visibility: visible
}

.video-js .vjs-progress-control .vjs-mouse-display {
    display: none;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #000;
    z-index: 1
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
    z-index: 0
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
    display: block
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
    visibility: hidden;
    opacity: 0;
    transition: visibility 1s, opacity 1s
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
    display: none
}

.vjs-mouse-display .vjs-time-tooltip {
    color: #fff;
    background-color: #000;
    background-color: rgba(0, 0, 0, .8)
}

.video-js .vjs-slider {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0 .45em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, .5)
}

.video-js .vjs-slider.disabled {
    cursor: default
}

.video-js .vjs-slider:focus {
    text-shadow: 0 0 1em #fff;
    box-shadow: 0 0 1em #fff
}

.video-js .vjs-mute-control {
    cursor: pointer;
    -ms-flex: none;
    flex: none;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 3em
}

.video-js .vjs-volume-control {
    cursor: pointer;
    margin-right: 1em;
    display: -ms-flexbox;
    display: flex
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
    width: 5em
}

.video-js .vjs-volume-panel .vjs-volume-control {
    visibility: visible;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin-left: -1px
}

.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical, .vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar, .vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical .vjs-volume-level {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.video-js .vjs-volume-panel {
    transition: width 1s;
    display: -ms-flexbox;
    display: flex
}

.video-js .vjs-volume-panel .vjs-mute-control:active ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-mute-control:focus ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel .vjs-volume-control:focus, .video-js .vjs-volume-panel .vjs-volume-control:hover, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control, .video-js .vjs-volume-panel:hover .vjs-volume-control {
    visibility: visible;
    opacity: 1;
    position: relative;
    transition: visibility .1s, opacity .1s, height .1s, width .1s, left 0s, top 0s
}

.video-js .vjs-volume-panel .vjs-mute-control:active ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-mute-control:focus ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:focus.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal {
    width: 5em;
    height: 3em
}

.video-js .vjs-volume-panel .vjs-mute-control:active ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-mute-control:active ~ .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar, .video-js .vjs-volume-panel .vjs-mute-control:active ~ .vjs-volume-control.vjs-volume-vertical .vjs-volume-level, .video-js .vjs-volume-panel .vjs-mute-control:focus ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-mute-control:focus ~ .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar, .video-js .vjs-volume-panel .vjs-mute-control:focus ~ .vjs-volume-control.vjs-volume-vertical .vjs-volume-level, .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar, .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical .vjs-volume-level, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical .vjs-volume-bar, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical .vjs-volume-level, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical .vjs-volume-bar, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical .vjs-volume-level, .video-js .vjs-volume-panel .vjs-volume-control:focus.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:focus.vjs-volume-vertical .vjs-volume-bar, .video-js .vjs-volume-panel .vjs-volume-control:focus.vjs-volume-vertical .vjs-volume-level, .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical .vjs-volume-bar, .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical .vjs-volume-level, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical .vjs-volume-level, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical .vjs-volume-level, .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar, .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical .vjs-volume-level {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:focus, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover {
    width: 9em;
    transition: width .1s
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
    height: 8em;
    width: 3em;
    left: -3.5em;
    transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
    transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
    width: 5em;
    height: 3em;
    visibility: visible;
    opacity: 1;
    position: relative;
    transition: none
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical, .video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
    position: absolute;
    bottom: 3em;
    left: .5em
}

.video-js .vjs-volume-bar {
    margin: 1.35em .45em
}

.vjs-volume-bar.vjs-slider-horizontal {
    width: 5em;
    height: .3em
}

.vjs-volume-bar.vjs-slider-vertical {
    width: .3em;
    height: 5em;
    margin: 1.35em auto
}

.video-js .vjs-volume-level {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff
}

.video-js .vjs-volume-level:before {
    position: absolute;
    font-size: .9em
}

.vjs-slider-vertical .vjs-volume-level {
    width: .3em
}

.vjs-slider-vertical .vjs-volume-level:before {
    top: -.5em;
    left: -.3em
}

.vjs-slider-horizontal .vjs-volume-level {
    height: .3em
}

.vjs-slider-horizontal .vjs-volume-level:before {
    top: -.3em;
    right: -.5em
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
    width: 4em
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
    height: 100%
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
    width: 100%
}

.video-js .vjs-volume-vertical {
    width: 3em;
    height: 8em;
    bottom: 8em;
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .7)
}

.video-js .vjs-volume-horizontal .vjs-menu {
    left: -2em
}

.vjs-poster, .vjs-poster img {
    vertical-align: middle;
    padding: 0
}

.vjs-poster {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-color: #000;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    display: inline-block;
    margin: 0
}

.vjs-poster img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    width: 100%
}

.vjs-has-started .vjs-poster, .vjs-using-native-controls .vjs-poster {
    display: none
}

.vjs-audio.vjs-has-started .vjs-poster {
    display: block
}

.video-js .vjs-live-control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -ms-flex: auto;
    flex: auto;
    font-size: 1em;
    line-height: 3em
}

.vjs-no-flex .vjs-live-control {
    display: table-cell;
    width: auto;
    text-align: left
}

.video-js .vjs-time-control {
    -ms-flex: none;
    flex: none;
    font-size: 1em;
    line-height: 3em;
    min-width: 2em;
    width: auto;
    padding-left: 1em;
    padding-right: 1em
}

.video-js .vjs-current-time, .video-js .vjs-duration, .vjs-live .vjs-time-control, .vjs-live .vjs-time-divider, .vjs-no-flex .vjs-current-time, .vjs-no-flex .vjs-duration {
    display: none
}

.vjs-no-flex .vjs-remaining-time.vjs-time-control.vjs-control {
    width: 0 !important;
    white-space: nowrap
}

.vjs-time-divider {
    display: none;
    line-height: 3em
}

.video-js .vjs-play-control .vjs-icon-placeholder {
    cursor: pointer;
    -ms-flex: none;
    flex: none
}

.vjs-text-track-display {
    position: absolute;
    bottom: 3em;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
    bottom: 1em
}

.video-js .vjs-text-track {
    font-size: 1.4em;
    text-align: center;
    margin-bottom: .1em;
    background-color: #000;
    background-color: rgba(0, 0, 0, .5)
}

.vjs-subtitles {
    color: #fff
}

.vjs-captions {
    color: #fc6
}

.vjs-tt-cue {
    display: block
}

video::-webkit-media-text-track-display {
    transform: translateY(-3em)
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
    transform: translateY(-1.5em)
}

.video-js .vjs-fullscreen-control {
    cursor: pointer;
    -ms-flex: none;
    flex: none
}

.vjs-playback-rate .vjs-playback-rate-value, .vjs-playback-rate > .vjs-menu-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.vjs-playback-rate .vjs-playback-rate-value {
    pointer-events: none;
    font-size: 1.5em;
    line-height: 2;
    text-align: center
}

.vjs-playback-rate .vjs-menu {
    width: 4em;
    left: 0
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
    font-size: 1.4em;
    text-align: center
}

.vjs-error .vjs-error-display:before {
    color: #fff;
    content: 'X';
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4em;
    left: 0;
    line-height: 1;
    margin-top: -.5em;
    position: absolute;
    text-shadow: .05em .05em .1em #000;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    width: 100%
}

.vjs-loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .85;
    text-align: left;
    border: 6px solid rgba(43, 51, 63, .7);
    box-sizing: border-box;
    background-clip: padding-box;
    width: 50px;
    height: 50px;
    border-radius: 25px
}

.dropzone .dz-preview .dz-image img, .vjs-seeking .vjs-loading-spinner, .vjs-waiting .vjs-loading-spinner {
    display: block
}

.vjs-loading-spinner:after, .vjs-loading-spinner:before {
    content: "";
    position: absolute;
    margin: -6px;
    box-sizing: inherit;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    opacity: 1;
    border: inherit;
    border-color: #fff transparent transparent
}

.vjs-seeking .vjs-loading-spinner:after, .vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:before {
    animation: vjs-spinner-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite, vjs-spinner-fade 1.1s linear infinite
}

.vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:before {
    border-top-color: #fff
}

.vjs-seeking .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:after {
    border-top-color: #fff;
    animation-delay: .44s
}

.vjs-chapters-button .vjs-menu ul {
    width: 24em
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
    position: absolute
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
    font-family: VideoJS;
    content: "\f10d";
    font-size: 1.5em;
    line-height: inherit
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
    -ms-flex: auto;
    flex: auto
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
    width: auto
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control {
    display: none
}

.vjs-modal-dialog.vjs-text-track-settings {
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .75);
    color: #fff;
    height: 70%
}

.vjs-text-track-settings .vjs-modal-dialog-content {
    display: table
}

.vjs-text-track-settings .vjs-track-settings-colors, .vjs-text-track-settings .vjs-track-settings-controls, .vjs-text-track-settings .vjs-track-settings-font {
    display: table-cell
}

.vjs-text-track-settings .vjs-track-settings-controls {
    text-align: right;
    vertical-align: bottom
}

.vjs-text-track-settings fieldset {
    margin: 5px;
    padding: 3px;
    border: 0
}

.vjs-text-track-settings fieldset span {
    display: inline-block;
    margin-left: 5px
}

.vjs-text-track-settings legend {
    color: #fff;
    margin: 0 0 5px
}

.vjs-text-track-settings .vjs-label {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    display: block;
    margin: 0 0 5px;
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.vjs-track-settings-controls button:active, .vjs-track-settings-controls button:focus {
    outline-style: solid;
    outline-width: medium;
    background-image: linear-gradient(0deg, #fff 88%, #73859f 100%)
}

.vjs-track-settings-controls button:hover {
    color: rgba(43, 51, 63, .75)
}

.vjs-track-settings-controls button {
    background-color: #fff;
    background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
    color: #2b333f;
    cursor: pointer;
    border-radius: 2px
}

.vjs-track-settings-controls .vjs-default-button {
    margin-right: 1em
}

@media print {
    .video-js > :not(.vjs-tech):not(.vjs-poster) {
        visibility: hidden
    }
}

@media \0screen {
    .vjs-user-inactive.vjs-playing .vjs-control-bar :before {
        content: ""
    }

    .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
        visibility: hidden
    }
}

.pickmeup {
    background: #000;
    border-radius: .25rem;
    box-sizing: content-box;
    display: inline-block;
    position: absolute;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

.pickmeup * {
    box-sizing: border-box
}

.pickmeup.pmu-flat {
    position: relative
}

.pickmeup.pmu-hidden {
    display: none
}

.pickmeup .pmu-instance {
    display: inline-block;
    height: 13.8em;
    padding: .5em;
    text-align: center;
    width: 15em
}

.pickmeup .pmu-instance .pmu-button {
    color: #eee;
    cursor: pointer;
    outline: 0;
    text-decoration: none
}

.pickmeup .pmu-instance .pmu-today {
    background: #17384d;
    color: #88c5eb
}

.pickmeup .pmu-instance .pmu-button:hover {
    background: 0 0;
    color: #88c5eb
}

.pickmeup .pmu-instance .pmu-not-in-month {
    color: #666
}

.pickmeup .pmu-instance .pmu-disabled, .pickmeup .pmu-instance .pmu-disabled:hover {
    color: #333;
    cursor: default
}

.pickmeup .pmu-instance .pmu-selected {
    background: #136a9f;
    color: #eee
}

.pickmeup .pmu-instance .pmu-not-in-month.pmu-selected {
    background: #17384d
}

.pickmeup .pmu-instance nav {
    color: #eee;
    display: -ms-flexbox;
    display: flex;
    line-height: 2em
}

.pickmeup .pmu-instance nav :first-child :hover {
    color: #88c5eb
}

.pickmeup .pmu-instance nav .pmu-next, .pickmeup .pmu-instance nav .pmu-prev {
    display: none;
    height: 2em;
    width: 1em
}

.pickmeup .pmu-instance nav .pmu-month {
    width: 14em
}

.pickmeup .pmu-instance .pmu-months *, .pickmeup .pmu-instance .pmu-years * {
    display: inline-block;
    line-height: 3.6em;
    width: 3.5em
}

.pickmeup .pmu-instance .pmu-day-of-week {
    color: #999;
    cursor: default
}

.pickmeup .pmu-instance .pmu-day-of-week * {
    display: inline-block;
    width: 2em
}

.pickmeup .pmu-instance .pmu-days * {
    display: inline-block;
    line-height: 1.5em;
    width: 2em
}

.pickmeup .pmu-instance .pmu-day-of-week * {
    line-height: 1.8em
}

.pickmeup .pmu-instance:first-child .pmu-prev, .pickmeup .pmu-instance:last-child .pmu-next {
    display: block
}

.pickmeup .pmu-instance:first-child .pmu-month, .pickmeup .pmu-instance:last-child .pmu-month {
    width: 13em
}

.pickmeup .pmu-instance:first-child:last-child .pmu-month {
    width: 12em
}

.pickmeup:not(.pmu-view-days) .pmu-day-of-week, .pickmeup:not(.pmu-view-days) .pmu-days, .pickmeup:not(.pmu-view-months) .pmu-months, .pickmeup:not(.pmu-view-years) .pmu-years {
    display: none
}

.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto
}

.ps__rail-x, .ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    position: absolute
}

.ps__rail-x {
    height: 15px;
    bottom: 0
}

.ps__rail-y {
    width: 15px;
    right: 0
}

.ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
    display: block;
    background-color: transparent
}

.ps--focus > .ps__rail-x, .ps--focus > .ps__rail-y, .ps--scrolling-x > .ps__rail-x, .ps--scrolling-y > .ps__rail-y, .ps:hover > .ps__rail-x, .ps:hover > .ps__rail-y {
    opacity: .6
}

.ps__rail-x:focus, .ps__rail-x:hover, .ps__rail-y:focus, .ps__rail-y:hover {
    background-color: #eee;
    opacity: .9
}

.ps__thumb-x, .ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    position: absolute
}

.ps__thumb-x {
    height: 6px;
    bottom: 2px;
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out
}

.ps__thumb-y {
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    right: 2px
}

.ps__rail-x:focus > .ps__thumb-x, .ps__rail-x:hover > .ps__thumb-x {
    background-color: #999;
    height: 11px
}

.ps__rail-y:focus > .ps__thumb-y, .ps__rail-y:hover > .ps__thumb-y {
    background-color: #999;
    width: 11px
}

@supports (-ms-overflow-style:none) {
    .ps {
        overflow: auto !important
    }
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .ps {
        overflow: auto !important
    }
}

.dropzone, .dropzone * {
    box-sizing: border-box
}

.dropzone {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, .3);
    background: #fff;
    padding: 20px
}

.dropzone.dz-clickable, .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
    cursor: pointer
}

.dropzone.dz-clickable * {
    cursor: default
}

.dropzone.dz-started .dz-message {
    display: none
}

.dropzone.dz-drag-hover {
    border-style: solid
}

.dropzone.dz-drag-hover .dz-message {
    opacity: .5
}

.dropzone .dz-message {
    text-align: center;
    margin: 2em 0
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px
}

.dropzone .dz-preview:hover {
    z-index: 1000
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 20px;
    background: #999;
    background: linear-gradient(to bottom, #eee, #ddd)
}

.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1
}

.dropzone .dz-preview.dz-image-preview {
    background: #fff
}

.dropzone .dz-preview.dz-image-preview .dz-details {
    transition: opacity .2s linear
}

.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: 0
}

.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1
}

.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, .9);
    line-height: 150%
}

.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px
}

.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, .8);
    background-color: rgba(255, 255, 255, .8)
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, .4);
    padding: 0 .4em;
    border-radius: 3px
}

.dropzone .dz-preview:hover .dz-image img {
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px)
}

.dropzone .dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10
}

.dropzone .dz-preview.dz-success .dz-success-mark {
    animation: passing-through 3s cubic-bezier(.77, 0, .175, 1)
}

.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    animation: slide-in 3s cubic-bezier(.77, 0, .175, 1)
}

.dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px
}

.dropzone .dz-preview .dz-error-mark svg, .dropzone .dz-preview .dz-success-mark svg {
    display: block;
    width: 54px;
    height: 54px
}

.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    transition: all .2s linear
}

.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    transition: opacity .4s ease-in
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    animation: pulse 6s ease infinite
}

.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, .9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    transition: width 300ms ease-in-out
}

.dropzone .dz-preview.dz-error .dz-error-message {
    display: block
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto
}

.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: none;
    opacity: 0;
    transition: opacity .3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: .5em 1.2em;
    color: #fff
}

.dropzone .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.3
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
@keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        transform: translate3d(0, 100px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInDownSmall {
    0% {
        opacity: 0;
        transform: translate3d(0, -100px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.chosen-container * {
    box-sizing: border-box
}

.chosen-container .chosen-drop {
    position: absolute;
    z-index: 1010;
    width: 100%;
    background: #fff;
    display: none
}

.chosen-container.chosen-with-drop .chosen-drop {
    display: block
}

.chosen-container a {
    cursor: pointer
}

.chosen-container .chosen-single .group-name, .chosen-container .search-choice .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    color: #999
}

.chosen-container .chosen-single .group-name:after, .chosen-container .search-choice .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, .1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px
}

.chosen-container-single .chosen-single input[type=text] {
    cursor: pointer;
    opacity: 0;
    position: absolute
}

.chosen-container-single .chosen-default {
    color: #999
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close, .chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(/local/templates/gm/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover, .chosen-container-single .chosen-single abbr:hover, .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}

.bx-touch .form-group-select:after, .chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/local/templates/gm/chosen-sprite.png) no-repeat 0 2px
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}

.chosen-container-single .chosen-search input[type=text] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: url(/local/templates/gm/chosen-sprite.png) no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    clip: rect(0, 0, 0, 0)
}

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}

.chosen-container .chosen-results li.disabled-result, .chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor: text
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: 0 0 !important;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
    width: 25px
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eee;
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
    color: #333;
    line-height: 13px;
    cursor: default
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 4px;
    right: 3px
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-active .chosen-choices, .chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: linear-gradient(#eee 20%, #fff 80%);
    box-shadow: 0 1px 0 #fff inset
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: 0 0
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
    color: #222 !important
}

.chosen-disabled {
    opacity: .5 !important;
    cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close, .chosen-disabled .chosen-single {
    cursor: default
}

.chosen-rtl {
    text-align: right
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px
}

.chosen-rtl .chosen-choices li {
    float: right
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
    direction: rtl
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none
}

.chosen-rtl .chosen-search input[type=text] {
    padding: 4px 5px 4px 20px;
    background: url(/local/templates/gm/chosen-sprite.png) no-repeat -30px -20px;
    direction: rtl
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span, .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container-single .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-rtl .chosen-search input[type=text] {
        background-image: url(/local/templates/gm/chosen-sprite@2x.png) !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important
    }
}

.chosen-container .chosen-results li.active-result {
    padding: 10px 15px
}

.chosen-container .chosen-results li.active-result.highlighted {
    background: #16b1de
}

.chosen-container .chosen-single {
    border-radius: 25px;
    background: 0 0;
    box-shadow: none;
    height: 50px;
    font-size: 18px;
    border: 1px solid #c7ccd9
}

.chosen-container .chosen-single span {
    margin-top: 11px;
    margin-left: 10px
}

.chosen-container .chosen-single div {
    width: 30px
}

.chosen-container .chosen-single div b {
    background: url(/local/templates/gm/images/select-arrow.png) no-repeat 0 !important
}

.chosen-container .chosen-drop {
    font-size: 16px;
    border: 1px solid #c7ccd9;
    top: 20px;
    padding-top: 35px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .55)
}

.chosen-container.chosen-container-active .chosen-single {
    border: 1px solid #16398e;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    background-image: none;
    background-color: #fff;
    z-index: 2001
}

.bx-touch .form-group-select {
    position: relative
}

.bx-touch .form-group-select:after {
    content: '';
    background: url(/local/templates/gm/images/select-arrow.png) no-repeat center;
    bottom: 0;
    width: 30px
}

.bx-touch .form-group-select select.form-control {
    padding-right: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.d-appointment.pickmeup-twitter-bootstrap, .partner-calendar.pickmeup-twitter-bootstrap {
    background-color: transparent;
    width: auto;
    z-index: 1100
}

@media (max-width: 575.98px) {
    .d-appointment.pickmeup-twitter-bootstrap, .partner-calendar.pickmeup-twitter-bootstrap {
        display: none !important
    }
}

.d-appointment.pickmeup-twitter-bootstrap .pickmeup-twitter-bootstrap:not(.pmu-view-years) .pmu-years, .d-appointment.pickmeup-twitter-bootstrap.pickmeup-twitter-bootstrap:not(.pmu-view-days) .pmu-day-of-week, .d-appointment.pickmeup-twitter-bootstrap.pickmeup-twitter-bootstrap:not(.pmu-view-days) .pmu-days, .d-appointment.pickmeup-twitter-bootstrap.pickmeup-twitter-bootstrap:not(.pmu-view-months) .d-appointment.pickmeup-twitter-bootstrap.pmu-months, .d-appointment.pickmeup-twitter-bootstrap.pickmeup-twitter-bootstrap:not(.pmu-view-months) .partner-calendar.pickmeup-twitter-bootstrap.pmu-months, .partner-calendar.pickmeup-twitter-bootstrap .pickmeup-twitter-bootstrap:not(.pmu-view-years) .pmu-years, .partner-calendar.pickmeup-twitter-bootstrap.pickmeup-twitter-bootstrap:not(.pmu-view-days) .pmu-day-of-week, .partner-calendar.pickmeup-twitter-bootstrap.pickmeup-twitter-bootstrap:not(.pmu-view-days) .pmu-days, .partner-calendar.pickmeup-twitter-bootstrap.pickmeup-twitter-bootstrap:not(.pmu-view-months) .d-appointment.pickmeup-twitter-bootstrap.pmu-months, .partner-calendar.pickmeup-twitter-bootstrap.pickmeup-twitter-bootstrap:not(.pmu-view-months) .partner-calendar.pickmeup-twitter-bootstrap.pmu-months {
    display: none !important
}

.d-appointment.pickmeup-twitter-bootstrap .pmu-instance, .partner-calendar.pickmeup-twitter-bootstrap .pmu-instance {
    background-color: #fff;
    width: auto !important;
    height: auto !important;
    box-shadow: 0 5px 20px -4px rgba(0, 0, 0, .75);
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 0 !important
}

.d-appointment.pickmeup-twitter-bootstrap .pmu-instance nav, .partner-calendar.pickmeup-twitter-bootstrap .pmu-instance nav {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid #16398e;
    width: 286px;
    height: 50px;
    font-size: 17px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 1.17px;
    color: #000;
    text-transform: uppercase;
    padding: 0 14px;
    margin-bottom: 17px
}

@media (max-width: 575.98px) {
    .d-appointment.pickmeup-twitter-bootstrap .pmu-instance nav, .partner-calendar.pickmeup-twitter-bootstrap .pmu-instance nav {
        width: 250px
    }
}

.d-appointment.pickmeup-twitter-bootstrap .pmu-instance nav.pmu-day-of-week, .partner-calendar.pickmeup-twitter-bootstrap .pmu-instance nav.pmu-day-of-week, .pickmeup-twitter-bootstrap .pmu-instance nav.pmu-day-of-week {
    border-radius: 0;
    width: 245px;
    height: 35px;
    border: 0;
    margin: 0 auto;
    padding: 0
}

.d-appointment.pickmeup-twitter-bootstrap .pmu-instance nav .pmu-next, .d-appointment.pickmeup-twitter-bootstrap .pmu-instance nav .pmu-prev, .partner-calendar.pickmeup-twitter-bootstrap .pmu-instance nav .pmu-next, .partner-calendar.pickmeup-twitter-bootstrap .pmu-instance nav .pmu-prev, .pickmeup-twitter-bootstrap .pmu-instance nav .pmu-next, .pickmeup-twitter-bootstrap .pmu-instance nav .pmu-prev {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #16b1de
}

.d-appointment.pickmeup-twitter-bootstrap .pmu-instance .pmu-month, .partner-calendar.pickmeup-twitter-bootstrap .pmu-instance .pmu-month {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    width: 240px;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: .66px;
    text-transform: none;
    color: #000;
    pointer-events: none
}

.d-appointment.pickmeup-twitter-bootstrap .pmu-instance .pmu-months, .d-appointment.pickmeup-twitter-bootstrap .pmu-instance .pmu-years, .partner-calendar.pickmeup-twitter-bootstrap .pmu-instance .pmu-months, .partner-calendar.pickmeup-twitter-bootstrap .pmu-instance .pmu-years {
    width: 240px;
    font-size: 17px;
    font-weight: 600;
    line-height: 19px;
    margin: 0 auto
}

.d-appointment.pickmeup-twitter-bootstrap .pmu-instance .pmu-months .pmu-button, .d-appointment.pickmeup-twitter-bootstrap .pmu-instance .pmu-years .pmu-button, .partner-calendar.pickmeup-twitter-bootstrap .pmu-instance .pmu-months .pmu-button, .partner-calendar.pickmeup-twitter-bootstrap .pmu-instance .pmu-years .pmu-button {
    color: #000
}

.d-appointment.pickmeup-twitter-bootstrap .pmu-instance .pmu-days, .partner-calendar.pickmeup-twitter-bootstrap .pmu-instance .pmu-days {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    width: 245px;
    font-size: 17px;
    font-weight: 600;
    line-height: 19px;
    color: #000;
    margin: 0 auto;
    padding: 0 0 10px
}

.d-appointment.pickmeup-twitter-bootstrap .pmu-instance .pmu-days .pmu-not-in-month, .partner-calendar.pickmeup-twitter-bootstrap .pmu-instance .pmu-days .pmu-not-in-month {
    color: #bbbac4 !important
}

.d-appointment.pickmeup-twitter-bootstrap .pmu-instance .pmu-days .pmu-button, .partner-calendar.pickmeup-twitter-bootstrap .pmu-instance .pmu-days .pmu-button {
    height: 30px;
    color: #000;
    line-height: 30px
}

.d-appointment.pickmeup-twitter-bootstrap .pmu-instance .pmu-days .pmu-button.pmu-disabled, .partner-calendar.pickmeup-twitter-bootstrap .pmu-instance .pmu-days .pmu-button.pmu-disabled {
    opacity: .1;
    color: #000
}

.d-appointment.pickmeup-twitter-bootstrap .pmu-instance .pmu-days .pmu-today, .partner-calendar.pickmeup-twitter-bootstrap .pmu-instance .pmu-days .pmu-today {
    border-radius: 5px !important;
    background-color: transparent !important;
    border: 2px solid #16b1de !important
}

.d-appointment.pickmeup-twitter-bootstrap .pmu-instance .pmu-days .pmu-today:hover, .partner-calendar.pickmeup-twitter-bootstrap .pmu-instance .pmu-days .pmu-today:hover {
    background-color: #16b1de
}

.d-appointment.pickmeup-twitter-bootstrap .pmu-instance .pmu-days .pmu-selected, .partner-calendar.pickmeup-twitter-bootstrap .pmu-instance .pmu-days .pmu-selected {
    border-radius: 5px;
    background-color: #16b1de !important;
    color: #fff !important;
    opacity: 1
}

.pickmeup-twitter-bootstrap {
    z-index: 1050;
    background: #fff;
    background-color: transparent;
    width: auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 30px -5px rgba(0, 0, 0, .35)
}

.pickmeup-twitter-bootstrap .pickmeup-twitter-bootstrap:not(.pmu-view-years) .pmu-years, .pickmeup-twitter-bootstrap.pickmeup-twitter-bootstrap:not(.pmu-view-days) .pmu-day-of-week, .pickmeup-twitter-bootstrap.pickmeup-twitter-bootstrap:not(.pmu-view-days) .pmu-days, .pickmeup-twitter-bootstrap.pickmeup-twitter-bootstrap:not(.pmu-view-months) .pickmeup-twitter-bootstrap.pmu-months {
    display: none !important
}

.pickmeup-twitter-bootstrap .pmu-instance {
    background-color: #fff;
    width: auto !important;
    height: auto !important;
    box-shadow: 0 0 30px -15px rgba(0, 0, 0, .55);
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 0 !important
}

@media (max-width: 575.98px) {
    .pickmeup-twitter-bootstrap .pmu-instance {
        padding: 0 10px !important;
        border-radius: 0
    }
}

.pickmeup-twitter-bootstrap .pmu-instance nav {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    width: 286px;
    height: 50px;
    font-size: 17px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 1.17px;
    color: #000;
    text-transform: uppercase;
    padding: 0 14px;
    margin-bottom: 17px
}

@media (max-width: 575.98px) {
    .pickmeup-twitter-bootstrap .pmu-instance nav {
        width: 250px
    }
}

.pickmeup-twitter-bootstrap .pmu-instance .pmu-month {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    width: 240px;
    font-size: 21px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: .66px;
    text-transform: none;
    color: #000
}

.pickmeup-twitter-bootstrap .pmu-instance .pmu-days, .pickmeup-twitter-bootstrap .pmu-instance .pmu-months, .pickmeup-twitter-bootstrap .pmu-instance .pmu-years {
    width: 240px;
    font-size: 17px;
    font-weight: 600;
    line-height: 19px;
    margin: 0 auto
}

.pickmeup-twitter-bootstrap .pmu-instance .pmu-months .pmu-button, .pickmeup-twitter-bootstrap .pmu-instance .pmu-years .pmu-button {
    color: #000
}

.pickmeup-twitter-bootstrap .pmu-instance .pmu-days {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    width: 245px;
    color: #000;
    padding: 0 0 10px
}

.pickmeup-twitter-bootstrap .pmu-instance .pmu-days .pmu-not-in-month {
    color: #bbbac4 !important
}

.pickmeup-twitter-bootstrap .pmu-instance .pmu-days .pmu-button {
    height: 30px;
    color: #000;
    line-height: 30px
}

.pickmeup-twitter-bootstrap .pmu-instance .pmu-days .pmu-button.pmu-disabled {
    opacity: .1;
    color: #000
}

.pickmeup-twitter-bootstrap .pmu-instance .pmu-days .pmu-today {
    border-radius: 5px !important;
    background-color: transparent !important;
    border: 2px solid #16b1de !important
}

.pickmeup-twitter-bootstrap .pmu-instance .pmu-days .pmu-today:hover {
    background-color: #16b1de
}

.pickmeup-twitter-bootstrap .pmu-instance .pmu-days .pmu-selected {
    border-radius: 5px;
    background-color: #16b1de !important;
    color: #fff !important;
    opacity: 1
}

.bdate {
    display: none !important;
    position: absolute !important
}

.bdate.show {
    display: block !important;
    bottom: 0 !important;
    top: auto !important
}

.btn, .form-check-input:not([disabled]), .form-check-label {
    cursor: pointer
}

a {
    cursor: pointer;
    color: #16398e;
    transition: color 200ms
}

a:focus, a:hover {
    outline: 0;
    color: #16b1de
}

img {
    max-width: 100%;
    height: auto
}

.btn {
    padding: 15px 43px
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    box-shadow: none;
    background-color: #143380;
    border-color: #143380
}

.btn-secondary {
    border-color: #fff;
    background-color: transparent
}

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
    background-color: #fff;
    color: #020c22;
    border-color: #fff
}

.btn-area {
    border-radius: 24.5px
}

button:active, button:focus, button:hover {
    outline: 0
}

.col-1-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

@media (min-width: 576px) {
    .col-sm-1-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width: 768px) {
    .col-md-1-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width: 992px) {
    .col-lg-1-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width: 1200px) {
    .col-xl-1-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

.custom-select.is-valid ~ .invalid-feedback, .custom-select.is-valid ~ .invalid-tooltip, .form-control.is-valid ~ .invalid-feedback, .form-control.is-valid ~ .invalid-tooltip, .was-validated .custom-select:valid ~ .invalid-feedback, .was-validated .custom-select:valid ~ .invalid-tooltip, .was-validated .form-control:valid ~ .invalid-feedback, .was-validated .form-control:valid ~ .invalid-tooltip {
    background-image: url(/local/templates/gm/images/input-validate-correctly.svg);
    background-repeat: no-repeat;
    width: 23px;
    height: 20px;
    float: right;
    position: absolute
}

.form-control:not(.form-control-lg) {
    background: #fff;
    border: 1px solid #dadde6;
    height: 30px;
    box-shadow: none !important
}

.embed-responsive-3by4::before {
    padding-top: 133.33333%
}

.title-search {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px
}

@media (max-width: 767.98px) {
    .title-search {
        margin-bottom: 20px
    }
}

.b-about ul, .content ul {
    padding-left: 30px
}

.b-about ul li, .content ul li {
    list-style-type: square
}

.open-area-menu, .open-lightbox {
    overflow: hidden
}

.backDrop {
    background-color: #000;
    display: block;
    filter: alpha(opacity=0);
    height: 100%;
    left: 0;
    opacity: .6;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50
}

.fadeInUpSmall {
    animation-name: fadeInUpSmall
}

.fadeInDownSmall {
    animation-name: fadeInDownSmall
}


.modal-dialog  .input-file {
    position: relative;
    display: inline-block;
}
.modal-dialog .input-file span {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    font-size: 14px;
    vertical-align: middle;
    color: #16398e;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
    background-color: transparent;
    border: 1px solid #16398e;
    line-height: 22px;
    height: 40px;
    padding: 10px 20px;
    box-sizing: border-box;
    margin: 0;
    transition: background-color 0.2s;
}
.modal-dialog .input-file input[type=file] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}

/* Focus */
.modal-dialog .input-file input[type=file]:focus + span {
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

/* Hover/active */
.modal-dialog .input-file:hover span {
    background-color: #16398e;
    color: #FFF;
}
.modal-dialog .input-file:active span {
    background-color: #16398e;
    color: #FFF;
}

/* Disabled */
.modal-dialog .input-file input[type=file]:disabled + span {
    background-color: #eee;
}

/* End */


/* Start:/local/templates/gm/components.css?1749797007267019*/
.icon {
    display: inline-block;
    width: 1px;
    height: 1px;
    fill: currentColor
}

.icon_about-icon-play {
    height: 190px;
    width: 190px
}

.icon_about-learn-more {
    height: 18px;
    width: 32px
}

.icon_add-data-clip {
    height: 61px;
    width: 67px
}

.icon_appointment-calendar-calendar {
    height: 27px;
    width: 26px
}

.icon_appointment-calendar-check-mark, .icon_ask-question-check-mark {
    height: 20px;
    width: 21px
}

.icon_direction-grid {
    height: 30px;
    width: 32px
}

.icon_directions-icon-play {
    height: 22px;
    width: 16px
}

.icon_directions-pochki {
    height: 20.8px;
    width: 27.8px
}

.icon_directions-stetoskop {
    height: 23.8px;
    width: 24.1px
}

.icon_doctor-card-learn-more {
    height: 18px;
    width: 32px
}

.icon_doctors-list-slider-button, .icon_doctors-list-slider-button-hover {
    height: 60px;
    width: 60px
}

.icon_doctors-list-speech-bubble {
    height: 24px;
    width: 24px
}

.icon_footer-creator {
    height: 19px;
    width: 90px
}

.icon_footer-creator_likee {
    height: 25.47px;
    width: 86px
}

.icon_footer-facebook {
    height: 36px;
    width: 36px
}

.icon_footer-insta {
    height: 43.59px;
    width: 44.13px
}

.icon_footer-ok {
    height: 36px;
    width: 36px
}

.icon_footer-telegram {
    height: 36px;
    width: 39px
}

.icon_footer-vk {
    height: 36px;
    width: 36px
}

.icon_footer-youtube {
    height: 138px;
    width: 138px
}

.icon_header-area-icon {
    height: 34px;
    width: 29px;
    margin-top: 6px;
}

.icon_header-burger {
    height: 25.654px;
    width: 36.207px
}

.icon_header-loop-search {
    height: 31px;
    width: 33px
}

.icon_header-mobile-tel {
    height: 57px;
    width: 57px
}

.icon_header-question {
    height: 31px;
    width: 31px
}

.icon_header-tel {
    height: 57px;
    width: 57px
}

.icon_health-map-man {
    height: 766px;
    width: 328px
}

.icon_input-validate-correctly {
    height: 23.09px;
    width: 26.12px
}

.icon_input-validate-error {
    height: 22.99px;
    width: 14.12px
}

.icon_insurance-companies-learn-more, .icon_loadmore-arrow-down {
    height: 18px;
    width: 32px
}

.icon_logo, .icon_logo-dark {
    height: 85px;
    width: 201px
}

.icon_make-appointment-check-mark {
    height: 74.02px;
    width: 74.3px
}

.icon_make-appointment-tel {
    height: 74.02px;
    width: 73.96px
}

.icon_map-marker {
    height: 45.9px;
    width: 41.07px
}

.icon_menu-creator {
    height: 19px;
    width: 90px
}

.icon_menu-creator_likee {
    height: 25.47px;
    width: 86px
}

.icon_menu-facebook {
    height: 36px;
    width: 36px
}

.icon_menu-insta {
    height: 43.59px;
    width: 44.13px
}

.icon_menu-minus {
    height: 32.2px;
    width: 39.1px
}

.icon_menu-ok {
    height: 36px;
    width: 36px
}

.icon_menu-plus {
    height: 39.1px;
    width: 39.1px
}

.icon_menu-telegram {
    height: 36px;
    width: 39px
}

.icon_menu-vk {
    height: 36px;
    width: 36px
}

.icon_menu-youtube {
    height: 138px;
    width: 138px
}

.icon_modal-appointment-close-modal {
    height: 39px;
    width: 39px
}

.icon_modal-authorization-check-mark {
    height: 20px;
    width: 21px
}

.icon_modal-authorization-question {
    height: 31px;
    width: 31px
}

.icon_modal-check-mark {
    height: 74.02px;
    width: 74.3px
}

.icon_modal-tel {
    height: 74.02px;
    width: 73.96px
}

.icon_modal-user-icon {
    height: 28px;
    width: 29px
}

.icon_new-patient-clip {
    height: 61px;
    width: 67px
}

.icon_new-patient-edit-pen {
    height: 17px;
    width: 18px
}

.icon_news-detail-action-label, .icon_news-detail-action-label-hover, .icon_news-list-action-label, .icon_news-list-action-label-hover {
    height: 57px;
    width: 50.02px
}

.icon_news-list-read-more {
    height: 18px;
    width: 21px
}

.icon_news-list-slider-button, .icon_news-list-slider-button-hover {
    height: 60px;
    width: 60px
}

.icon_partner-learn-more {
    height: 18px;
    width: 32px
}

.icon_partner-search {
    height: 33px;
    width: 33px
}

.icon_patient-reviews-quotes {
    height: 15.4px;
    width: 19.3px
}

.icon_personal-area-calendar {
    height: 47px;
    width: 45px
}

.icon_personal-area-icon-play {
    height: 164px;
    width: 165px
}

.icon_personal-area-learn-more {
    height: 18px;
    width: 32px
}

.icon_personal-area-lightbox-close {
    height: 37px;
    width: 39px
}

.icon_personal-area-man-body {
    height: 766px;
    width: 328px
}

.icon_personal-area-slider-button {
    height: 56px;
    width: 29px
}

.icon_price-list-learn-more {
    height: 18px;
    width: 32px
}

.icon_price-list-pochki {
    height: 20.8px;
    width: 27.8px
}

.icon_question-answer-question {
    height: 31px;
    width: 31px
}

.icon_question-answer-quotes {
    height: 30px;
    width: 39px
}

.icon_registration-check-mark, .icon_registration-check-mark-password {
    height: 20px;
    width: 21px
}

.icon_registration-question {
    height: 31px;
    width: 31px
}

.icon_search-loop {
    height: 31px;
    width: 33px
}

.icon_show-more-arrow {
    height: 18px;
    width: 32px
}

.icon_slider-arrow-button {
    height: 60px;
    width: 60px
}

.icon_slider-button {
    height: 41px;
    width: 47px
}

.icon_slider-mobile-navigation-button {
    height: 60px;
    width: 60px
}

.icon_slider-mobile-navigation-grid, .icon_title-grid {
    height: 30px;
    width: 32px
}

.icon_vacancies-arrow {
    height: 15px;
    width: 25px
}

.icon_vacancies-arrow-down {
    height: 18px;
    width: 32px
}

.icon_vacancies-check-mark {
    height: 20px;
    width: 21px
}

.icon_vacancies-clip {
    height: 61px;
    width: 67px
}

.icon_vacancies-close-modal {
    height: 39px;
    width: 39px
}

.b-header, .b-header .logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.b-header {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    padding-left: 62px;
    padding-right: 50px;
    height: 155px;
    font-weight: 200;
    z-index: 20;
    -ms-flex-pack: justify;
    justify-content: space-between;
    transition: background-color 600ms ease-in
}

@media (max-width: 991.98px) {
    .b-header {
        padding-left: 27px;
        height: 125px
    }
}

@media (max-width: 767.98px) {
    .b-header {
        padding-right: 15px;
        padding-left: 15px
    }
}

.b-header a {
    text-decoration: none;
    color: #c7ccd9
}

.b-header .right-menu .dropdown .dropdown-menu .dropdown-list li:hover a, .b-header a:hover {
    color: #16b1de
}

.b-header .logo {
    margin-right: 20px;
    text-decoration: none
}

@media (max-width: 991.98px) {
    .b-header .logo {
        max-width: 160px;
        margin-right: 40px
    }
}

@media (max-width: 767.98px) {
    .b-header .logo {
        margin-right: 20px
    }
}

.b-header .logo .slogan {
    display: none;
    max-width: 110px;
    text-transform: uppercase;
    font-size: 16px;
    margin-left: 10px
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .b-header .logo .slogan {
        display: block
    }
}

@media (max-width: 991.98px) {
    .b-header .logo .slogan {
        max-width: 50px;
        font-size: 13px;
        font-weight: 400;
        line-height: 17px
    }
}

.b-header .right-menu, .b-header .right-menu .dropdown .dropdown-menu .dropdown-head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.b-header .right-menu .tel {
    position: relative;
    font-size: 23px;
    margin-right: 30px;
    letter-spacing: .2px;
    white-space: nowrap;
    transition: hover 300ms;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (max-width: 991.98px) {
    .b-header .right-menu .tel {
        margin-right: 20px
    }
}

@media (max-width: 575.98px) {
    .b-header .right-menu .tel {
        margin-right: 5px
    }
}

.b-header, .b-header .right-menu .tel a {
    color: #16398e
}

@media (max-width: 1199.98px) {
    .b-header .right-menu .tel a {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        font-size: 0;
        color: transparent
    }
}

.b-header .right-menu .tel svg {
    fill: #c6ced9;
    stroke: #c6ced9;
    max-width: 57px;
    max-height: 57px;
    width: 100%;
    height: 100%;
    min-width: 35px;
    min-height: 35px;
    display: none;
    border-radius: 50%;
    border: 2px solid #c6ced9
}

@media (max-width: 1199.98px) {
    .b-header .right-menu .tel svg {
        display: inherit
    }
}

@media (max-width: 575.98px) {
    .b-header .right-menu .tel svg {
        width: 45px;
        height: 45px
    }
}

.b-header .right-menu .appointment {
    margin-right: 30px;
    font-size: 19px;
    letter-spacing: .3px
}

@media (max-width: 991.98px) {
    .b-header .right-menu .appointment {
        display: none
    }
}

.b-header .right-menu .btn {
    padding: .8rem 45px;
    white-space: nowrap;
    border: 2px solid #babac2;
    color: #16398e;
    background-color: transparent
}

.b-header .right-menu .btn-change-size {
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
    margin-right: 30px;
    text-decoration: none;
    color: #babac2
}

@media (max-width: 991.98px) {
    .b-header .right-menu .btn-change-size {
        display: none
    }
}

.b-header .right-menu .btn-change-size:first-letter {
    font-size: 14px
}

.b-header .right-menu .loupe {
    width: 34px;
    height: 34px;
    cursor: pointer;
    margin-right: 30px
}

.bx-ie10 .b-header .right-menu .loupe, .bx-ie11 .b-header .right-menu .loupe {
    display: block
}

.b-header .right-menu .loupe * {
    fill: #c6ced9
}

@media (max-width: 991.98px) {
    .b-header .right-menu .loupe {
        display: none
    }
}

.b-header .right-menu .btn-change-language {
    font-size: 20px;
    cursor: pointer;
    margin-right: 30px;
    text-decoration: none;
    color: #babac2
}

@media (max-width: 991.98px) {
    .b-header .right-menu .btn-change-language {
        display: none
    }
}

@media (max-width: 575.98px) {
    .b-header .right-menu .dropdown {
        position: inherit
    }
}

.b-header .right-menu .dropdown .btn-area {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 30px
}

@media (max-width: 767.98px) {
    .b-header .right-menu .dropdown .btn-area {
        width: 54px;
        height: 54px
    }
}

@media (max-width: 575.98px) {
    .b-header .right-menu .dropdown .btn-area {
        margin-right: 10px;
        width: 50px;
        height: 50px
    }
}

.b-header .right-menu .dropdown .btn-area.dropdown-toggle:after {
    display: none
}

.b-header .right-menu .dropdown .btn-area svg {
    width: 29px;
    height: 35px;
    fill: #c7ccd9
}

.b-header .right-menu .dropdown .btn-area img, .b-header .right-menu .dropdown .dropdown-menu .dropdown-head .dropdow-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.b-header .right-menu .dropdown .dropdown-menu {
    transform: none !important;
    border-radius: 17px;
    width: 340px;
    top: -24px !important;
    left: -247px !important;
    z-index: 1050 !important;
    font-size: 19px;
    line-height: 24px;
    letter-spacing: -.33px;
    padding: 21px 28px 12px 43px;
    box-shadow: 0 0 86px 0 rgba(0, 0, 0, .75)
}

@media (max-width: 575.98px) {
    .b-header .right-menu .dropdown .dropdown-menu {
        position: absolute !important;
        left: 50% !important;
        top: 10% !important;
        transform: translateX(-50%) !important;
        width: 300px;
        padding: 11px 25px 12px
    }
}

.b-header .right-menu .dropdown .dropdown-menu .dropdown-head {
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 500;
    margin-bottom: 29px
}

.b-header .right-menu .dropdown .dropdown-menu .dropdown-head .title {
    color: #000
}

.b-header .right-menu .dropdown .dropdown-menu .dropdown-head .dropdow-img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden
}

.b-header .right-menu .dropdown .dropdown-menu .dropdown-list {
    padding: 0
}

.b-header .right-menu .dropdown .dropdown-menu .dropdown-list li {
    list-style: none;
    margin-bottom: 24px
}

.b-header .right-menu .dropdown .dropdown-menu .dropdown-list li a {
    font-weight: 400;
    color: #000
}

.b-header .right-menu .question {
    width: 31px;
    height: 31px;
    margin-right: 15px
}

@media (max-width: 991.98px) {
    .b-header .right-menu .question {
        display: none
    }
}

.b-header .right-menu .question svg {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    stroke: #babac2;
    border: 2px solid #babac2
}

.b-header .burger {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.b-header .burger .hamburger-inner, .b-header .burger .hamburger-inner::after, .b-header .burger .hamburger-inner::before {
    transition-duration: .6s;
    background-color: #c6ced9
}

.b-header .burger .menu {
    top: 160%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .3px;
    background-color: transparent !important;
    color: black !important;
}

@media (max-width: 575.98px) {
    .b-header .burger .menu {
        font-size: 12px;
        top: 126%
    }
}

.b-header .burger .menu, .b-header.header-absolute {
    position: absolute;
    color: #fff;
    background-color: rgba(255, 255, 255, .9);
}

.b-header.header-absolute .right-menu .tel a, .b-header.header-absolute .right-menu .tel a:hover, .b-header.header-absolute a {
    color: #16398e
}

.b-header.header-absolute a:hover {
    color: #16b1de
}

.b-header.header-absolute .right-menu .tel svg {
    fill: #c6ced9;
    stroke: #c6ced9;
    border: 2px solid #c6ced9
}

.b-header.header-absolute .right-menu .loupe svg {
    fill: #fff
}

.b-header.header-absolute .right-menu .btn {
    padding: .8rem 45px;
    color: #16398e;
    white-space: nowrap;
    border: 2px solid #c7ccd9;
    background-color: transparent
}

.b-header.header-absolute .right-menu .btn-change-language, .b-header.header-absolute .right-menu .btn-change-language:hover, .b-header.header-absolute .right-menu .btn-change-size {
    color: #bbbac2
}

@media (max-width: 991.98px) {
    .b-header.header-absolute .right-menu .btn-change-language {
        display: none
    }
}

.b-header.header-absolute .right-menu .burger .hamburger-inner, .b-header.header-absolute .right-menu .burger .hamburger-inner::after, .b-header.header-absolute .right-menu .burger .hamburger-inner::before {
    background-color: #c7ccd9
}

.b-header.header-absolute .right-menu .question {
    width: 31px;
    height: 31px;
    margin-right: 15px
}

@media (max-width: 991.98px) {
    .b-header.header-absolute .right-menu .question {
        display: none
    }
}

.b-header.header-absolute .right-menu .question svg {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    stroke: #bbbac2;
    border: 2px solid #bbbac2
}

.b-header.header-absolute .btn-area svg {
    width: 29px;
    height: 35px;
    fill: #bbbac2 !important
}

.b-header.header-fixed {
    position: fixed;
    top: 0;
    background-color: rgba(255, 255, 255, .9);
    height: 110px
}

.b-header.header-fixed.open-menu .tel svg {
    fill: #fff !important
}

.b-header.header-fixed .logo img {
    max-width: 70%
}

.bx-ie10 .b-header.header-fixed .logo img, .bx-ie11 .b-header.header-fixed .logo img {
    max-height: 60px
}

.b-header.header-fixed .logo .slogan {
    color: #9aa6b7
}

.b-header.header-fixed .right-menu .tel {
    transition: transform 400ms
}

.b-header.header-fixed .right-menu .tel:hover {
    transform: scale(1.2)
}

.b-header.header-fixed .right-menu .tel a, .b-header.header-fixed .right-menu .tel a:hover {
    color: #16398e
}

.b-header.header-fixed .right-menu .tel svg {
    fill: #c6ced9;
    stroke: #c6ced9;
    border: 2px solid #c6ced9
}

.b-header.header-fixed .right-menu .loupe * {
    fill: #bbbac2
}

.b-header.header-fixed .right-menu .btn {
    border-color: #c7ccd9;
    color: #16398e
}

.b-header.header-fixed .right-menu .btn-change-size {
    color: #bbbac2;
    font-weight: 400;
    transition: transform 400ms
}

.b-header.header-fixed .right-menu .btn-change-size:hover {
    transform: scale(1.3)
}

.b-header.header-fixed .right-menu .btn-change-language {
    color: #bbbac2
}

.b-header.header-fixed .right-menu .btn-change-language:hover {
    color: #16398e
}

.b-header.header-fixed .right-menu .burger {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.b-header.header-fixed .right-menu .burger .hamburger-inner, .b-header.header-fixed .right-menu .burger .hamburger-inner::after, .b-header.header-fixed .right-menu .burger .hamburger-inner::before {
    transition-duration: .6s;
    background-color: #c7ccd9
}

.b-header.header-fixed .right-menu .burger .menu {
    display: none
}

.b-header.header-fixed .right-menu .question {
    width: 31px;
    height: 31px;
    margin-right: 15px
}

@media (max-width: 991.98px) {
    .b-header.header-fixed .right-menu .question {
        display: none
    }
}

.b-header.header-fixed .right-menu .question svg {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    stroke: #babac2;
    border: 2px solid #babac2
}

.b-header.header-fixed .right-menu .btn-area svg {
    width: 29px;
    height: 35px;
    fill: #babac2 !important
}

.b-header.open-menu {
    background-color: transparent;
    transition: background-color 600ms ease-in;
    color: #fff
}

.b-header.open-menu #inf_addr{
color: #fff!important
}

.b-header.open-menu .logo img {
    max-width: 100%;
    transition: 700ms
}

.b-header.open-menu .logo .slogan, .b-header.open-menu .right-menu .tel a, .b-header.open-menu .right-menu .tel a:hover {
    color: #fff
}

.b-header.open-menu .right-menu .tel svg {
    fill: #fff;
    border: 2px solid #fff
}

.b-header.open-menu .right-menu .loupe * {
    fill: #fff
}

.b-header.open-menu .right-menu .btn {
    padding: .8rem 45px;
    color: #fff;
    white-space: nowrap;
    border-color: #fff;
    background-color: transparent
}

.b-header.open-menu .right-menu .btn-change-language, .b-header.open-menu .right-menu .btn-change-size {
    color: #fff
}

.b-header.open-menu .right-menu .burger .hamburger-inner, .b-header.open-menu .right-menu .burger .hamburger-inner::after, .b-header.open-menu .right-menu .burger .hamburger-inner::before {
    background-color: #fff
}

.b-header .header-shadow, .b-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0
}

.b-header .header-shadow {
    display: none;
    bottom: 0;
    opacity: .3;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #000;
    z-index: 1040
}

.b-menu {
    background-color: #16398e;
    padding-top: 155px;
    padding-bottom: 80px;
    z-index: 15;
    width: 100%;
    height: 100%;
    transition: transform 600ms ease-in;
    transform: translateX(100%);
    color: #fff;
    min-height: 520px
}

.b-menu.active {
    transform: translateX(0)
}

@media (max-width: 991.98px) {
    .b-menu {
        padding-top: 125px;
        padding-bottom: 200px
    }
}

.b-menu .nav-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center; /*-ms-flex-align:center;align-items:center;*/
    height: 100%;
    overflow-y: auto;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none
}

.b-menu .nav-box::-webkit-scrollbar, .b-menu .nav::-webkit-scrollbar {
    display: none
}

@media (max-width: 991.98px) {
    .b-menu .nav-box {
        display: block;
        padding-top: 35px
    }
}

@media (max-width: 767.98px) {
    .b-menu .nav-box {
        padding-top: 0
    }
}

.b-menu .nav {
    width: 100%;
    max-width: 1200px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 47px;
    padding-right: 35px;
    overflow-y: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none
}

@media (max-width: 991.98px) {
    .b-menu .nav {
        display: block;
        padding-left: 0;
        padding-right: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width: 767.98px) {
    .b-menu .nav {
        text-align: inherit
    }
}

.b-menu .nav-column {
    padding: 0 15px
}

@media (max-width: 991.98px) {
    .b-menu .nav-column {
        width: 100%;
        padding-left: 30px
    }
}

.bx-ie10 .b-menu .nav-column {
    max-width: 20%
}

@media (max-width: 991.98px) {
    .bx-ie10 .b-menu .nav-column {
        max-width: 100%
    }
}

.bx-ie11 .b-menu .nav-column {
    max-width: 20%
}

@media (max-width: 991.98px) {
    .bx-ie11 .b-menu .nav-column {
        max-width: 100%
    }
}

.b-menu .nav-column .block {
    max-width: 420px;
    margin: 0 auto
}

.b-menu .nav-column .link {
    color: #fff;
    text-decoration: none
}

.b-menu .nav-column .link .minus {
    width: 20px;
    height: 20px;
    background: url(/local/templates/gm/images/menu-minus.svg);
    display: inline-block
}

.b-menu .nav-column .link .plus {
    width: 20px;
    height: 20px;
    background: url(/local/templates/gm/images/menu-plus.svg);
    margin-top: 12px
}

@media (min-width: 992px) {
    .b-menu .nav-column .link .plus {
        display: none !important
    }
}

@media (min-width: 768px) {
    .b-menu .nav-column .link .plus {
        display: inline-block
    }
}

.b-menu .nav-column .title-menu {
    font-size: 28px;
    line-height: 28px
}

@media (max-width: 991.98px) {
    .b-menu .nav-column .title-menu {
        cursor: pointer
    }
}

@media (max-height: 415px) {
    .b-menu .nav-column .title-menu {
        font-size: 26px
    }
}

.b-menu .nav-column .title-menu span {
    float: right
}

.b-menu .nav-column .nav-menu {
    padding-left: 0;
    list-style: none;
    margin: 12px 0
}

.b-menu .nav-column .nav-menu li {
    list-style: none
}

@media (min-width: 992px) {
    .b-menu .nav-column .nav-menu {
        display: block !important
    }
}

@media (max-width: 991.98px) {
    .b-menu .nav-column .nav-menu {
        display: none;
        padding: 5px 0 5px 30px
    }
}

.b-menu .nav-column .nav-menu a {
    color: #16b1de;
    text-decoration: none
}

.b-menu .nav-column .nav-menu .nav-item {
    margin-bottom: 7px;
    line-height: 140%;
}

@media (max-width: 991.98px) {
    .b-menu .nav-column .nav-menu .nav-item {
        font-size: 1.2em;
        margin-bottom: 12px
    }
}

.b-menu .text {
    display: -ms-flexbox;
    display: flex
}

.b-menu .bottom-footer-menu {
    position: absolute;
    color: #fff;
    padding-left: 62px;
    font-size: 17px;
    left: 0;
    right: 0;
    bottom: 30px
}

@media (max-width: 1199.98px) {
    .b-menu .bottom-footer-menu {
        padding-left: 0
    }
}

@media (max-width: 991.98px) {
    .b-menu .bottom-footer-menu .float-left-block {
        float: none
    }
}

.b-menu .bottom-footer-menu .float-right-block {
    float: right
}

@media (max-width: 991.98px) {
    .b-menu .bottom-footer-menu .float-right-block {
        float: none
    }
}

.b-menu .bottom-footer-menu .column .clinic-in-social, .b-menu .bottom-footer-menu .nav-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 80px
}

.b-menu .bottom-footer-menu .column {
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 991.98px) {
    .b-menu .bottom-footer-menu .column {
        border-bottom: 1px solid #fff
    }
}

.b-menu .bottom-footer-menu .column .clinic-in-social {
    margin-right: 40px;
    opacity: .2
}

@media (max-width: 991.98px) {
    .b-menu .bottom-footer-menu .column .clinic-in-social {
        display: none
    }

    .b-menu .bottom-footer-menu .column .social {
        margin: 0 auto;
        padding-bottom: 40px
    }
}

.b-menu .bottom-footer-menu .column .social .v-a-sub {
    vertical-align: sub
}

.b-menu .bottom-footer-menu .column .social .link-social {
    display: inline-block;
    margin-right: 40px;
    transition: opacity 200ms
}

@media (max-width: 1199.98px) {
    .b-menu .bottom-footer-menu .column .social .link-social {
        margin-right: 25px
    }
}

.b-menu .bottom-footer-menu .column .social .link-social:hover * {
    fill: #16b1de
}

.b-menu .bottom-footer-menu .column .social .link-social .link-youtube {
    width: 50px;
    height: 50px;
    vertical-align: bottom
}

.b-menu .bottom-footer-menu .column .social .link-social * {
    fill: #fff
}

.b-menu .bottom-footer-menu .column .social .link-social:last-child {
    margin-right: 0
}

.b-menu .bottom-footer-menu .site-development {
    white-space: nowrap;
    padding-right: 50px;
    text-align: right
}

@media (max-width: 991.98px) {
    .b-menu .bottom-footer-menu .site-development {
        text-align: center;
        padding-right: 0;
        padding-top: 25px
    }
}

@media (max-width: 767.98px) {
    .b-menu .bottom-footer-menu .site-development {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-align: center;
        align-items: center
    }
}

.b-menu .bottom-footer-menu .site-development span {
    margin-right: 20px;
    vertical-align: middle;
    opacity: .2
}

@media (max-width: 767.98px) {
    .b-menu .bottom-footer-menu .site-development span {
        display: none
    }
}

.b-menu .bottom-footer-menu .site-development .link-power {
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    margin-right: 20px;
    text-decoration: none
}

@media (max-width: 767.98px) {
    .b-menu .bottom-footer-menu .site-development .link-power {
        margin: 0;
        height: 20px
    }
}

.b-menu .bottom-footer-menu .site-development .link-likee:hover *, .b-menu .bottom-footer-menu .site-development .link-power:hover * {
    opacity: .7
}

.b-menu .bottom-footer-menu .site-development .link-power * {
    fill: #fff
}

.b-menu .bottom-footer-menu .site-development .link-likee {
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: sub;
    text-decoration: none
}

.b-menu .bottom-footer-menu .site-development .link-likee * {
    height: 22px;
    fill: #fff
}

.b-slider {
    margin-bottom: 100px
}

@media (max-width: 991.98px) {
    .b-slider {
        margin-bottom: 80px
    }
}

@media (max-width: 767.98px) {
    .b-slider {
        margin-bottom: 40px
    }
}

.b-slider .swiper-wrapper {
    min-height: 100%
}

.b-slider .swiper-slide {
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: inset 0 0 50px 50px rgba(0, 0, 0, .1);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 95px 95px 83px;
    color: #fff;
    height: auto
}

@media (max-width: 991.98px) {
    .b-slider .swiper-slide {
        box-shadow: none;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 290px;
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width: 767.98px) {
    .b-slider .swiper-slide {
        padding-top: 160px
    }
}

.bx-ie10 .b-slider .swiper-slide .row, .bx-ie11 .b-slider .swiper-slide .row {
    width: 100%
}

.b-slider .swiper-slide .swiper-slide-half {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40%;
    height: 100%;
    z-index: 2
}

.b-slider .swiper-slide .swiper-slide-half.prev {
    left: 0
}

.b-slider .swiper-slide .swiper-slide-half.next {
    right: 0
}

@media (max-width: 991.98px) {
    .b-slider .swiper-slide .swiper-slide-half {
        display: none
    }
}

.b-slider .swiper-slide.cursor .swiper-slide-half.prev {
    cursor: url(/local/templates/gm/images/slider-cursor-prev.png) 33 29, auto
}

.bx-ie .b-slider .swiper-slide.cursor .swiper-slide-half.prev {
    cursor: w-resize
}

.b-slider .swiper-slide.cursor .swiper-slide-half.next {
    cursor: url(/local/templates/gm/images/slider-cursor-next.png) 33 29, auto
}

.bx-ie .b-slider .swiper-slide.cursor .swiper-slide-half.next {
    cursor: e-resize
}

.b-slider .swiper-slide .h2, .b-slider .swiper-slide h2 {
    font-size: 3.475vw;
    letter-spacing: -1.5px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 0
}

.bx-ie10 .b-slider .swiper-slide .block-description, .bx-ie10 .b-slider .swiper-slide .description, .bx-ie10 .b-slider .swiper-slide .h2, .bx-ie10 .b-slider .swiper-slide h2, .bx-ie11 .b-slider .swiper-slide .block-description, .bx-ie11 .b-slider .swiper-slide .description, .bx-ie11 .b-slider .swiper-slide .h2, .bx-ie11 .b-slider .swiper-slide h2 {
    max-width: 100%
}

@media (max-width: 991.98px) {
    .b-slider .swiper-slide .h2, .b-slider .swiper-slide h2 {
        font-size: 28px;
        line-height: 20px;
        letter-spacing: .1px;
        margin-bottom: 25px
    }
}

@media (max-width: 767.98px) {
    .b-slider .swiper-slide .h2, .b-slider .swiper-slide h2 {
        margin-bottom: 0;
        line-height: 25px
    }
}

.b-slider .swiper-slide .block-description {
    position: relative
}

.b-slider .swiper-slide .description {
    font-size: 18px;
    line-height: 1.3;
    overflow: hidden
}

@media (max-width: 991.98px) {
    .b-slider .swiper-slide .description {
        letter-spacing: 1px;
        margin-bottom: 20px
    }
}

@media (max-width: 767.98px) {
    .b-slider .swiper-slide .description {
        display: none
    }
}

.b-slider .swiper-slide .arrow-next, .b-slider .swiper-slide .arrow-next-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #16b1de;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 100
}

.b-slider .swiper-slide .arrow-next {
    margin-left: -25px;
    bottom: 25px;
    left: 50%
}

.b-slider .swiper-slide .arrow-next svg {
    width: 22px;
    height: 20px
}

.b-slider .swiper-slide .arrow-next-top {
    left: 15px;
    top: -75px
}

.b-slider .swiper-slide .arrow-next-top svg {
    width: 42px;
    height: 40px
}

.b-slider .swiper-slide .row {
    width: 105%
}

.b-slider .swiper-slide .row .more {
    margin-left: 15px;
    z-index: 100;
    background-color: #16b1de
}

@media (max-width: 575.98px) {
    .b-appointment {
        margin-bottom: 60px
    }
}

@media (max-width: 991.98px) {
    .b-appointment .h2, .b-appointment h2 {
        max-width: 80%;
        margin: 0 auto 50px
    }
}

@media (max-width: 575.98px) {
    .b-appointment .h2, .b-appointment h2 {
        font-size: 25px;
        margin-bottom: 20px
    }
}

@media (max-width: 991.98px) {
    .b-appointment .description {
        padding: 0;
        font-size: 25px;
        margin-bottom: 67px
    }
}

@media (max-width: 575.98px) {
    .b-appointment .description {
        line-height: 25px
    }
}

@media (max-width: 575.98px) {
    .b-appointment .btn-appointment .btn {
        padding: 18px;
        font-size: 20px;
        width: 100%
    }
}

.b-news-list {
    margin-bottom: 105px
}

@media (max-width: 575.98px) {
    .b-news-list {
        margin-bottom: 28px
    }
}

.b-news-list .news {
    position: relative;
    display: block;
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 30px
}

.b-news-list .news:hover .img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.b-news-list .news:hover .title {
    color: #16398e
}

.b-news-list .news:hover .description .text {
    opacity: 0
}

.b-footer .footer-menu .social .link-social:hover, .b-news-list .news:hover .description .arrow {
    opacity: 1
}

.b-news-list .news:hover .label {
    background-image: url(/local/templates/gm/images/news-list-action-label-hover.svg)
}

@media (max-width: 991.98px) {
    .b-news-list .news {
        width: auto
    }
}

.bx-ie10 .b-news-list .news, .bx-ie11 .b-news-list .news {
    max-width: 100%
}

.b-news-list .news .img {
    display: block;
    width: 100%;
    margin-bottom: 34px;
    transition: -webkit-filter 200ms, filter 200ms;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

@media (max-width: 575.98px) {
    .b-news-list .news .img {
        margin-bottom: 14px
    }
}

@media (max-width: 767.98px) {
    .b-news-list .news .img {
        margin-bottom: 42px
    }
}

.b-news-list .news .content {
    padding: 0 13px
}

.b-news-list .news .title {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 9px;
    line-height: 23px;
    transition: color 300ms
}

@media (max-width: 767.98px) {
    .b-news-list .news .title {
        font-size: 24px;
        margin-bottom: 17px
    }
}

.b-news-list .news .description {
    position: relative;
    font-size: 14px;
    letter-spacing: -.3px;
    line-height: 21px
}

.b-news-list .news .description .arrow {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    padding: 14px 0 0;
    transition: opacity 300ms;
    opacity: 0;
    color: #a2a0a1
}

.b-news-list .news .description .arrow * {
    fill: #16398e
}

.b-news-list .news .description .arrow span {
    margin-right: 20px
}

.b-news-list .news .description .text {
    transition: opacity 300ms;
    opacity: 1;
    line-height: 20px;
    color: #a2a0a1
}

@media (max-width: 767.98px) {
    .b-news-list .news .description .text {
        line-height: 24px
    }
}

.b-news-list .news .label {
    position: absolute;
    top: -60px;
    width: 50px;
    height: 144px;
    z-index: 2;
    right: -25px;
    background: url(/local/templates/gm/images/news-list-action-label.svg) no-repeat center right;
    background-size: contain
}

@media (max-width: 991.98px) {
    .b-news-list .news .label {
        width: 60px;
        height: 60px;
        top: -30px
    }
}

@media (max-width: 767.98px) {
    .b-news-list .news .label {
        right: 10px
    }
}

.b-news-list .news.big {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.b-news-list .news.big .img {
    -ms-flex: 1;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover
}

.b-news-list .swiper-container {
    padding-top: 30px;
    margin-top: -30px;
    padding-right: 25px;
    margin-right: -25px
}

@media (max-width: 991.98px) {
    .b-news-list .swiper-container {
        padding-right: 0;
        margin-right: 0
    }
}

.b-news-list .swiper-container .news {
    margin-bottom: 0
}

.b-news-list .swiper-slide {
    width: 25%
}

.b-news-list .swiper-slide .label {
    right: -25px
}

@media (max-width: 991.98px) {
    .b-news-list .swiper-slide .label {
        right: 10px
    }
}

.b-news-list .swiper-button-next, .b-news-list .swiper-button-prev {
    top: 82px
}

@media (max-width: 1480px) {
    .b-news-list .swiper-button-next, .b-news-list .swiper-button-prev {
        display: none
    }
}

.b-news-list .swiper-button-next, .b-news-list .swiper-button-prev {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url(/local/templates/gm/images/slider-arrow-button.svg) no-repeat center;
    border: 1px solid #e7e7e7;
    transition: border-color 300ms, background-color 300ms
}

.b-news-list .swiper-button-prev {
    transform: scaleX(-1);
    left: -100px;
    right: auto
}

.b-news-list .swiper-button-next:hover, .b-news-list .swiper-button-prev:hover {
    border-color: #16398e;
    background-color: #16398e
}

.b-news-list .swiper-button-next {
    left: auto;
    right: -100px
}

.b-footer {
    padding-left: 3px;
    padding-bottom: 100px
}

@media (max-width: 767.98px) {
    .b-footer {
        padding-bottom: 30px
    }
}

.b-footer .footer-menu {
    border: solid #c7ccd9;
    border-width: 1px 0;
    padding: 105px 20px 67px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    margin-bottom: 70px
}

@media (max-width: 991.98px) {
    .b-footer .footer-menu {
        margin-bottom: 43px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 83px 10px 26px
    }
}

@media (max-width: 767.98px) {
    .b-footer .footer-menu {
        padding-left: 0;
        padding-right: 0
    }
}

.b-footer .footer-menu .column {
    max-width: 20%;
    padding-right: 20px
}

@media (max-width: 991.98px) {
    .b-footer .footer-menu .column {
        max-width: 50%;
        width: 50%;
        margin-bottom: 58px
    }
}

@media (max-width: 767.98px) {
    .b-footer .footer-menu .column:nth-child(2n) {
        padding-right: 0;
        padding-left: 20px
    }
}

.b-footer .footer-menu .column:last-child {
    padding-right: 0
}

@media (max-width: 575.98px) {
    .b-footer .footer-menu {
        padding-top: 50px
    }
}

.b-footer .footer-menu .nav-menu {
    margin-bottom: 0
}

.b-footer .footer-menu .nav-menu li {
    list-style: none;
    font-size: 18px;
    margin-bottom: 14px
}

@media (max-width: 991.98px) {
    .b-footer .footer-menu .nav-menu li {
        margin-bottom: 12px
    }
}

@media (max-width: 767.98px) {
    .b-footer .footer-menu .nav-menu li {
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 1.2
    }
}

.b-footer .footer-menu .nav-menu li .count {
    border-radius: 50%;
    color: #fff;
    text-align: center;
    background-color: #16b1de;
    font-size: 14px;
    padding: 6px;
    margin-left: 5px
}

@media (max-width: 991.98px) {
    .b-footer .footer-menu .social-column {
        max-width: 100%;
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 767.98px) {
    .b-footer .footer-menu .social-column {
        margin-bottom: 10px
    }
}

.b-footer .footer-menu .social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 200px
}

.b-footer .footer-menu .social .title-social {
    -ms-flex: 100%;
    flex: 100%;
    margin-bottom: 33px
}

.b-footer .footer-menu .social .v-a-sub {
    vertical-align: sub
}

.b-footer .footer-menu .social .link-social {
    display: inline-block;
    margin-right: 23px;
    opacity: .2;
    transition: opacity 200ms;
    text-decoration: none
}

.b-footer .footer-menu .social .link-social .link-youtube {
    width: 50px;
    height: 50px
}

.b-footer .footer-menu .social .link-social * {
    fill: #16398e
}

.b-footer .footer-sub {
    padding: 0 11px
}

@media (max-width: 991.98px) {
    .b-footer .footer-sub {
        text-align: center;
        padding-left: 0;
        padding-right: 0
    }
}

.b-footer .footer-sub .column {
    list-style-type: none;
    padding-left: 0;
    padding-top: 14px
}

.b-footer .footer-sub .column .title {
    margin-bottom: 18px;
    font-size: 21px
}

@media (max-width: 575.98px) {
    .b-footer .footer-sub .column .title {
        font-size: 18px
    }
}

.b-footer .footer-sub .column .tel {
    margin-bottom: 7px
}

@media (max-width: 575.98px) {
    .b-footer .footer-sub .column .tel {
        font-size: 14px
    }
}

.b-footer .footer-sub .column .tel:hover a {
    color: #16b1de
}

.b-footer .footer-sub .column .tel a {
    text-decoration: none;
    color: #020c22
}

.b-footer .footer-sub .column span {
    font-size: 14px
}

.b-footer .footer-sub .light-gray {
    color: #c4c8ca;
    white-space: nowrap
}

.b-footer .btn-map, .b-vacancies .vacancies .vacancy:hover a, .bx-no-touch .b-doctors-list .doctor:hover .content .name {
    color: #fff
}

@media (max-width: 991.98px) {
    .b-footer .btn-map {
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: center
    }
}

.b-footer .btn-map .btn {
    padding: 14px 46px;
    font-size: 22px
}

.b-footer .link-logo {
    padding-top: 15px;
    padding-left: 85px
}

@media (max-width: 991.98px) {
    .b-footer .link-logo {
        padding: 0;
        text-align: center
    }
}

.b-footer .link-logo .link-power {
    margin-right: 23px;
    text-decoration: none
}

.b-footer .link-logo .link-likee svg, .b-footer .link-logo .link-power svg {
    fill: #dcdcdc
}

.b-footer .link-logo .link-power svg:hover {
    fill: #ff4147
}

.b-contacts .contact div a, .b-footer .link-logo .link-likee {
    text-decoration: none
}

.b-footer .link-logo .link-likee:hover svg {
    fill: #f47620
}

.b-footer .to-top-arrow {
    position: fixed;
    z-index: 100;
    width: 75px;
    height: 75px;
    right: 75px;
    bottom: 25px
}

.b-footer .to-top-arrow.hidden {
    display: none
}

@media (max-width: 768px) {
    .b-footer .to-top-arrow {
        right: 25px
    }
}

.b-footer .to-top-arrow .circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: #16398e
}

.b-footer .to-top-arrow .circle .arrow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 95%;
    transform: rotate(180deg);
    color: #fff
}

.b-footer .to-top-arrow .circle .arrow svg {
    width: 50%;
    height: 50%
}

.b-doctors-list {
    margin-bottom: 70px
}

.b-doctors-list:hover {
    z-index: 5
}

@media (max-width: 767.98px) {
    .b-doctors-list {
        margin-bottom: 40px;
        padding-top: 40px;
        padding-bottom: 30px;
        z-index: 5
    }
}

.b-doctors-list, .b-doctors-list .col-12 {
    position: relative
}

.b-doctors-list .col-12:hover {
    z-index: 3
}

.b-doctors-list .doctor {
    text-decoration: none;
    display: block;
    background-color: #fff;
    margin: auto
}

.bx-no-touch .b-doctors-list .doctor {
    transition: transform 300ms, box-shadow 300ms, border-top-left-radius 300ms, border-top-right-radius 300ms
}

.bx-no-touch .b-doctors-list .doctor:hover {
    transform: scale(1.33);
    box-shadow: 0 1px 30px 0 rgba(50, 50, 50, .2);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.bx-no-touch .b-doctors-list .doctor:hover .img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    padding: 10px 10px 0
}

.bx-no-touch .b-doctors-list .doctor:hover .content {
    background-color: #16398e;
    color: #fff
}

.b-directions-slider .main-slider .list li a:hover, .b-directions-slider a:hover, .bx-no-touch .b-doctors-list .doctor:hover .content .description {
    color: #16b1de
}

.b-doctors-list .doctor .embed-responsive {
    overflow: visible
}

.b-doctors-list .doctor .img {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    border: 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.b-doctors-list .doctor .content {
    position: relative;
    z-index: 2;
    padding: 33px 10px 20px 22px;
    letter-spacing: -.6px;
    transition: color 300ms, background-color 300ms;
    background-color: #fff
}

@media (max-width: 767.98px) {
    .b-doctors-list .doctor .content {
        padding-top: 15px
    }
}

.b-doctors-list .doctor .content .name {
    display: inline-block;
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    word-spacing: 0;
    margin-bottom: 8px;
    color: #020c22;
    transition: color 300ms
}

.b-doctors-list .doctor .content .description {
    font-size: 14px;
    letter-spacing: -.75px;
    word-spacing: 4px;
    color: #a2a0a1;
    transition: color 300ms;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    word-wrap: break-word
}

@media (max-width: 767.98px) {
    .b-doctors-list .doctor .content .description {
        line-height: 20px
    }
}

.b-doctors-list .doctors-list {
    margin-bottom: 80px;
    background-color: #fff
}

@media (max-width: 767.98px) {
    .b-doctors-list .doctors-list {
        margin-bottom: 30px
    }
}

.b-doctors-list .swiper-container {
    padding: 120px 40px 80px;
    margin: -120px -40px -80px
}

@media (max-width: 991.98px) {
    .b-doctors-list .swiper-container {
        padding: 170px 0 80px;
        margin: -120px -15px -80px
    }
}

@media (max-width: 767.98px) {
    .b-doctors-list .swiper-container {
        padding-top: 120px;
        padding-bottom: 140px
    }
}

.b-doctors-list .swiper-slide {
    position: relative;
    width: 20%
}

.b-doctors-list .swiper-slide.swiper-slide-active, .b-doctors-list .swiper-slide:hover {
    z-index: 3
}

@media (max-width: 991.98px) {
    .b-doctors-list .swiper-slide {
        width: auto
    }

    .b-doctors-list .swiper-slide.swiper-slide-active .doctor {
        transform: scale(1.33);
        box-shadow: 0 1px 30px 0 rgba(50, 50, 50, .2);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px
    }

    .b-doctors-list .swiper-slide.swiper-slide-active .doctor .img {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        padding: 10px 10px 0
    }

    .b-doctors-list .swiper-slide.swiper-slide-active .doctor .content {
        background-color: #16398e;
        color: #fff
    }

    .b-doctors-list .swiper-slide.swiper-slide-active .doctor .content .name {
        color: #fff;
        font-size: 16px
    }

    .b-doctors-list .swiper-slide.swiper-slide-active .doctor .content .description {
        color: #16b1de;
        font-size: 14px
    }
}

.b-doctors-list .swiper-button-next, .b-doctors-list .swiper-button-prev {
    top: 40%
}

@media (max-width: 1480px) {
    .b-doctors-list .swiper-button-next, .b-doctors-list .swiper-button-prev {
        display: none
    }
}

.b-doctors-list .swiper-button-next, .b-doctors-list .swiper-button-prev {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url(/local/templates/gm/images/slider-arrow-button.svg) no-repeat center;
    border: 1px solid #e7e7e7;
    transition: border-color 300ms, background-color 300ms
}

.b-doctors-list .swiper-button-prev {
    transform: scaleX(-1);
    left: -100px;
    right: auto
}

.b-doctors-list .swiper-button-next:hover, .b-doctors-list .swiper-button-prev:hover {
    border-color: #16398e;
    background-color: #16398e
}

.b-doctors-list .swiper-button-next {
    left: auto;
    right: -100px
}

.b-counters {
    margin-bottom: 96px
}

.b-counters .circle, .b-counters .counter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.b-counters .counter {
    box-sizing: border-box;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.b-counters .circle {
    position: relative;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    -ms-flex-pack: center;
    justify-content: center
}

.b-counters .circle canvas {
    position: absolute;
    top: 0;
    left: 0
}

.b-counters .circle .percent {
    font-size: 40px;
    padding-left: 10px
}

.b-counters .circle .percent span {
    font-family: "UbuntuCn", Arial, sans-serif;
    font-size: 72px;
    font-weight: 700
}

.b-counters .content {
    width: calc(100% - 185px)
}

.b-counters .content .title {
    color: #231f20;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 12px;
    letter-spacing: -.5px
}

.b-counters .content .description {
    color: #878c97;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.9px
}

.b-counters .swiper-container .swiper-wrapper {
    margin-bottom: 21px
}

.b-counters .swiper-container .swiper-slide {
    width: 33.33%
}

.b-counters .swiper-container .swiper-pagination {
    position: static
}

.b-counters .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ced5df;
    border-radius: 50%;
    vertical-align: middle
}

.b-counters .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    width: 15px;
    height: 15px;
    border: 4px solid #70839e;
    background: #fff
}

.b-directions-slider {
    position: relative;
    color: #fff;
    margin-bottom: 113px;
    background-color: #16398e;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

@media (max-width: 991.98px) {
    .b-directions-slider {
        margin-bottom: 37px
    }
}

.b-directions-slider a {
    color: inherit;
    text-decoration: none
}

.b-directions-slider .animate-it {
    animation-duration: 400ms
}

.b-directions-slider .animate-it[data-animate^=fade] {
    opacity: 0
}

.b-directions-slider .btn-play {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 4px solid #16b1de;
    position: absolute;
    bottom: 121px;
    color: inherit;
    display: -ms-flexbox;
    display: flex;
    transition: opacity 200ms;
    opacity: 0;
    animation-delay: 1400ms;
    z-index: 10
}

.b-directions-slider .btn-play.animated {
    opacity: 1
}

@media (min-width: 576px) {
    .b-directions-slider .btn-play {
        right: calc((100vw - 580px) / 2)
    }
}

@media (min-width: 768px) {
    .b-directions-slider .btn-play {
        right: calc((100vw - 581px) / 2)
    }
}

@media (min-width: 992px) {
    .b-directions-slider .btn-play {
        right: calc((100vw - 930px) / 2)
    }
}

@media (min-width: 1200px) {
    .b-directions-slider .btn-play {
        right: calc((100vw - 1280px) / 2)
    }
}

@media (max-width: 991.98px) {
    .b-directions-slider .btn-play {
        display: none
    }
}

.b-directions-slider .btn-play:hover {
    opacity: .8
}

.b-directions-slider .btn-play svg {
    margin: auto
}

.b-directions-slider .video-container, .b-directions-slider .video-container-fullscreen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.b-directions-slider .video-container video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none
}

.b-directions-slider .video-container-fullscreen {
    display: none
}

.b-directions-slider .main-slider .doctors .doctor img, .b-directions-slider .video-container-fullscreen.fullscreen {
    display: block
}

.b-directions-slider .video-container-fullscreen .video-js {
    width: 100%;
    height: 100%
}

.b-directions-slider .video-container-fullscreen .video-js .vjs-big-play-button {
    display: none
}

.b-directions-slider .video-container-fullscreen .video-js .vjs-poster {
    background-size: cover
}

@media (max-width: 767.98px) {
    .bx-ios.bx-touch .b-directions-slider .video-container-fullscreen .video-js ::-webkit-media-controls-panel {
        display: none !important;
        -webkit-appearance: none
    }

    .bx-ios.bx-touch .b-directions-slider .video-container-fullscreen .video-js ::-webkit-media-controls-play-button {
        display: none !important;
        -webkit-appearance: none
    }

    .bx-ios.bx-touch .b-directions-slider .video-container-fullscreen .video-js ::-webkit-media-controls-start-playback-button {
        display: none !important;
        -webkit-appearance: none
    }
}

.b-directions-slider .pagination {
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (max-width: 767.98px) {
    .b-directions-slider .pagination {
        display: none
    }
}

.b-directions-slider .pagination .swiper-container {
    width: 100%;
    padding: 20px 0 200px
}

.b-directions-slider .pagination .swiper-container:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, .15)
}

.b-directions-slider .pagination .swiper-slide {
    height: 2px
}

.b-directions-slider .pagination .swiper-slide-active .bullet {
    width: 22px;
    height: 22px
}

.b-directions-slider .pagination .bullet {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    background-color: #16b1de;
    border: 0;
    opacity: 1;
    cursor: pointer;
    border-radius: 50%;
    transform: translate(-50%, -50%)
}

.b-directions-slider .pagination .bullet-name {
    position: absolute;
    top: 40px;
    left: 50%;
    font-size: 30px;
    transform: translateX(-50%);
    line-height: 1;
    text-align: center;
    max-width: 100%;
    overflow: hidden;
    word-wrap: break-word
}

.b-directions-slider .main-slider {
    position: relative
}

.b-directions-slider .main-slider .swiper-container {
    z-index: 2
}

.b-directions-slider .main-slider .swiper-slide {
    display: -ms-flexbox;
    display: flex;
    padding: 108px 0 121px
}

@media (max-width: 991.98px) {
    .b-directions-slider .main-slider .swiper-slide {
        padding-bottom: 63px
    }
}

.b-directions-slider .main-slider .swiper-slide .swiper-slide-half {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40%;
    height: 100%;
    z-index: 2
}

.b-directions-slider .main-slider .swiper-slide .swiper-slide-half.prev {
    left: 0;
    cursor: url(/local/templates/gm/images/slider-cursor-prev.png) 33 29, auto
}

.b-directions-slider .main-slider .swiper-slide .swiper-slide-half.next {
    right: 0;
    cursor: url(/local/templates/gm/images/slider-cursor-next.png) 33 29, auto
}

.b-directions-slider .main-slider .swiper-slide:first-child .swiper-slide-half.prev {
    display: none
}

.b-directions-slider .main-slider .swiper-slide:last-child .swiper-slide-half.next {
    display: none
}

.b-directions-slider .main-slider .center {
    position: relative;
    z-index: 10;
    margin: auto;
    max-width: 430px
}

@media (max-width: 991.98px) {
    .b-directions-slider .main-slider .center {
        padding-right: 15px;
        padding-left: 15px;
        width: 100%
    }
}

.b-directions-slider .main-slider .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 43px 0 rgba(10, 10, 10, .33);
    margin-bottom: 23px;
    animation-duration: 600ms
}

.b-directions-slider .main-slider .img-box .arrow-next {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    right: 17px;
    bottom: 17px;
    width: 30px;
    height: 30px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #16b1de;
    border-radius: 50%;
    text-decoration: none
}

.b-directions-slider .main-slider .img-box .arrow-next svg {
    width: 22px;
    height: 20px
}

.b-directions-slider .main-slider .name {
    display: block;
    font-size: 36px;
    padding-left: 35px;
    letter-spacing: -.7px;
    margin-bottom: 15px;
    line-height: 1;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    animation-duration: 400ms;
    animation-delay: 600ms
}

@media (max-width: 991.98px) {
    .b-directions-slider .main-slider .name {
        padding-left: 50px
    }
}

@media (max-width: 767.98px) {
    .b-directions-slider .main-slider .name {
        padding-left: 10px
    }
}

.b-directions-slider .main-slider .list {
    list-style: none;
    padding-left: 39px;
    letter-spacing: .4px;
    margin-bottom: 0
}

@media (max-width: 991.98px) {
    .b-directions-slider .main-slider .list {
        padding-left: 50px;
        letter-spacing: -.5px;
        margin-bottom: 30px
    }
}

@media (max-width: 767.98px) {
    .b-directions-slider .main-slider .list {
        padding-left: 10px
    }
}

.b-directions-slider .main-slider .list li {
    color: #fff;
    list-style: none;
    margin-bottom: 4px;
    animation-duration: 400ms;
    animation-delay: 600ms
}

@media (max-width: 991.98px) {
    .b-directions-slider .main-slider .list li {
        font-size: 22px;
        margin-bottom: 2px
    }
}

.b-directions-slider .main-slider .btn-learn-more {
    z-index: 10;
    bottom: 50px;
    left: 300px;
    padding: 22px 45px;
    display: none;
    font-size: 30px;
    max-width: 370px;
    margin: 0 auto
}

.b-directions-slider .main-slider .btn-learn-more:hover {
    color: #020c22
}

@media (max-width: 991.98px) {
    .b-directions-slider .main-slider .btn-learn-more {
        display: block
    }
}

.b-directions-slider .main-slider .doctors {
    position: absolute;
    bottom: 121px;
    z-index: 10;
    margin-bottom: -15px
}

@media (min-width: 576px) {
    .b-directions-slider .main-slider .doctors {
        left: calc((100vw - 580px) / 2)
    }
}

@media (min-width: 768px) {
    .b-directions-slider .main-slider .doctors {
        left: calc((100vw - 581px) / 2)
    }
}

@media (min-width: 992px) {
    .b-directions-slider .main-slider .doctors {
        left: calc((100vw - 930px) / 2)
    }
}

@media (min-width: 1200px) {
    .b-directions-slider .main-slider .doctors {
        left: calc((100vw - 1280px) / 2)
    }
}

@media (max-width: 991.98px) {
    .b-directions-slider .main-slider .doctors {
        display: none
    }
}

.b-directions-slider .main-slider .doctors .title {
    font-size: 20px;
    margin-bottom: 32px;
    letter-spacing: -.6px;
    padding-left: 4px;
    animation-duration: 400ms;
    animation-delay: 1000ms
}

.b-directions-slider .main-slider .doctors .doctors-container {
    max-width: 312px
}

.b-directions-slider .main-slider .doctors .doctor {
    position: relative;
    width: 92px;
    height: 92px;
    margin-right: 18px;
    margin-bottom: 18px;
    float: left;
    opacity: 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    overflow: hidden;
    border-radius: 50%;
    animation-duration: 400ms;
    animation-delay: 1000ms
}

.b-directions-slider .main-slider .doctors .doctor:nth-child(3n) {
    margin-right: 0
}

.b-component-title {
    margin-bottom: 60px;
    z-index: 2;
    position: relative
}

@media (max-width: 991.98px) {
    .b-component-title {
        margin-bottom: 37px
    }
}

.b-component-title .h1, .b-component-title .h2, .b-component-title h1, .b-component-title h2 {
    font-size: 66px;
    font-weight: 700;
    letter-spacing: -1.5px;
    margin-bottom: 0
}

@media (max-width: 991.98px) {
    .b-component-title .h1, .b-component-title .h2, .b-component-title h1, .b-component-title h2 {
        font-size: 52px;
        line-height: 40px
    }
}

@media (max-width: 767.98px) {
    .b-component-title .h1, .b-component-title .h2, .b-component-title h1, .b-component-title h2 {
        margin-right: 10px
    }
}

@media (max-width: 575.98px) {
    .b-component-title .h1, .b-component-title .h2, .b-component-title h1, .b-component-title h2 {
        font-size: 34px
    }
}

.bx-ie10 .b-component-title .h1, .bx-ie10 .b-component-title .h2, .bx-ie10 .b-component-title h1, .bx-ie10 .b-component-title h2, .bx-ie11 .b-component-title .h1, .bx-ie11 .b-component-title .h2, .bx-ie11 .b-component-title h1, .bx-ie11 .b-component-title h2 {
    -ms-flex: 0 1 auto
}

.b-component-title .counter {
    display: inline-block;
    border-radius: 50%;
    background-color: #16b1de;
    color: #fff;
    font-size: 17px;
    font-weight: 100;
    vertical-align: middle;
    letter-spacing: .1px;
    margin-left: 13px;
    width: 34px;
    height: 34px;
    line-height: 35px;
    text-align: center
}

@media (max-width: 767.98px) {
    .b-component-title .counter {
        -ms-flex-preferred-size: 34px;
        flex-basis: 34px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
}

.b-component-title .link-to-all {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    letter-spacing: -.3px;
    text-decoration: none;
    white-space: nowrap;
    margin-left: 10px
}

.b-component-title .link-to-all * {
    fill: #c7cbd8
}

@media (max-width: 995px) {
    .b-component-title .link-to-all {
        display: none
    }
}

.b-component-title .link-to-all span {
    margin-right: 33px
}

.b-component-title .btn-partner, .b-component-title .btn-personal {
    font-size: 26px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -.12px;
    border-radius: 30px;
    border: 2px solid #babac2;
    color: #16398e;
    -ms-flex-item-align: center;
    align-self: center;
    transition: background-color .3s, color .3s
}

@media (max-width: 991.98px) {
    .b-component-title .btn-partner, .b-component-title .btn-personal {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width: 767.98px) {
    .b-component-title .btn-partner, .b-component-title .btn-personal {
        display: none
    }
}

.b-component-title .btn-partner:hover, .b-component-title .btn-personal:hover {
    background-color: #16398e;
    color: #fff
}

.b-component-title .add-info {
    display: none;
    position: relative;
    width: 65px;
    height: 65px;
    -ms-flex-preferred-size: 65px;
    flex-basis: 65px;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    border: 3px solid #cbcbcb;
    font-size: 70px;
    color: #cbcbcb;
    text-decoration: none
}

@media (max-width: 767.98px) {
    .b-component-title .add-info {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 575.98px) {
    .b-component-title .add-info {
        width: 50px;
        height: 50px;
        -ms-flex-preferred-size: 50px;
        flex-basis: 50px
    }
}

.b-component-title .add-info:after {
    content: '+';
    display: block;
    font-size: 65px
}

@media (max-width: 575.98px) {
    .b-component-title .add-info:after {
        font-size: 50px
    }
}

.b-slider-mobile-navigation {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 78px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1
}

@media (min-width: 768px) {
    .b-slider-mobile-navigation {
        display: none
    }
}

.b-slider-mobile-navigation .swiper-button-next, .b-slider-mobile-navigation .swiper-button-prev {
    position: static;
    margin: 0;
    width: 80px;
    height: 80px;
    background: url(/local/templates/gm/images/slider-mobile-navigation-button.svg) no-repeat center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-size: contain;
    transition: opacity 200ms
}

.b-slider-mobile-navigation .swiper-button-prev {
    transform: scaleX(-1)
}

.b-slider-mobile-navigation .link {
    text-align: center;
    color: #16398e;
    font-size: 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px
}

.b-slider-mobile-navigation .link span {
    margin-right: 29px;
    letter-spacing: -.5px
}

@media (max-width: 575.98px) {
    .b-slider-mobile-navigation .link span {
        display: none
    }
}

.b-bread-crumbs {
    margin-bottom: 44px
}

.b-bread-crumbs a {
    color: #16398e !important;
    position: relative;
    margin-right: 29px;
    font-size: 14px;
    letter-spacing: -.2px;
    cursor: pointer
}

.b-bread-crumbs a:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #c7ccd9;
    bottom: 6px;
    right: -17px
}

.b-bread-crumbs span {
    color: #c7ccd9;
    font-size: 14px;
    letter-spacing: -.3px
}

.b-filter {
    position: relative;
    z-index: 14;
    margin-bottom: 96px
}

@media (max-width: 767.98px) {
    .b-filter {
        margin-bottom: 40px
    }
}

.b-filter .form-group .search-by-name {
    height: 50px;
    font-size: 20px;
    color: #020c22;
    border: 1px solid #dadde6
}

.b-filter .form-group .search-by-name:focus {
    border-color: #16398e
}

.b-filter .form-group .search-by-name ::-moz-placeholder {
    color: #c7ccd9;
    font-size: 14px
}

@media (max-width: 991.98px) {
    .b-filter .form-group .search-by-name {
        margin-bottom: 15px
    }
}

@media (max-width: 767.98px) {
    .b-filter .form-group .search-by-name {
        width: 100%
    }
}

.b-filter .form-group .chosen-container {
    width: 100% !important
}

.b-filter .form-group .chosen-drop {
    z-index: 2000
}

@media (max-width: 991.98px) {
    .b-filter .btn {
        width: 100%;
        display: block
    }
}

.b-load-more {
    display: block;
    background-color: #f4f5f9;
    padding: 20px 0;
    font-size: 22px;
    color: #020c22;
    text-align: center
}

.b-load-more:hover {
    text-decoration: none;
    color: #fff;
    transition: 400ms;
    background-color: #16398e
}

.b-load-more:hover .arrow * {
    fill: #fff
}

.b-load-more .arrow {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle
}

.b-load-more .arrow * {
    fill: #16398e
}

.b-load-more .counter {
    display: inline-block;
    border-radius: 40px;
    background-color: #16b1de;
    color: #fff;
    font-size: 17px;
    font-weight: 100;
    vertical-align: middle;
    letter-spacing: .1px;
    margin-left: 13px;
    width: 34px;
    height: 34px;
    line-height: 35px;
    text-align: center
}

.b-doctor-card {
    margin-bottom: 100px
}

.b-doctor-card .h1, .b-doctor-card h1 {
    font-size: 66px;
    font-weight: 700;
    margin-bottom: 90px
}

@media (max-width: 991.98px) {
    .b-doctor-card .h1, .b-doctor-card h1 {
        line-height: 60px;
        font-size: 52px;
        font-weight: 400;
        margin-bottom: 60px
    }
}

.b-doctor-card .h2, .b-doctor-card h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 50px
}

.b-doctor-card .h3, .b-doctor-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px
}

.b-doctor-card .doctor-card .block-doctor {
    max-width: 461px
}

.b-doctor-card .doctor-card .block-doctor .doctor {
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, .2);
    margin-bottom: 85px
}

@media (max-width: 991.98px) {
    .b-doctor-card .doctor-card .block-doctor .doctor {
        margin: 0 auto
    }
}

.b-doctor-card .doctor-card .block-doctor .doctor img {
    display: block;
    width: 100%
}

.b-doctor-card .doctor-card .block-doctor .doctor .doctor-description {
    width: auto;
    min-height: 160px;
    background-color: #16398e;
    color: #18b2de;
    font-size: 23px;
    padding: 30px 45px;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    word-wrap: break-word
}

@media (max-width: 991.98px) {
    .b-doctor-card .doctor-card .block-doctor .doctor .doctor-description {
        margin-bottom: 50px
    }
}

.b-doctor-card .doctor-card .block-doctor .appointment {
    margin-bottom: 50px
}

@media (max-width: 991.98px) {
    .b-doctor-card .doctor-card .block-doctor .appointment {
        margin: 0 auto
    }
}

.b-doctor-card .doctor-card .block-doctor .appointment .btn {
    width: 100%;
    font-size: 26px;
    padding: 18px 0
}

.b-doctor-card .doctor-card .block-doctor .write-review {
    display: block;
    text-align: center;
    font-size: 30px;
    text-decoration: none
}

@media (max-width: 991.98px) {
    .b-doctor-card .doctor-card .description {
        padding-top: 50px
    }
}

.b-doctor-card .doctor-card .description .text {
    font-size: 18px;
    margin-bottom: 50px
}

.b-doctor-card .doctor-card .description .text p {
    margin-bottom: 30px
}

.b-doctor-card .doctor-card .description .education .text {
    font-size: 18px;
    margin-bottom: 30px
}

.b-doctor-card .doctor-card .description .education .text div {
    margin-bottom: 15px
}

.b-doctor-card .doctor-card .certificates {
    margin-bottom: 20px
}

.b-doctor-card .doctor-card .certificates .certificate-img {
    display: inline-block;
    background-color: #f4f5f9;
    padding: 30px 25px;
    margin-right: 18px
}

@media (max-width: 767.98px) {
    .b-doctor-card .doctor-card .certificates .certificate-img {
        margin-bottom: 20px
    }
}

.b-doctor-card .learn-more .btn-learn-more {
    display: block;
    background-color: #f4f5f9;
    color: #020c22;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    padding: 15px 0;
    cursor: pointer;
    transition: 500ms
}

.b-doctor-card .learn-more .btn-learn-more:hover {
    background-color: #16398e;
    color: #fff
}

.b-doctor-card .learn-more .btn-learn-more .arrow {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle
}

.b-about .learn-more .open .arrow svg, .b-doctor-card .learn-more .open .arrow svg, .b-insurance-companies .open .arrow svg, .b-vacancy-modal .opening .arrow svg {
    transform: scaleY(-1)
}

.b-news-detail {
    position: relative
}

.b-news-detail .label {
    position: absolute;
    top: 0;
    width: 120px;
    height: 120px;
    margin-top: -60px;
    z-index: 2;
    right: 0;
    background: url(/local/templates/gm/images/news-detail-action-label.svg) no-repeat center right;
    background-size: contain
}

.b-news-detail .label:hover {
    background-image: url(/local/templates/gm/images/news-detail-action-label-hover.svg)
}

@media (max-width: 991.98px) {
    .b-news-detail .label {
        width: 60px;
        height: 60px;
        margin-top: -30px
    }
}

.b-news-detail .slider {
    position: relative;
    margin-bottom: 95px
}

@media (max-width: 991.98px) {
    .b-news-detail .slider {
        margin-bottom: 66px
    }
}

.b-news-detail .slider img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 70vh;
    max-height: 90vh
}

.b-news-detail .slider .swiper-button-next, .b-news-detail .slider .swiper-button-prev {
    margin-top: -30px;
    top: 50%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url(/local/templates/gm/images/slider-arrow-button.svg) no-repeat center;
    border: 1px solid #e7e7e7;
    transition: border-color 300ms, background-color 300ms
}

.b-news-detail .slider .swiper-button-prev {
    transform: scaleX(-1);
    left: 45px;
    right: auto
}

.b-news-detail .slider .swiper-button-next:hover, .b-news-detail .slider .swiper-button-prev:hover {
    border-color: #16398e;
    background-color: #16398e
}

.b-news-detail .slider .swiper-button-next {
    left: auto;
    right: 45px
}

.b-news-detail .slider .swiper-pagination {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.b-news-detail .slider .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: #fff;
    opacity: 1;
    margin-right: 12px
}

.b-news-detail .slider .swiper-pagination-bullet-active {
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 4px solid #fff
}

.b-news-detail .content {
    font-size: 18px;
    line-height: 1.22em;
    margin-bottom: 90px
}

.b-news-detail .content .h2, .b-news-detail .content h2 {
    font-weight: 700;
    line-height: 1.1875;
    margin-bottom: 1.5em;
    margin-top: 1.8em
}

.b-news-detail .content .h2:first-child, .b-news-detail .content h2:first-child {
    margin-top: 0
}

.b-news-detail .content p {
    margin-bottom: 1.2em
}

.b-news-detail .content ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 2em
}

.b-news-detail .content img {
    display: block;
    max-width: 100%;
    border-radius: 10px;
    margin: 80px 0
}

.b-leadership {
    padding-left: 100px;
    margin-bottom: 100px
}

@media (max-width: 991.98px) {
    .b-leadership {
        padding-left: 0
    }
}

.b-leadership .h2, .b-leadership h2 {
    font-size: 32px
}

.b-insurance-companies p, .b-leadership div {
    font-size: 18px
}

.b-contacts {
    margin-bottom: 80px
}

@media (max-width: 767.98px) {
    .b-contacts, .b-contacts .contact {
        margin-bottom: 40px
    }
}

.b-contacts .contact .h2, .b-contacts .contact h2 {
    font-size: 33px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 25px
}

@media (max-width: 991.98px) {
    .b-contacts .contact .h2, .b-contacts .contact h2 {
        padding-top: 39px;
        letter-spacing: -1.7px;
        font-size: 31px
    }
}

@media (max-width: 767.98px) {
    .b-contacts .contact .h2, .b-contacts .contact h2 {
        padding-top: 0
    }
}

.b-contacts .contact div {
    font-size: 23px;
    letter-spacing: -1px;
    font-weight: 100
}

@media (max-width: 991.98px) {
    .b-contacts .contact div {
        font-size: 22px;
        letter-spacing: -1.2px;
        line-height: 31px
    }
}

.b-contacts .contact div .tel, .b-vacancies .vacancies .vacancy.open:hover a {
    color: #000
}

.b-ask-question {
    max-width: 906px;
    margin: auto auto 83px
}

.b-ask-question .h2, .b-ask-question h2 {
    font-size: 66px;
    font-weight: 800;
    line-height: 68px;
    margin: auto auto 45px
}

@media (max-width: 575.98px) {
    .b-ask-question .h2, .b-ask-question h2 {
        font-size: 40px;
        line-height: 42px;
        margin-bottom: 30px
    }
}

.b-ask-question form {
    background-color: #f1f3f8;
    border-radius: 10px;
    padding: 80px 169px 50px;
    margin: 0 auto
}

@media (max-width: 991.98px) {
    .b-ask-question form {
        padding: 40px 60px
    }
}

@media (max-width: 767.98px) {
    .b-ask-question form {
        padding: 40px 20px
    }
}

.b-ask-question form .form-group {
    position: relative;
    margin-bottom: 30px
}

.b-ask-question form .form-group label {
    letter-spacing: 1px;
    font-size: 10px;
    color: #9d9fa2;
    text-transform: uppercase
}

.b-ask-question form .form-group .form-control {
    background: 0 0;
    border: 0;
    padding: 0 25px 0 0;
    height: auto;
    border-radius: 0;
    border-bottom: 2px solid #a5a6a9
}

.b-ask-question form .form-group .form-control.valid {
    background: url(/local/templates/gm/images/ask-question-check-mark.svg) no-repeat;
    background-position: right center
}

.b-ask-question form .form-group .invalid-feedback {
    position: absolute;
    right: 0;
    top: 20px
}

.b-ask-question form .send-message {
    text-align: center
}

.b-ask-question label.error {
    color: red !important
}

.b-normative-documents {
    margin-bottom: 100px
}

.b-normative-documents .h2, .b-normative-documents h2 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 30px
}

.b-normative-documents .title {
    font-size: 33px;
    color: #6c6a6a;
    text-align: center;
    line-height: 40px;
    margin-bottom: 67px
}

@media (max-width: 991.98px) {
    .b-normative-documents .docs-list {
        margin-bottom: 40px
    }
}

.b-normative-documents .docs-list .item {
    margin-bottom: 10px
}

.b-normative-documents .docs-list .item a, .b-search-normative-documents .nav-menu .nav-item a {
    font-size: 21px;
    text-decoration: none
}

.b-normative-documents .docs-list .item span {
    margin-left: 10px;
    background-color: #16b1de;
    color: #fff;
    font-size: 12px;
    line-height: 26px;
    vertical-align: top;
    padding: 2px 8px;
    white-space: nowrap;
    text-decoration: none
}

.b-about {
    margin-bottom: 60px
}

.b-about .description {
    font-size: 18px;
    line-height: 1.4
}

@media (max-width: 991.98px) {
    .b-about .description {
        margin-bottom: 50px
    }
}

.b-about .description .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 15px
}

.b-about .description p {
    margin-bottom: 20px
}

.b-about .description p.paragraph {
    font-size: 19px;
    font-weight: 400;
    line-height: 24px
}

@media (max-width: 991.98px) {
    .b-about .learn-more {
        margin-bottom: 50px
    }
}

.b-about .learn-more .btn-learn-more {
    display: block;
    background-color: #f4f5f9;
    color: #020c22;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    padding: 15px 0;
    cursor: pointer;
    transition: 500ms
}

.b-about .learn-more .btn-learn-more:hover {
    background-color: #16398e;
    color: #fff
}

.b-about .learn-more .btn-learn-more .arrow {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle
}

.b-about .gallery .embed-responsive {
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden
}

.b-about .gallery .video-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.b-about .gallery .video-container .video-js {
    width: 100%;
    height: 100%
}

.b-about .gallery .video-container .video-js .vjs-big-play-button {
    display: none
}

.b-about .gallery .video-container .video-js .vjs-poster {
    background-size: cover
}

@media (max-width: 767.98px) {
    .bx-ios.bx-touch .b-about .gallery .video-container .video-js ::-webkit-media-controls-panel {
        display: none !important;
        -webkit-appearance: none
    }

    .bx-ios.bx-touch .b-about .gallery .video-container .video-js ::-webkit-media-controls-play-button {
        display: none !important;
        -webkit-appearance: none
    }

    .bx-ios.bx-touch .b-about .gallery .video-container .video-js ::-webkit-media-controls-start-playback-button {
        display: none !important;
        -webkit-appearance: none
    }
}

.b-about .gallery .play {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 180px;
    height: 180px;
    background: url(/local/templates/gm/images/about-icon-play.svg) center no-repeat;
    transform: translate(-50%, -50%);
    z-index: 5;
    cursor: pointer;
    max-height: 90%;
    max-width: 90%
}

@media (max-width: 767.98px) {
    .b-about .gallery .play {
        max-height: 60%;
        max-width: 60%
    }
}

.b-about .gallery video, .b-partner .partner-video video, .b-personal-area .area-video video {
    -o-object-fit: contain;
    object-fit: contain
}

.b-about .gallery img {
    width: 100%
}

.b-about .gallery .image {
    transition: opacity 300ms;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    cursor: pointer
}

.b-about .gallery .image.load {
    transition: opacity 0ms;
    opacity: 0
}

.b-about .gallery .thumbs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.b-about .gallery .thumb {
    position: relative;
    display: block;
    width: calc(25% - (20px * 3 / 4));
    margin-right: 20px;
    margin-bottom: 20px
}

.b-about .gallery .thumb:nth-child(4n) {
    margin-right: 0
}

.b-about .gallery .thumb img {
    border-radius: 5px
}

.b-about .gallery .thumb .play {
    max-width: 60%;
    max-height: 60%
}

.b-docs-slider {
    position: relative;
    margin-bottom: 80px
}

@media (max-width: 767.98px) {
    .b-docs-slider {
        margin-bottom: 24px
    }
}

.b-docs-slider .doc {
    display: block;
    text-decoration: none;
    transition: transform 300ms
}

.bx-no-touch .b-docs-slider .doc:hover {
    transform: scale(1.33)
}

.b-docs-slider .doc img, .b-vacancy-modal .form-group .choose-file-container + div label {
    display: block
}

.b-docs-slider .swiper-container {
    padding: 120px 40px 80px;
    margin: -120px -40px -80px
}

@media (max-width: 991.98px) {
    .b-docs-slider .swiper-container {
        padding: 120px 0 80px;
        margin: -120px -15px -80px
    }
}

.b-docs-slider .swiper-slide {
    width: 25%
}

.b-docs-slider .swiper-button-next, .b-docs-slider .swiper-button-prev {
    top: 50%;
    top: calc(120px - 40px + ((100% - 120px - 40px) / 2));
    margin-top: -30px
}

@media (max-width: 1480px) {
    .b-docs-slider .swiper-button-next, .b-docs-slider .swiper-button-prev {
        display: none
    }
}

.b-docs-slider .swiper-button-next, .b-docs-slider .swiper-button-prev {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url(/local/templates/gm/images/slider-arrow-button.svg) no-repeat center;
    border: 1px solid #e7e7e7;
    transition: border-color 300ms, background-color 300ms
}

.b-docs-slider .swiper-button-prev {
    transform: scaleX(-1);
    left: -100px;
    right: auto
}

.b-docs-slider .swiper-button-next:hover, .b-docs-slider .swiper-button-prev:hover {
    border-color: #16398e;
    background-color: #16398e
}

.b-docs-slider .swiper-button-next {
    left: auto;
    right: -100px
}

.b-map {
    height: 650px;
    max-height: 70vh;
    margin-bottom: 100px
}

.b-modal .h2, .b-modal h2 {
    font-size: 44px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: -.55px;
    padding: 35px 80px 0 45px
}

@media (max-width: 767.98px) {
    .b-modal .h2, .b-modal h2 {
        font-size: 28px;
        line-height: 30px
    }
}

.b-modal .modal-dialog {
    width: auto;
    min-width: 500px;
    max-width: 700px
}

@media (max-width: 767.98px) {
    .b-modal .modal-dialog {
        margin-right: auto;
        margin-left: auto;
        margin-top: 30px;
        max-width: calc(100% - 20px);
        min-width: initial
    }
}

.b-modal .modal-dialog .modal-content {
    box-shadow: 0 0 86px 0 rgba(0, 0, 0, .75);
    border-radius: 10px;
    margin: 0 auto
}

@media (max-width: 767.98px) {
    .b-modal .modal-dialog .modal-content {
        max-width: 100%
    }
}

.b-modal .modal-dialog .modal-content .modal-body {
    padding: 9px 11px 0 12px
}

.b-modal .close {
    background-color: transparent;
    background: url(/local/templates/gm/images/modal-appointment-close-modal.svg) no-repeat;
    position: absolute;
    top: 25px;
    right: 30px;
    width: 40px;
    height: 40px;
    z-index: 2
}

@media (max-width: 575.98px) {
    .b-modal .close {
        background-size: 30px 30px;
        width: 30px;
        height: 30px
    }
}

.b-modal .user-icon {
    position: absolute;
    right: 40px;
    top: 45px
}

.b-modal .user-icon svg {
    height: 35px
}

.b-modal.big .modal-dialog {
    max-width: 1135px !important
}

.b-modal.small .modal-dialog {
    max-width: 475px !important
}

.b-modal-2 .modal-header {
    padding: 3rem 4rem;
    border: 0
}

@media (max-width: 767.98px) {
    .b-modal-2 .modal-header {
        padding: 1rem 2rem
    }
}

.b-modal-2 .modal-header h5 {
    font-size: 40px;
    margin-bottom: 0;
    font-weight: 700
}

@media (max-width: 767.98px) {
    .b-modal-2 .modal-header h5 {
        font-size: 24px
    }
}

.b-modal-2 .modal-body {
    padding: 0 4rem 3rem
}

@media (max-width: 767.98px) {
    .b-modal-2 .modal-body {
        padding: 0 2rem 1rem
    }
}

.b-modal-2 .modal-body .btn {
    padding: 14px 46px;
    font-size: 22px
}

.b-modal-2 .modal-body .button-group {
    margin-top: 3rem
}

.b-modal-2 .modal-body .form-text {
    padding-left: 12px;
    padding-right: 12px
}

.b-appointment {
    padding-top: 10px;
    margin-bottom: 126px
}

@media (max-width: 575.98px) {
    .b-appointment {
        margin-bottom: 60px
    }
}

.b-appointment .h2, .b-appointment h2 {
    color: #16398e;
    font-size: 35px;
    text-align: center;
    margin-bottom: 65px;
    letter-spacing: -.5px
}

@media (max-width: 991.98px) {
    .b-appointment .h2, .b-appointment h2 {
        max-width: 80%;
        margin: 0 auto 50px
    }
}

@media (max-width: 575.98px) {
    .b-appointment .h2, .b-appointment h2 {
        font-size: 25px;
        margin-bottom: 20px
    }
}

.b-appointment .description {
    text-align: center;
    font-size: 25px;
    letter-spacing: -.4px;
    line-height: 37px;
    margin-bottom: 59px;
    padding: 0 100px
}

@media (max-width: 991.98px) {
    .b-appointment .description {
        padding: 0;
        font-size: 25px;
        margin-bottom: 67px
    }
}

@media (max-width: 575.98px) {
    .b-appointment .description {
        line-height: 25px
    }
}

.b-appointment .btn-appointment {
    color: #fff;
    text-align: center
}

.b-appointment .btn-appointment a {
    font-size: 28px
}

.b-appointment .btn-appointment .btn {
    padding: 1.5rem 75px;
    color: #fff
}

@media (max-width: 575.98px) {
    .b-appointment .btn-appointment .btn {
        padding: 18px;
        font-size: 20px;
        width: 100%
    }
}

.b-make-appointment.show-success-message {
    height: 400px;
    overflow: hidden
}

.b-make-appointment .modal-item, .b-make-appointment.show-success-message .message {
    display: -ms-flexbox;
    display: flex
}

.b-make-appointment .modal-item {
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #e0e0e0;
    text-decoration: none;
    color: #020c22;
    margin-bottom: 10px;
    padding-top: 11px;
    padding-left: 17px;
    padding-bottom: 12px;
    transition: 500ms
}

.b-make-appointment .modal-item.collapsed {
    background-color: #e0e0e0;
    color: #a8a8a8
}

.b-make-appointment .modal-item.active, .b-make-appointment .modal-item:hover {
    background-color: #16398e;
    color: #fff
}

.b-make-appointment .modal-item span {
    margin-left: 37px;
    line-height: 18px;
    font-weight: 500;
    font-size: 19px;
    margin-top: 10px
}

.b-make-appointment .message {
    display: none;
    background-color: #fff;
    position: absolute;
    color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    border-radius: 10px;
    border: 10px solid #fff;
    border-bottom-width: 30px
}

.b-make-appointment .message .inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 0 3.6em;
    border-radius: 5px;
    background-color: #16398e
}

.b-make-appointment .message .h2, .b-make-appointment .message h2 {
    font-size: 28px;
    margin-bottom: 34px;
    letter-spacing: 1.4px
}

.b-make-appointment .message p {
    font-size: 22px;
    font-weight: 100;
    letter-spacing: .6px;
    margin-bottom: 0;
    line-height: 28px
}

.b-make-appointment .collapse-body {
    padding: 12px 35px 50px
}

@media (max-width: 767.98px) {
    .b-make-appointment .collapse-body {
        padding: 12px 10px 50px
    }
}

.b-make-appointment .collapse-body .form-group {
    position: relative;
    border-bottom: 2px solid #a5a6a9;
    padding-bottom: 10px
}

.b-make-appointment .collapse-body .form-group label {
    font-weight: 100;
    font-size: 18px;
    color: #a5a6a9;
    letter-spacing: .6px;
    margin-bottom: 22px;
    text-transform: uppercase
}

.b-make-appointment .collapse-body .form-group .invalid-feedback {
    right: 0;
    top: 0;
    margin-top: 0
}

.b-make-appointment .collapse-body .form-group-select {
    border-bottom: 0
}

.b-make-appointment .collapse-body .form-control {
    border: 0;
    font-size: 18px;
    padding: 0 30px 0 0
}

.b-make-appointment .collapse-body .form-group-tel .invalid-feedback {
    top: 9px
}

.b-make-appointment .collapse-body .form-control-tel {
    font-size: 30px;
    padding-right: 25px;
    height: 40px
}

.b-make-appointment .collapse-body textarea {
    resize: none;
    height: auto
}

.b-make-appointment .collapse-body .btn {
    font-size: 20px;
    padding: 11px 38px;
    display: block;
    margin: 0 auto;
    width: 100%
}

@media (max-width: 767.98px) {
    .b-make-appointment .collapse-body .btn {
        font-size: 15px
    }
}

.b-make-appointment .chosen-container {
    width: 100% !important
}

.b-directions {
    margin-bottom: 100px
}

.b-directions .action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    text-decoration: none;
    cursor: pointer;
    padding: 25px 20px 25px 40px;
    overflow: hidden
}

@media (max-width: 1199.98px) {
    .b-directions .action {
        padding: 25px 10px 25px 20px
    }
}

@media (max-width: 991.98px) {
    .b-directions .action {
        padding: 25px 15px;
        margin-bottom: 0
    }
}

@media (max-width: 767.98px) {
    .b-directions .action {
        padding: 25px 0
    }
}

.b-directions .action:hover {
    border-radius: 10px;
    background-color: #eaeaea
}

.b-directions .action .img {
    border: 1px solid #e5e7eb;
    background-color: #fff;
    width: 120px;
    height: 120px;
    min-width: 120px;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

@media (max-width: 767.98px) {
    .b-directions .action .img {
        width: 100px;
        height: 100px;
        min-width: 100px
    }
}

.b-directions .action .img img {
    margin: auto;
    max-width: 100%
}

.b-directions .action .name {
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #020c22;
    margin-left: 15px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

@media (max-width: 1199.98px) {
    .b-directions .action .name {
        font-size: 15px
    }
}

@media (max-width: 767.98px) {
    .b-directions .action .name {
        font-size: 18px
    }
}

.b-bootstrap-tool {
    position: fixed;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    z-index: 100000
}

.b-bootstrap-tool > div {
    position: relative;
    width: 40px;
    height: 30px;
    text-align: center;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    background-color: #ccc;
    box-sizing: inherit
}

.b-bootstrap-tool > div span {
    position: relative;
    z-index: 2
}

.b-bootstrap-tool > div .down, .b-bootstrap-tool > div .up {
    position: absolute;
    left: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 50%;
    z-index: 1
}

.b-bootstrap-tool > div .up {
    top: 0;
    bottom: auto
}

.b-bootstrap-tool > div .down {
    top: auto;
    bottom: 0
}

@media (max-width: 575.98px) {
    .b-bootstrap-tool > div.xs .up {
        background: green
    }
}

.b-bootstrap-tool > div.xs .down {
    background: red
}

@media (max-width: 767.98px) {
    .b-bootstrap-tool > div.sm .up {
        background: green
    }
}

@media (min-width: 576px) {
    .b-bootstrap-tool > div.sm .down {
        background: red
    }
}

@media (max-width: 991.98px) {
    .b-bootstrap-tool > div.md .up {
        background: green
    }
}

@media (min-width: 768px) {
    .b-bootstrap-tool > div.md .down {
        background: red
    }
}

@media (max-width: 1199.98px) {
    .b-bootstrap-tool > div.lg .up {
        background: green
    }
}

@media (min-width: 992px) {
    .b-bootstrap-tool > div.lg .down {
        background: red
    }
}

.b-bootstrap-tool > div.xl .up {
    background: green
}

@media (min-width: 1200px) {
    .b-bootstrap-tool > div.xl .down {
        background: red
    }
}

.b-detail-direction {
    margin-bottom: 100px
}

@media (max-width: 767.98px) {
    .b-detail-direction {
        margin-bottom: 40px
    }
}

.b-detail-direction .illustration-direction {
    position: relative;
    overflow: hidden;
    height: 70vh
}

@media (max-width: 1199.98px) {
    .b-detail-direction .illustration-direction {
        height: auto;
        max-height: 70vh
    }
}

@media (max-width: 991.98px) {
    .b-detail-direction .illustration-direction {
        max-height: 50vh
    }
}

@media (max-width: 767.98px) {
    .b-detail-direction .illustration-direction {
        height: auto
    }
}

.b-detail-direction .illustration-direction img {
    position: absolute;
    top: 50%;
    left: 50%;
    will-change: transform;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    max-width: none
}

@media (max-width: 1199.98px) {
    .b-detail-direction .illustration-direction img {
        position: static;
        transform: none;
        min-height: auto;
        width: 100%;
        height: auto
    }
}

.b-patient-reviews {
    margin-bottom: 100px;
    padding: 20px 0;
    border-top: 2px solid #c7ccd9;
    border-bottom: 2px solid #c7ccd9
}

.b-patient-reviews .review {
    display: block;
    text-decoration: none;
    padding: 20px;
    cursor: pointer
}

.b-patient-reviews .review:hover {
    background-color: #f0f3f7
}

.b-patient-reviews .review:hover .quotes svg {
    transform: scaleY(-1) scaleX(-1);
    width: 37px
}

.b-patient-reviews .review .quotes {
    text-align: center;
    margin-bottom: 20px
}

.b-patient-reviews .review .quotes * {
    fill: #17b2dd
}

.b-patient-reviews .review .description {
    font-size: 21px;
    color: #020c22;
    text-align: center;
    margin-bottom: 20px
}

.b-patient-reviews .review .name {
    font-size: 18px;
    color: #16398e;
    text-align: center
}

.b-patient-reviews .swiper-slide {
    width: 25%
}

.b-patient-reviews .swiper-button-next, .b-patient-reviews .swiper-button-prev {
    top: 150px
}

@media (max-width: 1480px) {
    .b-patient-reviews .swiper-button-next, .b-patient-reviews .swiper-button-prev {
        display: none
    }
}

.b-patient-reviews .swiper-button-next, .b-patient-reviews .swiper-button-prev {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url(/local/templates/gm/images/slider-arrow-button.svg) no-repeat center;
    border: 1px solid #e7e7e7;
    transition: border-color 300ms, background-color 300ms
}

.b-patient-reviews .swiper-button-prev {
    transform: scaleX(-1);
    left: -100px;
    right: auto
}

.b-patient-reviews .swiper-button-next:hover, .b-patient-reviews .swiper-button-prev:hover {
    border-color: #16398e;
    background-color: #16398e
}

.b-patient-reviews .swiper-button-next {
    left: auto;
    right: -100px
}

.b-insurance-companies {
    margin-bottom: 20px
}

.b-insurance-companies .h2, .b-insurance-companies h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px
}

.b-insurance-companies .number {
    float: right;
    background: #16398e;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
    text-align: center
}

.b-insurance-companies .description {
    margin-bottom: 50px
}

.b-insurance-companies .document {
    margin-bottom: 20px
}

.b-insurance-companies .document ul {
    padding-left: 30px;
    margin-bottom: 0
}

.b-insurance-companies .document ul li {
    list-style-type: square;
    margin-bottom: 10px
}

.b-insurance-companies .document ul li .link {
    font-size: 21px;
    vertical-align: bottom;
    text-decoration: none
}

.b-insurance-companies .document ul li .extension, .b-search-normative-documents .nav-menu .nav-item span {
    margin-left: 10px;
    background-color: #16b1de;
    color: #fff;
    font-size: 12px;
    line-height: 26px;
    vertical-align: top;
    padding: 2px 8px;
    white-space: nowrap;
    text-decoration: none
}

.b-partners {
    margin-bottom: 130px
}

@media (max-width: 767.98px) {
    .b-partners {
        margin-bottom: 30px
    }
}

.b-partners .h2, .b-partners h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px
}

.b-partners .partner {
    display: block;
    border: 1px solid #f4f6f7;
    border-radius: 5px;
    font-size: 12px;
    padding: 22px 34px;
    transition: opacity 700ms;
    color: #020c22;
    text-decoration: none
}

.b-partners .partner:hover {
    background-color: #ebeef1
}

.b-partners .partner:hover .img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1
}

.b-partners .partner:hover .mail {
    color: #16398e
}

@media (max-width: 767.98px) {
    .b-partners .partner {
        text-align: center
    }
}

.b-partners .partner .img {
    margin-bottom: 15px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5;
    transition: -webkit-filter 400ms, filter 400ms;
    transition: opacity 400ms
}

.b-partners .partner .name {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 15px
}

.b-partners .partner .description {
    margin-bottom: 15px;
    line-height: 17px
}

.b-partners .partner .address {
    margin-bottom: 15px;
    line-height: 16px;
    color: #a5a5a5
}

.b-partners .partner .mail, .b-price-list .directions-price-list .card-body .direction-content .direction-table .direction-table-price .direction-table-price-item:hover a {
    color: #16398e
}

.b-partners .swiper-slide {
    width: 20%
}

.b-partners .swiper-button-next, .b-partners .swiper-button-prev {
    top: 190px
}

@media (max-width: 1480px) {
    .b-partners .swiper-button-next, .b-partners .swiper-button-prev {
        display: none
    }
}

.b-partners .swiper-button-next, .b-partners .swiper-button-prev {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url(/local/templates/gm/images/slider-arrow-button.svg) no-repeat center;
    border: 1px solid #e7e7e7;
    transition: border-color 300ms, background-color 300ms
}

.b-partners .swiper-button-prev {
    transform: scaleX(-1);
    left: -100px;
    right: auto
}

.b-partners .swiper-button-next:hover, .b-partners .swiper-button-prev:hover {
    border-color: #16398e;
    background-color: #16398e
}

.b-partners .swiper-button-next {
    left: auto;
    right: -100px
}

.b-show-more {
    display: block;
    background-color: #f4f5f9;
    color: #020c22;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    padding: 15px 0;
    cursor: pointer;
    transition: color 300ms, background-color 300ms;
    margin-bottom: 70px
}

.b-show-more:hover {
    background-color: #16398e;
    color: #fff;
    text-decoration: none
}

.b-show-more .arrow {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle
}

.b-search-normative-documents {
    margin-bottom: 100px
}

@media (max-width: 991.98px) {
    .b-search-normative-documents .nav-menu {
        margin-bottom: 40px
    }
}

.b-search-normative-documents .nav-menu .nav-item {
    margin-bottom: 10px
}

@media (max-width: 991.98px) {
    .b-search-normative-documents .nav-menu {
        margin-bottom: 40px
    }
}

.b-clients {
    margin-bottom: 55px
}

.b-clients .h2, .b-clients h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 13px;
    line-height: 38px
}

.b-clients p, .b-vacancies p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px
}

.b-clients .download-contract {
    text-align: center;
    margin-bottom: 70px;
    margin-top: 50px
}

.b-clients .download-contract .btn {
    color: #fff;
    font-size: 22px;
    padding: 14px 50px
}

@media (max-width: 1199.98px) {
    .b-clients .download-contract .btn {
        width: 30%
    }
}

@media (max-width: 991.98px) {
    .b-clients .download-contract .btn {
        width: 50%
    }
}

@media (max-width: 767.98px) {
    .b-clients .download-contract .btn {
        width: 80%
    }
}

.b-clients .client {
    display: block;
    border-radius: 5px;
    border: 3px solid #f4f6f7;
    text-align: center;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .7;
    padding: 5px
}

.b-clients .client:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
    transition: -webkit-filter 400ms, filter 400ms;
    transition: opacity 400ms
}

.b-vacancies {
    margin-bottom: 100px
}

@media (max-width: 991.98px) {
    .b-vacancies {
        margin-bottom: 50px
    }
}

.b-vacancies .h2, .b-vacancies h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 13px;
    line-height: 38px
}

@media (max-width: 575.98px) {
    .b-vacancies p {
        font-size: 16px;
        line-height: 22px
    }
}

.b-vacancies .look-vacancies {
    text-align: center;
    margin-bottom: 90px;
    margin-top: 50px
}

.b-vacancies .look-vacancies .btn {
    color: #fff;
    font-size: 22px;
    padding: 14px 50px
}

.b-vacancies .description {
    font-size: 19px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: -.33px;
    margin-bottom: 58px
}

.b-vacancies .description p.main {
    font-size: 28px;
    margin-bottom: 42px;
    line-height: 33px
}

@media (max-width: 575.98px) {
    .b-vacancies .description p.main {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 35px
    }
}

.b-vacancies .description .h3, .b-vacancies .description h3 {
    font-size: 19px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 7px
}

.b-vacancies .description p {
    font-size: 19px;
    line-height: 32px;
    margin-bottom: 39px
}

@media (max-width: 575.98px) {
    .b-vacancies .description p {
        font-size: 17px;
        line-height: 19px;
        margin-bottom: 25px
    }
}

.b-vacancies .description :last-child {
    margin-bottom: 0
}

.b-vacancies .vacancies {
    margin-left: -20px;
    margin-right: -35px
}

@media (max-width: 991.98px) {
    .b-vacancies .vacancies {
        margin: 0
    }
}

.b-vacancies .vacancies .vacancy {
    position: relative;
    background-color: #f0f3f8;
    border: 1px solid #d8d7e2;
    font-size: 35px;
    font-weight: 500;
    line-height: 31px;
    transition: background-color .3s;
    border-radius: 17px;
    margin-bottom: 43px
}

@media (max-width: 767.98px) {
    .b-vacancies .vacancies .vacancy {
        margin-bottom: 25px
    }
}

@media (max-width: 575.98px) {
    .b-vacancies .vacancies .vacancy {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 15px
    }
}

.b-vacancies .vacancies .vacancy:hover {
    background-color: #16398e
}

.b-vacancies .vacancies .vacancy:hover .arrow {
    stroke: #fff
}

.b-vacancies .vacancies .vacancy.open:hover {
    background-color: #f0f3f8
}

.b-vacancies .vacancies .vacancy.open:hover .arrow {
    stroke: #6f859d
}

.b-vacancies .vacancies .vacancy.open .arrow {
    transform: scaleY(-1) translateY(50%)
}

.b-vacancies .vacancies .vacancy .vacancy-title {
    display: block;
    position: relative;
    color: #000;
    text-decoration: none;
    transition: color .3s;
    padding: 30px 74px;
    letter-spacing: -1.5px
}

@media (max-width: 767.98px) {
    .b-vacancies .vacancies .vacancy .vacancy-title {
        padding: 20px 55px 20px 45px
    }
}

@media (max-width: 575.98px) {
    .b-vacancies .vacancies .vacancy .vacancy-title {
        padding: 20px 50px 20px 30px
    }
}

.b-vacancies .vacancies .vacancy .vacancy-title .job-title {
    padding: 0 5px 0 0
}

.b-vacancies .vacancies .vacancy .arrow {
    stroke: #6f859d;
    position: absolute;
    top: 50%;
    right: 33px;
    transform: translateY(-50%);
    transition: stroke .3s, transform .3s
}

@media (max-width: 767.98px) {
    .b-vacancies .vacancies .vacancy .arrow {
        right: 20px
    }
}

@media (max-width: 575.98px) {
    .b-vacancies .vacancies .vacancy .arrow {
        right: 18px
    }
}

.b-vacancies .vacancies .vacancy .vacancy-desc {
    padding: 4px 95px 4px 75px;
    letter-spacing: .07px;
    font-weight: 400;
    margin-bottom: 73px
}

@media (max-width: 767.98px) {
    .b-vacancies .vacancies .vacancy .vacancy-desc {
        margin-bottom: 45px;
        padding: 4px 30px
    }
}

@media (max-width: 575.98px) {
    .b-vacancies .vacancies .vacancy .vacancy-desc {
        margin-bottom: 15px
    }
}

.b-vacancies .vacancies .vacancy .vacancy-desc p {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 24px
}

.b-vacancies .vacancies .vacancy .vacancy-desc ul {
    margin-bottom: 24px
}

.b-vacancies .vacancies .vacancy .form {
    padding-bottom: 77px
}

@media (max-width: 767.98px) {
    .b-vacancies .vacancies .vacancy .form {
        padding-bottom: 60px
    }
}

@media (max-width: 575.98px) {
    .b-vacancies .vacancies .vacancy .form {
        padding: 0 30px 40px
    }
}

.b-vacancies .vacancies .vacancy .form .btn {
    font-size: 29px
}

@media (max-width: 575.98px) {
    .b-vacancies .vacancies .vacancy .form .btn {
        font-size: 20px;
        line-height: 20px
    }
}

.b-vacancies .vacancies .list-title {
    text-transform: uppercase
}

.b-vacancies .vacancies .list-title, .b-vacancies .vacancies ul {
    font-size: 19px;
    font-weight: 400;
    line-height: 24px
}

@media (max-width: 575.98px) {
    .b-vacancies .btn-send-resume {
        width: 100%;
        padding: 15px 0
    }
}

.b-vacancy-modal .h2, .b-vacancy-modal h2 {
    font-size: 44px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: -.55px;
    padding: 0
}

@media (max-width: 767.98px) {
    .b-vacancy-modal .h2, .b-vacancy-modal h2 {
        font-size: 28px;
        line-height: 30px
    }
}

.b-vacancy-modal .text-gray {
    min-width: 210px;
    width: 210px;
    color: #bbbac4;
    font-size: 19px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -.33px
}

.b-vacancy-modal form {
    max-width: 1110px;
    padding: 10px 0 45px 60px
}

@media (max-width: 991.98px) {
    .b-vacancy-modal form {
        padding: 10px 20px 45px
    }
}

@media (max-width: 575.98px) {
    .b-vacancy-modal form {
        padding: 10px 0 45px
    }
}

.b-vacancy-modal form .vacancy-modal-title {
    margin-bottom: 30px;
    padding-right: 76px
}

.b-vacancy-modal form .border-left-right-col {
    border-left: 1px solid #d8d7e2
}

@media (max-width: 767.98px) {
    .b-vacancy-modal form .border-left-right-col {
        border: 0
    }
}

.b-vacancy-modal textarea.form-control {
    resize: none;
    height: auto;
    border-radius: 12px;
    border: 1px solid #979797;
    background-color: #fff
}

.b-add-data textarea.form-control:disabled, .b-vacancy-modal textarea.form-control:disabled {
    background-color: #f4f5f9
}

.b-vacancy-modal input.form-control {
    border-radius: 0;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid #bbbac4;
    height: 50px
}

.b-vacancy-modal input.form-control::-webkit-input-placeholder {
    color: #d8d7e2
}

.b-vacancy-modal input.form-control::-moz-placeholder {
    color: #d8d7e2
}

.b-vacancy-modal input.form-control:-ms-input-placeholder {
    color: #d8d7e2
}

.b-vacancy-modal input.form-control::placeholder {
    color: #d8d7e2
}

.b-vacancy-modal .personal-information {
    overflow: auto;
    margin-top: 40px;
    padding: 0 37px 0 0
}

@media (max-width: 767.98px) {
    .b-vacancy-modal .personal-information {
        padding: 0;
        margin-top: 0
    }
}

.b-vacancy-modal .personal-information .form-group label {
    font-size: 21px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.36px
}

.b-vacancy-modal .personal-information .form-group .form-control {
    font-size: 21px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.35px
}

.b-vacancy-modal .personal-information.right-block {
    position: relative;
    padding: 0 60px 0 40px;
    max-height: 900px
}

@media (max-width: 767.98px) {
    .b-vacancy-modal .personal-information.right-block {
        display: none;
        padding: 0 50px 0 0
    }
}

@media (max-width: 575.98px) {
    .b-vacancy-modal .personal-information.right-block {
        padding: 0 25px 0 0
    }
}

.b-vacancy-modal .personal-information.right-block label {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.35px;
    margin-bottom: 20px
}

.b-vacancy-modal .personal-information.right-block .form-group {
    margin-bottom: 40px
}

@media (max-width: 575.98px) {
    .b-vacancy-modal .personal-information.right-block .form-group {
        margin-bottom: 20px
    }
}

.b-appointment-calendar .doctors li:last-child, .b-health-map .map-text p:last-child, .b-modal-appointment .doctors li:last-child, .b-question-answer .questions-answers .question-answer .answer div:last-child, .b-question-answer .questions-answers .question-answer .question div:last-child, .b-vacancy-modal .personal-information.right-block .form-group:last-child {
    margin-bottom: 0
}

.b-vacancy-modal .personal-information.right-block .form-control {
    padding: 9px 15px 10px
}

.b-vacancy-modal .btn-close {
    position: absolute;
    top: 30px;
    right: 20px;
    background: url(/local/templates/gm/images/vacancies-close-modal.svg) no-repeat;
    width: 40px;
    height: 40px
}

@media (max-width: 575.98px) {
    .b-vacancy-modal .btn-close {
        background-size: 30px 30px;
        width: 30px;
        height: 30px
    }
}

.b-vacancy-modal .form-group {
    position: relative;
    font-size: 19px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.33px;
    margin-bottom: 45px
}

@media (max-width: 575.98px) {
    .b-vacancy-modal .form-group {
        font-size: 17px;
        line-height: 19px;
        margin-bottom: 25px
    }
}

.b-vacancy-modal .form-group label {
    margin-bottom: 0
}

.b-vacancy-modal .form-group .form-control {
    height: auto;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.35px;
    padding: 9px 30px 10px 0
}

@media (max-width: 575.98px) {
    .b-vacancy-modal .form-group .form-control {
        font-size: 18px;
        line-height: 20px
    }
}

.b-vacancy-modal .form-group .check-mark {
    display: none;
    position: absolute;
    right: 3px;
    bottom: 10px
}

.b-vacancy-modal .form-group .choose-file-container {
    display: none
}

.b-vacancy-modal .form-group .choose-file-container + div label:before {
    content: '';
    display: block;
    width: 100%;
    height: 70px;
    background: url(/local/templates/gm/images/vacancies-clip.svg) no-repeat #fff;
    background-position: center;
    margin: 0 0 25px
}

.b-vacancy-modal .form-group .choose-file {
    background-color: transparent;
    border: 0;
    width: 70px;
    height: 65px;
    outline: 0
}

@media (max-width: 767.98px) {
    .b-vacancy-modal .form-group .choose-file {
        display: block;
        margin: auto auto 30px
    }
}

.b-vacancy-modal .form-group .btn {
    width: 80%;
    font-size: 29px;
    font-weight: 600;
    left: 24px;
    letter-spacing: -.02px;
    padding: 9px 0
}

@media (max-width: 991.98px) {
    .b-vacancy-modal .form-group .btn {
        width: 100%
    }
}

@media (max-width: 767.98px) {
    .b-vacancy-modal .form-group .btn {
        width: 80%;
        font-size: 25px
    }
}

.b-vacancy-modal .btn-open-collapse {
    margin-bottom: 32px
}

.b-vacancy-modal .btn-open-collapse a {
    display: block;
    background-color: #f4f5f9;
    padding: 20px 0;
    font-size: 22px;
    color: #020c22;
    text-align: center
}

@media (max-width: 575.98px) {
    .b-vacancy-modal .btn-open-collapse a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 19px;
        line-height: 21px;
        padding: 20px 15px
    }
}

.b-vacancy-modal .btn-open-collapse a:hover {
    text-decoration: none;
    color: #fff;
    transition: 400ms;
    background-color: #16398e
}

.b-vacancy-modal .btn-open-collapse a:hover .arrow * {
    fill: #fff
}

.b-vacancy-modal .btn-open-collapse a .arrow {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle
}

.b-vacancy-modal .btn-open-collapse a .arrow * {
    fill: #16398e
}

@media (max-width: 575.98px) {
    .b-vacancy-modal .btn-open-collapse .b-load-more {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px 15px
    }
}

.b-vacancy-modal .btn-open-collapse svg {
    transition: transform .3s
}

@media (max-width: 767.98px) {
    .b-vacancy-modal .open {
        display: block !important
    }
}

.b-vacancy-modal .ps__rail-y {
    background-color: #f0f3f8;
    width: 23px;
    right: 0 !important;
    opacity: 1 !important
}

@media (max-width: 575.98px) {
    .b-vacancy-modal .ps__rail-y {
        width: 10px
    }
}

.b-vacancy-modal .ps__rail-y .ps__thumb-y {
    background-color: #d8d7e2;
    width: 23px;
    border-radius: 30px;
    right: 0
}

@media (max-width: 575.98px) {
    .b-vacancy-modal .ps__rail-y .ps__thumb-y {
        width: 10px
    }
}

.b-feedback {
    padding-top: 20px
}

.b-feedback.show-success-message {
    height: 400px;
    overflow: hidden
}

.b-feedback.show-success-message .message {
    display: -ms-flexbox;
    display: flex
}

.b-feedback .h2, .b-feedback h2 {
    text-align: center;
    font-size: 26px
}

.b-feedback .h3, .b-feedback h3 {
    font-size: 18px;
    text-align: center
}

.b-feedback .body {
    padding: 12px 35px 50px
}

@media (max-width: 767.98px) {
    .b-feedback .body {
        padding: 12px 10px 50px
    }
}

.b-feedback .body .form-group {
    position: relative;
    border-bottom: 2px solid #a5a6a9;
    padding-bottom: 10px
}

.b-feedback .body .form-group label {
    font-weight: 100;
    font-size: 8px;
    color: #a5a6a9;
    letter-spacing: .6px;
    margin-bottom: 22px;
    text-transform: uppercase
}

.b-feedback .body .form-group .invalid-feedback {
    right: 0;
    top: 0;
    margin-top: 0
}

.b-feedback .body .form-group-select {
    border-bottom: 0
}

.b-feedback .body .form-control {
    border: 0;
    font-size: 18px;
    padding: 0 30px 0 0
}

.b-feedback .body .form-group-tel .invalid-feedback {
    top: 9px
}

.b-feedback .body .form-control-tel {
    font-size: 30px;
    padding-right: 25px;
    height: 40px
}

.b-feedback .body textarea {
    resize: none;
    height: auto
}

.b-feedback .body .btn {
    font-size: 20px;
    padding: 11px 38px;
    display: block;
    margin: 0 auto;
    width: 100%
}

@media (max-width: 767.98px) {
    .b-feedback .body .btn {
        font-size: 15px
    }
}

.b-feedback .message {
    display: none;
    background-color: #16398e;
    position: absolute;
    color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    padding: 0 3em;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
}

.b-feedback .message .h2, .b-feedback .message h2 {
    font-size: 28px;
    margin-bottom: 34px;
    letter-spacing: 1.4px
}

.b-feedback .message p {
    font-size: 22px;
    font-weight: 100;
    letter-spacing: .6px;
    margin-bottom: 0;
    line-height: 28px
}

.b-price-list {
    margin-bottom: 147px
}

@media (max-width: 991.98px) {
    .b-price-list {
        margin-bottom: 70px
    }
}

@media (max-width: 767.98px) {
    .b-price-list {
        margin-bottom: 40px
    }
}

.b-price-list .directions-price-list .card {
    border: 0;
    border-radius: 0
}

.b-price-list .directions-price-list .direction-price-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f0f3f8;
    border: 0;
    font-size: 30px;
    font-weight: 500;
    line-height: 32px;
    color: #000;
    min-height: 87px;
    text-decoration: none;
    margin-bottom: 21px;
    padding: 12px 30px 12px 23px
}

@media (max-width: 767.98px) {
    .b-price-list .directions-price-list .direction-price-list {
        margin-bottom: 10px
    }
}

@media (max-width: 575.98px) {
    .b-price-list .directions-price-list .direction-price-list {
        min-height: 67px;
        font-size: 20px;
        line-height: 22px;
        padding: 12px
    }
}

.b-price-list .directions-price-list .direction-price-list.opened {
    opacity: 1
}

.b-price-list .directions-price-list .direction-price-list.opened .plus-minus .vertical {
    transform: rotate(0deg)
}

.b-price-list .directions-price-list .direction-price-list.opened .plus-minus .horizontal {
    transform: rotate(180deg)
}

.b-price-list .directions-price-list .direction-price-list.collapsed .plus-minus .vertical {
    transform: rotate(-90deg)
}

.b-price-list .directions-price-list .card-body .direction-content .direction-content-item.opened .plus-minus .vertical, .b-price-list .directions-price-list .direction-price-list.collapsed .plus-minus .horizontal {
    transform: rotate(0deg)
}

.b-price-list .directions-price-list .direction-price-list .direction {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 5px
}

.b-price-list .directions-price-list .direction-price-list .direction .direction-name {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    word-break: break-all;
    letter-spacing: -.2px
}

.b-price-list .directions-price-list .direction-price-list .direction .direction-container-img {
    position: relative;
    min-width: 64px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 1px solid #d8d7e2;
    background-color: #fff;
    overflow: hidden;
    margin-right: 20px
}

@media (max-width: 575.98px) {
    .b-price-list .directions-price-list .direction-price-list .direction .direction-container-img {
        min-width: 50px;
        width: 50px;
        height: 50px
    }
}

.b-price-list .directions-price-list .direction-price-list .direction .direction-container-img .direction-img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%
}

.b-price-list .directions-price-list .direction-price-list .direction .direction-container-img svg {
    fill: #7eccd8;
    width: auto;
    height: 35px
}

@media (max-width: 575.98px) {
    .b-price-list .directions-price-list .direction-price-list .direction .direction-container-img svg {
        height: 25px
    }
}

.b-price-list .directions-price-list .plus-minus {
    position: relative;
    width: 20px;
    height: 20px;
    -ms-flex-preferred-size: 20px;
    flex-basis: 20px;
    opacity: 1
}

.b-price-list .directions-price-list .plus-minus .horizontal, .b-price-list .directions-price-list .plus-minus .vertical {
    position: absolute;
    background-color: #bbbac4;
    width: 20px;
    height: 3px;
    left: 0;
    top: 8px;
    transition: transform .3s ease-in-out
}

.b-price-list .directions-price-list .plus-minus .vertical {
    transform: rotate(-90deg)
}

.b-price-list .directions-price-list .card-body {
    margin-bottom: 30px
}

.b-price-list .directions-price-list .card-body.content {
    padding: 0 40px;
}

@media (max-width: 991.98px) {
    .b-price-list .directions-price-list .card-body.content {
        padding: 0 32px;
        margin-bottom: 16px
    }
}

@media (max-width: 767.98px) {
    .b-price-list .directions-price-list .card-body.content {
        padding: 20px 0 20px 40px
    }
}

@media (max-width: 575.98px) {
    .b-price-list .directions-price-list .card-body.content {
        padding: 0 4px
    }
}

.b-price-list .directions-price-list .card-body .direction-content .direction-content-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f0f3f8;
    border: 0;
    min-height: 55px;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1.08px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 16px 29px 16px 39px
}

@media (max-width: 767.98px) {
    .b-price-list .directions-price-list .card-body .direction-content .direction-content-item {
        padding: 15px 20px 15px 40px;
        margin-bottom: 10px
    }
}

@media (max-width: 575.98px) {
    .b-price-list .directions-price-list .card-body .direction-content .direction-content-item {
        font-size: 16px;
        line-height: 18px;
        padding: 15px
    }
}

.b-price-list .directions-price-list .card-body .direction-content .direction-content-item.opened {
    opacity: 1
}

.b-price-list .directions-price-list .card-body .direction-content .direction-content-item.opened .plus-minus .horizontal {
    transform: rotate(180deg)
}

.b-price-list .directions-price-list .card-body .direction-content .direction-content-item .direction-content-item-name {
    margin-right: 5px
}

.b-price-list .directions-price-list .card-body .direction-content .direction-table {
    padding: 0
}

.b-price-list .directions-price-list .card-body .direction-content .direction-table .direction-table-price {
    font-size: 19px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
    padding: 0
}

@media (max-width: 991.98px) {
    .b-price-list .directions-price-list .card-body .direction-content .direction-table .direction-table-price {
        font-size: 18px;
        line-height: 20px
    }
}

@media (max-width: 575.98px) {
    .b-price-list .directions-price-list .card-body .direction-content .direction-table .direction-table-price {
        font-size: 16px;
        line-height: 18px
    }
}

.b-price-list .directions-price-list .card-body .direction-content .direction-table .direction-table-price .direction-table-price-item {
    list-style-type: none;
    border-radius: 4px;
    transition: background-color .4s;
    letter-spacing: -.33px;
    padding: 0 40px
}

@media (max-width: 991.98px) {
    .b-price-list .directions-price-list .card-body .direction-content .direction-table .direction-table-price .direction-table-price-item {
        margin-bottom: 5px
    }
}

@media (max-width: 767.98px) {
    .b-price-list .directions-price-list .card-body .direction-content .direction-table .direction-table-price .direction-table-price-item {
        padding: 0
    }
}

.b-price-list .directions-price-list .card-body .direction-content .direction-table .direction-table-price .direction-table-price-item:hover {
    background-color: #f0f3f8
}

.b-price-list .directions-price-list .card-body .direction-content .direction-table .direction-table-price .direction-table-price-item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    width: 100%;
    text-decoration: none;
    transition: color .4s;
    padding: 10px 0
}

@media (max-width: 767.98px) {
    .b-price-list .directions-price-list .card-body .direction-content .direction-table .direction-table-price .direction-table-price-item a {
        padding: 8px 10px 8px 40px
    }
}

@media (max-width: 575.98px) {
    .b-price-list .directions-price-list .card-body .direction-content .direction-table .direction-table-price .direction-table-price-item a {
        padding: 10px 0
    }
}

.b-price-list .directions-price-list .card-body .direction-content .direction-table .direction-table-price .direction-table-price-item .name {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    vertical-align: middle;
    margin-right: 28px
}

@media (max-width: 767.98px) {
    .b-price-list .directions-price-list .card-body .direction-content .direction-table .direction-table-price .direction-table-price-item .name {
        margin-right: 10px
    }
}

.b-price-list .directions-price-list .card-body .direction-content .direction-table .direction-table-price .direction-table-price-item .price {
    display: inline-block;
    background-color: #30d0fa;
    border-radius: 14.5px;
    color: #fff;
    min-height: 30px;
    min-width: 93px;
    text-align: center;
    letter-spacing: -.33px;
    padding: 5px
}

.b-modal-appointment .times .time .form-check input[type=radio], .b-price-list .b-load-more, .b-price-list .directions-price-list .direction-content-hidden {
    display: none
}

.b-price-list .collapse-inside {
    padding: 0 40px
}

@media (max-width: 991.98px) {
    .b-price-list .collapse-inside {
        padding: 0 20px
    }
}

@media (max-width: 767.98px) {
    .b-price-list .collapse-inside {
        padding: 0 16px
    }
}

.b-appointment-calendar {
    margin-bottom: 70px;
    position: relative
}

@media (min-width: 1200px) {
    .b-appointment-calendar form {
        margin-right: 250px
    }
}

.b-appointment-calendar .wrapper {
    position: absolute;
    height: 100%;
    width: 400px;
    margin: 0 auto;
    right: -250px
}

@media (max-width: 1199.98px) {
    .b-appointment-calendar .wrapper {
        display: none
    }
}

.b-appointment-calendar .wrapper .content-wrapper {
    padding: 300px 0 0
}

.b-appointment-calendar .wrapper .content {
    width: 300px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 2px solid #16398e;
    border-radius: 25px;
    padding: 15px
}

.b-appointment-calendar .wrapper .content .description {
    padding: 10px;
    margin-bottom: 10px;
    -ms-flex: 3;
    flex: 3;
    font-size: 18px;
    font-weight: 800;
    line-height: 22px;
    letter-spacing: .66px;
    color: #16398e
}

.b-appointment-calendar .wrapper .fixed {
    position: fixed;
    top: 0
}

.b-appointment-calendar .wrapper .absolute {
    position: absolute;
    bottom: 0
}

.b-appointment-calendar.load > * {
    opacity: .2
}

.b-appointment-calendar.load:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(/local/templates/gm/images/modal-appointment-preloader.gif) center no-repeat
}

.b-appointment-calendar .h2, .b-appointment-calendar h2 {
    font-size: 66px;
    font-weight: 800;
    line-height: 70px;
    letter-spacing: -.83px;
    margin-bottom: 0
}

@media (max-width: 991.98px) {
    .b-appointment-calendar .h2, .b-appointment-calendar h2 {
        font-size: 55px;
        line-height: 57px;
        margin-bottom: 30px
    }
}

@media (max-width: 767.98px) {
    .b-appointment-calendar .h2, .b-appointment-calendar h2 {
        font-size: 35px;
        line-height: 37px
    }
}

.b-appointment-calendar .title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

@media (max-width: 991.98px) {
    .b-appointment-calendar .title {
        display: block
    }
}

.b-appointment-calendar .title .phone-call {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 26px;
    line-height: 28px;
    color: #16398e
}

@media (max-width: 767.98px) {
    .b-appointment-calendar .title .phone-call {
        font-size: 16px;
        line-height: 18px
    }
}

.b-appointment-calendar .title .phone-call .text, .b-appointment-calendar .title .phone-call .text-blue {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .46px;
    margin-right: 10px
}

.b-appointment-calendar .title .phone-call .text {
    color: transparent
}

.b-appointment-calendar .doctors li:hover .doctor, .b-appointment-calendar .title .phone-call .text-blue {
    color: #16398e
}

.b-appointment-calendar .title .phone-call a {
    text-decoration: none
}

.b-appointment-calendar .list-direction {
    margin-bottom: 40px
}

.b-appointment-calendar .doctors {
    display: block;
    padding: 0;
    margin: 0 0 5px
}

.b-appointment-calendar .doctors li, .b-modal-appointment .doctors li {
    height: 75px;
    list-style-type: none;
    overflow: hidden;
    margin: 0 0 7px
}

.b-appointment-calendar .doctors .doctor {
    font-size: 24px;
    font-weight: 800;
    line-height: 22px;
    letter-spacing: .66px;
    color: #000;
    text-decoration: none;
    transition: color .3s;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word
}

@media (max-width: 991.98px) {
    .b-appointment-calendar .doctors .doctor {
        font-size: 20px;
        line-height: 22px
    }
}

.b-appointment-calendar .doctors .doctor .name {
    color: #000;
    transition: color .3s;
    margin-bottom: 5px
}

.b-appointment-calendar .doctors .doctor .specialist {
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 1.66px;
    color: #bfc8d4;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

@media (max-width: 991.98px) {
    .b-appointment-calendar .doctors .doctor .specialist {
        font-size: 12px;
        line-height: 14px
    }
}

.b-appointment-calendar .separator {
    height: 130px;
    width: 100%
}

.b-appointment-calendar .day {
    position: relative;
    height: 70px;
    font-size: 24px;
    font-weight: 800;
    line-height: 26px;
    letter-spacing: 1.66px;
    border-top: 7px solid #fff;
    z-index: 1;
    margin-bottom: 60px;
    padding: 2px 10px
}

@media (max-width: 991.98px) {
    .b-appointment-calendar .day {
        font-size: 20px;
        line-height: 22px
    }
}

.b-appointment-calendar .day.active {
    border: 7px solid #16b1de
}

.b-appointment-calendar .day .number-month {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #6f859d
}

@media (max-width: 991.98px) {
    .b-appointment-calendar .day .number-month {
        font-size: 15px;
        line-height: 17px
    }
}

.b-appointment-calendar .times {
    position: relative
}

.b-appointment-calendar .times .time {
    height: 75px;
    margin: 0 0 7px
}

@media (max-width: 575.98px) {
    .b-appointment-calendar .times .time {
        position: relative
    }
}

.b-appointment-calendar .times .time .time-link {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #f0f3f8;
    border-radius: 30px;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: .46px;
    text-align: center;
    color: #000;
    text-decoration: none;
    transition: background-color .3s, color .3s;
    padding: 15px 4px;
}

@media (max-width: 991.98px) {
    .b-appointment-calendar .times .time .time-link {
        font-size: 14px;
        line-height: 18px
    }
}

.b-appointment-calendar .times .time .time-link:hover {
    color: #fff;
    background-color: #16398e
}

.b-appointment-calendar .times .time .time-link span {
    z-index: 5;
    position: relative
}

.b-appointment-calendar .data-and-direction {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 130px
}

.b-appointment-calendar .data-and-direction .direction-name {
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: .56px;
    color: #bfc8d4;
    text-transform: uppercase;
    margin-bottom: 25px
}

.b-appointment-calendar .swiper-container {
    height: 100%
}

.b-appointment-calendar .swiper-container:after {
    content: '';
    display: block;
    position: absolute;
    height: 7px;
    width: 100vw;
    background: #d8d8d8;
    left: 0;
    top: 63px
}

.b-appointment-calendar .swiper-container .swiper-wrapper {
    position: relative
}

.b-appointment-calendar .swiper-container .swiper-slide {
    width: 20%
}

.b-appointment-calendar .button-container {
    float: right
}

.b-appointment-calendar .button-container .swiper-button-next, .b-appointment-calendar .button-container .swiper-button-prev {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url(/local/templates/gm/images/slider-arrow-button.svg) no-repeat center;
    border: 1px solid #e7e7e7;
    transition: border-color 300ms, background-color 300ms;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0
}

.b-appointment-calendar .button-container .swiper-button-next:hover, .b-appointment-calendar .button-container .swiper-button-prev:hover {
    border-color: #16398e;
    background-color: #16398e
}

.b-appointment-calendar .button-container .swiper-button-prev {
    transform: scaleX(-1);
    margin-right: 36px
}

@media (max-width: 767.98px) {
    .b-appointment-calendar .button-container .swiper-button-prev {
        margin-right: 10px
    }
}

.b-appointment-calendar .calendar {
    position: relative;
    border-radius: 30px;
    border: 1px solid #c7ccd9;
    width: 286px;
    height: 50px;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: .66px;
    outline: 0;
    cursor: pointer
}

@media (max-width: 991.98px) {
    .b-appointment-calendar .calendar {
        width: 100%;
        font-size: 19px;
        line-height: 21px
    }
}

.b-appointment-calendar .calendar input {
    width: 100%;
    height: 100%;
    background: url(/local/templates/gm/images/appointment-calendar-calendar.svg) no-repeat 20px 11px;
    border: 0;
    border-radius: 30px;
    outline: 0;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 30px 0 65px;
    position: relative;
    z-index: 10
}

@media (max-width: 575.98px) {
    .b-appointment-calendar .calendar input[type=date] {
        background: #fff;
        text-align: center;
        font-size: 14px;
        padding: 10px
    }
}

.b-appointment-calendar .calendar div {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%
}

@media (max-width: 991.98px) {
    .b-appointment-calendar .calendar div {
        display: none
    }
}

.b-appointment-calendar .calendar div b, .b-modal-appointment .calendar div b, .b-partner .calendar div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/local/templates/gm/images/select-arrow.png) no-repeat 0
}

.b-appointment-calendar .select-time {
    font-size: 19px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -.33px
}

.b-appointment-calendar .doctor-modal {
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    letter-spacing: .66px;
    color: #000;
    text-decoration: none;
    transition: color .3s;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    margin-bottom: 40px
}

@media (max-width: 991.98px) {
    .b-appointment-calendar .doctor-modal {
        font-size: 20px;
        line-height: 22px
    }
}

.b-appointment-calendar .doctor-modal:hover .name, .b-partner .applications .list .list-item .application-collapse .diagnosis-list .diagnosis-list-item a, .b-partner .applications .list .list-item .treatment-collapse .diagnosis-list .diagnosis-list-item a, .b-partner .my-documents .list .list-item .application-collapse .diagnosis-list .diagnosis-list-item a, .b-partner .my-documents .list .list-item .treatment-collapse .diagnosis-list .diagnosis-list-item a, .b-partner .payment-treatment .list .list-item .application-collapse .diagnosis-list .diagnosis-list-item a, .b-partner .payment-treatment .list .list-item .treatment-collapse .diagnosis-list .diagnosis-list-item a {
    color: #16398e;
    text-decoration: none
}

.b-appointment-calendar .doctor-modal .name {
    display: block;
    color: #000;
    transition: color .3s;
    margin-bottom: 20px
}

.b-appointment-calendar .doctor-modal .specialist {
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 1.66px;
    color: #bfc8d4;
    text-transform: uppercase
}

@media (max-width: 991.98px) {
    .b-appointment-calendar .doctor-modal .specialist {
        font-size: 12px;
        line-height: 14px
    }
}

.b-appointment-calendar .message, .b-appointment-calendar .price {
    font-size: 19px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -.33px
}

.b-appointment-calendar .price {
    font-weight: 400
}

@media (max-width: 991.98px) {
    .b-appointment-calendar .chosen-container {
        width: 100% !important
    }
}

.b-appointment-calendar .chosen-container .chosen-single {
    font-size: 24px;
    border: 7px solid #30d0fa;
    height: 54px
}

.b-appointment-calendar .chosen-container .chosen-single span {
    margin-top: 8px
}

.b-appointment-calendar .collapse-list, .b-appointment-calendar .collapse-times {
    display: none;
    transition: display .3s
}

.b-appointment-calendar .open {
    display: block !important;
    transition: display .3s
}

.b-appointment-calendar .free-time {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    height: 50px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .46px;
    color: #16398e;
    border: 1px solid #bfc8d4;
    border-radius: 40px;
    text-decoration: none;
    z-index: 2001;
    transition: background-color .3s;
    text-align: center;
    padding: 0 10px
}

@media (max-width: 767.98px) {
    .b-appointment-calendar .free-time {
        font-size: 14px;
        line-height: 16px
    }
}

@media (max-width: 575.98px) {
    .b-appointment-calendar .free-time {
        height: 60%
    }
}

.b-appointment-calendar .free-time:hover {
    background-color: #16398e;
    color: #fff
}

.b-search {
    margin-bottom: 30px
}

.b-search .search-text {
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 24px
}

@media (max-width: 991.98px) {
    .b-search .search-text {
        font-size: 26px
    }
}

.b-search .search {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 30px;
    border: 1px solid #bfc8d4;
    padding: 5px 15px
}

@media (max-width: 767.98px) {
    .b-search .search {
        margin-bottom: 40px
    }
}

.b-search .search .search-input {
    width: 90%;
    height: 40px;
    border: 0;
    outline: 0;
    font-size: 25px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -1.26px
}

.b-search .search .search-button {
    background-color: transparent;
    border: 0;
    cursor: pointer
}

.b-search .search .search-button svg {
    float: right;
    fill: #bbbac4;
    width: 32px;
    height: 32px
}

.b-search .search .error {
    display: none;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .75);
    color: #16398e
}

@media (max-width: 767.98px) {
    .b-search .reverse-1 {
        -ms-flex-order: 2;
        order: 2
    }

    .b-search .reverse-2 {
        -ms-flex-order: 1;
        order: 1
    }
}

.b-modal-appointment {
    width: 100%;
    min-height: 200px;
    background: url(/local/templates/gm/images/modal-appointment-preloader.gif) center no-repeat;
    padding: 49px 30px 47px !important
}

@media (max-width: 991.98px) {
    .b-modal-appointment {
        max-width: 700px;
        min-width: 200px;
        padding: 49px 10px 47px !important
    }
}

.b-modal-appointment * {
    opacity: 0;
    transition: opacity 250ms
}

.b-modal-appointment.load {
    background-image: none
}

.b-modal-appointment.load * {
    opacity: 1
}

.b-modal-appointment .h2, .b-modal-appointment h2 {
    font-size: 44px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: -.55px;
    padding: 0
}

@media (max-width: 767.98px) {
    .b-modal-appointment .h2, .b-modal-appointment h2 {
        font-size: 28px;
        line-height: 30px
    }
}

.b-modal-appointment .form-appointment {
    padding-left: 12px
}

.b-modal-appointment .data {
    margin-bottom: 22px
}

.b-modal-appointment .times {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.b-modal-appointment .times .time {
    -ms-flex: 45%;
    flex: 45%;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-bottom: 15px
}

.b-modal-appointment .times .time .form-check {
    padding: 0;
    cursor: pointer
}

.b-modal-appointment .times .time .form-check input[type=radio] + label {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #f0f3f8;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: .46px;
    text-align: center;
    color: #000;
    text-decoration: none;
    transition: background-color .3s, color .3s;
    padding: 15px 0
}

.b-modal-appointment .times .time .form-check input[type=radio]:checked + label {
    background-color: #16398e;
    color: #fff
}

.b-modal-appointment .fields {
    margin-bottom: 58px
}

.b-modal-appointment .fields .label-validation {
    height: auto;
    margin-bottom: 3px
}

.b-modal-appointment .fields .form-control {
    height: 40px !important;
    margin-bottom: 25px;
    padding: 0 0 10px
}

.b-modal-appointment .label-validation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    margin-bottom: 8px
}

.b-modal-appointment .label-validation .check-mark {
    display: none
}

@media (max-width: 575.98px) {
    .b-modal-appointment .label-validation label {
        font-size: 16px !important;
        line-height: 18px !important
    }
}

.b-modal-appointment .form-group {
    position: relative;
    margin-bottom: 0
}

.b-modal-appointment .form-group label {
    font-size: 19px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.33px
}

.b-modal-appointment .form-group .form-name, .b-modal-appointment .form-group .form-tel {
    border-radius: 0;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid #a5a6a9;
    height: 50px
}

.b-modal-appointment .form-group .form-name {
    font-size: 19px;
    font-weight: 400
}

.b-modal-appointment .form-group .form-tel {
    font-size: 24px;
    font-weight: 400
}

.b-modal-appointment .btn-appointment {
    width: 100%;
    font-size: 29px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: -.02px;
    max-width: 330px;
    display: block;
    margin: 0 auto
}

@media (max-width: 767.98px) {
    .b-modal-appointment .btn-appointment {
        font-size: 24px;
        line-height: 24px;
        padding: 15px 0
    }
}

@media (max-width: 575.98px) {
    .b-modal-appointment .btn-appointment {
        padding: 15px 0
    }
}

.b-modal-appointment .title, .b-modal-appointment .title .phone-call {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.b-modal-appointment .title {
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

@media (max-width: 991.98px) {
    .b-modal-appointment .title {
        display: block
    }
}

.b-modal-appointment .title .phone-call {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .46px
}

@media (max-width: 767.98px) {
    .b-modal-appointment .title .phone-call {
        font-size: 16px;
        line-height: 18px
    }
}

.b-modal-appointment .title .phone-call .text, .b-modal-appointment .title .phone-call .text-blue {
    margin-right: 10px
}

.b-modal-appointment .doctors li:hover .doctor, .b-modal-appointment .title .phone-call .text-blue {
    color: #16398e
}

.b-modal-appointment .title .phone-call .tel {
    font-size: 26px;
    line-height: 28px;
    color: #16398e;
    text-decoration: none
}

@media (max-width: 991.98px) {
    .b-modal-appointment .title .phone-call .tel {
        display: none
    }
}

.b-modal-appointment .list-direction {
    margin-bottom: 40px
}

.b-modal-appointment .doctors {
    display: block;
    padding: 0
}

.b-modal-appointment .doctors .doctor {
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    letter-spacing: .66px;
    color: #000;
    text-decoration: none;
    transition: color .3s;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word
}

@media (max-width: 991.98px) {
    .b-modal-appointment .doctors .doctor {
        font-size: 20px;
        line-height: 22px
    }
}

.b-modal-appointment .doctors .doctor .name, .b-personal-area .how-use-area .message a {
    color: #000;
    transition: color .3s
}

.b-modal-appointment .doctors .doctor .specialist {
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 1.66px;
    color: #bfc8d4;
    text-transform: uppercase
}

@media (max-width: 991.98px) {
    .b-modal-appointment .doctors .doctor .specialist {
        font-size: 12px;
        line-height: 14px
    }
}

.b-modal-appointment .day {
    position: relative;
    height: 70px;
    font-size: 24px;
    font-weight: 800;
    line-height: 26px;
    letter-spacing: 1.66px;
    border-top: 7px solid #fff;
    z-index: 1;
    margin-bottom: 60px;
    padding: 2px 10px
}

@media (max-width: 991.98px) {
    .b-modal-appointment .day {
        height: 60px;
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 70px
    }
}

.b-modal-appointment .day.active {
    border: 7px solid #16b1de
}

.b-modal-appointment .day .number-month {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #6f859d
}

@media (max-width: 991.98px) {
    .b-modal-appointment .day .number-month {
        font-size: 15px;
        line-height: 17px
    }
}

.b-modal-appointment .calendar, .b-modal-appointment .calendar input {
    border-radius: 30px;
    outline: 0;
    cursor: pointer;
    font-size: 24px;
    line-height: 26px
}

.b-modal-appointment .calendar {
    position: relative;
    max-width: 288px;
    letter-spacing: .66px;
    margin-bottom: 15px;
    border: 1px solid #c7ccd9;
    height: 50px;
    font-weight: 600
}

@media (max-width: 991.98px) {
    .b-modal-appointment .calendar {
        width: 100%;
        font-size: 19px;
        line-height: 21px
    }
}

@media (max-width: 575.98px) {
    .b-modal-appointment .calendar {
        width: 250px
    }
}

.b-modal-appointment .calendar input {
    width: 100%;
    height: 100%;
    background: url(/local/templates/gm/images/appointment-calendar-calendar.svg) no-repeat 20px 11px;
    border: 0;
    font-weight: 500;
    padding: 0 30px 0 65px
}

@media (max-width: 767.98px) {
    .b-modal-appointment .calendar input {
        font-size: 19px;
        line-height: 22px
    }
}

.b-modal-appointment .calendar div {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%
}

@media (max-width: 1199.98px) {
    .b-modal-appointment .calendar div {
        display: none
    }
}

.b-modal-appointment .calendar .form-control {
    border: 0;
    padding: 0 30px 0 65px;
    margin: 0;
    height: 50px !important
}

.b-modal-appointment .calendar .label-validation {
    position: static;
    width: auto
}

.b-modal-appointment .select-time {
    font-size: 19px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -.33px
}

.b-modal-appointment .doctor-modal {
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    letter-spacing: .66px;
    color: #000;
    text-decoration: none;
    transition: color .3s;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    margin-bottom: 35px
}

@media (max-width: 991.98px) {
    .b-modal-appointment .doctor-modal {
        font-size: 20px;
        line-height: 22px
    }
}

.b-modal-appointment .doctor-modal:hover .name {
    text-decoration: none
}

.b-modal-appointment .doctor-modal .name {
    display: block;
    color: #16398e;
    transition: color .3s;
    white-space: nowrap;
    margin-bottom: 20px
}

.b-modal-appointment .doctor-modal .specialist {
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 1.66px;
    color: #bfc8d4;
    text-transform: uppercase
}

@media (max-width: 991.98px) {
    .b-modal-appointment .doctor-modal .specialist {
        font-size: 12px;
        line-height: 14px
    }
}

.b-modal-appointment .message, .b-modal-appointment .price {
    font-size: 19px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -.33px
}

.b-modal-appointment .price {
    font-weight: 400;
    margin-bottom: 5px
}

@media (max-width: 575.98px) {
    .b-modal-appointment .price {
        margin-bottom: 20px
    }
}

.b-modal-appointment .success {
    font-size: 19px;
    line-height: 1.2
}

.b-modal-appointment .success .h2, .b-modal-appointment .success h2 {
    margin-bottom: 25px
}

.b-modal-appointment .success .date {
    padding-top: 40px;
    color: #16398d;
    font-size: 66px;
    margin-bottom: 52px;
    line-height: .9em;
    font-weight: 800
}

.b-modal-appointment .success .address {
    padding-top: 31px;
    margin-bottom: 50px
}

.b-modal-appointment .success .tel {
    margin-bottom: 70px
}

.b-modal-appointment .success .blue {
    color: #16398d;
    font-weight: 800;
    font-size: 24px;
    line-height: .9
}

.b-modal-appointment .success .btn {
    font-size: 28px
}

.b-question-answer {
    margin-bottom: 100px;
    padding: 45px 0 0
}

.b-question-answer .h1, .b-question-answer h1 {
    font-size: 66px;
    font-weight: 800;
    line-height: 55px;
    letter-spacing: -.83px;
    color: #000;
    margin-bottom: 12px
}

@media (max-width: 575.98px) {
    .b-question-answer .h1, .b-question-answer h1 {
        font-size: 40px;
        line-height: 42px
    }
}

.b-question-answer .component-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 45px
}

@media (max-width: 991.98px) {
    .b-question-answer .component-title {
        display: block
    }
}

.b-question-answer .component-title .title {
    font-size: 33px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -.83px;
    color: #9b9b9b
}

@media (max-width: 991.98px) {
    .b-question-answer .component-title .title {
        margin-bottom: 25px
    }
}

@media (max-width: 575.98px) {
    .b-question-answer .component-title .title {
        font-size: 25px;
        line-height: 27px
    }
}

.b-question-answer .component-title .title .question-answer-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.b-question-answer .component-title .title .question-answer-title .question-mark {
    background: url(/local/templates/gm/images/question-answer-question.svg) no-repeat;
    width: 31px;
    height: 31px;
    margin-left: 13px
}

.b-question-answer .questions-answers {
    width: 880px;
    margin: 0 auto
}

@media (max-width: 991.98px) {
    .b-question-answer .questions-answers {
        width: auto
    }
}

.b-question-answer .questions-answers .question-answer {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    margin-bottom: 55px
}

.b-question-answer .questions-answers .question-answer .question {
    position: relative;
    background-color: #f0f3f8;
    font-size: 30px;
    font-weight: 400;
    line-height: 32px;
    border-radius: 12px;
    margin-bottom: 30px;
    padding: 43px 40px 40px 130px
}

@media (max-width: 767.98px) {
    .b-question-answer .questions-answers .question-answer .question {
        letter-spacing: -.45px;
        padding: 43px 40px 40px 95px
    }
}

@media (max-width: 575.98px) {
    .b-question-answer .questions-answers .question-answer .question {
        padding: 43px 40px 30px 70px;
        font-size: 20px;
        line-height: 22px
    }
}

.b-question-answer .questions-answers .question-answer .question .quotes {
    position: absolute;
    top: 30px;
    left: 50px;
    background: url(/local/templates/gm/images/question-answer-quotes.svg) no-repeat;
    width: 40px;
    height: 30px
}

@media (max-width: 767.98px) {
    .b-question-answer .questions-answers .question-answer .question .quotes {
        top: 50px;
        left: 25px
    }
}

@media (max-width: 575.98px) {
    .b-question-answer .questions-answers .question-answer .question .quotes {
        top: 20px;
        width: 30px;
        height: 34px;
        background-size: 30px 30px
    }
}

.b-question-answer .questions-answers .question-answer .question .text-question {
    margin-bottom: 40px
}

@media (max-width: 575.98px) {
    .b-question-answer .questions-answers .question-answer .question .text-question {
        margin-bottom: 25px
    }
}

.b-question-answer .questions-answers .question-answer .question .questioner-name {
    font-size: 23px;
    line-height: 25px
}

@media (max-width: 575.98px) {
    .b-question-answer .questions-answers .question-answer .question .questioner-name {
        font-size: 18px;
        line-height: 20px
    }
}

.b-question-answer .questions-answers .question-answer .answer {
    border: 1px solid #d8d7e2;
    border-radius: 8px;
    font-size: 23px;
    line-height: 30px;
    letter-spacing: -.5px;
    margin-left: 105px;
    margin-bottom: 35px;
    padding: 35px 40px 20px 53px
}

@media (max-width: 767.98px) {
    .b-question-answer .questions-answers .question-answer .answer {
        padding: 35px 40px 20px 80px;
        margin-left: 80px
    }
}

@media (max-width: 575.98px) {
    .b-question-answer .questions-answers .question-answer .answer {
        font-size: 18px;
        line-height: 20px;
        padding: 20px 25px 20px 45px;
        margin-left: 35px
    }
}

.b-question-answer .questions-answers .question-answer .answer .text-answer {
    margin-bottom: 35px
}

@media (max-width: 575.98px) {
    .b-question-answer .questions-answers .question-answer .answer .text-answer {
        margin-bottom: 25px
    }
}

.b-add-data .add-data-success a, .b-add-data .form-add-data .text a, .b-authorization .telephone a, .b-partner .applications .list .list-item .application-collapse .container-slider .box .footer-box .link:hover, .b-partner .applications .list .list-item .treatment-collapse .container-slider .box .footer-box .link:hover, .b-partner .my-documents .list .list-item .application-collapse .container-slider .box .footer-box .link:hover, .b-partner .my-documents .list .list-item .treatment-collapse .container-slider .box .footer-box .link:hover, .b-partner .payment-treatment .list .list-item .application-collapse .container-slider .box .footer-box .link:hover, .b-partner .payment-treatment .list .list-item .treatment-collapse .container-slider .box .footer-box .link:hover, .b-personal-area .container-slider .box .footer-box .link:hover, .b-question-answer .questions-answers .question-answer .answer .name-respondent, .b-registration .telephone a {
    color: #16398e
}

.b-question-answer .btn {
    position: relative;
    padding: 1.1rem 20px;
    white-space: nowrap;
    border: 2px solid #babac2;
    color: #16398e;
    background-color: transparent;
    overflow: hidden;
    font-size: 21px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: -.1px;
    transition: background-color .3s, color .3s
}

.b-question-answer .btn:hover {
    color: #fff;
    background-color: #16398e
}

.b-authorization {
    padding: 55px 0 50px
}

.b-registration, .modal .b-authorization {
    padding: 55px 34px 48px
}

.b-authorization #email-error, .b-authorization #password-error, .b-authorization #tel-error, .b-authorization label.error, .b-registration label.error {
    display: none !important
}

.b-authorization .form-group {
    padding-right: 10px;
    margin-bottom: 40px
}

.b-authorization .form-group.last-group {
    margin-bottom: 100px
}

.b-authorization .form-group .label {
    font-size: 19px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -.33px;
    margin-bottom: 20px
}

.b-authorization .form-group .form-control {
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid #a5a6a9;
    border-radius: 0;
    padding-bottom: 5px;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    padding-top: 0;
    padding-right: 30px;
    height: auto
}

.b-authorization .btn {
    display: block;
    font-size: 29px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: .02px;
    width: 100%;
    margin: 0 auto 36px
}

@media (max-width: 767.98px) {
    .b-authorization .btn {
        font-size: 20px;
        line-height: 20px
    }
}

.b-authorization .btn.send {
    margin-bottom: 0
}

.b-authorization .btn.registration {
    background-color: #bfbfbf;
    border-color: #bfbfbf;
    color: #fff;
    transition: background-color .3s
}

.b-authorization .btn.registration:hover {
    background-color: #16398e
}

.b-authorization .restore-password, .b-authorization .telephone {
    font-size: 19px;
    font-weight: 400;
    line-height: 24px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-all;
    word-wrap: break-word
}

.b-authorization .restore-password {
    display: block;
    text-align: center;
    color: #16398e;
    margin-bottom: 36px;
    text-decoration: none
}

.b-authorization .telephone {
    color: #000
}

.b-authorization .is-valid, .b-authorization .valid {
    background-image: url(/local/templates/gm/images/modal-authorization-check-mark.svg);
    background-repeat: no-repeat;
    background-position: center right
}

.b-authorization .question, .b-authorization .question .question-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.b-authorization .question .question-icon {
    border-radius: 50%;
    border: 2px solid #bbbac4;
    width: 29px;
    height: 29px;
    margin-right: 16px
}

.b-authorization .question .question-icon .question-img {
    width: 26px;
    height: 26px
}

.b-authorization .description {
    font-size: 19px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -.33px;
    text-align: center;
    color: #9b9b9b;
    margin-bottom: 40px
}

.b-authorization .restore-password-success .message {
    margin-bottom: 35px
}

.b-authorization .restore-password-success .message .success-text {
    font-size: 19px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.33px
}

.b-authorization .restore-password-success .question {
    -ms-flex-pack: left;
    justify-content: left
}

.b-registration .form-group {
    padding-right: 10px;
    margin-bottom: 40px
}

.b-registration .form-group.last-group {
    margin-bottom: 81px
}

.b-registration .form-group .label {
    font-size: 19px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -.33px;
    margin-bottom: 20px
}

.b-registration .form-group .form-control {
    border: 0;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    padding-right: 30px;
    padding-top: 0;
    border-bottom: 2px solid #a5a6a9;
    border-radius: 0;
    height: auto;
    padding-bottom: 5px
}

.b-registration .btn {
    display: block;
    font-size: 29px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: .02px;
    width: 100%;
    margin: 0 auto 36px
}

@media (max-width: 767.98px) {
    .b-registration .btn {
        font-size: 20px;
        line-height: 20px
    }
}

.b-registration .telephone {
    font-size: 19px;
    font-weight: 400;
    line-height: 24px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-all;
    word-wrap: break-word;
    color: #000
}

.b-registration .password.coincidence, .b-registration .valid {
    background-image: url(/local/templates/gm/images/registration-check-mark.svg);
    background-repeat: no-repeat;
    background-position: center right
}

.b-registration .password.coincidence {
    background-image: url(/local/templates/gm/images/registration-check-mark-password.svg) !important
}

.b-registration .question, .b-registration .question .question-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.b-registration .question .question-icon {
    border-radius: 50%;
    border: 2px solid #bbbac4;
    width: 29px;
    height: 29px;
    margin-right: 16px
}

.b-registration .question .question-icon .question-img {
    width: 26px;
    height: 26px
}

.b-registration .registration-success .message {
    margin-bottom: 35px
}

.b-add-data .add-data-success p, .b-registration .registration-success .message .success-text {
    font-size: 19px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.33px
}

.b-registration .registration-success .question {
    -ms-flex-pack: left;
    justify-content: left
}

.b-personal-area {
    margin-bottom: 70px
}

.b-personal-area.left-padding {
    padding-left: 40px
}

@media (max-width: 991.98px) {
    .b-personal-area.left-padding {
        padding-left: 0
    }
}

@media (max-width: 767.98px) {
    .b-personal-area {
        margin-bottom: 40px
    }
}

.b-personal-area .h2, .b-personal-area h2 {
    font-size: 55px;
    font-weight: 500;
    letter-spacing: -.41px;
    line-height: 67px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    word-break: break-word
}

@media (max-width: 767.98px) {
    .b-personal-area .h2, .b-personal-area h2 {
        font-size: 39px;
        font-weight: 500;
        line-height: 45px;
        letter-spacing: -.3px
    }
}

@media (max-width: 575.98px) {
    .b-personal-area .h2, .b-personal-area h2 {
        font-size: 30px;
        line-height: 32px;
        letter-spacing: -.3px
    }
}

@media (max-width: 767.98px) {
    .b-personal-area.hidden-greeting {
        display: none
    }
}

.b-personal-area .greeting {
    font-size: 33px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -.57px;
    margin-bottom: 85px
}

.b-personal-area .button-group-area {
    margin-bottom: 30px
}

.b-personal-area .button-group-area .btn-area {
    font-size: 28px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: -.49px;
    width: 100%;
    text-align: left;
    opacity: .2;
    transition: opacity .3s;
    padding: 19px 30px 19px 62px;
    margin-bottom: 30px;
    word-wrap: break-word;
    word-break: break-all;
    white-space: initial
}

@media (max-width: 1199.98px) {
    .b-personal-area .button-group-area .btn-area {
        padding: 19px 20px;
        text-align: center
    }
}

@media (max-width: 991.98px) {
    .b-personal-area .button-group-area .btn-area {
        border-radius: 30px
    }
}

@media (max-width: 767.98px) {
    .b-personal-area .button-group-area .btn-area {
        padding: 19px 12px
    }
}

@media (max-width: 575.98px) {
    .b-personal-area .button-group-area .btn-area {
        padding: 19px 8px;
        font-size: 20px;
        line-height: 20px
    }
}

.b-personal-area .button-group-area .btn-area:hover {
    opacity: 1;
    color: #fff
}

.b-personal-area .button-group-area .btn-area:focus {
    color: #fff
}

.b-personal-area .button-group-area .btn-area.selected {
    opacity: 1
}

.b-personal-area .health-map {
    display: block;
    text-decoration: none
}

@media (max-width: 991.98px) {
    .b-personal-area .area-content {
        display: none
    }
}

.b-personal-area .area-video .video-container .video-js .vjs-big-play-button, .b-personal-area .hidden-area-content {
    display: none
}

@media (max-width: 991.98px) {
    .b-personal-area .hidden-area-content {
        display: block
    }
}

.b-personal-area .area-img {
    text-align: center;
    margin-bottom: 80px
}

.b-personal-area .area-img .health-map {
    display: inline-block;
    text-decoration: none
}

@media (max-width: 767.98px) {
    .b-personal-area .area-img .health-map {
        height: 500px
    }
}

.b-personal-area .area-img .img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
    max-height: 800px
}

.b-personal-area .area-text {
    text-align: center;
    margin-bottom: 81px
}

.b-personal-area .area-text .h2, .b-personal-area .area-text h2 {
    color: #000;
    margin-bottom: 21px
}

.b-personal-area .area-text .text {
    font-size: 33px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -.55px;
    color: #16398e
}

@media (max-width: 767.98px) {
    .b-personal-area .area-text .text {
        font-size: 28px;
        line-height: 30px
    }
}

.b-personal-area .area-video .embed-responsive {
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden
}

.b-personal-area .area-video .video-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.b-personal-area .area-video .video-container .video-js {
    width: 100%;
    height: 100%
}

.b-personal-area .area-video .video-container .video-js .vjs-poster {
    background-size: cover
}

@media (max-width: 767.98px) {
    .bx-ios.bx-touch .b-personal-area .area-video .video-container .video-js ::-webkit-media-controls-panel {
        display: none !important;
        -webkit-appearance: none
    }

    .bx-ios.bx-touch .b-personal-area .area-video .video-container .video-js ::-webkit-media-controls-play-button {
        display: none !important;
        -webkit-appearance: none
    }

    .bx-ios.bx-touch .b-personal-area .area-video .video-container .video-js ::-webkit-media-controls-start-playback-button {
        display: none !important;
        -webkit-appearance: none
    }
}

.b-personal-area .area-video .play {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 165px;
    height: 165px;
    background: url(/local/templates/gm/images/personal-area-icon-play.svg) center no-repeat;
    transform: translate(-50%, -50%);
    z-index: 5;
    cursor: pointer;
    max-height: 90%;
    max-width: 90%
}

@media (max-width: 767.98px) {
    .b-personal-area .area-video .play {
        max-height: 60%;
        max-width: 60%;
        background-size: 100px 80px
    }
}

.b-personal-area .area-question {
    font-size: 28px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -.49px;
    text-align: center
}

.b-personal-area .title h2 {
    margin-bottom: 40px
}

.b-personal-area .date, .b-personal-area .last-year {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 26px;
    font-weight: 400;
    color: #16398e;
    line-height: 24px;
    letter-spacing: -.45px
}

.b-personal-area .date:hover, .b-personal-area .last-year:hover {
    text-decoration: none
}

@media (max-width: 575.98px) {
    .b-personal-area .date, .b-personal-area .last-year {
        font-size: 20px;
        line-height: 22px
    }
}

.b-personal-area .date span, .b-personal-area .last-year span {
    margin-right: 30px
}

@media (max-width: 991.98px) {
    .b-personal-area .date span, .b-personal-area .last-year span {
        margin-right: 20px
    }
}

.b-personal-area .date .plus-minus, .b-personal-area .last-year .plus-minus {
    position: relative;
    right: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    -ms-flex-preferred-size: 20px;
    flex-basis: 20px;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    opacity: 1
}

.b-personal-area .date .plus-minus:after, .b-personal-area .date .plus-minus:before, .b-personal-area .last-year .plus-minus:after, .b-personal-area .last-year .plus-minus:before {
    content: '';
    position: absolute;
    display: block;
    background-color: #bbbac4;
    width: 20px;
    height: 3px;
    left: 0;
    top: 50%;
    transition: transform .3s ease-in-out
}

.b-personal-area .date .plus-minus:before, .b-personal-area .last-year .plus-minus:before {
    transform: rotate(-90deg)
}

.b-personal-area .date.open-collapse .plus-minus:before, .b-personal-area .last-year.open-collapse .plus-minus:before {
    transform: rotate(0deg)
}

.b-personal-area .date.open-collapse .plus-minus:after, .b-personal-area .last-year.open-collapse .plus-minus:after {
    transform: rotate(180deg)
}

.b-personal-area .nearest-appointments {
    margin-bottom: 67px
}

@media (max-width: 767.98px) {
    .b-personal-area .nearest-appointments {
        margin-bottom: 40px
    }
}

.b-personal-area .nearest-appointments .title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 34px
}

.b-add-data .form-add-data .send-file .choose-file-container label, .b-personal-area .nearest-appointments .title .h2, .b-personal-area .nearest-appointments .title h2 {
    margin-bottom: 0
}

.b-personal-area .nearest-appointments .title .img-calendar {
    fill: #000;
    stroke: #000;
    width: 45px;
    height: 47px
}

@media (max-width: 767.98px) {
    .b-personal-area .nearest-appointments .title .img-calendar {
        width: 35px;
        height: 38px
    }
}

.b-personal-area .nearest-appointments .date {
    font-size: 33px;
    line-height: 35px;
    letter-spacing: -.57px;
    margin-bottom: 12px
}

@media (max-width: 767.98px) {
    .b-personal-area .nearest-appointments .date {
        font-size: 25px;
        line-height: 27px
    }
}

.b-personal-area .nearest-appointments .doctor {
    font-size: 33px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -.57px;
    margin-bottom: 12px
}

@media (max-width: 767.98px) {
    .b-personal-area .nearest-appointments .doctor {
        font-size: 25px;
        line-height: 27px
    }
}

.b-personal-area .analysis-research.show, .b-personal-area .doctor-recommendations.show, .b-personal-area .history-visits.show {
    padding-bottom: 60px
}

.b-personal-area .doctor-recommendations .title .h2, .b-personal-area .doctor-recommendations .title h2 {
    margin-bottom: 34px
}

.b-personal-area .analysis-research .date-list, .b-personal-area .analysis-research .date-list-collapse, .b-personal-area .doctor-recommendations .date-list, .b-personal-area .doctor-recommendations .date-list-collapse, .b-personal-area .history-visits .date-list, .b-personal-area .history-visits .date-list-collapse {
    padding: 0;
    margin-bottom: 0
}

.b-personal-area .analysis-research .date-list li, .b-personal-area .analysis-research .date-list-collapse li, .b-personal-area .doctor-recommendations .date-list li, .b-personal-area .doctor-recommendations .date-list-collapse li, .b-personal-area .history-visits .date-list li, .b-personal-area .history-visits .date-list-collapse li {
    list-style: none;
    margin-bottom: 26px
}

.b-personal-area .analysis-research .date-list-collapse li:last-child, .b-personal-area .doctor-recommendations .date-list-collapse li:last-child, .b-personal-area .history-visits .date-list-collapse li:last-child {
    margin-bottom: 52px
}

.b-personal-area .analysis-research .recomm-collapse .recommendation b, .b-personal-area .analysis-research .visits-collapse .recommendation b, .b-personal-area .doctor-recommendations .recomm-collapse .recommendation b, .b-personal-area .doctor-recommendations .visits-collapse .recommendation b, .b-personal-area .history-visits .recomm-collapse .recommendation b, .b-personal-area .history-visits .visits-collapse .recommendation b {
    display: block;
    margin-bottom: 29px
}

.b-personal-area .analysis-research .recomm-collapse .recommendation .recommendation-list, .b-personal-area .analysis-research .visits-collapse .recommendation .recommendation-list, .b-personal-area .doctor-recommendations .recomm-collapse .recommendation .recommendation-list, .b-personal-area .doctor-recommendations .visits-collapse .recommendation .recommendation-list, .b-personal-area .history-visits .recomm-collapse .recommendation .recommendation-list, .b-personal-area .history-visits .visits-collapse .recommendation .recommendation-list {
    padding-left: 22px;
    margin-bottom: 28px
}

.b-personal-area .analysis-research .recomm-collapse .recommendation .recommendation-list li, .b-personal-area .analysis-research .visits-collapse .recommendation .recommendation-list li, .b-personal-area .doctor-recommendations .recomm-collapse .recommendation .recommendation-list li, .b-personal-area .doctor-recommendations .visits-collapse .recommendation .recommendation-list li, .b-personal-area .history-visits .recomm-collapse .recommendation .recommendation-list li, .b-personal-area .history-visits .visits-collapse .recommendation .recommendation-list li {
    list-style: inherit;
    margin-bottom: 10px
}

.b-personal-area .analysis-research .recomm-collapse .message, .b-personal-area .analysis-research .visits-collapse .message, .b-personal-area .doctor-recommendations .recomm-collapse .message, .b-personal-area .doctor-recommendations .visits-collapse .message, .b-personal-area .history-visits .recomm-collapse .message, .b-personal-area .history-visits .visits-collapse .message {
    margin-bottom: 29px;
    padding-top: 40px
}

.b-personal-area .analysis-research .recomm-collapse .totals, .b-personal-area .analysis-research .visits-collapse .totals, .b-personal-area .doctor-recommendations .recomm-collapse .totals, .b-personal-area .doctor-recommendations .visits-collapse .totals, .b-personal-area .history-visits .recomm-collapse .totals, .b-personal-area .history-visits .visits-collapse .totals {
    margin-bottom: 58px
}

.b-personal-area .analysis-research .recomm-collapse .affixed, .b-personal-area .analysis-research .recomm-collapse .message, .b-personal-area .analysis-research .recomm-collapse .recommendation, .b-personal-area .analysis-research .recomm-collapse .totals, .b-personal-area .analysis-research .visits-collapse .affixed, .b-personal-area .analysis-research .visits-collapse .message, .b-personal-area .analysis-research .visits-collapse .recommendation, .b-personal-area .analysis-research .visits-collapse .totals, .b-personal-area .doctor-recommendations .recomm-collapse .affixed, .b-personal-area .doctor-recommendations .recomm-collapse .message, .b-personal-area .doctor-recommendations .recomm-collapse .recommendation, .b-personal-area .doctor-recommendations .recomm-collapse .totals, .b-personal-area .doctor-recommendations .visits-collapse .affixed, .b-personal-area .doctor-recommendations .visits-collapse .message, .b-personal-area .doctor-recommendations .visits-collapse .recommendation, .b-personal-area .doctor-recommendations .visits-collapse .totals, .b-personal-area .history-visits .recomm-collapse .affixed, .b-personal-area .history-visits .recomm-collapse .message, .b-personal-area .history-visits .recomm-collapse .recommendation, .b-personal-area .history-visits .recomm-collapse .totals, .b-personal-area .history-visits .visits-collapse .affixed, .b-personal-area .history-visits .visits-collapse .message, .b-personal-area .history-visits .visits-collapse .recommendation, .b-personal-area .history-visits .visits-collapse .totals, .b-personal-area .how-use-area .message {
    font-size: 26px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: -.45px
}

@media (max-width: 575.98px) {
    .b-personal-area .analysis-research .recomm-collapse .affixed, .b-personal-area .analysis-research .recomm-collapse .message, .b-personal-area .analysis-research .recomm-collapse .recommendation, .b-personal-area .analysis-research .recomm-collapse .totals, .b-personal-area .analysis-research .visits-collapse .affixed, .b-personal-area .analysis-research .visits-collapse .message, .b-personal-area .analysis-research .visits-collapse .recommendation, .b-personal-area .analysis-research .visits-collapse .totals, .b-personal-area .doctor-recommendations .recomm-collapse .affixed, .b-personal-area .doctor-recommendations .recomm-collapse .message, .b-personal-area .doctor-recommendations .recomm-collapse .recommendation, .b-personal-area .doctor-recommendations .recomm-collapse .totals, .b-personal-area .doctor-recommendations .visits-collapse .affixed, .b-personal-area .doctor-recommendations .visits-collapse .message, .b-personal-area .doctor-recommendations .visits-collapse .recommendation, .b-personal-area .doctor-recommendations .visits-collapse .totals, .b-personal-area .history-visits .recomm-collapse .affixed, .b-personal-area .history-visits .recomm-collapse .message, .b-personal-area .history-visits .recomm-collapse .recommendation, .b-personal-area .history-visits .recomm-collapse .totals, .b-personal-area .history-visits .visits-collapse .affixed, .b-personal-area .history-visits .visits-collapse .message, .b-personal-area .history-visits .visits-collapse .recommendation, .b-personal-area .history-visits .visits-collapse .totals {
        font-size: 20px;
        line-height: 24px
    }
}

.b-personal-area .analysis-research .recomm-collapse .affixed, .b-personal-area .analysis-research .visits-collapse .affixed, .b-personal-area .doctor-recommendations .recomm-collapse .affixed, .b-personal-area .doctor-recommendations .visits-collapse .affixed, .b-personal-area .history-visits .recomm-collapse .affixed, .b-personal-area .history-visits .visits-collapse .affixed {
    margin-bottom: 30px
}

.b-personal-area .analysis-research .recomm-collapse .recomm-slider, .b-personal-area .analysis-research .visits-collapse .recomm-slider, .b-personal-area .doctor-recommendations .recomm-collapse .recomm-slider, .b-personal-area .doctor-recommendations .visits-collapse .recomm-slider, .b-personal-area .history-visits .recomm-collapse .recomm-slider, .b-personal-area .history-visits .visits-collapse .recomm-slider {
    padding-bottom: 50px
}

.b-personal-area .how-use-area .message {
    margin-bottom: 29px
}

@media (max-width: 767.98px) {
    .b-personal-area .how-use-area .message {
        font-size: 20px
    }
}

.b-personal-area .how-use-area .message a:hover {
    color: #16b1de;
    text-decoration: none
}

.b-personal-area .learn-more .btn-learn-more {
    display: block;
    background-color: #f4f5f9;
    color: #020c22;
    text-align: center;
    font-size: 21px;
    text-decoration: none;
    padding: 15px 0;
    cursor: pointer;
    transition: 500ms;
    margin-top: 70px
}

@media (max-width: 767.98px) {
    .b-personal-area .learn-more .btn-learn-more {
        margin-top: 45px
    }
}

.b-personal-area .learn-more .btn-learn-more:hover {
    background-color: #16398e;
    color: #fff
}

.b-personal-area .learn-more .btn-learn-more .arrow {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle
}

.b-partner .learn-more .open .arrow svg, .b-partner-contacts .learn-more .open .arrow svg, .b-personal-area .learn-more .open .arrow svg {
    transform: scaleY(-1)
}

.b-personal-area .doctor-recommendations {
    padding-bottom: 100px
}

@media (max-width: 767.98px) {
    .b-personal-area .doctor-recommendations {
        padding-bottom: 50px
    }
}

.b-personal-area .history-visits {
    padding-bottom: 120px
}

@media (max-width: 767.98px) {
    .b-personal-area .history-visits {
        padding-bottom: 50px
    }
}

.b-personal-area .history-visits.on-page {
    padding-bottom: 0
}

.b-personal-area .history-visits.on-page .learn-more {
    padding-bottom: 50px
}

@media (max-width: 767.98px) {
    .b-personal-area .history-visits.on-page .learn-more {
        padding-bottom: 20px
    }
}

.b-personal-area .history-visits .title .h2, .b-personal-area .history-visits .title h2 {
    margin-bottom: 55px
}

@media (max-width: 991.98px) {
    .b-personal-area .history-visits .title .h2, .b-personal-area .history-visits .title h2 {
        margin-bottom: 40px
    }
}

@media (max-width: 767.98px) {
    .b-personal-area .history-visits .title .h2, .b-personal-area .history-visits .title h2 {
        margin-bottom: 35px
    }
}

.b-personal-area .history-visits .date {
    text-transform: uppercase
}

.b-personal-area .history-visits .last-years {
    padding: 30px 0 0
}

.b-personal-area .analysis-research .last-years li, .b-personal-area .history-visits .last-years li {
    list-style: none
}

.b-personal-area .analysis-research .last-years li .last-year, .b-personal-area .history-visits .last-years li .last-year {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px
}

.b-personal-area .history-visits .last-years li .date-list li:first-child {
    padding-top: 10px
}

.b-personal-area .history-visits .last-years li .date-list li:last-child {
    margin-bottom: 40px
}

.b-personal-area .analysis-research {
    padding-bottom: 60px
}

@media (max-width: 767.98px) {
    .b-personal-area .analysis-research {
        padding-bottom: 50px
    }
}

.b-personal-area .analysis-research .title .h2, .b-personal-area .analysis-research .title h2 {
    margin-bottom: 55px
}

@media (max-width: 767.98px) {
    .b-personal-area .analysis-research .title .h2, .b-personal-area .analysis-research .title h2 {
        margin-bottom: 35px
    }
}

.b-personal-area .analysis-research .date {
    text-transform: uppercase
}

.b-personal-area .analysis-research .last-years {
    padding: 30px 0 0
}

.b-personal-area .analysis-research .last-years li .date-list li:first-child {
    padding-top: 10px
}

.b-personal-area .analysis-research .last-years li .date-list li:last-child {
    margin-bottom: 40px
}

.b-personal-area .container-slider {
    position: relative;
    padding-bottom: 70px
}

@media (max-width: 767.98px) {
    .b-personal-area .container-slider {
        padding-bottom: 30px
    }
}

.b-partner .applications .list .list-item .application-collapse .container-slider .swiper-button-prev, .b-partner .applications .list .list-item .treatment-collapse .container-slider .swiper-button-prev, .b-partner .my-documents .list .list-item .application-collapse .container-slider .swiper-button-prev, .b-partner .my-documents .list .list-item .treatment-collapse .container-slider .swiper-button-prev, .b-partner .payment-treatment .list .list-item .application-collapse .container-slider .swiper-button-prev, .b-partner .payment-treatment .list .list-item .treatment-collapse .container-slider .swiper-button-prev, .b-personal-area .container-slider .swiper-button-prev {
    background-image: url(/local/templates/gm/images/personal-area-slider-button.svg);
    background-repeat: no-repeat;
    left: -18px
}

@media (max-width: 767.98px) {
    .b-personal-area .container-slider .swiper-button-prev {
        left: -3px
    }
}

.b-personal-area .container-slider .swiper-button-next {
    background-image: url(/local/templates/gm/images/personal-area-slider-button.svg);
    background-repeat: no-repeat;
    transform: scaleX(-1);
    right: -18px
}

@media (max-width: 767.98px) {
    .b-personal-area .container-slider .swiper-button-next {
        right: -3px
    }
}

.b-personal-area .container-slider .swiper-button-next, .b-personal-area .container-slider .swiper-button-prev {
    top: 30%
}

@media (max-width: 767.98px) {
    .b-personal-area .container-slider .swiper-button-next, .b-personal-area .container-slider .swiper-button-prev {
        top: 35%
    }
}

.b-personal-area .container-slider .swiper-container .swiper-slide {
    text-align: center
}

.b-personal-area .container-slider .swiper-container .swiper-slide .slide-name-analys {
    font-size: 26px;
    font-weight: 400;
    line-height: 28px;
    color: #bbbac4
}

.b-personal-area .container-slider .lightBox {
    display: block;
    width: 200px;
    height: 150px;
    margin: 0 auto
}

.b-personal-area .container-slider .lightBox .thumb {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.b-personal-area .container-slider .box {
    box-shadow: 0 0 5px #444;
    background-color: #fff;
    display: none;
    max-height: 700px;
    position: fixed;
    z-index: 2001;
    border: 20px solid #fff;
    border-radius: 10px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 800px
}

@media (max-width: 991.98px) {
    .b-personal-area .container-slider .box {
        max-width: 700px;
        min-width: 600px;
        width: 100%
    }
}

@media (max-width: 767.98px) {
    .b-personal-area .container-slider .box {
        max-width: 550px;
        min-width: 320px
    }
}

.b-personal-area .container-slider .box .footer-box {
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 30px
}

.b-personal-area .container-slider .box .footer-box .link {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -.55px;
    text-decoration: none;
    color: #000;
    transition: color .3s;
    margin-right: 40px
}

@media (max-width: 767.98px) {
    .b-personal-area .container-slider .box .footer-box .link {
        font-size: 16px;
        line-height: 18px;
        margin-right: 0
    }
}

.b-partner .applications .list .list-item .application-collapse .container-slider .swiper-container .swiper-slide .slide-name-analys, .b-partner .applications .list .list-item .treatment-collapse .container-slider .swiper-container .swiper-slide .slide-name-analys, .b-partner .my-documents .list .list-item .application-collapse .container-slider .swiper-container .swiper-slide .slide-name-analys, .b-partner .my-documents .list .list-item .treatment-collapse .container-slider .swiper-container .swiper-slide .slide-name-analys, .b-partner .payment-treatment .list .list-item .application-collapse .container-slider .swiper-container .swiper-slide .slide-name-analys, .b-partner .payment-treatment .list .list-item .treatment-collapse .container-slider .swiper-container .swiper-slide .slide-name-analys, .b-personal-area .container-slider .box .footer-box .name {
    font-size: 26px;
    font-weight: 400;
    line-height: 28px;
    color: #bbbac4
}

@media (max-width: 767.98px) {
    .b-personal-area .container-slider .box .footer-box .name {
        font-size: 16px;
        line-height: 18px
    }
}

.b-personal-area .container-slider .box .close {
    width: 37px;
    height: 35px;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 32px;
    margin: 10px;
    position: absolute;
    right: 5px;
    top: 5px
}

.b-personal-area .container-slider .box .close .box-close {
    stroke: #fff
}

.b-personal-area .container-slider .box .largeImage {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.b-personal-area .container-slider .clear {
    clear: both
}

.b-add-data {
    padding: 0 25px
}

@media (max-width: 767.98px) {
    .b-add-data {
        padding: 0 10px
    }
}

.b-add-data label, .b-health-map p {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.35px;
    margin-bottom: 17px
}

.b-add-data textarea.form-control {
    resize: none;
    height: auto;
    border-radius: 12px;
    border: 1px solid #979797;
    background-color: #fff;
    margin-bottom: 25px
}

.b-add-data .form-add-data {
    padding-bottom: 65px
}

.b-add-data .form-add-data .text {
    font-size: 19px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.33px;
    margin-bottom: 23px
}

@media (max-width: 767.98px) {
    .b-add-data .form-add-data .text {
        text-align: center
    }
}

.b-add-data .form-add-data .text a:hover {
    color: #16b1de
}

.b-add-data .form-add-data .send-file {
    margin-bottom: 22px
}

.b-add-data .form-add-data .send-file .choose-file-container .choose-file {
    background-color: transparent;
    border: 0;
    width: 70px;
    height: 65px;
    outline: 0
}

@media (max-width: 767.98px) {
    .b-add-data .form-add-data .send-file .choose-file-container .choose-file {
        display: block;
        margin: auto auto 30px
    }
}

.b-add-data .form-add-data .send-file .choose-file-container .choose-file:before {
    content: '';
    display: block;
    width: 100%;
    height: 70px;
    background: url(/local/templates/gm/images/add-data-clip.svg) no-repeat #fff;
    background-position: center
}

.b-add-data .form-add-data .btn-container {
    text-align: center
}

.b-add-data .form-add-data .btn-container .btn-send {
    font-size: 29px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: -.2px;
    width: 68%
}

@media (max-width: 767.98px) {
    .b-add-data .form-add-data .btn-container .btn-send {
        font-size: 20px;
        line-height: 20px;
        width: 80%
    }
}

.b-add-data .add-data-success {
    padding: 70px 0 25px
}

.b-health-map {
    margin-bottom: 150px
}

@media (max-width: 991.98px) {
    .b-health-map {
        margin-bottom: 100px
    }
}

@media (max-width: 767.98px) {
    .b-health-map {
        margin-bottom: 0
    }
}

.b-health-map .discover li, .b-health-map h3 {
    font-size: 33px;
    font-weight: 500;
    letter-spacing: -.33px;
    line-height: 35px;
    margin-bottom: 25px
}

.b-health-map p {
    line-height: 22px;
    margin-bottom: 35px
}

.b-health-map .discover {
    margin-bottom: 40px;
    padding-left: 15px
}

.b-health-map .discover li {
    list-style: none;
    font-weight: 400;
    margin-bottom: 20px
}

@media (max-width: 575.98px) {
    .b-health-map .discover li {
        font-size: 25px;
        line-height: 27px
    }
}

.b-health-map .health-indicators {
    counter-reset: section;
    padding: 0;
    margin-bottom: 70px
}

.b-health-map .health-indicators .indicator {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style-type: none;
    margin-bottom: 21px
}

.b-health-map .health-indicators .indicator .name, .b-health-map .health-indicators .indicator .name:before {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px
}

.b-health-map .health-indicators .indicator .name:before {
    counter-increment: section;
    content: counter(section);
    background-color: #16398e;
    width: 44px;
    height: 44px;
    -ms-flex-preferred-size: 44px;
    flex-basis: 44px;
    padding: 3px 8px;
    border-radius: 50%;
    font-size: 26px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 15px
}

@media (max-width: 575.98px) {
    .b-health-map .health-indicators .indicator .name:before {
        font-size: 18px;
        line-height: 18px;
        width: 30px;
        height: 30px;
        -ms-flex-preferred-size: 30px;
        flex-basis: 30px
    }
}

.b-health-map .health-indicators .indicator .name, .b-health-map .health-indicators .indicator .points {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    font-size: 33px;
    font-weight: 400;
    letter-spacing: -.33px;
    line-height: 35px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    word-break: break-word
}

@media (max-width: 767.98px) {
    .b-health-map .health-indicators .indicator .name, .b-health-map .health-indicators .indicator .points {
        font-size: 25px;
        line-height: 27px
    }
}

@media (max-width: 575.98px) {
    .b-health-map .health-indicators .indicator .name, .b-health-map .health-indicators .indicator .points {
        font-size: 18px;
        line-height: 20px
    }
}

.b-health-map .map-text {
    margin-bottom: 100px
}

@media (max-width: 575.98px) {
    .b-health-map .map-text {
        margin-bottom: 70px
    }
}

@media (max-width: 991.98px) {
    .b-health-map .survey {
        text-align: center;
        margin-bottom: 40px
    }
}

.b-health-map .btn-passport, .b-health-map .btn-survey {
    font-size: 29px;
    font-weight: 500;
    letter-spacing: -.2px;
    line-height: 29px
}

@media (max-width: 575.98px) {
    .b-health-map .btn-passport, .b-health-map .btn-survey {
        font-size: 20px;
        line-height: 20px
    }
}

@media (max-width: 991.98px) {
    .b-health-map .passport {
        display: none
    }
}

.b-health-map .btn-hidden {
    display: none;
    margin-bottom: 95px
}

@media (max-width: 991.98px) {
    .b-health-map .btn-hidden, .b-health-map .btn-hidden .passport {
        display: block
    }
}

.b-health-map .passport, .b-partner .applications .list .list-item .application-collapse .container-slider .swiper-container .swiper-slide, .b-partner .applications .list .list-item .treatment-collapse .container-slider .swiper-container .swiper-slide, .b-partner .my-documents .list .list-item .application-collapse .container-slider .swiper-container .swiper-slide, .b-partner .my-documents .list .list-item .treatment-collapse .container-slider .swiper-container .swiper-slide, .b-partner .payment-treatment .list .list-item .application-collapse .container-slider .swiper-container .swiper-slide, .b-partner .payment-treatment .list .list-item .treatment-collapse .container-slider .swiper-container .swiper-slide {
    text-align: center
}

.b-health-map .health-map-img {
    text-align: center;
    margin-bottom: 96px
}

@media (max-width: 767.98px) {
    .b-health-map .health-map-img {
        height: 500px
    }
}

.b-health-map .health-map-img .img {
    max-height: 800px;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.b-health-map .button-group-area {
    display: none
}

@media (max-width: 767.98px) {
    .b-health-map .button-group-area {
        display: block
    }
}

.b-health-map .button-group-area .btn-area {
    font-size: 28px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: -.49px;
    width: 100%;
    text-align: left;
    opacity: .2;
    transition: opacity .3s;
    padding: 19px 30px 19px 62px;
    margin-bottom: 30px;
    word-wrap: break-word;
    word-break: break-all;
    white-space: initial
}

@media (max-width: 1199.98px) {
    .b-health-map .button-group-area .btn-area {
        padding: 19px 20px;
        text-align: center
    }
}

@media (max-width: 991.98px) {
    .b-health-map .button-group-area .btn-area {
        border-radius: 30px
    }
}

@media (max-width: 767.98px) {
    .b-health-map .button-group-area .btn-area {
        padding: 19px 12px
    }
}

@media (max-width: 575.98px) {
    .b-health-map .button-group-area .btn-area {
        padding: 19px 8px;
        font-size: 20px;
        line-height: 20px
    }
}

.b-health-map .button-group-area .btn-area:hover {
    opacity: 1;
    color: #fff
}

.b-health-map .button-group-area .btn-area:focus {
    color: #fff
}

.b-health-map .button-group-area .btn-area.selected {
    opacity: 1
}

.b-health-map .btn {
    white-space: initial
}

@media (max-width: 575.98px) {
    .b-health-map .btn {
        padding: 15px 12px
    }
}

.b-partner .h3, .b-partner h3 {
    font-size: 66px;
    font-weight: 500;
    line-height: 68px;
    letter-spacing: -.88px;
    margin-bottom: 50px
}

@media (max-width: 767.98px) {
    .b-partner .h3, .b-partner h3 {
        font-size: 40px;
        line-height: 42px;
        margin-bottom: 30px
    }
}

@media (max-width: 575.98px) {
    .b-partner .h3, .b-partner h3 {
        font-size: 35px;
        line-height: 37px
    }
}

@media (max-width: 991.98px) {
    .b-partner.partner-navs {
        margin-bottom: 30px
    }
}

.b-partner .partner-greeting {
    margin-bottom: 45px
}

.b-partner .partner-greeting .greeting {
    font-size: 33px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -.57px
}

@media (max-width: 991.98px) {
    .b-partner .partner-greeting .greeting {
        margin-bottom: 30px
    }
}

.b-partner .partner-greeting .partner-search {
    border-radius: 30px;
    border: 1px solid #bfc8d4;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    padding-left: 32px
}

@media (max-width: 575.98px) {
    .b-partner .partner-greeting .partner-search {
        padding-left: 17px;
        padding-right: 10px
    }
}

.b-partner .partner-greeting .partner-search .input {
    width: 87%;
    border-radius: 30px;
    border: 0;
    height: 48px;
    outline: 0;
    color: #9b9b9b;
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -.28px;
    padding: 12px 0
}

@media (max-width: 575.98px) {
    .b-partner .partner-greeting .partner-search .input {
        font-size: 20px;
        line-height: 20px
    }
}

.b-partner .partner-greeting .partner-search .input::-webkit-input-placeholder {
    color: #9b9b9b;
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -.28px
}

@media (max-width: 575.98px) {
    .b-partner .partner-greeting .partner-search .input::-webkit-input-placeholder {
        font-size: 20px;
        line-height: 20px
    }
}

.b-partner .partner-greeting .partner-search .input:-moz-placeholder, .b-partner .partner-greeting .partner-search .input::-moz-placeholder {
    color: #9b9b9b;
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -.28px
}

@media (max-width: 575.98px) {
    .b-partner .partner-greeting .partner-search .input:-moz-placeholder {
        font-size: 20px;
        line-height: 20px
    }
}

@media (max-width: 575.98px) {
    .b-partner .partner-greeting .partner-search .input::-moz-placeholder {
        font-size: 20px;
        line-height: 20px
    }
}

.b-partner .partner-greeting .partner-search .input:-ms-input-placeholder {
    color: #9b9b9b;
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -.28px
}

@media (max-width: 575.98px) {
    .b-partner .partner-greeting .partner-search .input:-ms-input-placeholder {
        font-size: 20px;
        line-height: 20px
    }
}

.b-partner .partner-greeting .partner-search .search {
    display: -ms-flexbox;
    display: flex;
    background: 0 0;
    border: 0
}

@media (max-width: 575.98px) {
    .b-partner .partner-greeting .partner-search svg {
        height: 23px;
        width: 23px
    }
}

.b-partner .btn-group-navs {
    margin-bottom: 30px
}

.b-partner .btn-group-navs .btn-parnter-page {
    font-size: 28px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: -.49px;
    width: 100%;
    text-align: left;
    opacity: .2;
    transition: opacity .3s;
    padding: 19px 30px 19px 62px;
    margin-bottom: 30px;
    word-wrap: break-word;
    word-break: break-all;
    white-space: initial
}

@media (max-width: 1199.98px) {
    .b-partner .btn-group-navs .btn-parnter-page {
        padding: 19px 20px;
        text-align: center
    }
}

@media (max-width: 991.98px) {
    .b-partner .btn-group-navs .btn-parnter-page {
        border-radius: 30px
    }
}

@media (max-width: 767.98px) {
    .b-partner .btn-group-navs .btn-parnter-page {
        padding: 19px 12px
    }
}

@media (max-width: 575.98px) {
    .b-partner .btn-group-navs .btn-parnter-page {
        padding: 19px 8px;
        font-size: 20px;
        line-height: 20px
    }
}

.b-partner .btn-group-navs .btn-parnter-page:hover {
    opacity: 1;
    color: #fff
}

.b-partner .btn-group-navs .btn-parnter-page:focus {
    color: #fff
}

.b-partner .btn-group-navs .btn-parnter-page.selected {
    opacity: 1
}

.b-partner .partner-video .embed-responsive {
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden
}

.b-partner .partner-video .video-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.b-partner .partner-video .video-container .video-js {
    width: 100%;
    height: 100%
}

.b-new-patient form > .dz-default.dz-message, .b-partner .partner-video .video-container .video-js .vjs-big-play-button {
    display: none
}

.b-partner .partner-video .video-container .video-js .vjs-poster {
    background-size: cover
}

@media (max-width: 767.98px) {
    .bx-ios.bx-touch .b-partner .partner-video .video-container .video-js ::-webkit-media-controls-panel {
        display: none !important;
        -webkit-appearance: none
    }

    .bx-ios.bx-touch .b-partner .partner-video .video-container .video-js ::-webkit-media-controls-play-button {
        display: none !important;
        -webkit-appearance: none
    }

    .bx-ios.bx-touch .b-partner .partner-video .video-container .video-js ::-webkit-media-controls-start-playback-button {
        display: none !important;
        -webkit-appearance: none
    }
}

.b-partner .partner-video .play {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 165px;
    height: 165px;
    background: url(/local/templates/gm/images/personal-area-icon-play.svg) center no-repeat;
    transform: translate(-50%, -50%);
    z-index: 5;
    cursor: pointer;
    max-height: 90%;
    max-width: 90%
}

@media (max-width: 767.98px) {
    .b-partner .partner-video .play {
        max-height: 60%;
        max-width: 60%;
        background-size: 100px 80px
    }
}

.b-partner .facilities {
    font-size: 28px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -.49px;
    text-align: center
}

.b-partner .title-list {
    background-color: #16398e;
    padding: 10px 18px;
    margin-bottom: 38px
}

.b-partner .title-list .h3, .b-partner .title-list h3 {
    font-size: 33px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: -.33px;
    color: #fff;
    margin-bottom: 0
}

@media (max-width: 575.98px) {
    .b-partner .title-list .h3, .b-partner .title-list h3 {
        font-size: 20px;
        line-height: 22px
    }
}

.b-partner .applications, .b-partner .my-documents, .b-partner .payment-treatment {
    margin-bottom: 30px
}

.b-partner .applications .list, .b-partner .my-documents .list, .b-partner .payment-treatment .list {
    padding-left: 16px;
    margin-bottom: 0
}

.b-partner .applications .list .list-item, .b-partner .my-documents .list .list-item, .b-partner .payment-treatment .list .list-item {
    list-style: none;
    margin-bottom: 35px
}

@media (max-width: 575.98px) {
    .b-partner .applications .list .list-item, .b-partner .my-documents .list .list-item, .b-partner .payment-treatment .list .list-item {
        margin-bottom: 25px
    }
}

.b-partner .applications .list .list-item:last-child, .b-partner .my-documents .list .list-item:last-child, .b-partner .payment-treatment .list .list-item:last-child {
    margin-bottom: 0;
    padding-bottom: 35px
}

@media (max-width: 575.98px) {
    .b-partner .applications .list .list-item:last-child, .b-partner .my-documents .list .list-item:last-child, .b-partner .payment-treatment .list .list-item:last-child {
        padding-bottom: 25px
    }
}

.b-partner .applications .list .list-item .application, .b-partner .applications .list .list-item .document, .b-partner .applications .list .list-item .treatment, .b-partner .my-documents .list .list-item .application, .b-partner .my-documents .list .list-item .document, .b-partner .my-documents .list .list-item .treatment, .b-partner .payment-treatment .list .list-item .application, .b-partner .payment-treatment .list .list-item .document, .b-partner .payment-treatment .list .list-item .treatment {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-decoration: none
}

.b-partner .applications .list .list-item .application .status, .b-partner .applications .list .list-item .treatment .status, .b-partner .my-documents .list .list-item .application .status, .b-partner .my-documents .list .list-item .treatment .status, .b-partner .payment-treatment .list .list-item .application .status, .b-partner .payment-treatment .list .list-item .treatment .status {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
    word-wrap: break-word
}

.b-partner .applications .list .list-item .date, .b-partner .applications .list .list-item .name {
    color: #16398e
}

.b-partner .applications .list .list-item .date, .b-partner .applications .list .list-item .download-doc, .b-partner .applications .list .list-item .name {
    font-size: 33px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -.57px;
    margin-right: 15px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
    word-wrap: break-word
}

.b-partner .payment-treatment .list .list-item .date, .b-partner .payment-treatment .list .list-item .name {
    color: #16398e
}

.b-partner .payment-treatment .list .list-item .date, .b-partner .payment-treatment .list .list-item .download-doc, .b-partner .payment-treatment .list .list-item .name {
    font-size: 33px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -.57px;
    margin-right: 15px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
    word-wrap: break-word
}

.b-partner .my-documents .list .list-item .date, .b-partner .my-documents .list .list-item .name {
    color: #16398e
}

.b-partner .my-documents .list .list-item .date, .b-partner .my-documents .list .list-item .download-doc, .b-partner .my-documents .list .list-item .name {
    font-size: 33px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -.57px;
    margin-right: 15px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
    word-wrap: break-word
}

@media (max-width: 575.98px) {
    .b-partner .applications .list .list-item .date, .b-partner .applications .list .list-item .download-doc, .b-partner .applications .list .list-item .name, .b-partner .my-documents .list .list-item .date, .b-partner .my-documents .list .list-item .download-doc, .b-partner .my-documents .list .list-item .name, .b-partner .payment-treatment .list .list-item .date, .b-partner .payment-treatment .list .list-item .download-doc, .b-partner .payment-treatment .list .list-item .name {
        font-size: 20px;
        line-height: 22px
    }
}

.b-partner .applications .list .list-item .date-name, .b-partner .my-documents .list .list-item .date-name, .b-partner .payment-treatment .list .list-item .date-name {
    display: -ms-flexbox;
    display: flex
}

.b-partner .applications .list .list-item .date-name .name, .b-partner .my-documents .list .list-item .date-name .name, .b-partner .payment-treatment .list .list-item .date-name .name {
    color: #000
}

.b-partner .applications .list .list-item .download-doc, .b-partner .my-documents .list .list-item .download-doc, .b-partner .payment-treatment .list .list-item .download-doc {
    color: #16398e;
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.b-partner .applications .list .list-item .download-doc span, .b-partner .my-documents .list .list-item .download-doc span, .b-partner .payment-treatment .list .list-item .download-doc span {
    background-color: #16b1de;
    color: #fff;
    font-size: 23px;
    line-height: 23px;
    letter-spacing: -.4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 15px;
    border-radius: 9px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 20px
}

@media (max-width: 575.98px) {
    .b-partner .applications .list .list-item .download-doc span, .b-partner .my-documents .list .list-item .download-doc span, .b-partner .payment-treatment .list .list-item .download-doc span {
        font-size: 18px;
        line-height: 18px;
        padding: 5px 12px
    }
}

.b-partner .applications .list .list-item .application-collapse .collapse-name, .b-partner .applications .list .list-item .treatment-collapse .collapse-name, .b-partner .my-documents .list .list-item .application-collapse .collapse-name, .b-partner .my-documents .list .list-item .treatment-collapse .collapse-name, .b-partner .payment-treatment .list .list-item .application-collapse .collapse-name, .b-partner .payment-treatment .list .list-item .treatment-collapse .collapse-name {
    font-size: 44px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: -.57px;
    color: #000;
    margin-bottom: 36px;
    padding-top: 35px
}

@media (max-width: 767.98px) {
    .b-partner .applications .list .list-item .application-collapse .collapse-name, .b-partner .applications .list .list-item .treatment-collapse .collapse-name, .b-partner .my-documents .list .list-item .application-collapse .collapse-name, .b-partner .my-documents .list .list-item .treatment-collapse .collapse-name, .b-partner .payment-treatment .list .list-item .application-collapse .collapse-name, .b-partner .payment-treatment .list .list-item .treatment-collapse .collapse-name {
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 20px
    }
}

.b-partner .applications .list .list-item .application-collapse .curator, .b-partner .applications .list .list-item .application-collapse .date-application, .b-partner .applications .list .list-item .application-collapse .direction, .b-partner .applications .list .list-item .application-collapse .tel {
    font-size: 33px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -.57px
}

.b-partner .applications .list .list-item .application-collapse .comment, .b-partner .applications .list .list-item .application-collapse .intelligence, .b-partner .applications .list .list-item .application-collapse .preliminary-diagnosis, .b-partner .applications .list .list-item .application-collapse .status {
    font-size: 33px;
    line-height: 35px;
    letter-spacing: -.57px
}

.b-partner .applications .list .list-item .treatment-collapse .curator, .b-partner .applications .list .list-item .treatment-collapse .date-application, .b-partner .applications .list .list-item .treatment-collapse .direction, .b-partner .applications .list .list-item .treatment-collapse .tel {
    font-size: 33px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -.57px
}

.b-partner .applications .list .list-item .treatment-collapse .comment, .b-partner .applications .list .list-item .treatment-collapse .intelligence, .b-partner .applications .list .list-item .treatment-collapse .preliminary-diagnosis, .b-partner .applications .list .list-item .treatment-collapse .status {
    font-size: 33px;
    line-height: 35px;
    letter-spacing: -.57px
}

.b-partner .payment-treatment .list .list-item .application-collapse .curator, .b-partner .payment-treatment .list .list-item .application-collapse .date-application, .b-partner .payment-treatment .list .list-item .application-collapse .direction, .b-partner .payment-treatment .list .list-item .application-collapse .tel {
    font-size: 33px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -.57px
}

.b-partner .payment-treatment .list .list-item .application-collapse .comment, .b-partner .payment-treatment .list .list-item .application-collapse .intelligence, .b-partner .payment-treatment .list .list-item .application-collapse .preliminary-diagnosis, .b-partner .payment-treatment .list .list-item .application-collapse .status {
    font-size: 33px;
    line-height: 35px;
    letter-spacing: -.57px
}

.b-partner .payment-treatment .list .list-item .treatment-collapse .curator, .b-partner .payment-treatment .list .list-item .treatment-collapse .date-application, .b-partner .payment-treatment .list .list-item .treatment-collapse .direction, .b-partner .payment-treatment .list .list-item .treatment-collapse .tel {
    font-size: 33px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -.57px
}

.b-partner .payment-treatment .list .list-item .treatment-collapse .comment, .b-partner .payment-treatment .list .list-item .treatment-collapse .intelligence, .b-partner .payment-treatment .list .list-item .treatment-collapse .preliminary-diagnosis, .b-partner .payment-treatment .list .list-item .treatment-collapse .status {
    font-size: 33px;
    line-height: 35px;
    letter-spacing: -.57px
}

.b-partner .my-documents .list .list-item .application-collapse .curator, .b-partner .my-documents .list .list-item .application-collapse .date-application, .b-partner .my-documents .list .list-item .application-collapse .direction, .b-partner .my-documents .list .list-item .application-collapse .tel {
    font-size: 33px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -.57px
}

.b-partner .my-documents .list .list-item .application-collapse .comment, .b-partner .my-documents .list .list-item .application-collapse .intelligence, .b-partner .my-documents .list .list-item .application-collapse .preliminary-diagnosis, .b-partner .my-documents .list .list-item .application-collapse .status {
    font-size: 33px;
    line-height: 35px;
    letter-spacing: -.57px
}

.b-partner .my-documents .list .list-item .treatment-collapse .curator, .b-partner .my-documents .list .list-item .treatment-collapse .date-application, .b-partner .my-documents .list .list-item .treatment-collapse .direction, .b-partner .my-documents .list .list-item .treatment-collapse .tel {
    font-size: 33px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -.57px
}

.b-partner .my-documents .list .list-item .treatment-collapse .comment, .b-partner .my-documents .list .list-item .treatment-collapse .intelligence, .b-partner .my-documents .list .list-item .treatment-collapse .preliminary-diagnosis, .b-partner .my-documents .list .list-item .treatment-collapse .status {
    font-size: 33px;
    line-height: 35px;
    letter-spacing: -.57px
}

@media (max-width: 767.98px) {
    .b-partner .applications .list .list-item .application-collapse .comment, .b-partner .applications .list .list-item .application-collapse .curator, .b-partner .applications .list .list-item .application-collapse .date-application, .b-partner .applications .list .list-item .application-collapse .direction, .b-partner .applications .list .list-item .application-collapse .intelligence, .b-partner .applications .list .list-item .application-collapse .preliminary-diagnosis, .b-partner .applications .list .list-item .application-collapse .status, .b-partner .applications .list .list-item .application-collapse .tel, .b-partner .applications .list .list-item .treatment-collapse .comment, .b-partner .applications .list .list-item .treatment-collapse .curator, .b-partner .applications .list .list-item .treatment-collapse .date-application, .b-partner .applications .list .list-item .treatment-collapse .direction, .b-partner .applications .list .list-item .treatment-collapse .intelligence, .b-partner .applications .list .list-item .treatment-collapse .preliminary-diagnosis, .b-partner .applications .list .list-item .treatment-collapse .status, .b-partner .applications .list .list-item .treatment-collapse .tel, .b-partner .my-documents .list .list-item .application-collapse .comment, .b-partner .my-documents .list .list-item .application-collapse .curator, .b-partner .my-documents .list .list-item .application-collapse .date-application, .b-partner .my-documents .list .list-item .application-collapse .direction, .b-partner .my-documents .list .list-item .application-collapse .intelligence, .b-partner .my-documents .list .list-item .application-collapse .preliminary-diagnosis, .b-partner .my-documents .list .list-item .application-collapse .status, .b-partner .my-documents .list .list-item .application-collapse .tel, .b-partner .my-documents .list .list-item .treatment-collapse .comment, .b-partner .my-documents .list .list-item .treatment-collapse .curator, .b-partner .my-documents .list .list-item .treatment-collapse .date-application, .b-partner .my-documents .list .list-item .treatment-collapse .direction, .b-partner .my-documents .list .list-item .treatment-collapse .intelligence, .b-partner .my-documents .list .list-item .treatment-collapse .preliminary-diagnosis, .b-partner .my-documents .list .list-item .treatment-collapse .status, .b-partner .my-documents .list .list-item .treatment-collapse .tel, .b-partner .payment-treatment .list .list-item .application-collapse .comment, .b-partner .payment-treatment .list .list-item .application-collapse .curator, .b-partner .payment-treatment .list .list-item .application-collapse .date-application, .b-partner .payment-treatment .list .list-item .application-collapse .direction, .b-partner .payment-treatment .list .list-item .application-collapse .intelligence, .b-partner .payment-treatment .list .list-item .application-collapse .preliminary-diagnosis, .b-partner .payment-treatment .list .list-item .application-collapse .status, .b-partner .payment-treatment .list .list-item .application-collapse .tel, .b-partner .payment-treatment .list .list-item .treatment-collapse .comment, .b-partner .payment-treatment .list .list-item .treatment-collapse .curator, .b-partner .payment-treatment .list .list-item .treatment-collapse .date-application, .b-partner .payment-treatment .list .list-item .treatment-collapse .direction, .b-partner .payment-treatment .list .list-item .treatment-collapse .intelligence, .b-partner .payment-treatment .list .list-item .treatment-collapse .preliminary-diagnosis, .b-partner .payment-treatment .list .list-item .treatment-collapse .status, .b-partner .payment-treatment .list .list-item .treatment-collapse .tel {
        font-size: 20px;
        line-height: 22px
    }
}

.b-partner .applications .list .list-item .application-collapse .tel, .b-partner .applications .list .list-item .treatment-collapse .tel, .b-partner .my-documents .list .list-item .application-collapse .tel, .b-partner .my-documents .list .list-item .treatment-collapse .tel, .b-partner .payment-treatment .list .list-item .application-collapse .tel, .b-partner .payment-treatment .list .list-item .treatment-collapse .tel {
    margin-bottom: 13px
}

.b-partner .applications .list .list-item .application-collapse .comment, .b-partner .applications .list .list-item .application-collapse .date-application, .b-partner .applications .list .list-item .application-collapse .direction, .b-partner .applications .list .list-item .treatment-collapse .comment, .b-partner .applications .list .list-item .treatment-collapse .date-application, .b-partner .applications .list .list-item .treatment-collapse .direction, .b-partner .my-documents .list .list-item .application-collapse .comment, .b-partner .my-documents .list .list-item .application-collapse .date-application, .b-partner .my-documents .list .list-item .application-collapse .direction, .b-partner .my-documents .list .list-item .treatment-collapse .comment, .b-partner .my-documents .list .list-item .treatment-collapse .date-application, .b-partner .my-documents .list .list-item .treatment-collapse .direction, .b-partner .payment-treatment .list .list-item .application-collapse .comment, .b-partner .payment-treatment .list .list-item .application-collapse .date-application, .b-partner .payment-treatment .list .list-item .application-collapse .direction, .b-partner .payment-treatment .list .list-item .treatment-collapse .comment, .b-partner .payment-treatment .list .list-item .treatment-collapse .date-application, .b-partner .payment-treatment .list .list-item .treatment-collapse .direction {
    margin-bottom: 37px
}

@media (max-width: 767.98px) {
    .b-partner .applications .list .list-item .application-collapse .comment, .b-partner .applications .list .list-item .application-collapse .date-application, .b-partner .applications .list .list-item .application-collapse .direction, .b-partner .applications .list .list-item .treatment-collapse .comment, .b-partner .applications .list .list-item .treatment-collapse .date-application, .b-partner .applications .list .list-item .treatment-collapse .direction, .b-partner .my-documents .list .list-item .application-collapse .comment, .b-partner .my-documents .list .list-item .application-collapse .date-application, .b-partner .my-documents .list .list-item .application-collapse .direction, .b-partner .my-documents .list .list-item .treatment-collapse .comment, .b-partner .my-documents .list .list-item .treatment-collapse .date-application, .b-partner .my-documents .list .list-item .treatment-collapse .direction, .b-partner .payment-treatment .list .list-item .application-collapse .comment, .b-partner .payment-treatment .list .list-item .application-collapse .date-application, .b-partner .payment-treatment .list .list-item .application-collapse .direction, .b-partner .payment-treatment .list .list-item .treatment-collapse .comment, .b-partner .payment-treatment .list .list-item .treatment-collapse .date-application, .b-partner .payment-treatment .list .list-item .treatment-collapse .direction {
        margin-bottom: 20px
    }
}

.b-partner .applications .list .list-item .application-collapse .curator, .b-partner .applications .list .list-item .treatment-collapse .curator, .b-partner .my-documents .list .list-item .application-collapse .curator, .b-partner .my-documents .list .list-item .treatment-collapse .curator, .b-partner .payment-treatment .list .list-item .application-collapse .curator, .b-partner .payment-treatment .list .list-item .treatment-collapse .curator {
    margin-bottom: 32px
}

@media (max-width: 767.98px) {
    .b-partner .applications .list .list-item .application-collapse .curator, .b-partner .applications .list .list-item .treatment-collapse .curator, .b-partner .my-documents .list .list-item .application-collapse .curator, .b-partner .my-documents .list .list-item .treatment-collapse .curator, .b-partner .payment-treatment .list .list-item .application-collapse .curator, .b-partner .payment-treatment .list .list-item .treatment-collapse .curator {
        margin-bottom: 20px
    }
}

.b-partner .applications .list .list-item .application-collapse .intelligence, .b-partner .applications .list .list-item .application-collapse .preliminary-diagnosis, .b-partner .applications .list .list-item .application-collapse .status, .b-partner .applications .list .list-item .treatment-collapse .intelligence, .b-partner .applications .list .list-item .treatment-collapse .preliminary-diagnosis, .b-partner .applications .list .list-item .treatment-collapse .status, .b-partner .my-documents .list .list-item .application-collapse .intelligence, .b-partner .my-documents .list .list-item .application-collapse .preliminary-diagnosis, .b-partner .my-documents .list .list-item .application-collapse .status, .b-partner .my-documents .list .list-item .treatment-collapse .intelligence, .b-partner .my-documents .list .list-item .treatment-collapse .preliminary-diagnosis, .b-partner .my-documents .list .list-item .treatment-collapse .status, .b-partner .payment-treatment .list .list-item .application-collapse .intelligence, .b-partner .payment-treatment .list .list-item .application-collapse .preliminary-diagnosis, .b-partner .payment-treatment .list .list-item .application-collapse .status, .b-partner .payment-treatment .list .list-item .treatment-collapse .intelligence, .b-partner .payment-treatment .list .list-item .treatment-collapse .preliminary-diagnosis, .b-partner .payment-treatment .list .list-item .treatment-collapse .status {
    font-weight: 700
}

.b-partner .applications .list .list-item .application-collapse .intelligence a, .b-partner .applications .list .list-item .application-collapse .intelligence span, .b-partner .applications .list .list-item .application-collapse .preliminary-diagnosis a, .b-partner .applications .list .list-item .application-collapse .preliminary-diagnosis span, .b-partner .applications .list .list-item .application-collapse .status a, .b-partner .applications .list .list-item .application-collapse .status span, .b-partner .applications .list .list-item .treatment-collapse .intelligence a, .b-partner .applications .list .list-item .treatment-collapse .intelligence span, .b-partner .applications .list .list-item .treatment-collapse .preliminary-diagnosis a, .b-partner .applications .list .list-item .treatment-collapse .preliminary-diagnosis span, .b-partner .applications .list .list-item .treatment-collapse .status a, .b-partner .applications .list .list-item .treatment-collapse .status span, .b-partner .my-documents .list .list-item .application-collapse .intelligence a, .b-partner .my-documents .list .list-item .application-collapse .intelligence span, .b-partner .my-documents .list .list-item .application-collapse .preliminary-diagnosis a, .b-partner .my-documents .list .list-item .application-collapse .preliminary-diagnosis span, .b-partner .my-documents .list .list-item .application-collapse .status a, .b-partner .my-documents .list .list-item .application-collapse .status span, .b-partner .my-documents .list .list-item .treatment-collapse .intelligence a, .b-partner .my-documents .list .list-item .treatment-collapse .intelligence span, .b-partner .my-documents .list .list-item .treatment-collapse .preliminary-diagnosis a, .b-partner .my-documents .list .list-item .treatment-collapse .preliminary-diagnosis span, .b-partner .my-documents .list .list-item .treatment-collapse .status a, .b-partner .my-documents .list .list-item .treatment-collapse .status span, .b-partner .payment-treatment .list .list-item .application-collapse .intelligence a, .b-partner .payment-treatment .list .list-item .application-collapse .intelligence span, .b-partner .payment-treatment .list .list-item .application-collapse .preliminary-diagnosis a, .b-partner .payment-treatment .list .list-item .application-collapse .preliminary-diagnosis span, .b-partner .payment-treatment .list .list-item .application-collapse .status a, .b-partner .payment-treatment .list .list-item .application-collapse .status span, .b-partner .payment-treatment .list .list-item .treatment-collapse .intelligence a, .b-partner .payment-treatment .list .list-item .treatment-collapse .intelligence span, .b-partner .payment-treatment .list .list-item .treatment-collapse .preliminary-diagnosis a, .b-partner .payment-treatment .list .list-item .treatment-collapse .preliminary-diagnosis span, .b-partner .payment-treatment .list .list-item .treatment-collapse .status a, .b-partner .payment-treatment .list .list-item .treatment-collapse .status span {
    font-weight: 400
}

.b-partner .applications .list .list-item .application-collapse .status, .b-partner .applications .list .list-item .treatment-collapse .status, .b-partner .my-documents .list .list-item .application-collapse .status, .b-partner .my-documents .list .list-item .treatment-collapse .status, .b-partner .payment-treatment .list .list-item .application-collapse .status, .b-partner .payment-treatment .list .list-item .treatment-collapse .status {
    margin-bottom: 52px
}

@media (max-width: 767.98px) {
    .b-partner .applications .list .list-item .application-collapse .status, .b-partner .applications .list .list-item .treatment-collapse .status, .b-partner .my-documents .list .list-item .application-collapse .status, .b-partner .my-documents .list .list-item .treatment-collapse .status, .b-partner .payment-treatment .list .list-item .application-collapse .status, .b-partner .payment-treatment .list .list-item .treatment-collapse .status {
        margin-bottom: 40px
    }
}

.b-partner .applications .list .list-item .application-collapse .status span, .b-partner .applications .list .list-item .treatment-collapse .status span, .b-partner .my-documents .list .list-item .application-collapse .status span, .b-partner .my-documents .list .list-item .treatment-collapse .status span, .b-partner .payment-treatment .list .list-item .application-collapse .status span, .b-partner .payment-treatment .list .list-item .treatment-collapse .status span {
    display: inline-block;
    color: #fff;
    background-color: #16b1de;
    padding: 8px 14px;
    border-radius: 16px
}

.b-partner .applications .list .list-item .application-collapse .preliminary-diagnosis, .b-partner .applications .list .list-item .treatment-collapse .preliminary-diagnosis, .b-partner .my-documents .list .list-item .application-collapse .preliminary-diagnosis, .b-partner .my-documents .list .list-item .treatment-collapse .preliminary-diagnosis, .b-partner .payment-treatment .list .list-item .application-collapse .preliminary-diagnosis, .b-partner .payment-treatment .list .list-item .treatment-collapse .preliminary-diagnosis {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 45px
}

.b-partner .applications .list .list-item .application-collapse .comment, .b-partner .applications .list .list-item .treatment-collapse .comment, .b-partner .my-documents .list .list-item .application-collapse .comment, .b-partner .my-documents .list .list-item .treatment-collapse .comment, .b-partner .payment-treatment .list .list-item .application-collapse .comment, .b-partner .payment-treatment .list .list-item .treatment-collapse .comment {
    font-weight: 700
}

.b-partner .applications .list .list-item .application-collapse .comment div, .b-partner .applications .list .list-item .treatment-collapse .comment div, .b-partner .my-documents .list .list-item .application-collapse .comment div, .b-partner .my-documents .list .list-item .treatment-collapse .comment div, .b-partner .payment-treatment .list .list-item .application-collapse .comment div, .b-partner .payment-treatment .list .list-item .treatment-collapse .comment div {
    margin-top: 15px;
    font-weight: 400
}

.b-partner .applications .list .list-item .application-collapse .description, .b-partner .applications .list .list-item .treatment-collapse .description, .b-partner .my-documents .list .list-item .application-collapse .description, .b-partner .my-documents .list .list-item .treatment-collapse .description, .b-partner .payment-treatment .list .list-item .application-collapse .description, .b-partner .payment-treatment .list .list-item .treatment-collapse .description {
    font-size: 33px;
    font-weight: 400;
    line-height: 47px;
    color: #000;
    letter-spacing: -.57px;
    padding-top: 14px;
    margin-bottom: 18px
}

@media (max-width: 767.98px) {
    .b-partner .applications .list .list-item .application-collapse .description, .b-partner .applications .list .list-item .treatment-collapse .description, .b-partner .my-documents .list .list-item .application-collapse .description, .b-partner .my-documents .list .list-item .treatment-collapse .description, .b-partner .payment-treatment .list .list-item .application-collapse .description, .b-partner .payment-treatment .list .list-item .treatment-collapse .description {
        font-size: 20px;
        line-height: 22px
    }
}

.b-partner .applications .list .list-item .application-collapse .container-slider, .b-partner .applications .list .list-item .treatment-collapse .container-slider, .b-partner .my-documents .list .list-item .application-collapse .container-slider, .b-partner .my-documents .list .list-item .treatment-collapse .container-slider, .b-partner .payment-treatment .list .list-item .application-collapse .container-slider, .b-partner .payment-treatment .list .list-item .treatment-collapse .container-slider {
    position: relative;
    padding-bottom: 70px
}

@media (max-width: 767.98px) {
    .b-partner .applications .list .list-item .application-collapse .container-slider, .b-partner .applications .list .list-item .treatment-collapse .container-slider, .b-partner .my-documents .list .list-item .application-collapse .container-slider, .b-partner .my-documents .list .list-item .treatment-collapse .container-slider, .b-partner .payment-treatment .list .list-item .application-collapse .container-slider, .b-partner .payment-treatment .list .list-item .treatment-collapse .container-slider {
        padding-bottom: 30px
    }
}

@media (max-width: 767.98px) {
    .b-partner .applications .list .list-item .application-collapse .container-slider .swiper-button-prev, .b-partner .applications .list .list-item .treatment-collapse .container-slider .swiper-button-prev, .b-partner .my-documents .list .list-item .application-collapse .container-slider .swiper-button-prev, .b-partner .my-documents .list .list-item .treatment-collapse .container-slider .swiper-button-prev, .b-partner .payment-treatment .list .list-item .application-collapse .container-slider .swiper-button-prev, .b-partner .payment-treatment .list .list-item .treatment-collapse .container-slider .swiper-button-prev {
        left: -3px
    }
}

.b-partner .applications .list .list-item .application-collapse .container-slider .swiper-button-next, .b-partner .applications .list .list-item .treatment-collapse .container-slider .swiper-button-next, .b-partner .my-documents .list .list-item .application-collapse .container-slider .swiper-button-next, .b-partner .my-documents .list .list-item .treatment-collapse .container-slider .swiper-button-next, .b-partner .payment-treatment .list .list-item .application-collapse .container-slider .swiper-button-next, .b-partner .payment-treatment .list .list-item .treatment-collapse .container-slider .swiper-button-next {
    background-image: url(/local/templates/gm/images/personal-area-slider-button.svg);
    background-repeat: no-repeat;
    transform: scaleX(-1);
    right: -18px
}

@media (max-width: 767.98px) {
    .b-partner .applications .list .list-item .application-collapse .container-slider .swiper-button-next, .b-partner .applications .list .list-item .treatment-collapse .container-slider .swiper-button-next, .b-partner .my-documents .list .list-item .application-collapse .container-slider .swiper-button-next, .b-partner .my-documents .list .list-item .treatment-collapse .container-slider .swiper-button-next, .b-partner .payment-treatment .list .list-item .application-collapse .container-slider .swiper-button-next, .b-partner .payment-treatment .list .list-item .treatment-collapse .container-slider .swiper-button-next {
        right: -3px
    }
}

.b-partner .applications .list .list-item .application-collapse .container-slider .swiper-button-next, .b-partner .applications .list .list-item .application-collapse .container-slider .swiper-button-prev, .b-partner .applications .list .list-item .treatment-collapse .container-slider .swiper-button-next, .b-partner .applications .list .list-item .treatment-collapse .container-slider .swiper-button-prev, .b-partner .my-documents .list .list-item .application-collapse .container-slider .swiper-button-next, .b-partner .my-documents .list .list-item .application-collapse .container-slider .swiper-button-prev, .b-partner .my-documents .list .list-item .treatment-collapse .container-slider .swiper-button-next, .b-partner .my-documents .list .list-item .treatment-collapse .container-slider .swiper-button-prev, .b-partner .payment-treatment .list .list-item .application-collapse .container-slider .swiper-button-next, .b-partner .payment-treatment .list .list-item .application-collapse .container-slider .swiper-button-prev, .b-partner .payment-treatment .list .list-item .treatment-collapse .container-slider .swiper-button-next, .b-partner .payment-treatment .list .list-item .treatment-collapse .container-slider .swiper-button-prev {
    top: 30%
}

@media (max-width: 767.98px) {
    .b-partner .applications .list .list-item .application-collapse .container-slider .swiper-button-next, .b-partner .applications .list .list-item .application-collapse .container-slider .swiper-button-prev, .b-partner .applications .list .list-item .treatment-collapse .container-slider .swiper-button-next, .b-partner .applications .list .list-item .treatment-collapse .container-slider .swiper-button-prev, .b-partner .my-documents .list .list-item .application-collapse .container-slider .swiper-button-next, .b-partner .my-documents .list .list-item .application-collapse .container-slider .swiper-button-prev, .b-partner .my-documents .list .list-item .treatment-collapse .container-slider .swiper-button-next, .b-partner .my-documents .list .list-item .treatment-collapse .container-slider .swiper-button-prev, .b-partner .payment-treatment .list .list-item .application-collapse .container-slider .swiper-button-next, .b-partner .payment-treatment .list .list-item .application-collapse .container-slider .swiper-button-prev, .b-partner .payment-treatment .list .list-item .treatment-collapse .container-slider .swiper-button-next, .b-partner .payment-treatment .list .list-item .treatment-collapse .container-slider .swiper-button-prev {
        top: 35%
    }
}

.b-partner .applications .list .list-item .application-collapse .container-slider .lightBox, .b-partner .applications .list .list-item .treatment-collapse .container-slider .lightBox, .b-partner .my-documents .list .list-item .application-collapse .container-slider .lightBox, .b-partner .my-documents .list .list-item .treatment-collapse .container-slider .lightBox, .b-partner .payment-treatment .list .list-item .application-collapse .container-slider .lightBox, .b-partner .payment-treatment .list .list-item .treatment-collapse .container-slider .lightBox {
    display: block;
    width: 200px;
    height: 150px;
    margin: 0 auto
}

.b-partner .applications .list .list-item .application-collapse .container-slider .lightBox .thumb, .b-partner .applications .list .list-item .treatment-collapse .container-slider .lightBox .thumb, .b-partner .my-documents .list .list-item .application-collapse .container-slider .lightBox .thumb, .b-partner .my-documents .list .list-item .treatment-collapse .container-slider .lightBox .thumb, .b-partner .payment-treatment .list .list-item .application-collapse .container-slider .lightBox .thumb, .b-partner .payment-treatment .list .list-item .treatment-collapse .container-slider .lightBox .thumb {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.b-partner .applications .list .list-item .application-collapse .container-slider .backDrop, .b-partner .applications .list .list-item .treatment-collapse .container-slider .backDrop, .b-partner .my-documents .list .list-item .application-collapse .container-slider .backDrop, .b-partner .my-documents .list .list-item .treatment-collapse .container-slider .backDrop, .b-partner .payment-treatment .list .list-item .application-collapse .container-slider .backDrop, .b-partner .payment-treatment .list .list-item .treatment-collapse .container-slider .backDrop {
    background-color: #000;
    display: none;
    filter: alpha(opacity=0);
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50
}

.b-partner .applications .list .list-item .application-collapse .container-slider .box, .b-partner .applications .list .list-item .treatment-collapse .container-slider .box, .b-partner .my-documents .list .list-item .application-collapse .container-slider .box, .b-partner .my-documents .list .list-item .treatment-collapse .container-slider .box, .b-partner .payment-treatment .list .list-item .application-collapse .container-slider .box, .b-partner .payment-treatment .list .list-item .treatment-collapse .container-slider .box {
    box-shadow: 0 0 5px #444;
    background-color: #fff;
    display: none;
    max-height: 700px;
    position: fixed;
    z-index: 2001;
    border: 20px solid #fff;
    border-radius: 10px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 800px
}

@media (max-width: 991.98px) {
    .b-partner .applications .list .list-item .application-collapse .container-slider .box, .b-partner .applications .list .list-item .treatment-collapse .container-slider .box, .b-partner .my-documents .list .list-item .application-collapse .container-slider .box, .b-partner .my-documents .list .list-item .treatment-collapse .container-slider .box, .b-partner .payment-treatment .list .list-item .application-collapse .container-slider .box, .b-partner .payment-treatment .list .list-item .treatment-collapse .container-slider .box {
        max-width: 700px;
        min-width: 600px;
        width: 100%
    }
}

@media (max-width: 767.98px) {
    .b-partner .applications .list .list-item .application-collapse .container-slider .box, .b-partner .applications .list .list-item .treatment-collapse .container-slider .box, .b-partner .my-documents .list .list-item .application-collapse .container-slider .box, .b-partner .my-documents .list .list-item .treatment-collapse .container-slider .box, .b-partner .payment-treatment .list .list-item .application-collapse .container-slider .box, .b-partner .payment-treatment .list .list-item .treatment-collapse .container-slider .box {
        max-width: 550px;
        min-width: 320px
    }
}

.b-partner .applications .list .list-item .application-collapse .container-slider .box .footer-box, .b-partner .applications .list .list-item .treatment-collapse .container-slider .box .footer-box, .b-partner .my-documents .list .list-item .application-collapse .container-slider .box .footer-box, .b-partner .my-documents .list .list-item .treatment-collapse .container-slider .box .footer-box, .b-partner .payment-treatment .list .list-item .application-collapse .container-slider .box .footer-box, .b-partner .payment-treatment .list .list-item .treatment-collapse .container-slider .box .footer-box {
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 30px
}

.b-partner .applications .list .list-item .application-collapse .container-slider .box .footer-box .link, .b-partner .applications .list .list-item .treatment-collapse .container-slider .box .footer-box .link, .b-partner .my-documents .list .list-item .application-collapse .container-slider .box .footer-box .link, .b-partner .my-documents .list .list-item .treatment-collapse .container-slider .box .footer-box .link, .b-partner .payment-treatment .list .list-item .application-collapse .container-slider .box .footer-box .link, .b-partner .payment-treatment .list .list-item .treatment-collapse .container-slider .box .footer-box .link {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -.55px;
    text-decoration: none;
    color: #000;
    transition: color .3s;
    margin-right: 40px
}

@media (max-width: 767.98px) {
    .b-partner .applications .list .list-item .application-collapse .container-slider .box .footer-box .link, .b-partner .applications .list .list-item .treatment-collapse .container-slider .box .footer-box .link, .b-partner .my-documents .list .list-item .application-collapse .container-slider .box .footer-box .link, .b-partner .my-documents .list .list-item .treatment-collapse .container-slider .box .footer-box .link, .b-partner .payment-treatment .list .list-item .application-collapse .container-slider .box .footer-box .link, .b-partner .payment-treatment .list .list-item .treatment-collapse .container-slider .box .footer-box .link {
        font-size: 16px;
        line-height: 18px;
        margin-right: 0
    }
}

.b-partner .applications .list .list-item .application-collapse .container-slider .box .footer-box .name, .b-partner .applications .list .list-item .treatment-collapse .container-slider .box .footer-box .name, .b-partner .my-documents .list .list-item .application-collapse .container-slider .box .footer-box .name, .b-partner .my-documents .list .list-item .treatment-collapse .container-slider .box .footer-box .name, .b-partner .payment-treatment .list .list-item .application-collapse .container-slider .box .footer-box .name, .b-partner .payment-treatment .list .list-item .treatment-collapse .container-slider .box .footer-box .name {
    font-size: 26px;
    font-weight: 400;
    line-height: 28px;
    color: #bbbac4
}

@media (max-width: 767.98px) {
    .b-partner .applications .list .list-item .application-collapse .container-slider .box .footer-box .name, .b-partner .applications .list .list-item .treatment-collapse .container-slider .box .footer-box .name, .b-partner .my-documents .list .list-item .application-collapse .container-slider .box .footer-box .name, .b-partner .my-documents .list .list-item .treatment-collapse .container-slider .box .footer-box .name, .b-partner .payment-treatment .list .list-item .application-collapse .container-slider .box .footer-box .name, .b-partner .payment-treatment .list .list-item .treatment-collapse .container-slider .box .footer-box .name {
        font-size: 16px;
        line-height: 18px
    }
}

.b-partner .applications .list .list-item .application-collapse .container-slider .box .close, .b-partner .applications .list .list-item .treatment-collapse .container-slider .box .close, .b-partner .my-documents .list .list-item .application-collapse .container-slider .box .close, .b-partner .my-documents .list .list-item .treatment-collapse .container-slider .box .close, .b-partner .payment-treatment .list .list-item .application-collapse .container-slider .box .close, .b-partner .payment-treatment .list .list-item .treatment-collapse .container-slider .box .close {
    width: 37px;
    height: 35px;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 32px;
    margin: 10px;
    position: absolute;
    right: 5px;
    top: 5px
}

.b-partner .applications .list .list-item .application-collapse .container-slider .box .close .box-close, .b-partner .applications .list .list-item .treatment-collapse .container-slider .box .close .box-close, .b-partner .my-documents .list .list-item .application-collapse .container-slider .box .close .box-close, .b-partner .my-documents .list .list-item .treatment-collapse .container-slider .box .close .box-close, .b-partner .payment-treatment .list .list-item .application-collapse .container-slider .box .close .box-close, .b-partner .payment-treatment .list .list-item .treatment-collapse .container-slider .box .close .box-close {
    stroke: #fff
}

.b-partner .applications .list .list-item .application-collapse .container-slider .box .largeImage, .b-partner .applications .list .list-item .treatment-collapse .container-slider .box .largeImage, .b-partner .my-documents .list .list-item .application-collapse .container-slider .box .largeImage, .b-partner .my-documents .list .list-item .treatment-collapse .container-slider .box .largeImage, .b-partner .payment-treatment .list .list-item .application-collapse .container-slider .box .largeImage, .b-partner .payment-treatment .list .list-item .treatment-collapse .container-slider .box .largeImage {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.b-partner .applications .list .list-item .application-collapse .container-slider .clear, .b-partner .applications .list .list-item .treatment-collapse .container-slider .clear, .b-partner .my-documents .list .list-item .application-collapse .container-slider .clear, .b-partner .my-documents .list .list-item .treatment-collapse .container-slider .clear, .b-partner .payment-treatment .list .list-item .application-collapse .container-slider .clear, .b-partner .payment-treatment .list .list-item .treatment-collapse .container-slider .clear {
    clear: both
}

.b-partner .applications .list .list-item .application-collapse .diagnosis-list, .b-partner .applications .list .list-item .treatment-collapse .diagnosis-list, .b-partner .my-documents .list .list-item .application-collapse .diagnosis-list, .b-partner .my-documents .list .list-item .treatment-collapse .diagnosis-list, .b-partner .payment-treatment .list .list-item .application-collapse .diagnosis-list, .b-partner .payment-treatment .list .list-item .treatment-collapse .diagnosis-list {
    padding: 0
}

.b-partner .applications .list .list-item .application-collapse .diagnosis-list .diagnosis-list-item, .b-partner .applications .list .list-item .treatment-collapse .diagnosis-list .diagnosis-list-item, .b-partner .my-documents .list .list-item .application-collapse .diagnosis-list .diagnosis-list-item, .b-partner .my-documents .list .list-item .treatment-collapse .diagnosis-list .diagnosis-list-item, .b-partner .payment-treatment .list .list-item .application-collapse .diagnosis-list .diagnosis-list-item, .b-partner .payment-treatment .list .list-item .treatment-collapse .diagnosis-list .diagnosis-list-item {
    font-size: 33px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -.57px;
    color: #16398e;
    list-style: none;
    margin-bottom: 48px
}

@media (max-width: 767.98px) {
    .b-partner .applications .list .list-item .application-collapse .diagnosis-list .diagnosis-list-item, .b-partner .applications .list .list-item .treatment-collapse .diagnosis-list .diagnosis-list-item, .b-partner .my-documents .list .list-item .application-collapse .diagnosis-list .diagnosis-list-item, .b-partner .my-documents .list .list-item .treatment-collapse .diagnosis-list .diagnosis-list-item, .b-partner .payment-treatment .list .list-item .application-collapse .diagnosis-list .diagnosis-list-item, .b-partner .payment-treatment .list .list-item .treatment-collapse .diagnosis-list .diagnosis-list-item {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 20px
    }
}

.b-partner .applications .list .list-item .application-collapse .diagnosis-list .diagnosis-list-item:last-child, .b-partner .applications .list .list-item .treatment-collapse .diagnosis-list .diagnosis-list-item:last-child, .b-partner .my-documents .list .list-item .application-collapse .diagnosis-list .diagnosis-list-item:last-child, .b-partner .my-documents .list .list-item .treatment-collapse .diagnosis-list .diagnosis-list-item:last-child, .b-partner .payment-treatment .list .list-item .application-collapse .diagnosis-list .diagnosis-list-item:last-child, .b-partner .payment-treatment .list .list-item .treatment-collapse .diagnosis-list .diagnosis-list-item:last-child {
    margin-bottom: 0;
    padding-bottom: 40px
}

@media (max-width: 767.98px) {
    .b-partner .applications .list .list-item .application-collapse .diagnosis-list .diagnosis-list-item:last-child, .b-partner .applications .list .list-item .treatment-collapse .diagnosis-list .diagnosis-list-item:last-child, .b-partner .my-documents .list .list-item .application-collapse .diagnosis-list .diagnosis-list-item:last-child, .b-partner .my-documents .list .list-item .treatment-collapse .diagnosis-list .diagnosis-list-item:last-child, .b-partner .payment-treatment .list .list-item .application-collapse .diagnosis-list .diagnosis-list-item:last-child, .b-partner .payment-treatment .list .list-item .treatment-collapse .diagnosis-list .diagnosis-list-item:last-child {
        padding-bottom: 20px
    }
}

.b-partner .edit {
    margin-left: 5px
}

.b-partner .learn-more .btn-learn-more {
    display: block;
    background-color: #f4f5f9;
    color: #020c22;
    text-align: center;
    font-size: 21px;
    text-decoration: none;
    padding: 15px 0;
    cursor: pointer;
    transition: 500ms;
    margin-top: 30px
}

@media (max-width: 575.98px) {
    .b-partner .learn-more .btn-learn-more {
        margin-top: 25px
    }
}

.b-partner .learn-more .btn-learn-more:hover {
    background-color: #16398e;
    color: #fff
}

.b-partner .learn-more .btn-learn-more .arrow {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle
}

.b-partner .report {
    margin-bottom: 100px
}

.b-partner .report .text {
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -.42px;
    margin-bottom: 30px
}

.b-partner .report .sort-buttons {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 44px
}

@media (max-width: 767.98px) {
    .b-partner .report .sort-buttons {
        display: block;
        margin-bottom: 20px
    }
}

.b-partner .report .sort-buttons .blue-link {
    display: inline-block;
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -.36px;
    background-color: #16b1de;
    color: #fff;
    border-radius: 14px;
    text-decoration: none;
    padding: 20px 45px;
    margin-right: 14px
}

@media (max-width: 1199.98px) {
    .b-partner .report .sort-buttons .blue-link {
        padding: 12px 30px
    }
}

@media (max-width: 767.98px) {
    .b-partner .report .sort-buttons .blue-link {
        display: block;
        margin-bottom: 20px;
        padding: 10px 28px;
        font-size: 22px;
        line-height: 22px
    }
}

.b-partner .report .period {
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -.49px;
    margin-bottom: 65px
}

@media (max-width: 1199.98px) {
    .b-partner .report .period {
        display: block !important;
        margin-bottom: 40px
    }
}

@media (max-width: 767.98px) {
    .b-partner .report .period {
        display: block;
        margin-bottom: 30px
    }
}

.b-partner .report .period span {
    color: #16398e;
    margin-left: 4px;
    margin-right: 4px
}

@media (max-width: 1199.98px) {
    .b-partner .report .period span {
        margin-left: 0;
        margin-right: 10px
    }
}

.b-partner .report .period, .b-partner .report .period .from-to, .b-partner .report .period .from-to .from, .b-partner .report .period .from-to .to {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1199.98px) {
    .b-partner .report .period .from-to {
        display: block;
        padding-top: 20px
    }
}

@media (max-width: 1199.98px) {
    .b-partner .report .period .from-to .from, .b-partner .report .period .from-to .to {
        margin-bottom: 20px
    }
}

.b-partner .report .report-table {
    width: 100%;
    border: 1px solid #979797;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -.35px;
    margin-bottom: 28px
}

@media (max-width: 767.98px) {
    .b-partner .report .report-table {
        font-size: 16px;
        line-height: 16px
    }
}

.b-partner .report .report-table tr td {
    border: 1px solid #979797;
    padding: 30px 10px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    word-break: break-word
}

@media (max-width: 767.98px) {
    .b-partner .report .report-table tr td {
        padding: 10px 5px
    }
}

.b-partner .report .report-table tr td.period-date {
    padding: 30px 20px 30px 54px
}

@media (max-width: 767.98px) {
    .b-partner .report .report-table tr td.period-date {
        padding: 10px 5px 10px 20px
    }
}

.b-partner .report .report-table tr td.man {
    width: 25%;
    text-align: center
}

.b-partner .report .report-table tr td.report-number {
    border-right: none
}

.b-partner .report .report-table tr td.report-patient {
    border-right: none;
    border-left: none
}

.b-partner .report .report-table tr td.report-status {
    border-left: none
}

.b-partner .report .report-table tr td.report-item {
    padding: 30px 5px 30px 23px
}

@media (max-width: 767.98px) {
    .b-partner .report .report-table tr td.report-item {
        padding: 5px
    }
}

.b-partner .report .blue-link {
    display: inline-block;
    font-size: 33px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: -.43px;
    background-color: #16b1de;
    color: #fff;
    border-radius: 14px;
    text-decoration: none;
    padding: 14px 35px;
    margin-right: 14px
}

@media (max-width: 991.98px) {
    .b-partner .report .blue-link {
        padding: 12px 30px
    }
}

@media (max-width: 767.98px) {
    .b-partner .report .blue-link {
        display: block;
        padding: 10px 28px;
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 15px;
        text-align: center
    }
}

.b-partner .calendar {
    position: relative;
    border-radius: 30px;
    border: 1px solid #c7ccd9;
    width: 286px;
    height: 50px;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: .66px;
    outline: 0;
    cursor: pointer
}

@media (max-width: 991.98px) {
    .b-partner .calendar {
        font-size: 19px;
        line-height: 21px
    }
}

.b-partner .calendar input {
    width: 100%;
    height: 100%;
    background: url(/local/templates/gm/images/appointment-calendar-calendar.svg) no-repeat 20px 11px;
    border: 0;
    border-radius: 30px;
    outline: 0;
    font-weight: 400;
    color: #16398e;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 30px 0 65px
}

@media (max-width: 767.98px) {
    .b-partner .calendar input[type=date] {
        background: #fff;
        text-align: center;
        font-size: 20px;
        padding: 10px
    }
}

.b-partner .calendar div {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    z-index: -1
}

@media (max-width: 991.98px) {
    .b-partner .calendar div {
        display: none
    }
}

@media print {
    .js-header-substitute {
        display: none
    }

    .b-bootstrap-tool, .b-bread-crumbs, .b-component-title, .b-footer, .b-header, .b-header.header-fixed, .partner-greeting, .partner-navs {
        display: none !important
    }

    .report, .report .report-table {
        margin-bottom: 0 !important
    }

    .report .d-block, .report .period, .report .period .from-to, .report .sort-buttons, .report .text {
        display: none !important
    }
}

.b-new-patient {
    padding: 25px 60px 50px
}

@media (max-width: 767.98px) {
    .b-new-patient {
        padding: 25px 20px 50px
    }
}

.b-new-patient form {
    border: 0;
    padding: 0
}

.b-new-patient textarea.form-control {
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -.38px;
    resize: none;
    height: auto;
    border-radius: 12px;
    border: 1px solid #979797;
    background-color: #fff;
    padding-right: 20px
}

.b-new-patient textarea.form-control:-moz-placeholder, .b-new-patient textarea.form-control:-ms-input-placeholder, .b-new-patient textarea.form-control::-moz-placeholder, .b-new-patient textarea.form-control::-webkit-input-placeholder {
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -.38px;
    color: #bbbac2
}

.b-new-patient textarea.form-control:disabled {
    background-color: #f4f5f9
}

.b-new-patient input.file-name-input, .b-new-patient input.form-control {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 2px solid #bbbac4
}

.b-new-patient input.form-control {
    border-radius: 0;
    background-color: #fff;
    padding: 0 40px 0 8px;
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: -.38px
}

.b-new-patient input.form-control.agent, .b-new-patient input.form-control.curator {
    color: #16398e
}

.b-new-patient input.file-name-input {
    outline: 0;
    width: 164px;
    color: #bbbac4;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -.45px;
    padding-right: 30px
}

.b-new-patient label {
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.38px
}

.b-new-patient .form-group {
    position: relative;
    margin-bottom: 42px
}

.b-new-patient .edit-form {
    position: absolute;
    bottom: 4px;
    right: 10px;
    cursor: pointer
}

.b-new-patient .edit-form svg {
    pointer-events: none
}

.b-new-patient .upload {
    border: 0;
    width: 70px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    margin: 15px auto 30px
}

@media (max-width: 767.98px) {
    .b-new-patient .upload {
        margin: auto auto 30px
    }
}

.b-new-patient .upload:before {
    content: '';
    display: block;
    width: 100%;
    height: 70px;
    background: url(/local/templates/gm/images/new-patient-clip.svg) no-repeat #fff;
    background-position: center
}

.b-new-patient .upload.load {
    position: absolute;
    margin: 0;
    bottom: 0;
    z-index: 2001;
    left: 50%;
    pointer-events: none
}

.b-new-patient .btn-container {
    text-align: center
}

.b-new-patient .btn-container .btn-primary {
    font-size: 29px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: -.02px
}

.b-new-patient .chosen-container {
    width: 410px !important
}

.b-new-patient .fileupload-container {
    position: relative;
    min-height: 200px;
    background-color: #fff;
    cursor: pointer;
    z-index: 2
}

.b-new-patient .fileupload-container .message {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 22px;
    z-index: 1;
    pointer-events: none
}

.b-new-patient .dz-started {
    padding-bottom: 80px
}

.b-new-patient .dz-started .message {
    display: none
}

.b-new-patient .dz-image {
    width: 170px !important;
    height: 160px !important;
    margin-bottom: 20px
}

.b-new-patient .dz-image img {
    -webkit-filter: none !important;
    filter: none !important;
    transform: none !important
}

.b-new-patient .dz-filename {
    opacity: 0
}

.b-new-patient .dz-size {
    display: none
}

.b-new-patient #patient-agent-error, .b-new-patient #patient-curator-error, .b-new-patient #patient-fio-error, .b-new-patient #patient-tel-error, .b-new-patient .dz-error-mark, .b-new-patient .dz-error-message:after, .b-new-patient .dz-success-mark {
    display: none !important
}

.b-new-patient .dz-remove {
    background: url(/local/templates/gm/images/modal-appointment-close-modal.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    font-size: 0 !important;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1050
}

.b-new-patient .dz-error-message {
    top: 50% !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(-50%) !important;
    background: #bbbac2 !important;
    opacity: 1 !important
}

.b-new-patient .error {
    border-bottom-color: red !important
}

@media (max-width: 991.98px) {
    .b-new-patient .chosen-container {
        width: 100% !important
    }
}

.b-partner-contacts {
    margin-bottom: 70px
}

@media (max-width: 991.98px) {
    .b-partner-contacts {
        text-align: center
    }
}

.b-partner-contacts .h2, .b-partner-contacts h2 {
    font-size: 66px;
    font-weight: 500;
    line-height: 68px;
    letter-spacing: -.88px;
    margin-bottom: 40px
}

@media (max-width: 767.98px) {
    .b-partner-contacts .h2, .b-partner-contacts h2 {
        font-size: 40px;
        line-height: 42px;
        margin-bottom: 30px
    }
}

.b-partner-contacts p {
    font-size: 24px;
    font-weight: 400;
    line-height: 37px;
    letter-spacing: -.35px;
    margin-bottom: 40px
}

@media (max-width: 767.98px) {
    .b-partner-contacts p {
        font-size: 20px;
        line-height: 30px
    }
}

.b-partner-contacts .fio, .b-partner-contacts .name {
    font-size: 30px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -.35px;
    margin-bottom: 10px
}

@media (max-width: 767.98px) {
    .b-partner-contacts .fio, .b-partner-contacts .name {
        font-size: 24px;
        line-height: 26px
    }
}

.b-partner-contacts .curator a, .b-partner-contacts .description {
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -.35px;
    margin-bottom: 15px
}

.b-partner-contacts .curator {
    margin-bottom: 50px
}

@media (max-width: 767.98px) {
    .b-partner-contacts .curator {
        margin-bottom: 30px
    }
}

.b-partner-contacts .curator .img-curator {
    width: 145px;
    height: 145px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 30px
}

@media (max-width: 991.98px) {
    .b-partner-contacts .curator .img-curator {
        margin: 0 auto 20px
    }
}

.b-partner-contacts .curator .img-curator .img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.b-partner-contacts .curator a {
    display: block;
    font-size: 30px;
    line-height: 32px;
    color: #000;
    text-decoration: none;
    margin-bottom: 10px
}

@media (max-width: 767.98px) {
    .b-partner-contacts .curator a {
        font-size: 24px;
        line-height: 26px
    }
}

.b-partner-contacts .doctors .h3, .b-partner-contacts .doctors a, .b-partner-contacts .doctors h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -.35px;
    margin-bottom: 40px
}

@media (max-width: 767.98px) {
    .b-partner-contacts .doctors .h3, .b-partner-contacts .doctors h3 {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 20px
    }
}

.b-partner-contacts .doctors .fio {
    color: #16398e
}

.b-partner-contacts .doctors .description {
    margin-bottom: 40px
}

.b-partner-contacts .doctors a {
    display: block;
    font-weight: 400;
    color: #000;
    text-decoration: none
}

@media (max-width: 767.98px) {
    .b-partner-contacts .doctors a {
        font-size: 24px;
        line-height: 26px
    }
}

.b-partner-contacts .learn-more .btn-learn-more {
    display: block;
    background-color: #f4f5f9;
    color: #020c22;
    text-align: center;
    font-size: 21px;
    text-decoration: none;
    padding: 15px 0;
    cursor: pointer;
    transition: 500ms;
    margin-top: 30px
}

@media (max-width: 767.98px) {
    .b-partner-contacts .learn-more .btn-learn-more {
        margin-top: 45px
    }
}

.b-partner-contacts .learn-more .btn-learn-more:hover {
    background-color: #16398e;
    color: #fff
}

.b-partner-contacts .learn-more .btn-learn-more .arrow {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle
}

@media screen and (max-width: 720px) {
    .b-make-appointment .collapse-body .form-group label {
        font-size: 10px;
    }
}

@media screen and (max-width: 1280px){
#inf_addr{
display: none;
	}

#inf_time{
display:none;
	}
}
/* End */


/* Start:/local/templates/gm/partner.css?16686534294832*/
.b-component-title .btn{padding:19px 8px;font-size:20px;line-height:20px}@media all and (min-width: 575px){.b-component-title .btn{font-size:28px;height:69px;padding:25px 43px}}.b-new-patient .cancel-patient{font-size:22px}.b-new-patient .btn{padding:15px 65px}.b-modal.modal-patient h2{font-size:33px;padding:60px 80px 0 71px}.b-modal.modal-patient label{color:#bbbac4}.b-modal.modal-patient .edit-pen{position:absolute;top:58px;right:0;cursor:pointer}.b-modal.modal-patient input{padding:10px 40px 10px 0;height:40px}.b-partner .not-found{font-size:20px}.b-partner .report .btn{padding:15px 43px;font-size:20px;line-height:20px}@media all and (min-width: 575px){.b-partner .report .btn{font-size:28px;height:69px;padding:25px 43px}}.b-partner .report .title{font-size:48px;color:#16398d}.b-partner .report .reports-table thead{font-size:23px;color:#bbbac4}.b-partner .report .reports-table thead tr{border-bottom:1px solid #d8d8d8}.b-partner .report .reports-table tbody{font-size:24px}.b-partner .report .reports-table tbody tr{border-bottom:1px solid #d8d8d8}.b-partner .report .reports-table tbody td .name{max-width:395px}.b-partner .report .reports-table tbody td[colspan="2"]{color:#16398d}.b-partner .applications .list .item,.b-partner .applications .list .header{border-bottom:1px solid #d8d8d8}.b-partner .applications .list .item .name{font-size:33px;color:#16398d}.b-partner .applications .list .item .date{font-size:33px;color:#000}.b-partner .applications .list .header .name,.b-partner .applications .list .header .date{font-size:23px;color:#bbbac4;width:155px}.b-partner .partner-greeting .title{color:#16398d;font-size:36px}@media all and (min-width: 575px){.b-partner .partner-greeting .title{font-size:48px}}.b-partner .partner-greeting .search-result{font-size:33px}.b-partner .partner-greeting .close{stroke:#bbbac4}.b-partner .new-referral .name{font-size:24px}@media all and (min-width: 575px){.b-partner .new-referral .name{font-size:32px}}.b-partner .new-referral .info{font-size:24px;font-weight:500;letter-spacing:.66px;color:#4a4a4a}.b-partner .new-referral .info textarea{height:198px;width:100%;resize:none}.b-partner .new-referral .referrals{border-top:1px solid #d8d8d8}.b-partner .new-referral .referrals .referral{border-bottom:1px solid #d8d8d8}.b-partner .new-referral .referrals .referral a{color:#15398e;font-size:33px}.b-partner .new-referral .referrals .referral .type{width:64px;font-size:23px;color:#fff;background-color:#1db1e5;border-radius:9px;padding:2px 16px}.b-partner .new-referral .buttons .btn{padding:15px 43px;font-size:20px;line-height:20px}@media all and (min-width: 575px){.b-partner .new-referral .buttons .btn{font-size:28px;height:69px;padding:25px 43px}}.b-partner .new-referral .buttons a{font-size:22px;line-height:24px}.b-partner .new-referral .buttons a svg{width:19px;height:18px}.b-partner .new-referral .patient label{color:#a0a0a0;letter-spacing:-0.38px}.b-partner .new-referral .patient .input input.form-control{height:50px;border-radius:0;background-color:#fff;padding:0 40px 0 0;font-weight:400;font-size:32px;line-height:24px;letter-spacing:-0.56px;border-left:none;border-right:none;border-top:none;border-bottom:2px solid #bbbac4}.b-partner .services-block .services-table thead{font-size:23px;color:#bbbac4}.b-partner .services-block .services-table thead tr{border-bottom:1px solid #d8d8d8}.b-partner .services-block .services-table tbody{font-size:24px;color:#16398d}.b-partner .services-block .services-table tbody tr{border-bottom:1px solid #d8d8d8}.b-partner .services-block .services-table tbody td:first-child{width:391px}.b-partner .services-block .services-table tbody td:last-child{width:60px}.b-partner .services-block .header .title{font-size:36px;line-height:100%}.b-partner .services-block .header .btn{padding:19px 8px;font-size:20px;line-height:20px}@media all and (min-width: 575px){.b-partner .services-block .header .btn{font-size:28px;height:69px;padding:25px 43px}}.b-partner .patient-block{padding:30px;background-color:#f0f3f8}.b-partner .patient-block .pen{width:34px;height:34px;background-color:#16398d;border-radius:34px}.b-partner .patient-block .phone{font-size:23px}.b-partner .patient-block .email{font-size:22px;color:#4a4a4a}.b-partner .patient-block .grey{color:#bbb}.b-partner .patient-block .name{font-size:48px;line-height:45px}.b-partner .pager a{font-size:24px}.b-partner .pager a.active{border-bottom:1px solid #16398d}.b-partner .chosen-container{max-width:100%}.b-partner .chosen-container.chosen-container-active .chosen-single{border:1px solid #16398e;border-bottom-right-radius:25px;border-bottom-left-radius:25px;background-image:none;background-color:#fff;z-index:2001}.btn-primary--inverse{background-color:#fff;color:var(--blue)}.btn-primary--inverse:hover{background-color:var(--blue-darken);color:#fff}

/* End */


/* Start:/local/templates/gm/extra.css?175515767710332*/
.list-services-item {}
.custom-link-holder {
  background-color: #16b1de;
  min-height: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  border-radius: 12px;
}
.custom-link-holder a {
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	line-height: 32px;
	display: block;
	width: 100%;
	text-align: center;
}
.custom-link-holder a:hover {
	text-decoration: none;
}
.stl-h3-title {
  font-size: 1.75rem;
  margin-bottom: .5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}
.stl-i-fsi {
	font-style: italic;
}
.stl-b-fwb {
	font-weight: bold;
}

a.list-services-item-top__name {
  color: #fff !impotrant;
}
a.list-services-item-top__name:hover {
  color: #fff !impotrant;
}
.list-services-item-bottom a.list-services-item-link {
  color: #fff  !important;
  border: 0px solid transparent  !important;
  padding: 0px 0px  !important;
  border-radius: 0px  !important;
  font-weight: 700  !important;
  font-size: 16px  !important;
  -webkit-transition: none  !important;
  -o-transition: none  !important;
  transition: none  !important;
  text-decoration: underline  !important;
}
.list-services-item-bottom a.list-services-item-link:hover {
  background: transparent !important;
  text-decoration: none !important;
}


/** Портфолио работ */

.bef-af-photos-sections {
    font-family: "Ubuntu", Arial, sans-serif;
}

.bef-af-photos-sections__item {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 931px;
    margin: 0 auto 76px;
}

.bef-af-photos-sections .bef-af-photos-sections__item:last-child {
    margin-bottom: 0;
}

.bef-af-photos-sections .bef-af-photos-sections__item:nth-child(even) .bef-af-photos-sections__item-images {
    order: 2;
}

.bef-af-photos-sections .bef-af-photos-sections__item:nth-child(even) .bef-af-photos-sections__item-content {
    order: 1;
}

.bef-af-photos-sections__item-images {
    display: block;
    width: 334px;
    height: 284px;
    order: 1;
}

.bef-af-photos-sections__item-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.bef-af-photos-sections__item-content {
    width: calc(100% - 334px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px 20px;
    order: 2;
}

.bef-af-photos-sections__item-content-name {
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 20px;
    color: #16398E;
}

.bef-af-photos-sections__item-content-text {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 25px;
    color: #212529;
    line-height: 130%;
}

.bef-af-photos-sections__item-content-link {
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    color: #16398E;
    text-decoration: none;
}

.bef-af-photos-sections__item-content-link:hover {
	text-decoration: none;
}

.bef-af-photos-sections__item-content-link:hover svg path {
	fill: #16b1de;
}

.bef-af-photos-sections__item-content-link svg {
    margin-left: 8px;
}

.bef-af-photos-sections-detail {
    width: 100%;
    max-width: 1082px;
    margin: 0 auto 80px;
}

.bef-af-photos-sections-detail .product-item-container {
	width: 100%;
    margin-bottom: 82px;
}

.bef-af-photos-sections-detail .product-item-container:last-child {
    margin-bottom: 0px;
}

.bef-af-photos-sections-detail__item {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.bef-af-photos-sections-detail__item-slider {
    width: calc(100% - 450px);
    display: flex;
}

.bef-af-photos-sections-detail__item-content {
    width: 100%;
    max-width: 440px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;

}

.bef-af-photos-sections-detail__item-content-name {
    font-size: 25px;
    font-weight: 500;
    color: #16398E;
    margin-bottom: 25px;
}

.bef-af-photos-sections-detail__item-content-text {
    font-size: 14px;
    color: #212529;
    margin-bottom: 25px;
}

.bef-af-photos-sections-detail__item-content-text p {
    margin-bottom: 12px;
}

.bef-af-photos-sections-detail__item-content-text p:last-child {
    margin-bottom: 0;
}


.new-stl-butt {
    min-width: 191px;
    padding: 17px 20px;
    border-radius: 25px;
    background-color: #4EB7D9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    transition: .3s;
    color: #fff;
}

.new-stl-butt:hover {
    background-color: #259BC1C9;
	text-decoration: none;
	color: #fff;
}

.new-stl-butt:focus {
    outline: none;
    background-color: #259BC1C9;
	text-decoration: none;
	color: #fff;
}

.bef-af-images--small {
    width: 80px;
    display: flex;
    margin-right: 15px;
}

.slider-bef-af-small {
    position: relative;
    width: 80px;
    height: 480px;
    margin-left: 0;
    margin-right: 0;
}

.bef-af-images--big {
    width: calc(100% - 80px);
    max-width: 528px;
    display: flex;
}

.slider-bef-af-big {
    position: relative;
    max-width: 528px;
    width: 100%;
    height: 100%;
}

.slider-bef-af-small-slide {
    height: 80px !important;
}

.slider-bef-af-small-slide img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.slider-bef-af-small-slide iframe {
    width: 100%;
    height: 100%;
}


.slider-bef-af-small-slide video {
    width: 100%;
    height: auto;
    max-height: 100%;
}


.slider-bef-af-big-slide iframe {
    width: 100%;
    height: 100%;
}

.slider-bef-af-big-slide a {
	display: block;
}

.slider-bef-af-big-slide video {
    width: 100%;
    height: auto;
    max-height: 100%;
}

.slider-bef-af-small-slide::before {
    position: absolute;
    content: '';
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}

.slider-bef-af-small-slide.swiper-slide-thumb-active::before {
    display: none;
}

.slider-bef-af-big-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1200px) {
    .slider-bef-af-small, .slider-bef-af-big {
        height: 379px;
    }
    .slider-bef-af-big-slide iframe {
        max-height: 379px;
    }
}

@media (max-width: 767px) {
    .bef-af-photos-sections-detail__item {
        flex-direction: column;
    }
    .bef-af-photos-sections-detail__item-slider {
        width: 100%;
        flex-direction: column;
        margin-bottom: 30px;
    }
    .bef-af-images--big {
        order: -1;
        width: 100%;
    }
    .slider-bef-af-big {
        max-width: 100%;
    }
    .slider-bef-af-big-slide {
    }
    .bef-af-images--big {
        max-width: 567px;
        margin: 0 auto 25px;
    }
    .bef-af-images--small {
        width: 100%;
        max-width: 567px;
        margin: 0 auto;
    }
    .slider-bef-af-small {
        width: 100%;
        height: auto;
    }
    .bef-af-photos-sections-detail__item-content {
        align-items: center;
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    .bef-af-photos-sections-detail__item-content-name {
        margin-bottom: 15px;
        font-size: 18px;
    }
    .bef-af-photos-sections-detail__item-content-text {
        text-align: center;
        margin-bottom: 15px;
    }
    .slider-bef-af-big-slide iframe {
    }
    .slider-bef-af-big {
        height: 320px;
    }
    .slider-bef-af-big-slide iframe {
        max-height: 100%;
    }
	.form-control.js-select-custom.js-directions {
		border-radius: 25px;
		background: 0 0;
		box-shadow: none;
		font-size: 24px;
		border: 7px solid #30d0fa;
		height: 54px;
		position: relative;
		display: block;
		overflow: hidden;
		padding: 4px 0px 8px 17px;
		color: #444;
		text-decoration: none;
		white-space: nowrap;
		line-height: 24px;
		cursor: pointer;
		box-sizing: border-box;
	}
}

@media (max-width: 567px) {
    .slider-bef-af-big {
        height: 260px;
    }
	.bef-af-photos-sections-detail .product-item-container {
		margin-bottom: 0px;
	}
    .bef-af-photos-sections__item {
        flex-direction: column;
    }

    .bef-af-photos-sections__item-images {
        width: 100%;
        height: 270px;
        margin-bottom: 34px;
    }

    .bef-af-photos-sections__item-content {
        padding: 0 15px;
        width: 100%;
    }

    .bef-af-photos-sections__item-content-name {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .bef-af-photos-sections__item-content-text {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .bef-af-photos-sections .bef-af-photos-sections__item:nth-child(even) .bef-af-photos-sections__item-images {
        order: 1;
    }

    .bef-af-photos-sections .bef-af-photos-sections__item:nth-child(even) .bef-af-photos-sections__item-content {
        order: 2;
    }
    .slider-bef-af-small-slide img {
        width: 56px;
        height: 56px;
    }
}

.header-warning-holder {
	display: none;
	background-color: #16398e;
	color: #fff;
	position: absolute;
	width: 100%;
	z-index: 10;
	text-align: center;
	padding: 10px 40px 10px 20px;
	font-size: 20px;
	left: 0;
	right: 0;
	top: 153px;
	line-height: 1;
}

.header-warning-holder p {
	margin-bottom: 0px;
}

.header-warning-holder-close {
	font-size: 15px;
	position: absolute;
	right: 12px;
	top: 6px;
	background-color: #fff;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	color: #000;
	display: flex;
	justify-content: center;
	cursor: pointer;
	padding: 4px;
}

@media (max-width: 767px) {
	.header-warning-holder {
		font-size: 16px;
	}
}

.jqmWindow {
	height: auto;
}
.grecaptcha-badge{
    display: none;
}
.telegram-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 89px;
    height: 89px;
    border-radius: 50%;
    position: fixed;
    background: #1dc8ff;
    color: #ffffff;
    bottom: 10px;
    right: 50px;
    z-index: 2147483649;
    border: 1px solid #fff;
}

@media (max-width: 600px) {
    .telegram-btn{
        width: 80px;
        height: 80px;
        right: 5px;
    }
}
/*@media (max-width: 600px) {
    #CalltouchWidgetFrame{
        bottom: 10px !important;
        width: calc(100% - 90px) !important;
    }
    .online-chat-root-TalkMe{
        position: relative !important;
        z-index: 14 !important;
    }
}*/


/* End */


/* Start:/local/templates/gm/components/custom.appsweb/search.title/appsweb/css/baron.min.css?17487103605622*/
/*/---------- Baron core ----------/*/
.baron__clipper{ position:relative; overflow:hidden; }
.baron__scroller{ overflow-y:scroll; -ms-overflow-style:none; -moz-box-sizing:border-box; box-sizing:border-box; margin:0; border:0; padding:0; width:100%; height:100%; -webkit-overflow-scrolling:touch; }
.baron__scroller::-webkit-scrollbar{ width:0; height:0; }
.baron__track{ display:none; position:absolute; top:0; right:0; bottom:0; }
.baron._scrollbar .baron__track{ display:block; }
.baron__free{ position:absolute; top:0; bottom:0; right:0; }
.baron__bar{ display:none; position:absolute; right:0; z-index:1; width:10px; background:#999; }
.baron._scrollbar .baron__bar{ display:block; }
.baron__control{ display:none; }


/*/---------- Baron skins ----------/*/

/* Simple */
.baron._simple .baron__track{
	opacity:0;
	position:absolute;
	z-index:3;
	top:10px;
	bottom:10px;
	right:5px;
	width:8px;
	border-radius:5px;
	background:#ddf;
	background:rgba(0, 0, 255, .1);
	pointer-events:none;
}
.baron._simple._scrollbar .baron__track{opacity:1;}
.baron._simple .baron__bar{
	position:absolute;
	z-index:1;
	width:8px;
	border-radius:3px;
	background:#987;
	opacity:0;
	-webkit-transition:opacity .2s linear;
	transition:opacity .2s linear;
	pointer-events:auto;
}
.baron._simple .baron__bar:hover{opacity:.8;}
.baron._simple.baron .baron__bar{opacity:.6;}

/* Mac OS X */
.baron._macosx .baron__track{
	opacity:0;
	position:absolute;
	z-index:3;
	top:2px;
	bottom:2px;
	right:2px;
	width:0;
}
.baron._macosx._scrollbar .baron__track{opacity:1;}
.baron._macosx .baron__bar{
	position:absolute;
	z-index:1;
	width:6px;
	border-radius:3px;
	background:#333;
	opacity:0;
	transition:.1s opacity .4s linear;
	pointer-events:auto;
}
.baron._dragging .baron__bar{	/*opacity: 1;*/}
.baron._macosx .baron__bar:hover,
.baron._scrolling .baron__bar{transition-duration:0s;transition-delay:0s;opacity:.5;}

/* Windows XP */
.baron._winxp .baron__scroller{padding-right:17px;}
.baron._winxp .baron__track{
	opacity:0;
	position:absolute;
	z-index:3;
	top:0;
	bottom:0;
	right:0;
	width:15px;
	overflow:hidden;
	background-image:linear-gradient(to right, #f2f1ec, #fdfef9);
	border:1px solid #ecede5;
}
.baron._winxp._scrollbar .baron__track{opacity:1;}
.baron._winxp .baron__control{display:block;}
.baron._winxp .baron__control,
.baron._winxp .baron__bar{
	border:1px solid #f3ffff;
	box-shadow:1px 1px 1px #b7caf5 inset,
	1px 1px 1px #7b9fd3;
	border-radius:3px;
	background-image:linear-gradient(to right, #c9d7fc, #baccf4);
	text-align:center;
	font-size:8px;
	line-height:14px;
	color:#4e6287;
	cursor:default;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.baron._winxp .baron__control:hover,
.baron._winxp .baron__bar:hover{background-image:linear-gradient(to right, #d9e7ff, #cadcff);}
.baron._winxp .baron__up,
.baron._winxp .baron__down{position:absolute;z-index:1;width:15px;height:16px;box-sizing:border-box;}
.baron._winxp .baron__up{top:0;}
.baron._winxp .baron__down{bottom:0;}
.baron._winxp .baron__free{position:absolute;top:18px;bottom:18px;right:0;width:0;}
.baron._winxp .baron__bar{
	position:absolute;
	z-index:1;
	width:15px;
	box-sizing:border-box;
	border:1px solid #f3ffff;
	box-shadow:1px 1px 1px #b7caf5 inset,
	1px 1px 1px #7b9fd3;
	border-radius:3px;
	background-image:linear-gradient(to right, #c9d7fc, #baccf4);
	opacity:1;
	-webkit-transition:opacity .2s ease-in;
	transition:opacity .2s ease-in;
	pointer-events:auto;
}
.baron._winxp .baron__bar:before{
	content:'';
	position:absolute;
	top:45%;
	left:3px;
	width:6px;
	height:7px;
	z-index:1;
	background-image:linear-gradient(
			to bottom,
			#f0f4ff 0px, #f0f4ff 1px,
			rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 2px,
			#f0f4ff 2px, #f0f4ff 3px,
			rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0) 4px,
			#f0f4ff 4px, #f0f4ff 5px,
			rgba(255, 255, 255, 0) 5px, rgba(255, 255, 255, 0) 6px,
			#f0f4ff 6px, #f0f4ff 7px,
			rgba(255, 255, 255, 0) 7px, rgba(255, 255, 255, 0) 8px
	);
}
.baron._winxp .baron__bar:after{
	content:'';
	position:absolute;
	top:47%;
	left:4px;
	width:6px;
	height:7px;
	background-image:linear-gradient(
			to bottom,
			#8aaff6 0px, #8aaff6 1px,
			rgba(138, 175, 246, 0) 1px, rgba(138, 175, 246, 0) 2px,
			#8aaff6 2px, #8aaff6 3px,
			rgba(138, 175, 246, 0) 3px, rgba(138, 175, 246, 0) 4px,
			#8aaff6 4px, #8aaff6 5px,
			rgba(138, 175, 246, 0) 5px, rgba(138, 175, 246, 0) 6px,
			#8aaff6 6px, #8aaff6 7px,
			rgba(138, 175, 246, 0) 7px, rgba(138, 175, 246, 0) 8px
	);
}
.baron._winxp._dragging .baron__bar,
.baron._winxp .baron__bar:hover{background-image:linear-gradient(to right, #d9e7ff, #cadcff);}

/* Ubuntu */
.baron._ubuntu12 .baron__scroller{padding-right:14px;}
.baron._ubuntu12 .baron__track{
	opacity:0;
	position:absolute;
	z-index:3;
	top:0;
	bottom:0;
	right:0;
	width:14px;
	box-sizing:border-box;
	border:1px solid #c5c1bd;
	border-radius:7px;
	background-image:linear-gradient(to right, #d3d3d3, #e5e5e5);
}
.baron._ubuntu12._scrollbar .baron__track{opacity:1;}
.baron._ubuntu12 .baron__bar{
	position:absolute;
	z-index:1;
	width:12px;
	box-sizing:border-box;
	border:1px solid #fff;
	border-radius:6px;
	background-image:linear-gradient(to right, #fcfbfb, #eeeceb);
	opacity:1;
	pointer-events:auto;
	box-shadow:0 0 1px #d6d3d0;
}
.baron._ubuntu12 .baron__bar:hover,
.baron._ubuntu12._dragging .baron__bar{
	background-image:linear-gradient(to right, #e96d3a, #f58050);
	border-color:#e1632f;
}
.baron._dragging .baron__bar{/*opacity: 1;*/}
.baron._ubuntu12 .baron__bar:hover,
._scrolling .baron__bar{}

/* End */


/* Start:/local/templates/gm/components/custom.appsweb/search.title/appsweb/styles.css?174879899710663*/
.search-form *{ -webkit-box-sizing:border-box !important; -moz-box-sizing:border-box !important; box-sizing:border-box !important; }
.search-form{ position:relative }
.search-form .awc-tag{ background-color:#75c4e6; }
.search-form .awc-search-icon{ min-width:40px; height:18px; font-size:13px; display:block; background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABH0lEQVR4nJ3SvyvFYRTH8deVkkJ3UUZJIbJ8bzJjMtyMym6w2Njs/gCDP0AGCyWjxYDF5GdJYpS6xaIUw/d8771dT7qc+vZ8vs95zvuc5zmnlGWZsG6sYBGjsXeNHWzjQ8JKARjCEUZSh3CJeTy3OjoicxF8hwX0oi/0HSZwiK4UYKUpeBoHeMdb6OnwTWI5BVgMvYZaovwa1kMvpQBjoY8TwVp84ylAO/YV62cKcBt65hfAbKwPKcBu6E2UE8Hl8MF+CrCFG/nwnKKKnviqONOYj6NWQDFIg/I+/3ikFnuUX6d+lY4mR4ZVnMvnoIYLbKCCp0h0otG5egXt2HAED+BFPmAP7bYR7jGHV/RjCjr/AICryFzB3n8ARSX3xc83qRk4q9rDNWcAAAAASUVORK5CYII=) center center no-repeat }
.search-form .awc-search-fields{ display:table; border-collapse:collapse; border-spacing:0; width:100%; position:relative; }
.search-form .awc-search-fields > *{ display:table-cell; vertical-align:top; }
.search-form .awc-search-fields .awc-query{ width:100%; position:relative }
.search-form .awc-search-input,
.search-form .awc-search-button button{ border:1px solid #ccc; background:#fff; padding:0 12px; height:36px; margin:0; color:#444; font-size:14px; }
.search-form .awc-search-input{
	display:block;
	width:100%;
	-webkit-border-radius:3px 0 0 3px; -moz-border-radius:3px 0 0 3px; border-radius:3px 0 0 3px;
	-webkit-box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.05) inset; -moz-box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.05) inset; box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.05) inset;
	-webkit-transition:border-color 0.1s ease 0s; -moz-transition:border-color 0.1s ease 0s; -ms-transition:border-color 0.1s ease 0s; -o-transition:border-color 0.1s ease 0s; transition:border-color 0.1s ease 0s;
}
.search-form .awc-search-input:hover{ border-color:#bdbdbd; }
.search-form .awc-search-input:focus{ border-color:#888; outline:0 none; color:#000 }
.search-form .awc-search-input::-ms-clear{display:none;width:0;height: 0;}
.search-form .awc-search-button button{
	display:inline-block; text-align:center; cursor:pointer; white-space:nowrap; border-left:0 none;
	-webkit-border-radius:0 3px 3px 0; -moz-border-radius:0 3px 3px 0; border-radius:0 3px 3px 0;
}
.search-form button:focus,
.search-form button:hover{ color:#333; background-color:#e6e6e6; border-color:#adadad }
.search-form button:active{ outline:0; background-image:none; -webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, .125); box-shadow:inset 0 3px 5px rgba(0, 0, 0, .125) }
/*---------- .baron ----------*/
.search-form .baron__root{
	position:absolute;top:100%;left:0;z-index:1000;width:100%;min-width:160px;visibility:hidden;
	-webkit-box-shadow:0 6px 12px rgba(0, 0, 0, 0.176); -moz-box-shadow:0 6px 12px rgba(0, 0, 0, 0.176); box-shadow:0 6px 12px rgba(0, 0, 0, 0.176);
	-webkit-background-clip:padding-box; -moz-background-clip:padding-box; background-clip:padding-box;
}
/*---------- .awc-search-result ----------*/
.b-header__search-box:not(.is-active) .awc-search-result{
	display:none;
}
.search-form .awc-search-result{background-color:#fff;-webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px;}
.search-form .awc-search-result,
.search-form .awc-search-result a{ font-weight:600; font-size:13px; line-height:16px; color:#333; text-decoration:none; }
.search-form .awc-search-result .awc-category-list{margin:2px 0 0;border:1px solid  #CCCCCC;border-top:0;}
.search-form .awc-search-result .awc-category-title{display:block;color:#17639f; background:#ecf5fc; cursor:default; border-top:1px solid #CCCCCC;padding:5px 10px;}
.search-form .awc-search-result .awc-item,
.search-form .awc-search-result .awc-not-found{display:block; padding:8px 20px 8px 10px; background:#fff;color:#f00;border-top: 1px solid #CCCCCC;}
.search-form .awc-search-result .awc-item:hover,
.search-form .awc-search-result .awc-result-url a:hover,
.search-form .awc-search-result .awc-item-active{background:#ebebeb; color:#333;}/* #e8f1ff */
.search-form .awc-search-result .awc-result-url a{display:block; padding:10px; background:#f8f8f8;text-align:center;font-size:16px;font-weight:normal;color:#000;border-top:1px solid #f8f8f8;border-bottom:1px solid #f8f8f8;}
.search-form .awc-search-result .awc-result-url a:hover{ color:#059 }
.search-form .awc-search-result .awc-result-url{border-top:1px solid #CCCCCC;}
.search-form .awc-search-result .awc-item-link{ display:block; overflow:hidden;}
.search-form .awc-search-result .awc-item-link > *{ display:block; }
.search-form .awc-search-result .awc-item-picture{float:left;}
.search-form .awc-search-result .awc-item-picture img{max-width: 100%;height: auto;border: 0;vertical-align: middle;}
.search-form .awc-search-result .awc-item-info > *{ display:block }
.search-form .awc-search-result .awc-item-info > span + span{ margin-top:3px }
.search-form .awc-search-result .awc-item-name{white-space: nowrap;overflow: hidden;-ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.search-form .awc-search-result .awc-item-prices{float:right;}
.search-form .awc-search-result .awc-item-prices > *{display:inline-block}
.search-form .awc-search-result .awc-item-price{font-weight: bold;font-size: 12px;padding: 0 5px;border: 1px solid #000;background:#fff;-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}
.search-form .awc-search-result .awc-item-discount{ color:#f00; text-decoration:line-through; margin-left:7px; vertical-align:bottom }
.search-form .awc-search-result .awc-item-props{ color:#305d8c; display:block; font-size:12px; }
.search-form .awc-search-result .awc-item-prop{ display:block }
.search-form .awc-search-result .awc-item-prop-value{ font-weight:normal }
.search-form .awc-search-result .awc-item-prop-name:after{ content:":"; }
.search-form .awc-ajax-icon{ position:absolute; top:50%; margin-top:-10px; right:13px; background:url("/local/templates/gm/components/custom.appsweb/search.title/appsweb/images/load.gif") no-repeat 50% 50%; display:none; width:20px; height:20px; }
.search-form .awc-clear-icon{display:none;width:16px;height:16px;position:absolute;top:50%;margin-top:-8px;right:12px;cursor:pointer;opacity:.25;	-webkit-user-select:none;	-moz-user-select:none;	-ms-user-select:none;	user-select:none;	-webkit-border-radius:50%;	-moz-border-radius:50%;	border-radius:50%;	background:url(data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQzOC41MzMgNDM4LjUzMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDM4LjUzMyA0MzguNTMzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTQwOS4xMzMsMTA5LjIwM2MtMTkuNjA4LTMzLjU5Mi00Ni4yMDUtNjAuMTg5LTc5Ljc5OC03OS43OTZDMjk1LjczNiw5LjgwMSwyNTkuMDU4LDAsMjE5LjI3MywwICAgYy0zOS43ODEsMC03Ni40Nyw5LjgwMS0xMTAuMDYzLDI5LjQwN2MtMzMuNTk1LDE5LjYwNC02MC4xOTIsNDYuMjAxLTc5LjgsNzkuNzk2QzkuODAxLDE0Mi44LDAsMTc5LjQ4OSwwLDIxOS4yNjcgICBjMCwzOS43OCw5LjgwNCw3Ni40NjMsMjkuNDA3LDExMC4wNjJjMTkuNjA3LDMzLjU5Miw0Ni4yMDQsNjAuMTg5LDc5Ljc5OSw3OS43OThjMzMuNTk3LDE5LjYwNSw3MC4yODMsMjkuNDA3LDExMC4wNjMsMjkuNDA3ICAgczc2LjQ3LTkuODAyLDExMC4wNjUtMjkuNDA3YzMzLjU5My0xOS42MDIsNjAuMTg5LTQ2LjIwNiw3OS43OTUtNzkuNzk4YzE5LjYwMy0zMy41OTYsMjkuNDAzLTcwLjI4NCwyOS40MDMtMTEwLjA2MiAgIEM0MzguNTMzLDE3OS40ODUsNDI4LjczMiwxNDIuNzk1LDQwOS4xMzMsMTA5LjIwM3ogTTMyMi42MjEsMjcwLjkzOWMzLjYxNywzLjYxMyw1LjQyOCw3LjkwNSw1LjQyOCwxMi44NTQgICBjMCw1LjEzMy0xLjgxMSw5LjUxNC01LjQyOCwxMy4xMjdsLTI1LjY5MywyNS43MDFjLTMuNjE0LDMuNjEzLTcuOTk0LDUuNDItMTMuMTM1LDUuNDJjLTQuOTQ4LDAtOS4yMzYtMS44MDctMTIuODQ3LTUuNDIgICBsLTUxLjY3Ni01MS42ODJsLTUxLjY3OCw1MS42ODJjLTMuNjE2LDMuNjEzLTcuODk4LDUuNDItMTIuODQ3LDUuNDJjLTUuMTQsMC05LjUxNy0xLjgwNy0xMy4xMzQtNS40MmwtMjUuNjk3LTI1LjcwMSAgIGMtMy42MTYtMy42MTMtNS40MjQtNy45OTQtNS40MjQtMTMuMTI3YzAtNC45NDgsMS44MDktOS4yNCw1LjQyNC0xMi44NTRsNTEuNjc4LTUxLjY3M2wtNTEuNjc4LTUxLjY3OCAgIGMtMy42MTYtMy42MTItNS40MjQtNy44OTgtNS40MjQtMTIuODQ3YzAtNS4xNCwxLjgwOS05LjUxNyw1LjQyNC0xMy4xMzRsMjUuNjk3LTI1LjY5M2MzLjYxNy0zLjYxNiw3Ljk5NC01LjQyNCwxMy4xMzQtNS40MjQgICBjNC45NDksMCw5LjIzMSwxLjgwOSwxMi44NDcsNS40MjRsNTEuNjc4LDUxLjY3NGw1MS42NzYtNTEuNjc0YzMuNjEtMy42MTYsNy44OTgtNS40MjQsMTIuODQ3LTUuNDI0ICAgYzUuMTQxLDAsOS41MjEsMS44MDksMTMuMTM1LDUuNDI0bDI1LjY5MywyNS42OTNjMy42MTcsMy42MTcsNS40MjgsNy45OTQsNS40MjgsMTMuMTM0YzAsNC45NDgtMS44MTEsOS4yMzUtNS40MjgsMTIuODQ3ICAgbC01MS42NzUsNTEuNjc4TDMyMi42MjEsMjcwLjkzOXoiIGZpbGw9IiM1NTU1NTUiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K) no-repeat scroll 50% transparent;}
.search-form .awc-clear-icon:hover{opacity:.4;}
/* Responsive Js */
.search-form.awc-width-mini .awc-search-result .awc-item-prices{float:none}
/* Responsive @media */
@media screen and (max-width: 480px){
	.search-form .awc-search-result .awc-item-prices{float:none}
}

.b-header__search-box {
	position: relative;
	margin-right: 30px;
}
.b-header__search-switch {
	position: relative;
	z-index: 20;
	width: 32px;
	cursor: pointer;
}
.b-header__search-box.is-active .b-header__search-icon {
	display: none;
}
.b-header__search-box .b-header__search-icon_active {
	display: none;
}
.b-header__search-box.is-active .b-header__search-icon_active {
	display: block;
	right: 3px;
	top: 5px;
	position: relative;
}
.b-header .search-form {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -33px;
	width: 0;
	transition: all 0.3s;
}
.b-header .search-form .search-form__btn {
	display: none;
}
.b-header .b-header__search-icon svg{
	fill: #c6ced9;
}
.b-header .search-form .search-form__input {
	width: 100%;
	box-sizing: border-box;
	border-radius: 4px;
	background-color: #ededed;
	padding: 23px 0 23px;
	border: none;
}
.b-header .search-form .search-form__input:focus {
	outline: none;
}
.b-header__search-box.is-active .search-form {
	width: 430px;
}
@media (max-width: 600px) {
	.b-header__search-box.is-active .search-form {
		width: 360px;
	}
}
.b-header__search-box.is-active .search-form__input {
	padding: 23px 46px 23px 26px;
}
.b-header .search-form .search-form__btn {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
}
/* End */


/* Start:/local/components/likee/social/templates/header/style.css?17473167351077*/
.b-menu .bottom-footer-menu .social__list{
    display: flex;
    align-items: flex-start;
}
.b-menu .bottom-footer-menu .column .social .social__list .link-social{
    margin-right: 3px;
}
.b-menu .bottom-footer-menu .column .social .link-social.link-social_telegram,
.b-menu .bottom-footer-menu .column .social .link-social.link-social_yt{
    background: #fff;
    border-radius: 3px;
    height: 36px;
    width: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.b-menu .bottom-footer-menu .column .social .link-social.link-social_telegram:hover,
.b-menu .bottom-footer-menu .column .social .link-social.link-social_yt:hover{
    background: #16b1de;
}
.b-menu .bottom-footer-menu .column .social .link-social.link-social_telegram svg,
.b-menu .bottom-footer-menu .column .social .link-social.link-social_yt svg{
    width: 24px;
    height: 20px;
}
.b-menu .bottom-footer-menu .column .social .link-social.link-social_telegram svg *,
.b-menu .bottom-footer-menu .column .social .link-social.link-social_yt svg *{
    fill: #16398e;
}
/* End */


/* Start:/local/components/likee/social/templates/footer/style.css?1747314816596*/
.b-footer .footer-menu .social__list{
    display: flex;
    align-items: flex-start;
}
.b-footer .footer-menu .social .link-social.link-social_yt{
    margin-top: -6px;
}
.b-footer .footer-menu .social .link-social.link-social_telegram{
    background: #16398e;
    border-radius: 3px;
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
}
.b-footer .footer-menu .social .link-social.link-social_telegram svg{
    width: 28px;
}
.b-footer .footer-menu .social .link-social.link-social_telegram svg *{
    fill: #fff;
}
/* End */


/* Start:/bitrix/components/likee/cookie.confirm/templates/.default/style.css?1539324977518*/
.b-likee-cookie-alert {
    position: fixed;
    left: 3%;
    bottom: 3%;
    max-width: 450px;
    width: 90%;
    border-radius: 5px;
    box-shadow: 0 -1px 22px 0 rgba(0, 0, 0, 0.35);
    padding: 20px 15px;
    font-weight: normal;
    line-height: 18px;
    background-color: #fff;
    color: #2f2f2f;
    transition: opacity .2s ease-in;
    z-index: 1050;
}

.b-likee-cookie-alert p {
    margin: 0 0 30px;
}

.b-likee-cookie-alert a {
    color: #000;
}

.b-likee-cookie-alert a:hover {
    color: #1485ce;
}

/* End */


/* Start:/local/components/custom.appsweb/modal.list/assets/css/style.css?17503163477433*/
.awc--modal{
    --btn_bg_color: #46B3DE;
    --btn_text_color:#fff;
    --bg_position:50% 50%;
    --text_color:#333333;
    --text_link_color: #46B3DE;
    --text_link_color_hover: #46B3DE;
    --max_width:650px;
    --min_height: none;
    --bg_color: #fff;
    --padding: 40px;
    --bg_image: none;
    --bg_size: auto;
    --bg_repeat: no-repeat;
    --align_content_gorizont: left;
    --align_content_vertical: flex-start;
    --color_close_button:#9E9E9E;
    --color_hover_close_button: var(--color_close_button);
    --offset_top_close_button:0;
    --offset_right_close_button:0;
    --out_offsets:15px;

    --font_size_base: 14px;
    --color_title: var(--text_color);
    --font_size_title: 46px;
    --color_post_title: var(--text_color);
    --font_size_post_title: var(--font_size_base);
    --color_top_description: var(--text_color);
    --font_size_top_description: var(--font_size_base);
    --color_bottom_description: var(--text_color);
    --font_size_bottom_description: var(--font_size_base);
    --box-aspect-ratio: 1;

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /*background-color: rgba(0, 0, 0, 0.64);*/
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity ease 0.3s, visibility ease 0.3s;
}
.awc--modal__mask{
    cursor:pointer;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.64);
}
@media (max-width: 767px) {
    .awc--modal {
        padding: 20px;
    }
}
.awc--modal.is-active {
    opacity: 1;
    visibility: visible;
}
.awc--modal__wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: var(--out_offsets);
}
.awc--modal_position-center .awc--modal__wrapper{
    align-items: center;
    justify-content: center;
}
.awc--modal_position-bottom-center .awc--modal__wrapper{
    align-items: center;
    justify-content: flex-end;
}
.awc--modal_position-bottom-left .awc--modal__wrapper{
    align-items: flex-start;
    justify-content: flex-end;
}
.awc--modal_position-bottom-right .awc--modal__wrapper{
    align-items: flex-end;
    justify-content: flex-end;
}
.awc--modal__inner {
    position: relative;
    width: 100%;
    max-width: var(--max_width);
}
.awc--modal__close {
    position: absolute;
    width: 23px;
    height: 23px;
    top: 9px;
    right: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: var(--offset_top_close_button);
    margin-right: var(--offset_right_close_button);
    background: none;
    border: none;
    padding: 0;
    cursor:pointer;
    transition: .3s transform;
}
.awc--modal__close:hover{
    transform: rotate(180deg);
}
.awc--modal__close svg path {
    transition: fill ease 0.3s;
    fill: var(--color_close_button);
}
.awc--modal__close:hover svg path {
    fill: var(--color_hover_close_button);
}
.awc--modal__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: var(--align_content_vertical);
    width: 100%;
    height: 100%;
    min-height: var(--min_height);
    padding: var(--padding);
    background-color: var(--bg_color);
    background-image: var(--bg_image);
    background-position: var(--bg_position);
    background-repeat: var(--bg_repeat);
    background-size: var(--bg_size);
    color: var(--text_color);
    border-radius: 30px;
    text-align: var(--align_content_gorizont);
    font-size: var(--font_size_base);
    aspect-ratio: var(--box-aspect-ratio);
}

.awc--modal__content > *:not(.awc--modal__close) {
    width: 100%;
}
.awc--modal__title-box{
    margin: 0 0 45px;
}
.awc--modal__title {
    font-size: var(--font_size_title);
    color: var(--color_title);
    line-height: 1.1;
    font-weight: bold;

}
.awc--modal__post-title{
    margin-top: 10px;
    font-size: var(--font_size_post_title);
    color: var(--color_post_title);
}
.awc--modal__top-image,
.awc--modal__bottom-image{
    display: inline-block;
}

.awc--modal__top-description{
    font-size: var(--font_size_top_description);
    color: var(--color_top_description);
}
.awc--modal__top-description_image-position-bottom,
.awc--modal__top-description_image-position-left,
.awc--modal__top-description_image-position-right,
.awc--modal__bottom-description_image-position-bottom,
.awc--modal__bottom-description_image-position-left,
.awc--modal__bottom-description_image-position-right{
    display: flex;
}
.awc--modal__top-description_image-position-right,
.awc--modal__bottom-description_image-position-right{
    flex-direction: row-reverse;
}

.awc--modal__top-description_image-position-bottom,
.awc--modal__bottom-description_image-position-bottom{
    flex-direction: column-reverse;
}

.awc--modal__top-image-box + .awc--modal__top-description-text,
.awc--modal__bottom-image-box + .awc--modal__bottom-description-text{
    margin-top: 20px;
}

.awc--modal__top-description_image-position-left .awc--modal__top-image-box + .awc--modal__top-description-text,
.awc--modal__top-description_image-position-right .awc--modal__top-image-box + .awc--modal__top-description-text,
.awc--modal__top-description_image-position-bottom .awc--modal__top-image-box + .awc--modal__top-description-text,
.awc--modal__bottom-description_image-position-left .awc--modal__bottom-image-box + .awc--modal__bottom-description-text,
.awc--modal__bottom-description_image-position-right .awc--modal__bottom-image-box + .awc--modal__bottom-description-text,
.awc--modal__bottom-description_image-position-bottom .awc--modal__bottom-image-box + .awc--modal__bottom-description-text
{

    margin-top: 0;
}

.awc--modal__top-description_image-position-bottom .awc--modal__top-image-box + .awc--modal__top-description-text,
.awc--modal__bottom-description_image-position-bottom .awc--modal__bottom-image-box + .awc--modal__bottom-description-text{
    margin-bottom: 20px;
}

.awc--modal__top-description_image-position-right .awc--modal__top-image-box + .awc--modal__top-description-text,
.awc--modal__bottom-description_image-position-right .awc--modal__bottom-image-box + .awc--modal__bottom-description-text{
    margin-right: 20px;
}

.awc--modal__top-description_image-position-left .awc--modal__top-image-box + .awc--modal__top-description-text,
.awc--modal__bottom-description_image-position-left .awc--modal__bottom-image-box + .awc--modal__bottom-description-text{
    margin-left: 20px;
}

.awc--modal a {
    text-decoration: underline;
    transition: color ease 0.3s;
    color: var(--text_link_color);
}
.awc--modal a:hover {
    color: var(--text_link_color_hover);
}

.awc--modal__btns{
    margin-top: 20px;
}
.awc--modal .awc--modal__btn{
    text-decoration: none;
    display: inline-block;
    background-color: var(--btn_bg_color);
    color: var(--btn_text_color);
    font-size: 18px;
    padding: 10px 30px;
    border-radius: 20px;
}
.awc--modal .awc--modal__btn:hover{
    color: var(--btn_text_color);
}
.awc--modal__bottom-description{
    font-size: var(--font_size_bottom_description);
    color: var(--color_bottom_description);
    margin-top: 20px;
}

@media (max-width: 767px) {
    .awc--modal__title {
        font-size: 32px;
        line-height: 42px;
        margin: 0 auto 24px;
        max-width: 315px;
    }
}
/* End */


/* Start:/local/templates/gm/styles.css?1676912300549*/
.b-about ul li {
    margin-bottom: 16px;
}

.b-make-appointment .collapse-body .form-group label.custom-control-label {
    font-size: 13px;
}

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


.copiright{
	font-size: 14px;
	color: #c4c8ca;
}

.b-bread-crumbs a > span{
    color: #16398e!important;
    font-size: 14px;
    letter-spacing: -.2px;
}

@media (max-width: 567px) {
	.main-page-slider .swiper-slide {
  	min-height: 50vh;
		max-height: 50vh;
	}
  .b-header {
		height: 70px;
	}
  .b-header .burger .menu {
    top: 98%;
	}
}
/* End */
/* /local/templates/gm/template_styles.css?1674846601347783 */
/* /local/templates/gm/components.css?1749797007267019 */
/* /local/templates/gm/partner.css?16686534294832 */
/* /local/templates/gm/extra.css?175515767710332 */
/* /local/templates/gm/components/custom.appsweb/search.title/appsweb/css/baron.min.css?17487103605622 */
/* /local/templates/gm/components/custom.appsweb/search.title/appsweb/styles.css?174879899710663 */
/* /local/components/likee/social/templates/header/style.css?17473167351077 */
/* /local/components/likee/social/templates/footer/style.css?1747314816596 */
/* /bitrix/components/likee/cookie.confirm/templates/.default/style.css?1539324977518 */
/* /local/components/custom.appsweb/modal.list/assets/css/style.css?17503163477433 */
/* /local/templates/gm/styles.css?1676912300549 */
