@charset "UTF-8";
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

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

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

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

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

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #d31f37;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #15cb84;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #15cb84;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #d31f37;
    --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, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 1.2
}

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

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

.display-1 {
    font-size: 6rem
}

.display-1, .display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3, .display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.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: 30px;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

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

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.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-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .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-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .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-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .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-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.row-cols-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

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

.col-1, .col-auto {
    -webkit-box-flex: 0
}

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

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

.col-2, .col-3 {
    -webkit-box-flex: 0
}

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

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

.col-4, .col-5 {
    -webkit-box-flex: 0
}

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

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

.col-6, .col-7 {
    -webkit-box-flex: 0
}

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

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

.col-8, .col-9 {
    -webkit-box-flex: 0
}

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

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

.col-10, .col-11 {
    -webkit-box-flex: 0
}

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

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

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

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

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

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

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

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

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

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

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

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

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

.table {
    width: 100%;
    margin-bottom: 30px;
    color: #212529
}

.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-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 {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #b8daff
}

.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
    border-color: #7abaff
}

.table-hover .table-primary:hover, .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
    background-color: #9fcdff
}

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #d6d8db
}

.table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover, .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf
}

.table-success, .table-success > td, .table-success > th {
    background-color: #bdf0dd
}

.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
    border-color: #85e4bf
}

.table-hover .table-success:hover, .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #a8ebd2
}

.table-info, .table-info > td, .table-info > th {
    background-color: #bee5eb
}

.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
    border-color: #86cfda
}

.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-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
    border-color: #ffdf7e
}

.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: #f3c0c7
}

.table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
    border-color: #e88b97
}

.table-hover .table-danger:hover, .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #efabb4
}

.table-light, .table-light > td, .table-light > th {
    background-color: #fdfdfe
}

.table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover, .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
    background-color: #ececf6
}

.table-dark, .table-dark > td, .table-dark > th {
    background-color: #c6c8ca
}

.table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #95999c
}

.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, .table-hover .table-active:hover, .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, .075)
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive > .table-bordered {
    border: 0
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade:not(.show) {
    opacity: 0
}

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

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #282828;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #020202;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.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: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.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;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

a.badge:focus, a.badge:hover {
    text-decoration: none
}

.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: #007bff
}

a.badge-primary:focus, a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary.focus, a.badge-primary:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus, a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus, a.badge-secondary:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5);
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

.badge-success {
    color: #fff;
    background-color: #15cb84
}

a.badge-success:focus, a.badge-success:hover {
    color: #fff;
    background-color: #109d66
    /*background-color: #082A74;*/
}

a.badge-success.focus, a.badge-success:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(21, 203, 132, .5);
    box-shadow: 0 0 0 .2rem rgba(21, 203, 132, .5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus, a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus, a.badge-info:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus, a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus, a.badge-warning:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
    color: #fff;
    background-color: #d31f37
}

a.badge-danger:focus, a.badge-danger:hover {
    color: #fff;
    background-color: #a7182b
}

a.badge-danger.focus, a.badge-danger:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(211, 31, 55, .5);
    box-shadow: 0 0 0 .2rem rgba(211, 31, 55, .5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus, a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus, a.badge-light:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus, a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus, a.badge-dark:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

@-webkit-keyframes a {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes a {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    height: 1rem;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress, .progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.progress-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: 1s linear infinite a;
    animation: 1s linear infinite a
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.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: #007bff !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #15cb84 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #109d66 !important;
    /*background-color: #082A74 !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: #d31f37 !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #a7182b !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: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #15cb84 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #d31f37 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-right, .rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom, .rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom, .rounded-left {
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

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

.rounded-pill {
    border-radius: 50rem !important
}

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

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

.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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

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

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column, .flex-row {
    -webkit-box-direction: normal !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse, .flex-row-reverse {
    -webkit-box-direction: reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -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 {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -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 {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -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 {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -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
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

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

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

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

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-top {
    top: 0
}

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

.fixed-bottom {
    bottom: 0
}

@supports (position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    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 {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    -webkit-box-shadow: none !important;
    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
}

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

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

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

.vh-100 {
    height: 100vh !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: 7.5px !important
}

.mt-1, .my-1 {
    margin-top: 7.5px !important
}

.mr-1, .mx-1 {
    margin-right: 7.5px !important
}

.mb-1, .my-1 {
    margin-bottom: 7.5px !important
}

.ml-1, .mx-1 {
    margin-left: 7.5px !important
}

.m-2 {
    margin: 15px !important
}

.mt-2, .my-2 {
    margin-top: 15px !important
}

.mr-2, .mx-2 {
    margin-right: 15px !important
}

.mb-2, .my-2 {
    margin-bottom: 15px !important
}

.ml-2, .mx-2 {
    margin-left: 15px !important
}

.m-3 {
    margin: 30px !important
}

.mt-3, .my-3 {
    margin-top: 30px !important
}

.mr-3, .mx-3 {
    margin-right: 30px !important
}

.mb-3, .my-3 {
    margin-bottom: 30px !important
}

.ml-3, .mx-3 {
    margin-left: 30px !important
}

.m-4 {
    margin: 45px !important
}

.mt-4, .my-4 {
    margin-top: 45px !important
}

.mr-4, .mx-4 {
    margin-right: 45px !important
}

.mb-4, .my-4 {
    margin-bottom: 45px !important
}

.ml-4, .mx-4 {
    margin-left: 45px !important
}

.m-5 {
    margin: 60px !important
}

.mt-5, .my-5 {
    margin-top: 60px !important
}

.mr-5, .mx-5 {
    margin-right: 60px !important
}

.mb-5, .my-5 {
    margin-bottom: 60px !important
}

.ml-5, .mx-5 {
    margin-left: 60px !important
}

.m-6 {
    margin: 75px !important
}

.mt-6, .my-6 {
    margin-top: 75px !important
}

.mr-6, .mx-6 {
    margin-right: 75px !important
}

.mb-6, .my-6 {
    margin-bottom: 75px !important
}

.ml-6, .mx-6 {
    margin-left: 75px !important
}

.m-7 {
    margin: 90px !important
}

.mt-7, .my-7 {
    margin-top: 90px !important
}

.mr-7, .mx-7 {
    margin-right: 90px !important
}

.mb-7, .my-7 {
    margin-bottom: 90px !important
}

.ml-7, .mx-7 {
    margin-left: 90px !important
}

.m-8 {
    margin: 105px !important
}

.mt-8, .my-8 {
    margin-top: 105px !important
}

.mr-8, .mx-8 {
    margin-right: 105px !important
}

.mb-8, .my-8 {
    margin-bottom: 105px !important
}

.ml-8, .mx-8 {
    margin-left: 105px !important
}

.m-9 {
    margin: 120px !important
}

.mt-9, .my-9 {
    margin-top: 120px !important
}

.mr-9, .mx-9 {
    margin-right: 120px !important
}

.mb-9, .my-9 {
    margin-bottom: 120px !important
}

.ml-9, .mx-9 {
    margin-left: 120px !important
}

.m-10 {
    margin: 135px !important
}

.mt-10, .my-10 {
    margin-top: 135px !important
}

.mr-10, .mx-10 {
    margin-right: 135px !important
}

.mb-10, .my-10 {
    margin-bottom: 135px !important
}

.ml-10, .mx-10 {
    margin-left: 135px !important
}

.m-11 {
    margin: 150px !important
}

.mt-11, .my-11 {
    margin-top: 150px !important
}

.mr-11, .mx-11 {
    margin-right: 150px !important
}

.mb-11, .my-11 {
    margin-bottom: 150px !important
}

.ml-11, .mx-11 {
    margin-left: 150px !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: 7.5px !important
}

.pt-1, .py-1 {
    padding-top: 7.5px !important
}

.pr-1, .px-1 {
    padding-right: 7.5px !important
}

.pb-1, .py-1 {
    padding-bottom: 7.5px !important
}

.pl-1, .px-1 {
    padding-left: 7.5px !important
}

.p-2 {
    padding: 15px !important
}

.pt-2, .py-2 {
    padding-top: 15px !important
}

.pr-2, .px-2 {
    padding-right: 15px !important
}

.pb-2, .py-2 {
    padding-bottom: 15px !important
}

.pl-2, .px-2 {
    padding-left: 15px !important
}

.p-3 {
    padding: 30px !important
}

.pt-3, .py-3 {
    padding-top: 30px !important
}

.pr-3, .px-3 {
    padding-right: 30px !important
}

.pb-3, .py-3 {
    padding-bottom: 30px !important
}

.pl-3, .px-3 {
    padding-left: 30px !important
}

.p-4 {
    padding: 45px !important
}

.pt-4, .py-4 {
    padding-top: 45px !important
}

.pr-4, .px-4 {
    padding-right: 45px !important
}

.pb-4, .py-4 {
    padding-bottom: 45px !important
}

.pl-4, .px-4 {
    padding-left: 45px !important
}

.p-5 {
    padding: 60px !important
}

.pt-5, .py-5 {
    padding-top: 60px !important
}

.pr-5, .px-5 {
    padding-right: 60px !important
}

.pb-5, .py-5 {
    padding-bottom: 60px !important
}

.pl-5, .px-5 {
    padding-left: 60px !important
}

.p-6 {
    padding: 75px !important
}

.pt-6, .py-6 {
    padding-top: 75px !important
}

.pr-6, .px-6 {
    padding-right: 75px !important
}

.pb-6, .py-6 {
    padding-bottom: 75px !important
}

.pl-6, .px-6 {
    padding-left: 75px !important
}

.p-7 {
    padding: 90px !important
}

.pt-7, .py-7 {
    padding-top: 90px !important
}

.pr-7, .px-7 {
    padding-right: 90px !important
}

.pb-7, .py-7 {
    padding-bottom: 90px !important
}

.pl-7, .px-7 {
    padding-left: 90px !important
}

.p-8 {
    padding: 105px !important
}

.pt-8, .py-8 {
    padding-top: 105px !important
}

.pr-8, .px-8 {
    padding-right: 105px !important
}

.pb-8, .py-8 {
    padding-bottom: 105px !important
}

.pl-8, .px-8 {
    padding-left: 105px !important
}

.p-9 {
    padding: 120px !important
}

.pt-9, .py-9 {
    padding-top: 120px !important
}

.pr-9, .px-9 {
    padding-right: 120px !important
}

.pb-9, .py-9 {
    padding-bottom: 120px !important
}

.pl-9, .px-9 {
    padding-left: 120px !important
}

.p-10 {
    padding: 135px !important
}

.pt-10, .py-10 {
    padding-top: 135px !important
}

.pr-10, .px-10 {
    padding-right: 135px !important
}

.pb-10, .py-10 {
    padding-bottom: 135px !important
}

.pl-10, .px-10 {
    padding-left: 135px !important
}

.p-11 {
    padding: 150px !important
}

.pt-11, .py-11 {
    padding-top: 150px !important
}

.pr-11, .px-11 {
    padding-right: 150px !important
}

.pb-11, .py-11 {
    padding-bottom: 150px !important
}

.pl-11, .px-11 {
    padding-left: 150px !important
}

.m-n1 {
    margin: -7.5px !important
}

.mt-n1, .my-n1 {
    margin-top: -7.5px !important
}

.mr-n1, .mx-n1 {
    margin-right: -7.5px !important
}

.mb-n1, .my-n1 {
    margin-bottom: -7.5px !important
}

.ml-n1, .mx-n1 {
    margin-left: -7.5px !important
}

.m-n2 {
    margin: -15px !important
}

.mt-n2, .my-n2 {
    margin-top: -15px !important
}

.mr-n2, .mx-n2 {
    margin-right: -15px !important
}

.mb-n2, .my-n2 {
    margin-bottom: -15px !important
}

.ml-n2, .mx-n2 {
    margin-left: -15px !important
}

.m-n3 {
    margin: -30px !important
}

.mt-n3, .my-n3 {
    margin-top: -30px !important
}

.mr-n3, .mx-n3 {
    margin-right: -30px !important
}

.mb-n3, .my-n3 {
    margin-bottom: -30px !important
}

.ml-n3, .mx-n3 {
    margin-left: -30px !important
}

.m-n4 {
    margin: -45px !important
}

.mt-n4, .my-n4 {
    margin-top: -45px !important
}

.mr-n4, .mx-n4 {
    margin-right: -45px !important
}

.mb-n4, .my-n4 {
    margin-bottom: -45px !important
}

.ml-n4, .mx-n4 {
    margin-left: -45px !important
}

.m-n5 {
    margin: -60px !important
}

.mt-n5, .my-n5 {
    margin-top: -60px !important
}

.mr-n5, .mx-n5 {
    margin-right: -60px !important
}

.mb-n5, .my-n5 {
    margin-bottom: -60px !important
}

.ml-n5, .mx-n5 {
    margin-left: -60px !important
}

.m-n6 {
    margin: -75px !important
}

.mt-n6, .my-n6 {
    margin-top: -75px !important
}

.mr-n6, .mx-n6 {
    margin-right: -75px !important
}

.mb-n6, .my-n6 {
    margin-bottom: -75px !important
}

.ml-n6, .mx-n6 {
    margin-left: -75px !important
}

.m-n7 {
    margin: -90px !important
}

.mt-n7, .my-n7 {
    margin-top: -90px !important
}

.mr-n7, .mx-n7 {
    margin-right: -90px !important
}

.mb-n7, .my-n7 {
    margin-bottom: -90px !important
}

.ml-n7, .mx-n7 {
    margin-left: -90px !important
}

.m-n8 {
    margin: -105px !important
}

.mt-n8, .my-n8 {
    margin-top: -105px !important
}

.mr-n8, .mx-n8 {
    margin-right: -105px !important
}

.mb-n8, .my-n8 {
    margin-bottom: -105px !important
}

.ml-n8, .mx-n8 {
    margin-left: -105px !important
}

.m-n9 {
    margin: -120px !important
}

.mt-n9, .my-n9 {
    margin-top: -120px !important
}

.mr-n9, .mx-n9 {
    margin-right: -120px !important
}

.mb-n9, .my-n9 {
    margin-bottom: -120px !important
}

.ml-n9, .mx-n9 {
    margin-left: -120px !important
}

.m-n10 {
    margin: -135px !important
}

.mt-n10, .my-n10 {
    margin-top: -135px !important
}

.mr-n10, .mx-n10 {
    margin-right: -135px !important
}

.mb-n10, .my-n10 {
    margin-bottom: -135px !important
}

.ml-n10, .mx-n10 {
    margin-left: -135px !important
}

.m-n11 {
    margin: -150px !important
}

.mt-n11, .my-n11 {
    margin-top: -150px !important
}

.mr-n11, .mx-n11 {
    margin-right: -150px !important
}

.mb-n11, .my-n11 {
    margin-bottom: -150px !important
}

.ml-n11, .mx-n11 {
    margin-left: -150px !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
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

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

.text-wrap {
    white-space: normal !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
}

.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-lighter {
    font-weight: lighter !important
}

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

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

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

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

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #15cb84 !important
}

a.text-success:focus, a.text-success:hover {
    color: #0e8657 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus, a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #d31f37 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #901526 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

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

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

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

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

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

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-display: fallback;
    font-weight: 700;
    src: url(../fonts/raleway/ralewaybold.eot?) format("eot"), url(../fonts/raleway/ralewaybold.woff2) format("woff2"), url(../fonts/raleway/ralewaybold.woff) format("woff"), url(../fonts/raleway/ralewaybold.ttf) format("truetype"), url(../fonts/raleway/ralewaybold.svg#Raleway) format("svg")
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-display: fallback;
    font-weight: 400;
    src: url(../fonts/raleway/ralewayregular.eot?) format("eot"), url(../fonts/raleway/ralewayregular.woff2) format("woff2"), url(../fonts/raleway/ralewayregular.woff) format("woff"), url(../fonts/raleway/ralewayregular.ttf) format("truetype"), url(../fonts/raleway/ralewayregular.svg#Raleway) format("svg")
}

@font-face {
    font-family: Raleway;
    font-style: normal;
    font-display: fallback;
    font-weight: 600;
    src: url(../fonts/raleway/ralewaysemibold.eot?) format("eot"), url(../fonts/raleway/ralewaysemibold.woff2) format("woff2"), url(../fonts/raleway/ralewaysemibold.woff) format("woff"), url(../fonts/raleway/ralewaysemibold.ttf) format("truetype"), url(../fonts/raleway/ralewaysemibold.svg#Raleway) format("svg")
}

@font-face {
    font-family: Museo;
    font-style: normal;
    font-display: fallback;
    font-weight: 100;
    src: url(../fonts/museo/MuseoSansCyrl-100.ttf) format("truetype"), url(../fonts/museo/MuseoSansCyrl-100.woff) format("woff"), url(../fonts/museo/MuseoSansCyrl-100.woff2) format("woff2")
}

@font-face {
    font-family: Museo;
    font-style: normal;
    font-display: fallback;
    font-weight: 300;
    src: url(../fonts/museo/MuseoSansCyrl-300.ttf) format("truetype"), url(../fonts/museo/MuseoSansCyrl-300.woff) format("woff"), url(../fonts/museo/MuseoSansCyrl-300.woff2) format("woff2")
}

@font-face {
    font-family: Museo;
    font-style: bold;
    font-display: fallback;
    font-weight: 500;
    src: url(../fonts/museo/MuseoSansCyrl-500.ttf) format("truetype"), url(../fonts/museo/MuseoSansCyrl-500.woff) format("woff"), url(../fonts/museo/MuseoSansCyrl-500.woff2) format("woff2")
}

@font-face {
    font-family: Museo;
    font-style: bold;
    font-display: fallback;
    font-weight: 700;
    src: url(../fonts/museo/MuseoSansCyrl-700.ttf) format("truetype"), url(../fonts/museo/MuseoSansCyrl-700.woff) format("woff"), url(../fonts/museo/MuseoSansCyrl-700.woff2) format("woff2")
}

@font-face {
    font-family: Museo;
    font-style: bolder;
    font-display: fallback;
    font-weight: 900;
    src: url(../fonts/museo/MuseoSansCyrl-900.ttf) format("truetype"), url(../fonts/museo/MuseoSansCyrl-900.woff) format("woff"), url(../fonts/museo/MuseoSansCyrl-900.woff2) format("woff2")
}

.svg-arrow-right-dims {
    width: 492px;
    height: 492px
}

.svg-arrowdown-dims {
    width: 18px;
    height: 10px
}

.svg-calendar-dims {
    width: 298.3px;
    height: 298.3px
}

.svg-calendar2-dims {
    width: 36px;
    height: 36px
}

.svg-check-round-dims {
    width: 438.5px;
    height: 438.5px
}

.svg-chevron-down-dims {
    width: 24px;
    height: 24px
}

.svg-clock-sm-dims {
    width: 16px;
    height: 16px
}

.svg-clock2-dims {
    width: 24px;
    height: 24px
}

.svg-close-dims {
    width: 174.2px;
    height: 174.2px
}

.svg-coins-dims {
    width: 18px;
    height: 15px
}

.svg-country-dims {
    width: 20px;
    height: 18px
}

.svg-digital-dims {
    width: 28px;
    height: 24px
}

.svg-exclamation-dims {
    width: 45.311px;
    height: 45.311px
}

.svg-eye-dims {
    width: 488.9px;
    height: 488.9px
}

.svg-facebook-dims {
    width: 430.1px;
    height: 430.1px
}

.svg-fb-square-dims {
    width: 455px;
    height: 455px
}

.svg-google-play-dims {
    width: 512px;
    height: 512px
}

.svg-google-plus-g-dims {
    width: 640px;
    height: 512px
}

.svg-graph-dims {
    width: 30px;
    height: 30px
}

.svg-heart-dims {
    width: 510px;
    height: 510px
}

.svg-heart-o-dims {
    width: 471.7px;
    height: 471.7px
}

.svg-info-dims {
    width: 23.6px;
    height: 23.6px
}

.svg-instagram-dims {
    width: 97.4px;
    height: 97.4px
}

.svg-itunes-dims {
    width: 448px;
    height: 512px
}

.svg-keyboard-down-dims {
    width: 306px;
    height: 306px
}

.svg-keyboard-right-dims {
    width: 188.7px;
    height: 306px
}

.svg-list-dims {
    width: 22px;
    height: 26px
}

.svg-loca-dims {
    width: 485.2px;
    height: 485.2px
}

.svg-location-dims {
    width: 487.7px;
    height: 487.7px
}

.svg-map-dims {
    width: 477.87px;
    height: 477.87px
}

.svg-percents-dims {
    width: 16px;
    height: 16px
}

.svg-play-dims {
    width: 350px;
    height: 350px
}

.svg-regiser-dims {
    width: 21px;
    height: 23px
}

.svg-scan-dims {
    width: 24px;
    height: 24px
}

.svg-search-dims {
    width: 475.1px;
    height: 475.1px
}

.svg-shield-check-dims, .svg-smartphone-dims, .svg-spinner-dims {
    width: 512px;
    height: 512px
}

.svg-telegram-plane-dims {
    width: 448px;
    height: 512px
}

.svg-twitter-dims {
    width: 410.16px;
    height: 410.16px
}

.svg-user-dims {
    width: 510px;
    height: 510px
}

.svg-user2-dims {
    width: 20px;
    height: 22px
}

.svg-youtube-dims {
    width: 461px;
    height: 461px
}

.lds-ellipsis {
    position: absolute;
    left: 50%;
    margin-left: -32px;
    top: 50%;
    margin-top: -32px;
    display: inline-block;
    width: 64px;
    height: 64px
}

.lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #7e7e7e;
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
    animation-timing-function: cubic-bezier(0, 1, 1, 0)
}

.lds-ellipsis div:first-child {
    left: 6px;
    -webkit-animation: b .6s infinite;
    animation: b .6s infinite
}

.lds-ellipsis div:nth-child(2) {
    left: 6px;
    -webkit-animation: d .6s infinite;
    animation: d .6s infinite
}

.lds-ellipsis div:nth-child(3) {
    left: 26px;
    -webkit-animation: d .6s infinite;
    animation: d .6s infinite
}

.lds-ellipsis div:nth-child(4) {
    left: 45px;
    -webkit-animation: c .6s infinite;
    animation: c .6s infinite
}

@-webkit-keyframes b {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes b {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes c {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes c {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@-webkit-keyframes d {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    to {
        -webkit-transform: translate(19px);
        transform: translate(19px)
    }
}

@keyframes d {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    to {
        -webkit-transform: translate(19px);
        transform: translate(19px)
    }
}

body, html {
    height: 100%;
    overflow-anchor: none
}

html {
    line-height: 1.4;
    overflow-y: scroll
}

body {
    background: #fff;
    font-family: Museo, sans-serif;
    font-size: 1rem;
    color: #282828
}

.svgicon {
    display: inline-block;
    width: 1em;
    height: 1em
}

* {
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

input[placeholder] {
    text-overflow: ellipsis
}

input:-moz-placeholder, input::-moz-placeholder {
    text-overflow: ellipsis
}

input:-ms-input-placeholder {
    text-overflow: ellipsis
}

p {
    margin: 0 0 1em;
    color: #333;
    font-weight: 300
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*, :after, :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body {
    -webkit-font-smoothing: antialiased
}

*, :after, :before {
    -webkit-font-smoothing: inherit
}

button, label, option, select {
    cursor: pointer
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

[type=button], [type=reset], [type=submit], button {
    background: transparent;
    border: 0;
    color: inherit;
    font: inherit;
    margin: 0;
    padding: 0;
    width: auto;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

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

img, video {
    max-width: 100%;
    height: auto
}

/*figure, ul {*/
/*    margin: 0*/
/*}*/

ul {
    padding: 0;
    list-style: none
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin: 0 0 .8em
}

article p, article ul {
    line-height: 1.7;
    font-size: 1.125em
}

article ul {
    margin: 20px 0 20px 20px
}

article ul > li {
    position: relative;
    padding-left: 15px;
    color: #333
}

article ul > li:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    background: #999
}

em {
    font-style: italic
}

a {
    border: 0;
    color: #282828;
    text-decoration: none;
    -webkit-transition: color .3s;
    transition: color .3s;
    cursor: pointer
}

a:focus, a:hover {
    color: #d31f37
}

svg {
    fill: currentColor
}

.clearfix:after, .footer_middle:after {
    content: "";
    display: table;
    clear: both
}

.hidden {
    visibility: hidden
}

._wrap {
    margin-left: 25px;
    margin-right: 25px
}

@-webkit-keyframes e {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes e {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes f {
    0% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
        opacity: 0
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes f {
    0% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
        opacity: 0
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes g {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes g {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes h {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@keyframes h {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    padding: 15px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: linear;
    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: 18px;
    height: 15px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1.5px
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    width: 18px;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.hamburger-inner:after, .hamburger-inner:before {
    content: "";
    display: block
}

.hamburger-inner:before {
    top: -6px
}

.hamburger-inner:after {
    bottom: -6px
}

.hamburger--spin .hamburger-inner {
    -webkit-transition-duration: .22s;
    transition-duration: .22s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin .hamburger-inner:before {
    -webkit-transition: top .1s ease-in .25s, opacity .1s ease-in;
    transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger--spin .hamburger-inner:after {
    -webkit-transition: bottom .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19), -webkit-transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin.is-active .hamburger-inner {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition-delay: .12s;
    transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spin.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0;
    -webkit-transition: top .1s ease-out, opacity .1s ease-out .12s;
    transition: top .1s ease-out, opacity .1s ease-out .12s
}

.hamburger--spin.is-active .hamburger-inner:after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom .1s ease-out, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom .1s ease-out, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8
}

.mfp-bg, .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed
}

.mfp-wrap {
    z-index: 1043;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus, .mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after, .mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure, img.mfp-img {
    line-height: 0
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-zoom-in.mfp-bg.mfp-ready {
    opacity: .8
}

.mfp-zoom-in.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-zoom-in.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-zoom-in.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.mfp-zoom-in.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.white-popup {
    position: relative;
    background: #fff;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list, .slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

/*! * Fotorama 4.6.3 | http://fotorama.io/license/ */
.fotorama__arr:focus:after, .fotorama__fullscreen-icon:focus:after, .fotorama__html, .fotorama__img, .fotorama__nav__frame:focus .fotorama__dot:after, .fotorama__nav__frame:focus .fotorama__thumb:after, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.fotorama--fullscreen, .fotorama__img {
    max-width: 99999px !important;
    max-height: 99999px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0 !important
}

.fotorama__wrap .fotorama__grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.fotorama__grabbing * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.fotorama__spinner {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important
}

.fotorama__caption, .fotorama__nav:after, .fotorama__nav:before, .fotorama__stage:after, .fotorama__stage:before, .fotorama__wrap--css3 .fotorama__arr, .fotorama__wrap--css3 .fotorama__fullscreen-icon, .fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__nav, .fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__spinner, .fotorama__wrap--css3 .fotorama__stage, .fotorama__wrap--css3 .fotorama__stage .fotorama__img, .fotorama__wrap--css3 .fotorama__stage__frame, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border, .fotorama__wrap--css3 .fotorama__video-close, .fotorama__wrap--css3 .fotorama__video-play {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fotorama__arr:focus, .fotorama__fullscreen-icon:focus, .fotorama__nav__frame {
    outline: 0
}

.fotorama__arr:focus:after, .fotorama__fullscreen-icon:focus:after, .fotorama__nav__frame:focus .fotorama__dot:after, .fotorama__nav__frame:focus .fotorama__thumb:after {
    content: "";
    border-radius: inherit;
    background-color: rgba(0, 175, 234, .5)
}

.fotorama__wrap--video .fotorama__stage, .fotorama__wrap--video .fotorama__stage__frame--video, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img, .fotorama__wrap--video .fotorama__stage__shaft {
    -webkit-transform: none !important;
    transform: none !important
}

.fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border {
    transition-property: -webkit-transform, width;
    -webkit-transition-property: width, -webkit-transform;
    transition-property: width, -webkit-transform;
    transition-property: transform, width;
    transition-property: transform, width, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(.1, 0, .25, 1);
    transition-timing-function: cubic-bezier(.1, 0, .25, 1);
    -webkit-transition-duration: 0ms;
    transition-duration: 0ms
}

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__no-select, .fotorama__video-close, .fotorama__video-play, .fotorama__wrap {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fotorama__select {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.fotorama__nav, .fotorama__nav__frame {
    margin: auto;
    padding: 0
}

.fotorama__caption__wrap, .fotorama__nav__frame, .fotorama__nav__shaft {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1
}

.fotorama__wrap * {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.fotorama__caption__wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fotorama--hidden, .fotorama__load {
    position: absolute;
    left: -99999px;
    top: -99999px;
    z-index: -1
}

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__nav, .fotorama__nav__frame, .fotorama__nav__shaft, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video-close, .fotorama__video-play {
    -webkit-tap-highlight-color: transparent
}

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
    background: url(../img/fotorama.png) no-repeat
}

.fotorama__thumb {
    background-color: #7f7f7f;
    background-color: hsla(0, 0%, 50%, .2)
}

.fotorama {
    min-width: 1px;
    overflow: hidden
}

.fotorama:not(.fotorama--unobtrusive) > :not(:first-child) {
    display: none
}

.fullscreen {
    max-width: 100% !important;
    max-height: 100% !important;
    padding: 0 !important;
    overflow: hidden !important
}

.fotorama--fullscreen, .fullscreen {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    background: #000
}

.fotorama--fullscreen {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    float: none !important;
    z-index: 2147483647 !important
}

.fotorama--fullscreen .fotorama__nav, .fotorama--fullscreen .fotorama__stage {
    background: #000
}

.fotorama__wrap {
    -webkit-text-size-adjust: 100%;
    position: relative;
    direction: ltr;
    z-index: 0
}

.fotorama__wrap--rtl .fotorama__stage__frame {
    direction: rtl
}

.fotorama__nav, .fotorama__stage {
    overflow: hidden;
    position: relative;
    max-width: 100%
}

.fotorama__wrap--pan-y {
    -ms-touch-action: pan-y
}

.fotorama__wrap .fotorama__pointer {
    cursor: pointer
}

.fotorama__wrap--slide .fotorama__stage__frame {
    opacity: 1 !important
}

.fotorama__stage__frame {
    overflow: hidden
}

.fotorama__stage__frame.fotorama__active {
    z-index: 8
}

.fotorama__wrap--fade .fotorama__stage__frame {
    display: none
}

.fotorama__wrap--fade .fotorama__fade-front, .fotorama__wrap--fade .fotorama__fade-rear, .fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
    display: block;
    left: 0;
    top: 0
}

.fotorama__wrap--fade .fotorama__fade-front {
    z-index: 8
}

.fotorama__wrap--fade .fotorama__fade-rear {
    z-index: 7
}

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
    z-index: 9
}

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
    display: none
}

.fotorama__img {
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    border: none !important
}

.fotorama__error .fotorama__img, .fotorama__loaded .fotorama__img {
    -ms-filter: "alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img, .fotorama__img--full {
    display: none
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
    display: block
}

.fotorama__wrap--only-active .fotorama__nav, .fotorama__wrap--only-active .fotorama__stage {
    max-width: 99999px !important
}

.fotorama__wrap--only-active .fotorama__stage__frame {
    visibility: hidden
}

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
    visibility: visible
}

.fotorama__nav {
    font-size: 0;
    line-height: 0;
    text-align: center;
    display: none;
    white-space: nowrap;
    z-index: 5
}

.fotorama__nav__shaft {
    position: relative;
    left: 0;
    top: 0;
    text-align: left
}

.fotorama__nav__frame {
    position: relative;
    cursor: pointer
}

.fotorama__nav--dots {
    display: block
}

.fotorama__nav--dots .fotorama__nav__frame {
    width: 18px;
    height: 30px
}

.fotorama__nav--dots .fotorama__nav__frame--thumb, .fotorama__nav--dots .fotorama__thumb-border {
    display: none
}

.fotorama__nav--thumbs {
    display: block
}

.fotorama__nav--thumbs .fotorama__nav__frame {
    padding-left: 0 !important
}

.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
    padding-right: 0 !important
}

.fotorama__nav--thumbs .fotorama__nav__frame--dot {
    display: none
}

.fotorama__dot {
    display: block;
    width: 4px;
    height: 4px;
    position: relative;
    top: 12px;
    left: 6px;
    border-radius: 6px;
    border: 1px solid #7f7f7f
}

.fotorama__nav__frame:focus .fotorama__dot:after {
    padding: 1px;
    top: -1px;
    left: -1px
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
    width: 0;
    height: 0;
    border-width: 3px
}

.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
    padding: 3px;
    top: -3px;
    left: -3px
}

.fotorama__thumb {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%
}

.fotorama__nav__frame:focus .fotorama__thumb {
    z-index: 2
}

.fotorama__thumb-border {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    border-style: solid;
    border-color: #00afea;
    background-image: -webkit-gradient(linear, left top, right bottom, from(hsla(0, 0%, 100%, .25)), to(rgba(64, 64, 64, .1)));
    background-image: linear-gradient(to bottom right, hsla(0, 0%, 100%, .25), rgba(64, 64, 64, .1))
}

.fotorama__caption {
    position: absolute;
    z-index: 12;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #000
}

.fotorama__caption a {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid;
    border-color: rgba(0, 0, 0, .5)
}

.fotorama__caption a:hover {
    color: #333;
    border-color: rgba(51, 51, 51, .5)
}

.fotorama__wrap--rtl .fotorama__caption {
    left: auto;
    right: 0
}

.fotorama__wrap--no-captions .fotorama__caption, .fotorama__wrap--video .fotorama__caption {
    display: none
}

.fotorama__caption__wrap {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .9);
    padding: 5px 10px
}

@-webkit-keyframes i {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes i {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fotorama__wrap--css3 .fotorama__spinner {
    -webkit-animation: i 24s infinite linear;
    animation: i 24s infinite linear
}

.fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__stage .fotorama__img {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0
}

.fotorama__select {
    cursor: auto
}

.fotorama__video {
    top: 32px;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 10
}

@-moz-document url-prefix() {
    .fotorama__active {
        box-shadow: 0 0 0 transparent
    }
}

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
    position: absolute;
    z-index: 11;
    cursor: pointer
}

.fotorama__arr {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: -16px
}

.fotorama__arr--prev {
    left: 2px;
    background-position: 0 0
}

.fotorama__arr--next {
    right: 2px;
    background-position: -32px 0
}

.fotorama__arr--disabled {
    pointer-events: none;
    cursor: default;
    *display: none;
    opacity: .1
}

.fotorama__fullscreen-icon {
    width: 32px;
    height: 32px;
    top: 2px;
    right: 2px;
    background-position: 0 -32px;
    z-index: 20
}

.fotorama__arr:focus, .fotorama__fullscreen-icon:focus {
    border-radius: 50%
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
    background-position: -32px -32px
}

.fotorama__video-play {
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    margin-left: -48px;
    margin-top: -48px;
    background-position: 0 -64px;
    opacity: 0
}

.fotorama__wrap--css2 .fotorama__video-play, .fotorama__wrap--video .fotorama__stage .fotorama__video-play {
    display: none
}

.fotorama__error .fotorama__video-play, .fotorama__loaded .fotorama__video-play, .fotorama__nav__frame .fotorama__video-play {
    opacity: 1;
    display: block
}

.fotorama__nav__frame .fotorama__video-play {
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
    background-position: -64px -32px
}

.fotorama__video-close {
    width: 32px;
    height: 32px;
    top: 0;
    right: 0;
    background-position: -64px 0;
    z-index: 20;
    opacity: 0
}

.fotorama__wrap--css2 .fotorama__video-close {
    display: none
}

.fotorama__wrap--css3 .fotorama__video-close {
    -webkit-transform: translate3d(32px, -32px, 0);
    transform: translate3d(32px, -32px, 0)
}

.fotorama__wrap--video .fotorama__video-close {
    display: block;
    opacity: 1
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    opacity: 0
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
    opacity: 1
}

.fotorama__wrap--video .fotorama__arr, .fotorama__wrap--video .fotorama__fullscreen-icon {
    opacity: 0 !important
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    display: none
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus, .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
    display: block
}

.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr, .fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
    display: none !important
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
    -webkit-transform: translate3d(32px, -32px, 0);
    transform: translate3d(32px, -32px, 0)
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
    -webkit-transform: translate3d(-48px, 0, 0);
    transform: translate3d(-48px, 0, 0)
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
    -webkit-transform: translate3d(48px, 0, 0);
    transform: translate3d(48px, 0, 0)
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
    -webkit-transform: translate3d(32px, -32px, 0) !important;
    transform: translate3d(32px, -32px, 0) !important
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
    -webkit-transform: translate3d(-48px, 0, 0) !important;
    transform: translate3d(-48px, 0, 0) !important
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
    -webkit-transform: translate3d(48px, 0, 0) !important;
    transform: translate3d(48px, 0, 0) !important
}

.fotorama__wrap--css3 .fotorama__arr:not(:focus), .fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus), .fotorama__wrap--css3 .fotorama__video-close:not(:focus), .fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
    transition-property: -webkit-transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.fotorama__nav:after, .fotorama__nav:before, .fotorama__stage:after, .fotorama__stage:before {
    content: "";
    display: block;
    position: absolute;
    text-decoration: none;
    top: 0;
    bottom: 0;
    width: 10px;
    height: auto;
    z-index: 10;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: 1px 100%, 5px 100%
}

.fotorama__nav:before, .fotorama__stage:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, .2)), color-stop(75%, rgba(0, 0, 0, .3)), to(transparent)), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, .4), transparent);
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, .4), transparent);
    background-position: 0 0, 0 0;
    left: -10px
}

.fotorama__nav.fotorama__shadows--left:before, .fotorama__stage.fotorama__shadows--left:before {
    left: 0
}

.fotorama__nav:after, .fotorama__stage:after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, .2)), color-stop(75%, rgba(0, 0, 0, .3)), to(transparent)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, .4), transparent);
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, .4), transparent);
    background-position: 100% 0, 100% 0;
    right: -10px
}

.fotorama__nav.fotorama__shadows--right:after, .fotorama__stage.fotorama__shadows--right:after {
    right: 0
}

.fotorama--fullscreen .fotorama__nav:after, .fotorama--fullscreen .fotorama__nav:before, .fotorama--fullscreen .fotorama__stage:after, .fotorama--fullscreen .fotorama__stage:before, .fotorama__wrap--fade .fotorama__stage:after, .fotorama__wrap--fade .fotorama__stage:before, .fotorama__wrap--no-shadows .fotorama__nav:after, .fotorama__wrap--no-shadows .fotorama__nav:before, .fotorama__wrap--no-shadows .fotorama__stage:after, .fotorama__wrap--no-shadows .fotorama__stage:before {
    display: none
}

[aria-label][role~=tooltip] {
    position: relative
}

[aria-label][role~=tooltip]:after, [aria-label][role~=tooltip]:before {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all var(--microtip-transition-duration, .18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);
    transition: all var(--microtip-transition-duration, .18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
    -webkit-transform-origin: top;
    transform-origin: top
}

[aria-label][role~=tooltip]:before {
    background-size: 100% auto !important;
    content: ""
}

[aria-label][role~=tooltip]:after {
    background: hsla(0, 0%, 7%, .9);
    border-radius: 4px;
    color: #fff;
    content: attr(aria-label);
    font-size: var(--microtip-font-size, 13px);
    font-weight: var(--microtip-font-weight, normal);
    text-transform: var(--microtip-text-transform, none);
    padding: .5em 1em;
    white-space: nowrap;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

[aria-label][role~=tooltip]:focus:after, [aria-label][role~=tooltip]:focus:before, [aria-label][role~=tooltip]:hover:after, [aria-label][role~=tooltip]:hover:before {
    opacity: 1;
    pointer-events: auto
}

[role~=tooltip][data-microtip-position|=top]:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M2.658 0h32.004c-6 0-11.627 12.002-16.002 12.002C14.285 12.002 8.594 0 2.658 0z'/%3E%3C/svg%3E") no-repeat;
    height: 6px;
    width: 18px;
    margin-bottom: 5px
}

[role~=tooltip][data-microtip-position|=top]:after {
    margin-bottom: 11px
}

[role~=tooltip][data-microtip-position|=top]:before {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    bottom: 100%;
    left: 50%
}

[role~=tooltip][data-microtip-position|=top]:hover:before {
    -webkit-transform: translate3d(-50%, -5px, 0);
    transform: translate3d(-50%, -5px, 0)
}

[role~=tooltip][data-microtip-position|=top]:after {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    bottom: 100%;
    left: 50%
}

[role~=tooltip][data-microtip-position=top]:hover:after {
    -webkit-transform: translate3d(-50%, -5px, 0);
    transform: translate3d(-50%, -5px, 0)
}

[role~=tooltip][data-microtip-position=top-left]:after {
    -webkit-transform: translate3d(calc(-100% + 16px), 0, 0);
    transform: translate3d(calc(-100% + 16px), 0, 0);
    bottom: 100%
}

[role~=tooltip][data-microtip-position=top-left]:hover:after {
    -webkit-transform: translate3d(calc(-100% + 16px), -5px, 0);
    transform: translate3d(calc(-100% + 16px), -5px, 0)
}

[role~=tooltip][data-microtip-position=top-right]:after {
    -webkit-transform: translate3d(calc(0% - 16px), 0, 0);
    transform: translate3d(calc(0% - 16px), 0, 0);
    bottom: 100%
}

[role~=tooltip][data-microtip-position=top-right]:hover:after {
    -webkit-transform: translate3d(calc(0% - 16px), -5px, 0);
    transform: translate3d(calc(0% - 16px), -5px, 0)
}

[role~=tooltip][data-microtip-position|=bottom]:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M33.342 12H1.338c6 0 11.627-12.002 16.002-12.002C21.715-.002 27.406 12 33.342 12z'/%3E%3C/svg%3E") no-repeat;
    height: 6px;
    width: 18px;
    margin-top: 5px;
    margin-bottom: 0
}

[role~=tooltip][data-microtip-position|=bottom]:after {
    margin-top: 11px
}

[role~=tooltip][data-microtip-position|=bottom]:before {
    -webkit-transform: translate3d(-50%, -10px, 0);
    transform: translate3d(-50%, -10px, 0);
    bottom: auto;
    left: 50%;
    top: 100%
}

[role~=tooltip][data-microtip-position|=bottom]:hover:before {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
}

[role~=tooltip][data-microtip-position|=bottom]:after {
    -webkit-transform: translate3d(-50%, -10px, 0);
    transform: translate3d(-50%, -10px, 0);
    top: 100%;
    left: 50%
}

[role~=tooltip][data-microtip-position=bottom]:hover:after {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
}

[role~=tooltip][data-microtip-position=bottom-left]:after {
    -webkit-transform: translate3d(calc(-100% + 16px), -10px, 0);
    transform: translate3d(calc(-100% + 16px), -10px, 0);
    top: 100%
}

[role~=tooltip][data-microtip-position=bottom-left]:hover:after {
    -webkit-transform: translate3d(calc(-100% + 16px), 0, 0);
    transform: translate3d(calc(-100% + 16px), 0, 0)
}

[role~=tooltip][data-microtip-position=bottom-right]:after {
    -webkit-transform: translate3d(calc(0% - 16px), -10px, 0);
    transform: translate3d(calc(0% - 16px), -10px, 0);
    top: 100%
}

[role~=tooltip][data-microtip-position=bottom-right]:hover:after {
    -webkit-transform: translate3d(calc(0% - 16px), 0, 0);
    transform: translate3d(calc(0% - 16px), 0, 0)
}

[role~=tooltip][data-microtip-position=left]:after, [role~=tooltip][data-microtip-position=left]:before {
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    -webkit-transform: translate3d(10px, -50%, 0);
    transform: translate3d(10px, -50%, 0)
}

[role~=tooltip][data-microtip-position=left]:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='36'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M0 33.342V1.338c0 6 12.002 11.627 12.002 16.002C12.002 21.715 0 27.406 0 33.342z'/%3E%3C/svg%3E") no-repeat;
    height: 18px;
    width: 6px;
    margin-right: 5px;
    margin-bottom: 0
}

[role~=tooltip][data-microtip-position=left]:after {
    margin-right: 11px
}

[role~=tooltip][data-microtip-position=left]:hover:after, [role~=tooltip][data-microtip-position=left]:hover:before {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

[role~=tooltip][data-microtip-position=right]:after, [role~=tooltip][data-microtip-position=right]:before {
    bottom: auto;
    left: 100%;
    top: 50%;
    -webkit-transform: translate3d(-10px, -50%, 0);
    transform: translate3d(-10px, -50%, 0)
}

[role~=tooltip][data-microtip-position=right]:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='36'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M12 2.658v32.004c0-6-12.002-11.627-12.002-16.002C-.002 14.285 12 8.594 12 2.658z'/%3E%3C/svg%3E") no-repeat;
    height: 18px;
    width: 6px;
    margin-bottom: 0;
    margin-left: 5px
}

[role~=tooltip][data-microtip-position=right]:after {
    margin-left: 11px
}

[role~=tooltip][data-microtip-position=right]:hover:after, [role~=tooltip][data-microtip-position=right]:hover:before {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

[role~=tooltip][data-microtip-size=small]:after {
    white-space: normal;
    width: 80px
}

[role~=tooltip][data-microtip-size=medium]:after {
    white-space: normal;
    width: 150px
}

[role~=tooltip][data-microtip-size=large]:after {
    white-space: normal;
    width: 260px
}

.datepicker--cells {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.datepicker--cell, .datepicker--cells {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.datepicker--cell {
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 32px;
    z-index: 1
}

.datepicker--cell.-focus- {
    background: #f0f0f0
}

.datepicker--cell.-current- {
    color: #4eb5e6
}

.datepicker--cell.-current-.-focus- {
    color: #4a4a4a
}

.datepicker--cell.-current-.-in-range- {
    color: #4eb5e6
}

.datepicker--cell.-in-range- {
    background: rgba(92, 196, 239, .1);
    color: #4a4a4a;
    border-radius: 0
}

.datepicker--cell.-in-range-.-focus- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae
}

.datepicker--cell.-disabled-.-focus- {
    color: #aeaeae
}

.datepicker--cell.-disabled-.-in-range- {
    color: #a1a1a1
}

.datepicker--cell.-disabled-.-current-.-focus- {
    color: #aeaeae
}

.datepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, .5);
    background-color: rgba(92, 196, 239, .1);
    border-radius: 4px 0 0 4px
}

.datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, .5);
    background-color: rgba(92, 196, 239, .1);
    border-radius: 0 4px 4px 0
}

.datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px
}

.datepicker--cell.-selected- {
    border: none
}

.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
    color: #fff;
    background: #5cc4ef
}

.datepicker--cell.-selected-.-focus- {
    background: #45bced
}

.datepicker--cell:empty {
    cursor: default
}

.datepicker--days-names {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 8px 0 3px
}

.datepicker--day-name, .datepicker--days-names {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.datepicker--day-name {
    color: #ff9a19;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: .8em
}

.datepicker--cell-day {
    width: 14.2857142857%
}

.datepicker--cells-months {
    height: 170px
}

.datepicker--cell-month {
    width: 33.33%;
    height: 25%
}

.datepicker--cells-years, .datepicker--years {
    height: 170px
}

.datepicker--cell-year {
    width: 25%;
    height: 33.33%
}

.datepickers-container {
    position: absolute;
    left: 0;
    top: 0
}

.datepicker {
    background: #fff;
    border: 1px solid #dbdbdb;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    color: #4a4a4a;
    width: 250px;
    position: absolute;
    left: -100000px;
    opacity: 0;
    -webkit-transition: opacity .3s ease, left 0s .3s, -webkit-transform .3s ease;
    transition: opacity .3s ease, left 0s .3s, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, left 0s .3s;
    transition: opacity .3s ease, transform .3s ease, left 0s .3s, -webkit-transform .3s ease;
    z-index: 100
}

.datepicker.-from-top- {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.datepicker.-from-right- {
    -webkit-transform: translateX(8px);
    transform: translateX(8px)
}

.datepicker.-from-bottom- {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
}

.datepicker.-from-left- {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px)
}

.datepicker.active {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition: opacity .3s ease, left 0s 0s, -webkit-transform .3s ease;
    transition: opacity .3s ease, left 0s 0s, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, left 0s 0s;
    transition: opacity .3s ease, transform .3s ease, left 0s 0s, -webkit-transform .3s ease
}

.datepicker-inline .datepicker {
    border-color: #d7d7d7;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.datepicker-inline .datepicker--pointer {
    display: none
}

.datepicker--content {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 4px
}

.-only-timepicker- .datepicker--content {
    display: none
}

.datepicker--pointer {
    position: absolute;
    background: #fff;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    width: 10px;
    height: 10px;
    z-index: -1
}

.-top-center- .datepicker--pointer, .-top-left- .datepicker--pointer, .-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.-right-bottom- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-top- .datepicker--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

.-bottom-center- .datepicker--pointer, .-bottom-left- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg)
}

.-left-bottom- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-top- .datepicker--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.-bottom-left- .datepicker--pointer, .-top-left- .datepicker--pointer {
    left: 10px
}

.-bottom-right- .datepicker--pointer, .-top-right- .datepicker--pointer {
    right: 10px
}

.-bottom-center- .datepicker--pointer, .-top-center- .datepicker--pointer {
    left: calc(50% - 10px / 2)
}

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
    top: 10px
}

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    bottom: 10px
}

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2)
}

.datepicker--body {
    display: none
}

.datepicker--body.active {
    display: block
}

.datepicker--nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    min-height: 32px;
    padding: 4px
}

.-only-timepicker- .datepicker--nav {
    display: none
}

.datepicker--nav-action, .datepicker--nav-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.datepicker--nav-action {
    width: 32px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.datepicker--nav-action:hover {
    background: #f0f0f0
}

.datepicker--nav-action.-disabled- {
    visibility: hidden
}

.datepicker--nav-action svg {
    width: 32px;
    height: 32px
}

.datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px
}

.datepicker--nav-title {
    border-radius: 4px;
    padding: 0 8px
}

.datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px
}

.datepicker--nav-title:hover {
    background: #f0f0f0
}

.datepicker--nav-title.-disabled- {
    cursor: default;
    background: none
}

.datepicker--buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4px;
    border-top: 1px solid #efefef
}

.datepicker--button {
    color: #4eb5e6;
    cursor: pointer;
    border-radius: 4px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px
}

.datepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
    color: #dedede
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .1);
    color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none
}

.datepicker--time {
    border-top: 1px solid #efefef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px;
    position: relative
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 138px;
    flex: 0 1 138px;
    max-width: 138px
}

.-only-timepicker- .datepicker--time {
    border-top: none
}

.datepicker--time-sliders {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 153px;
    flex: 0 1 153px;
    margin-right: 10px;
    max-width: 153px
}

.datepicker--time-label {
    display: none;
    font-size: 12px
}

.datepicker--time-current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    text-align: center;
    margin: 0 0 0 10px
}

.datepicker--time-current-colon {
    margin: 0 2px 3px;
    line-height: 1
}

.datepicker--time-current-hours, .datepicker--time-current-minutes {
    line-height: 1;
    font-size: 19px;
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    position: relative;
    z-index: 1
}

.datepicker--time-current-hours:after, .datepicker--time-current-minutes:after {
    content: "";
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0
}

.datepicker--time-current-hours.-focus-:after, .datepicker--time-current-minutes.-focus-:after {
    opacity: 1
}

.datepicker--time-current-ampm {
    text-transform: uppercase;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #9c9c9c;
    margin-left: 6px;
    font-size: 11px;
    margin-bottom: 1px
}

.datepicker--time-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
    height: 17px;
    background: -webkit-gradient(linear, left top, right top, from(#dedede), to(#dedede)) left 50%/100% 1px no-repeat;
    background: linear-gradient(90deg, #dedede, #dedede) left 50%/100% 1px no-repeat
}

.datepicker--time-row:first-child {
    margin-bottom: 4px
}

.datepicker--time-row input[type=range] {
    background: none;
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none
}

.datepicker--time-row input[type=range]::-ms-tooltip {
    display: none
}

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-ms-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:focus {
    outline: none
}

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]:focus::-ms-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -webkit-transition: background .2s;
    transition: background .2s
}

.datepicker--time-row input[type=range]::-moz-range-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -webkit-transition: background .2s;
    transition: background .2s
}

.datepicker--time-row input[type=range]::-ms-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -webkit-transition: background .2s;
    transition: background .2s
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    margin-top: -6px
}

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: transparent
}

.datepicker--time-row input[type=range]::-moz-range-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: transparent
}

.datepicker--time-row input[type=range]::-ms-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: transparent
}

.datepicker--time-row input[type=range]::-ms-fill-lower, .datepicker--time-row input[type=range]::-ms-fill-upper {
    background: transparent
}

.datepicker--time-row span {
    padding: 0 12px
}

.datepicker--time-icon {
    color: #9c9c9c;
    border: 1px solid;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    margin: 0 5px -1px 0;
    width: 1em;
    height: 1em
}

.datepicker--time-icon:after, .datepicker--time-icon:before {
    content: "";
    background: currentColor;
    position: absolute
}

.datepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.datepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px)
}

.datepicker.ver-2 {
    width: 257px;
    border: 2px solid #333;
    -webkit-box-shadow: 10px 10px 25px rgba(0, 0, 0, .25);
    box-shadow: 10px 10px 25px rgba(0, 0, 0, .25);
    border-radius: 2px
}

.datepicker.ver-2 .datepicker--nav-title {
    font-size: .75em;
    font-weight: 400;
    line-height: 1.2;
    padding: 4.5px 8px;
    color: #fff;
    background-color: #333;
    border-radius: 0
}

.datepicker.ver-2 .datepicker--cell-day, .datepicker.ver-2 .datepicker--cell-month, .datepicker.ver-2 .datepicker--cell-year {
    font-weight: 400;
    font-size: 12px;
    line-height: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #333
}

.datepicker.ver-2 .datepicker--cell-day.-selected-, .datepicker.ver-2 .datepicker--cell-month.-selected-, .datepicker.ver-2 .datepicker--cell-year.-selected- {
    background-color: #333;
    border-radius: 0;
    color: #fff
}

.datepicker.ver-2 .datepicker--cell-day.-focus-, .datepicker.ver-2 .datepicker--cell-month.-focus-, .datepicker.ver-2 .datepicker--cell-year.-focus- {
    color: #d31f37
}

.datepicker.ver-2 .datepicker--cell-day.-weekend-, .datepicker.ver-2 .datepicker--cell-month.-weekend-, .datepicker.ver-2 .datepicker--cell-year.-weekend- {
    color: #17a1fa
}

.datepicker.ver-2 .datepicker--cell-day.-current-, .datepicker.ver-2 .datepicker--cell-month.-current-, .datepicker.ver-2 .datepicker--cell-year.-current- {
    background-color: #333;
    border-radius: 0;
    color: #fff
}

.datepicker.ver-2 .datepicker--cell-month, .datepicker.ver-2 .datepicker--cell-year {
    width: 16.6666666667%
}

.scrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px
}

.has-error input {
    border: 1px solid #d31f37 !important
}

.col-md {
    min-width: 0
}

.tac {
    text-align: center
}

body.has-search:before {
    background: #f0f0f0
}

body.has-search .header .header-main {
    background: #f0f0f0;
    color: #555
}

body.has-search .calendar-dropdown, body.has-search .hamburger, body.has-search .language-dropdown, body.has-search .location-menu, body.has-search .locatons-dropdown, body.has-search .main-menu, body.has-search .svg-search, body.has-search .user-city, body.has-search .user-menu {
    display: none
}

body.has-search .search-form, body.has-search .svg-close {
    display: block
}

body.has-search .h-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

body .extra-bold {
    font-weight: 900
}

.page-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 44;
    visibility: hidden;
    opacity: 0
}

.carousel-x4 .slick-arrow, .category_carousel .slick-arrow, .promo-slider .slick-arrow {
    width: 50px;
    height: 50px;
    z-index: 9;
    padding-top: 4px
}

.carousel-x4 .slick-arrow svg, .category_carousel .slick-arrow svg, .promo-slider .slick-arrow svg {
    width: 18px;
    height: 18px
}

.window-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 13px;
    color: #555;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.window-close:hover {
    opacity: .8
}

.window-close svg {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    width: 15px;
    height: 15px
}

.d-none {
    display: none !important
}

.city-popup {
    max-width: 1300px
}

.city-list {
    text-transform: uppercase;
    font-size: .8125em;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    font-weight: 700
}

.city-list__item {
    padding: 5px 10px
}

.city-list a:hover {
    color: #d31f37
}

.grey-block {
    background: #f6f6f6;
    padding: 25px 15px;
    margin-bottom: 90px
}

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

.dd.active .dd__list {
    display: block
}

.dd.active .dd__current {
    color: #d31f37
}

.dd.active .dd__current svg {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.dd__current {
    position: relative;
    font-weight: 700;
    line-height: 1;
    padding: 0 20px 0 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.dd__current:hover {
    color: #d31f37
}

.dd__current svg {
    position: absolute;
    right: 0;
    top: calc(50% - 5px);
    width: 12px;
    height: 12px;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -webkit-transform-origin: 50% 45%;
    transform-origin: 50% 45%
}

.dd__list {
    position: absolute;
    top: 100%;
    left: 0;
    background: #f0f0f0;
    width: 200px;
    margin: 20px 0 0;
    display: none;
    -webkit-animation: e .3s;
    animation: e .3s;
    z-index: 33;
    padding: 15px 20px
}

.dd__list li {
    padding: 5px 0;
    color: #282828;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 700;
    -webkit-transition: color .3s;
    transition: color .3s
}

.dd__list li:hover {
    color: #d31f37
}

.filter-date {
    max-width: 125px
}

.watch-all.btn-arrow {
    font-size: 1.375rem
}

.filter-date {
    display: inline-block;
    position: relative
}

.filter-date.active, .filter-date.active input, .filter-date:hover, .filter-date:hover input {
    color: #d31f37
}

.filter-date.active svg {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.filter-date input {
    border: 0;
    background: transparent;
    font-weight: 700;
    width: 100%;
    cursor: pointer;
    padding: 0 20px 0 0;
    text-overflow: ellipsis
}

.filter-date svg {
    position: absolute;
    right: 0;
    top: calc(50% - 5px);
    width: 12px;
    height: 12px;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -webkit-transform-origin: 50% 45%;
    transform-origin: 50% 45%
}

.spacer-y {
    padding: 30px 0
}

.page-title {
    font-weight: 700;
    font-size: 4.0625em;
    margin: 0
}

.title-1 {
    font-size: 1.5em
}

.red-square, .title-2, .title-6 {
    color: #d31f37;
    font-weight: 900
}

.red-square:before, .title-2:before, .title-6:before {
    content: "";
    width: .6em;
    height: .6em;
    background: #d31f37;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 14px 0 0
}

.title-2 {
    font-size: 1.25em;
    text-transform: uppercase
}

.banner {
    margin-bottom: 34px
}

.banner img {
    display: block
}

.article-title {
    font-weight: 700;
    font-size: 1.875em
}

.article-subtitle {
    font-weight: 700;
    font-size: 1em;
    margin: 0 0 1.2em;
    line-height: 1.5
}

.events-loadmore {
    padding: 50px 0 70px
}

.h-profile {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    margin-top: -5px
}

.h-profile__avatar {
    cursor: pointer;
    position: relative;
    z-index: 20
}

.h-profile__avatar img {
    display: block;
    border-radius: 50%;
    border: 3px solid #d31f37;
    max-width: 55px
}

.h-profile__menu {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    padding: 1.5em 2.4em;
    z-index: 15;
    font-size: 1.25em;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: visibility .4s;
    transition: visibility .4s
}

.h-profile__menu:after {
    content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #d31f37;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

.h-profile__menu.menu-active {
    visibility: visible
}

.h-profile__menu.menu-active:after {
    -webkit-transform: scale(20);
    transform: scale(20)
}

.h-profile__menu.menu-active li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.h-profile__menu li {
    position: relative;
    z-index: 3;
    margin: 10px 0;
    opacity: 0
}

.h-profile__menu li, .h-profile__menu li a {
    white-space: nowrap;
    -webkit-transition: opacity .25s;
    transition: opacity .25s
}

.h-profile__menu li a {
    display: inline-block
}

.h-profile__menu li a:focus, .h-profile__menu li a:hover {
    opacity: .8
}

.auth-popup {
    max-width: 625px;
    background: #f0f0f0
}

.auth-popup .window-close {
    padding: 23px;
    color: #282828
}

#register-form {
    display: none
}

#register-form button {
    margin-top: 31px
}

.auth-form {
    text-align: center;
    max-width: 390px;
    font-size: 14px
}

.auth-form .button {
    text-align: center;
    padding: 0 1em;
    height: 55px;
    line-height: 55px;
    font-size: inherit
}

.auth-form .button-blue {
    font-size: 18px
}

.auth-form .button-dark {
    font-size: 1.2em;
    text-transform: none
}

.auth-form__title {
    font-size: 35px;
    font-weight: 900;
    margin-bottom: .8em
}

.auth-form__text {
    text-transform: uppercase;
    color: rgba(40, 40, 40, .4);
    padding: .7em 0
}

.auth-form__group:not(:first-child) {
    margin-top: 10px
}

.auth-form__group input {
    border-radius: 5px;
    border: 0;
    width: 100%;
    height: 55px;
    padding: 0 30px
}

.auth-form__switch {
    color: rgba(51, 51, 51, .7);
    font-weight: 700;
    display: inline-block;
    padding: 1em 0 0;
    font-size: 1.2em
}

.password-input {
    position: relative
}

.password-input span {
    cursor: pointer;
    color: #ccc;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    right: 15px;
    -webkit-transition: color .3s;
    transition: color .3s
}

.password-input span.active, .password-input span:hover {
    color: #282828
}

.password-input svg {
    width: 30px;
    height: 25px
}

.form-alert {
    font-size: 14px;
    color: #d31f37;
    margin: 5px 0 0
}

.fotorama__thumb-border {
    border-color: #d31f37
}

.event-filter {
    padding: 0 0 20px
}

img.user-avatar {
    border-radius: 50%;
    max-width: 90px
}

.status {
    text-transform: uppercase;
    font-weight: 900;
    margin: 10px 0
}

.status svg {
    vertical-align: middle;
    margin: -6px 6px 0 0;
    width: 1.2em;
    height: 1.2em
}

.status-success {
    color: #19b77a
}

.status-fail {
    color: #d31f37
}

.md-full {
    margin-left: -15px;
    margin-right: -15px
}

.datepicker {
    background: #f0f0f0;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: Museo, sans-serif;
    font-weight: 700
}

.datepicker--pointer {
    display: none
}

.datepicker--nav {
    padding: 15px 10px 0
}

.datepicker--nav-title i {
    color: #282828
}

.datepicker--content {
    padding: 4px 15px 15px
}

.datepicker--days-names {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.datepicker--day-name {
    color: #282828;
    text-transform: capitalize
}

.datepicker--cells {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.datepicker--cell {
    width: 30px;
    height: 30px
}

.datepicker--cell.-current-, .datepicker--cell.-selected-, .datepicker--cell.-selected-.-focus- {
    position: relative;
    color: #fff;
    background: #d31f37;
    border-radius: 50%
}

.datepicker--cell.-current- {
    position: relative;
    color: #fff;
    background: #ccc;
    border-radius: 50%
}

.btn-wishlist {
    top: 4px;
    right: 0;
    position: absolute;
    z-index: 11
}

.btn-wishlist .svgicon {
    width: 20px;
    height: 20px
}

.heart {
    fill: #d31f37
}

.heart-o {
    fill: #a4a4a4
}

.switch {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.switch input:checked + .toggle {
    background-color: #2196f3
}

.switch input:checked + .toggle:before {
    -webkit-transform: translateX(26px);
    transform: translateX(26px)
}

.switch .toggle {
    position: relative;
    cursor: pointer;
    display: inline-block;
    width: 60px;
    height: 34px;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
    vertical-align: middle
}

.switch .toggle:before {
    content: "";
    position: absolute;
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%
}

.switch-text {
    vertical-align: middle
}

.dropdown-modal {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    background-color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.location-menu {
    position: relative;
    z-index: 1000;
    padding: 0 14px
}

.location-menu__header {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Museo, sans-serif
}

.location-menu .ts-control {
    height: 40px;
    font-size: .9em;
    margin-bottom: 20px
}

.location-menu .option__inner {
    font-size: 1.2em;
    line-height: 1.45
}

.location-menu .option[aria-disabled=true] {
    display: none
}

.location-menu__select, .location-menu__select-item {
    position: relative
}

.location-menu__clear {
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 10px;
    z-index: 1
}

.location-menu__modal-inner {
    padding: 20px;
    -webkit-box-shadow: -4px 2px 4px -6px #000;
    box-shadow: -4px 2px 4px -6px #000;
    width: 300px;
    opacity: 0;
    display: none;
    border-right: 1px solid hsla(0, 0%, 86%, .5647058824)
}

.location-menu__input-header {
    margin-bottom: 6px;
    font-size: 1.1em
}

.location-menu__input-header:not(:first-child) {
    margin-top: 20px
}

.location-menu .location-menu__btn {
    margin-top: 40px;
    width: 100%;
    height: 1em;
    line-height: 1;
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0;
    display: block
}

.location-menu select {
    display: none
}

.location-menu__modal.mobile.active {
    padding-top: 40px;
    z-index: 30;
    position: fixed;
    top: 82px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    -webkit-transform: none;
    transform: none
}

.location-menu__modal.mobile.active .location-menu__btn {
    margin-top: 40px;
    width: 100%;
    height: 1em;
    line-height: 1;
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0;
    display: block
}

.location-menu__modal.mobile.active .location-menu__modal-inner {
    opacity: 1;
    display: block;
    width: 100%;
    -webkit-box-shadow: 0;
    box-shadow: 0
}

.location-menu__modal.mobile.active .location-menu__input-header {
    margin-bottom: 10px;
    font-size: 1.25em
}

.location-menu__modal.mobile.active .ts-control {
    height: 40px;
    font-size: .9em;
    margin-bottom: 20px
}

.location-menu__modal.mobile.active .option__inner {
    font-size: 1.2em;
    line-height: 1.45
}

.location-menu__modal.mobile.active .option[aria-disabled=true] {
    display: none
}

.location-menu.active {
    border: 1px solid #ddbdb;
    border-bottom: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    display: block
}

.location-menu.active .location-menu__modal {
    background-color: #f0f0f0
}

.location-menu.active .location-menu__modal-inner {
    opacity: 1;
    pointer-events: all;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    display: block
}

.group-image {
    width: 100%
}

.cat_filter {
    font-size: 13px;
    font-size: .8125rem;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, .12);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    font-weight: 600;
    margin-bottom: 20px;
    color: #282828
}

.cat_filter--places {
    padding: 5px 0 10px
}

.cat_filter--places .cat_filter__item {
    padding: 5px 15px 0
}

.cat_filter--month {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    border: none
}

.cat_filter--month .cat-btn {
    width: 100%;
    display: block;
    position: relative;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.cat_filter--month .cat-btn:hover {
    z-index: 9;
    background-color: #e2332c;
    -webkit-box-shadow: 0 0 23px 0 rgba(0, 0, 0, .36);
    box-shadow: 0 0 23px 0 rgba(0, 0, 0, .36);
    -webkit-transform: scale(1.03);
    transform: scale(1.03)
}

.cat_filter--month .cat-btn .btn-small {
    width: 100%;
    border-radius: 0;
    background-color: #d2211a;
    text-align: center;
    padding: 15px 0;
    color: #fff
}

.cat_filter a {
    display: block;
    color: inherit
}

.cat_filter__item {
    padding: 10px 15px;
    width: 50%;
    position: relative;
    font-size: 14px
}

.cat_filter__item .checkbox label {
    margin-bottom: 0
}

.cat_filter__item .svg-icon {
    fill: #555
}

.container-mob-btn {
    position: relative;
    width: 100%
}

.container-mob-btn .button-month {
    width: 100%;
    color: #e3dfe9;
    position: relative;
    font-size: 18px;
    background: #d2211a;
    padding: 13px 15px;
    -webkit-box-shadow: 3px 3px 30px rgba(118, 96, 168, .2);
    box-shadow: 3px 3px 30px rgba(118, 96, 168, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    -webkit-transition: color .2s ease, -webkit-transform .2s ease, -webkit-box-shadow .2s ease;
    transition: color .2s ease, -webkit-transform .2s ease, -webkit-box-shadow .2s ease;
    transition: transform .2s ease, box-shadow .2s ease, color .2s ease;
    transition: transform .2s ease, box-shadow .2s ease, color .2s ease, -webkit-transform .2s ease, -webkit-box-shadow .2s ease;
    margin-bottom: 15px
}

.container-mob-btn .button-month:hover {
    color: #dbd7e0;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    -webkit-box-shadow: 3px 3px 20px rgba(118, 96, 168, .17);
    box-shadow: 3px 3px 20px rgba(118, 96, 168, .17)
}

.container-mob-btn .button-month:after {
    content: "";
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    position: absolute;
    background-position: -187px -85px;
    width: 11px;
    height: 7px
}

.container-mob-btn .arrow {
    width: 13px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.container-mob-btn .arrow.open {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.container-mob-btn .button-month p {
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700
}

.container-mob-btn .dropdown-month {
    position: absolute;
    color: #e3dfe9;
    font-size: 18px;
    background: #fff;
    padding-top: 5px;
    padding-bottom: 10px;
    display: block;
    cursor: pointer;
    width: 100%;
    -webkit-transform: scale(.01);
    transform: scale(.01);
    opacity: 0;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease, -webkit-box-shadow .3s ease .15s;
    transition: opacity .3s ease, -webkit-transform .3s ease, -webkit-box-shadow .3s ease .15s;
    transition: transform .3s ease, opacity .3s ease, box-shadow .3s ease .15s;
    transition: transform .3s ease, opacity .3s ease, box-shadow .3s ease .15s, -webkit-transform .3s ease, -webkit-box-shadow .3s ease .15s;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    overflow: hidden;
    z-index: 999
}

.container-mob-btn .dropdown-month.open {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-box-shadow: 3px 3px 30px rgba(118, 96, 168, .15);
    box-shadow: 3px 3px 30px rgba(118, 96, 168, .15)
}

.container-mob-btn .dropdown-month a {
    position: relative;
    color: #6c6185;
    text-decoration: none;
    display: block;
    padding: 12.5px 30px;
    -webkit-transition: color .2s ease, background-color .2s ease, padding-left .2s ease;
    transition: color .2s ease, background-color .2s ease, padding-left .2s ease;
    overflow: hidden
}

.container-mob-btn .dropdown-month a.clicked {
    padding-left: 35px;
    color: #d31f37
}

.container-mob-btn .dropdown-month a:hover {
    color: #d31f37
}

.container-mob-btn span {
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    position: absolute;
    background: #987cd9;
    -webkit-transition: width .4s ease;
    transition: width .4s ease;
    border-radius: 1px
}

.container-mob-btn span.clicked {
    width: 5px
}

.dd__list {
    max-height: 500px;
    overflow-y: scroll
}

.afisha-item__hidden {
    cursor: pointer
}

.afisha-item__place .is-hidden {
    display: none
}

.afisha-item__more {
    display: block
}

.afisha-item__more.is-hidden {
    display: none
}

.ts-dropdown .option.is-active {
    cursor: pointer !important;
    opacity: 1 !important
}

.breadcrumbs > span {
    padding: 0 5px;
    font-size: .875rem;
    color: #8c8c8c
}

.breadcrumbs > span:last-child {
    color: #383838
}

.breadcrumbs > a {
    color: #d31f37;
    font-size: .875rem
}

.breadcrumbs > a:hover {
    text-decoration: underline
}

.checkbox-1 {
    display: inline-block
}

.checkbox-1 input {
    display: none
}

.checkbox-1 input:checked + span:before {
    background: #d31f37
}

.checkbox-1 input:checked + span:after {
    opacity: 1;
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1)
}

.checkbox-1 span {
    position: relative;
    display: inline-block;
    padding-left: 35px
}

.checkbox-1 span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 20px;
    height: 20px;
    border: 2px solid #d31f37;
    border-radius: 4px;
    -webkit-transition: background .15s;
    transition: background .15s
}

.checkbox-1 span:after {
    content: "";
    position: absolute;
    left: 7px;
    top: 2px;
    width: 7px;
    height: 11px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
    opacity: 0;
    -webkit-transition: all .15s;
    transition: all .15s
}

.yt-preview {
    position: relative;
    display: block
}

.yt-preview svg {
    fill: #fff !important;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.b-socials--menu {
    margin-top: 10px
}

.b-socials__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: right;
}

.b-socials__item + .b-socials__item {
    margin-left: 20px
}

.b-socials__link {
    display: block
}

.b-socials__link svg {
    width: 30px
}

.btn-arrow {
    font-size: 1.25em;
    font-weight: 700
}

.btn-arrow svg {
    vertical-align: middle;
    margin: 0 0 0 10px;
    width: 16px;
    height: 16px
}

.btn {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 900;
    background: #15cb84;
    /*background: #082A74;*/
    color: #fff;
    line-height: 1.1;
    padding: 24px 40px;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: background .3s;
    transition: background .3s;
    white-space: nowrap;
    cursor: pointer
}

.btn:focus, .btn:hover {
    color: #fff
}

.btn.square {
    border-radius: 0
}

.btn.size-md {
    padding: 15px 38px;
    font-size: 16px;
    font-weight: 600
}

.btn.size-lg {
    padding: 0 25px;
    font-size: 1.125em;
    line-height: 70px
}

.btn-showmore {
    font-weight: 700;
    font-size: 1.125em
}

.btn-showmore .spinner-icon {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin: 0 0 0 10px;
    fill: #737373;
    -webkit-animation: g 1s linear infinite;
    animation: g 1s linear infinite;
    display: none
}

.btn-showmore.is-loading {
    opacity: .7
}

.btn-showmore.is-loading .spinner-icon {
    display: inline
}

.btn-check {
    display: inline-block
}

.btn-check span, .btn-check svg {
    vertical-align: middle
}

.btn-check svg {
    width: 20px;
    height: 20px
}

.button {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 18px;
    line-height: 1.1;
    padding: .9em 2em;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.button[disabled] {
    background: #cecece !important;
    cursor: not-allowed
}

.button:focus, .button:hover {
    color: #fff;
    opacity: .85
}

.button-blue {
    background: #3a559f
}

.button-dark {
    background: #282828
}

.button-red {
    background: #d31f37
}

.promo-slide__social {
    text-align: center;
    margin-top: 45px
}

.promo-slide__social .svgicon {
    font-size: 40px;
    margin: 0 8px
}

/*.header-height-fix {*/
/*    margin-bottom: 100px*/
/*}*/

.home-page .header-height-fix {
    display: none
}

.button-1 {
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 10px;
    font-weight: 700;
    text-align: center;
    -webkit-transition: all .15s;
    transition: all .15s
}

.button-1:hover {
    color: #d31f37;
    background: #fff
}

.button-1 .svgicon {
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -4px;
    font-size: 20px
}

.header.sticky .header-top {
    display: none
}

.header-top {
    background: #d31f37;
    height: 22px;
    line-height: 22px;
    color: #fff
}

.header-top * {
    font-size: 14px
}

.header-top [role~=tooltip][data-microtip-size=large]:after {
    text-align: left;
    background: #f0f0f0;
    color: #333;
    line-height: 1.6
}

.header-top [role~=tooltip][data-microtip-position|=bottom]:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='rgba(240, 240, 240, 1)' d='M33.342 12H1.338c6 0 11.627-12.002 16.002-12.002C21.715-.002 27.406 12 33.342 12z'/%3E%3C/svg%3E") no-repeat
}

.promo-line {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 200
}

.promo-line a {
    background: #fd7e14;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.promo-line a:hover img {
    opacity: .5
}

.promo-line img {
    display: block;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.promo-line-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.promo-line-close {
    position: absolute;
    right: 10px;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    background: hsla(0, 0%, 100%, .5);
    z-index: 9;
    cursor: pointer;
    -webkit-transition: background .2s;
    transition: background .2s
}

.promo-line-close:hover {
    background: #fff
}

.promo-line-close:after, .promo-line-close:before {
    content: "";
    position: absolute;
    left: 5px;
    top: calc(50% - 1px);
    width: 21px;
    height: 2px;
    background: #000
}

.promo-line-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.promo-line-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.not-found {
    padding: 150px 0
}

.not-found a {
    font-weight: 700
}

.not-found-code {
    font-weight: 700;
    font-size: 4rem;
    color: #757575
}

.event-card__map {
    font-size: 16px;
    color: #d31f37;
    display: inline-block
}

.event-card__map svg {
    vertical-align: middle;
    margin-top: -2px
}

.acc-item {
    border-bottom: 2px solid #f5f5f5
}

.acc-item__title {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 20px;
    padding: 20px 0
}

.acc-item__title:after {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    right: 5px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #d31f37;
    border-left: 2px solid #d31f37;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.acc-item__body {
    display: none;
    padding: 10px 0
}

.place-item {
    display: block;
    position: relative;
    margin-bottom: 20px;
    padding-right: 20px
}

.place-item img {
    vertical-align: middle;
    margin-right: 15px
}

.place-item:after {
    content: attr(data-count);
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
    font-weight: 700;
    color: #9b9b9b
}

.input-1, .textarea-1 {
    width: 100%;
    height: 55px;
    background: #f7f7f7;
    border-radius: 5px;
    border: 0;
    padding: 0 20px;
    font-weight: 700
}

.textarea-1 {
    padding: 20px;
    height: 100px;
    resize: none
}

#map-fixed {
    height: 50vh;
    margin-bottom: 30px
}

#map-fixed #map {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

footer.footer {
    background: url("../img/footer_bg.png") no-repeat #000;
    background-size: cover;
    position: relative;
    z-index: 4
}

#desks {
    min-height: 100vh;
    padding-top: 40px
}

.desk-item {
    padding: 15px;
    background: #f7f7f7;
    border: 1px solid #f0f0f0
}

.desk-item__address, .title-3 {
    font-size: 20px;
    font-weight: 700
}

.title-3 {
    line-height: 1.2
}

.title-4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2
}

.title-5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2
}

.title-6 {
    font-size: 18px
}

.city-pick {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 5px
}

.city-pick .title-3 {
    line-height: 1
}

.button-2 {
    display: inline-block;
    background: #15cb84;
    color: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 14px
}

.button-2:focus, .button-2:hover {
    background: rgba(21, 203, 132, .9);
    color: #fff
}

.label-1 {
    font-weight: 700;
    margin-bottom: 5px;
    display: inline-block
}

.text-red {
    color: #d31f37 !important
}

.card-1 {
    border: 1px solid #f0f0f0;
    background: #f7f7f7;
    padding: 15px
}

.button-1 {
    display: inline-block;
    line-height: 1.1;
    padding: 13px 25px;
    font-size: 20px
}

.button-1, .button-1:focus, .button-1:hover {
    background: #15cb84;
    color: #fff
}

.app-hero {
    position: relative;
    background: #12c2e9;
    background: -webkit-gradient(linear, left top, right top, from(#f64f59), color-stop(#c471ed), to(#12c2e9));
    background: linear-gradient(90deg, #f64f59, #c471ed, #12c2e9);
    color: #fff;
    overflow: hidden
}

.app-hero__title {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 30px
}

.app-hero__subtitle {
    font-size: 20px
}

.app-hero__text {
    padding: 20px 0;
    position: relative;
    z-index: 2
}

.app-hero__hand img {
    display: block
}

.clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.carousel-x4 .slick-slide {
    padding: 0 15px
}

.carousel-x4 .slick-arrow {
    position: absolute;
    background: #333;
    color: #fff;
    bottom: 0;
    margin: 0 2px;
    top: calc(50% - 35px);
    z-index: 9
}

.carousel-x4 .slick-prev {
    left: 0
}

.carousel-x4 .slick-prev svg {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

.carousel-x4 .slick-next {
    right: 0
}

.order-steps {
    counter-reset: a
}

.order-steps__step {
    position: relative;
    min-height: 110px;
    padding: 0 0 30px
}

.order-steps__step:before {
    counter-increment: a;
    content: counter(a);
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    line-height: 98px;
    font-size: 50px;
    background: #fff;
    border-radius: 50%;
    border: 4px solid #e0e0e0;
    color: #e0e0e0;
    font-weight: 700;
    text-align: center;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .15);
    box-shadow: 0 0 30px rgba(0, 0, 0, .15)
}

.order-steps__step:not(:last-child):after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 48px;
    width: 5px;
    background: #e0e0e0;
    z-index: -1
}

.link-1 {
    color: #d31f37
}

.link-1:focus, .link-1:hover {
    text-decoration: underline
}

.ff-museo {
    font-family: Museo, Open Sans, sans-serif
}

.logo-rules p {
    font-size: 16px;
    line-height: 1.4;
    color: #000
}

.poster-border {
    border: 8px solid #333
}

.lr-btn {
    display: inline-block;
    background: #26d156;
    color: #fff;
    line-height: 1;
    padding: 13px 30px;
    border-radius: 25px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.lr-btn:focus, .lr-btn:hover {
    text-decoration: none;
    color: #fff;
    opacity: .8
}

.circle-button {
    width: 39px;
    height: 39px;
    line-height: 39px;
    display: inline-block;
    margin: 0 2px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    background: #26d156;
    color: #fff;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.circle-button:focus, .circle-button:hover {
    text-decoration: none;
    color: #fff;
    opacity: .8
}

.circle-button-sm {
    width: 33px;
    height: 33px;
    line-height: 33px
}

.lr-title {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.4
}

.lr-title b, .title-1 {
    font-weight: 900
}

.title-1 {
    font-size: 22px;
    color: #d0d0d0;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px
}

.main-logo img {
    display: inline-block
}

.logo-sm {
    max-width: 285px;
    width: 100%;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .15);
    box-shadow: 0 0 25px rgba(0, 0, 0, .15);
    border-radius: 55px
}

.download-text {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0
}

.b-forb p {
    margin: 1rem 0 0
}

.b-forb__title {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 900
}

.b-forb-big {
    border-width: 5px !important
}

.lr-header {
    background: #f0f0f0;
    padding: 112px 0 72px
}

.lr-header .main-logo {
    margin: 50px 0 24px
}

.lr-1 {
    padding: 120px 0
}

.lr-1 [class^=col-] {
    margin-bottom: 20px
}

.lr-1 .logo-sm {
    margin-bottom: 30px
}

.lr-2 {
    overflow: hidden;
    background: #fff;
    padding: 70px 0 120px
}

.lr-2 .lr-title {
    margin-bottom: 1em
}

.lr-2 .lr-title small {
    font-size: 50%
}

.lr-2-offset {
    position: relative
}

.poster__image img {
    width: 100%
}

.logo-ribbon {
    position: relative
}

.logo-ribbon .lr-size {
    position: absolute;
    top: 0;
    left: 100%
}

.poster-1 {
    text-align: center;
    margin-top: 20px
}

.poster-1__image {
    margin-bottom: 20px
}

.poster-1 .logo-ribbon {
    margin-top: 20px
}

.poster-1 p {
    margin-top: 12px
}

.s-title {
    font-weight: 900
}

.lr-size {
    font-size: 12px;
    padding: 10px;
    position: relative;
    opacity: .8
}

.lr-size:after, .lr-size:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.lr-size.lr-size-right {
    border-right: 2px solid #000;
    margin-right: 15px
}

.lr-size.lr-size-right:before {
    top: -1px;
    right: -5px;
    border-top: 2px solid #000;
    border-left: 2px solid #000
}

.lr-size.lr-size-right:after {
    bottom: -1px;
    right: -5px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000
}

.lr-size.lr-size-left {
    border-left: 2px solid #000;
    margin-left: 15px
}

.lr-size.lr-size-left:before {
    top: -1px;
    left: -5px;
    border-top: 2px solid #000;
    border-left: 2px solid #000
}

.lr-size.lr-size-left:after {
    bottom: -1px;
    left: -5px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000
}

.lr-size.lr-size-small {
    padding: 3px 10px
}

p.poster-text {
    margin-top: 20px
}

.lr-3 {
    background: #191919;
    padding: 70px 0 90px;
    color: #fff
}

.lr-3 p {
    color: inherit
}

.lr-3 .lr-title {
    text-align: center;
    margin-bottom: 1.8em
}

.lr-3 .poster-border {
    margin-bottom: 22px
}

.lr-3 .download-text {
    margin: 0 10px 0 0;
    font-size: 14px
}

.lr-3-rule p {
    margin: 70px 0 40px
}

.poster-2 {
    text-align: center
}

.lr-4 {
    padding: 90px 0;
    background: #f0f0f0
}

.lr-4 .lr-title {
    margin-bottom: 1em
}

.lr-4 .lr-title small {
    font-size: 50%
}

.lr-4 .title-1 {
    font-size: 26px;
    margin-bottom: 18px
}

.billboard-image {
    margin-top: 70px;
    text-align: center
}

.caption-1 {
    margin-top: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.caption-1 p {
    font-size: 12px
}

.lr-5 {
    background: #e61a31;
    color: #fff;
    padding: 80px 0 100px
}

.lr-5 p {
    color: inherit;
    margin: 2rem 0;
    text-align: center
}

.lr-header-2 {
    background: #e61a31;
    padding-top: 140px;
    padding-bottom: 140px;
    color: #fff
}

.lr-header-2 * {
    color: inherit
}

.lr-header-2 p {
    font-size: 24px;
    color: inherit
}

.lr-header-2 .b-forb {
    border-color: #fff;
    border-width: 5px
}

.lr-header-2 .lr-title {
    text-transform: uppercase;
    font-weight: 900
}

.lr-bottom {
    height: 470px;
    background: #1e1e1e
}

.event-tickets {
    background-color: #f0f0f0;
    padding: 40px 25px 40px 20px;
    margin-bottom: 65px;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

.event-tickets, .event-tickets__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal
}

.event-tickets__header {
    margin-left: 15px;
    margin-right: 15px;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.event-tickets__header-text {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 0
}

.event-tickets .event-tickets__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.event-tickets .event-tickets__button .svgicon {
    display: inline;
    line-height: 21px;
    font-size: 36px;
    margin-left: 12px
}

.event-tickets .event-tickets__button.button-text {
    font-size: inherit;
    margin-top: 17px;
    margin-left: 15px;
    margin-right: 15px;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.event-tickets__price-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.event-tickets__date {
    font-size: 1.125em;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0
}

.event-tickets__date:before {
    width: .75em;
    height: .75em
}

.event-tickets__price-item {
    font-size: 1.125em;
    font-weight: 400;
    color: #282828;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.event-tickets__price-item .svgicon {
    margin-right: 12px
}

.event-tickets__price-item .coins-icon {
    fill: transparent;
    margin-right: 12px
}

.event-tickets__datepicker-input {
    display: block;
    opacity: 0;
    pointer-events: 0;
    height: 0;
    width: 0
}

.event-tickets__item {
    padding: 38px 8px 35px 32px;
    border-bottom: 1px solid #bbb
}

.event-tickets__item-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.event-tickets.mobile .event-tickets__button {
    background-color: transparent;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #15cb84;
    padding: 0;
    font-size: 0
}

.event-tickets.mobile .event-tickets__button.button-text {
    font-size: inherit
}

.event-tickets.mobile .event-tickets__price-item {
    margin-top: 8px
}

.event-tickets.mobile .event-tickets__button-buy {
    -ms-flex-item-align: end;
    align-self: flex-end;
    background-color: transparent;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #15cb84;
    padding: 0
}

.event-tickets.mobile .accordion .accordion__button {
    cursor: pointer
}

.event-tickets.mobile .accordion .accordion__content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .2s ease-in-out;
    transition: max-height .2s ease-in-out
}

.event-tickets .accordion {
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear
}

.event-tickets .accordion .chevron-icon {
    fill: none
}

.ts-wrapper.single .ts-control, .ts-wrapper.single .ts-control input {
    cursor: pointer
}

.ts-wrapper.plugin-drag_drop.multi > .ts-control > div.ui-sortable-placeholder {
    visibility: visible !important;
    background: #f2f2f2 !important;
    background: rgba(0, 0, 0, .06) !important;
    border: 0 none !important;
    -webkit-box-shadow: inset 0 0 12px 4px #fff;
    box-shadow: inset 0 0 12px 4px #fff
}

.ts-wrapper.plugin-drag_drop .ui-sortable-placeholder:after {
    content: "!";
    visibility: hidden
}

.ts-wrapper.plugin-drag_drop .ui-sortable-helper {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.plugin-checkbox_options .option input {
    margin-right: .5rem
}

.plugin-clear_button .ts-control {
    padding-right: calc(1em + 18px) !important
}

.plugin-clear_button .clear-button {
    opacity: 0;
    position: absolute;
    top: 8px;
    right: 2px;
    margin-right: 0 !important;
    background: transparent !important;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    cursor: pointer
}

.plugin-clear_button.single .clear-button {
    right: calc(2px + 2rem)
}

.plugin-clear_button.focus.has-items .clear-button, .plugin-clear_button:not(.disabled):hover.has-items .clear-button {
    opacity: 1
}

.ts-wrapper .dropdown-header {
    position: relative;
    padding: 10px 8px;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    border-radius: 3px 3px 0 0
}

.ts-wrapper .dropdown-header-close {
    position: absolute;
    right: 8px;
    top: 50%;
    color: #303030;
    opacity: .4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px !important
}

.ts-wrapper .dropdown-header-close:hover {
    color: #000
}

.plugin-dropdown_input .dropdown-input, .plugin-dropdown_input.focus.dropdown-active .ts-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d0d0d0
}

.plugin-dropdown_input .dropdown-input {
    border-width: 0 0 1px;
    display: block;
    padding: 8px;
    width: 100%;
    background: transparent
}

.plugin-dropdown_input .items-placeholder {
    border: 0 none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    width: 100%
}

.plugin-dropdown_input.dropdown-active .items-placeholder, .plugin-dropdown_input.has-items .items-placeholder {
    display: none !important
}

.ts-wrapper.plugin-input_autogrow.has-items .ts-control > input {
    min-width: 0
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    min-width: 4px
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::-ms-input-placeholder, .ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::-webkit-input-placeholder {
    color: transparent
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::-ms-input-placeholder, .ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::-webkit-input-placeholder, .ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::placeholder {
    color: transparent
}

.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ts-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    min-width: 0
}

.ts-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none
}

.ts-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none
}

.ts-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none
}

.ts-wrapper {
    position: relative
}

.ts-wrapper.plugin-remove_button .item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 0 !important
}

.ts-wrapper.plugin-remove_button .item .remove {
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 0 6px;
    border-left: 1px solid #d0d0d0;
    border-radius: 0 2px 2px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 6px
}

.ts-wrapper.plugin-remove_button .item .remove:hover {
    background: rgba(0, 0, 0, .05)
}

.ts-wrapper.plugin-remove_button .item.active .remove {
    border-left-color: #cacaca
}

.ts-wrapper.plugin-remove_button.disabled .item .remove {
    border-left-color: #fff
}

.ts-wrapper.plugin-remove_button.disabled .item .remove:hover {
    background: none
}

.ts-wrapper.plugin-remove_button .remove-single {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 23px
}

.ts-control, .ts-dropdown {
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    font-smoothing: inherit
}

.ts-control {
    background: #fff;
    cursor: text
}

.ts-control input {
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    font-smoothing: inherit
}

.ts-wrapper.single.input-active .ts-control {
    background: #fff;
    cursor: text
}

.ts-control {
    border: 1px solid #d0d0d0;
    padding: 8px;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ts-wrapper.multi.has-items .ts-control {
    padding: 6px 8px 3px
}

.full .ts-control {
    background-color: #fff
}

.disabled .ts-control, .disabled .ts-control * {
    cursor: default !important
}

.focus .ts-control {
    -webkit-box-shadow: none;
    box-shadow: none
}

.ts-control > * {
    vertical-align: baseline;
    display: inline-block
}

.ts-wrapper.multi .ts-control > div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #f2f2f2;
    color: #303030;
    border: 0 solid #d0d0d0
}

.ts-wrapper.multi .ts-control > div.active {
    background: #e8e8e8;
    color: #303030;
    border: 0 solid #cacaca
}

.ts-wrapper.multi.disabled .ts-control > div, .ts-wrapper.multi.disabled .ts-control > div.active {
    color: #7d7d7d;
    background: #fff;
    border: 0 solid #fff
}

.ts-control > input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 7rem;
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.ts-control > input::-ms-clear {
    display: none
}

.ts-control > input:focus {
    outline: none !important
}

.has-items .ts-control > input {
    margin: 0 4px !important
}

.ts-control.rtl {
    text-align: right
}

.ts-control.rtl.single .ts-control:after {
    left: 15px;
    right: auto
}

.ts-control.rtl .ts-control > input {
    margin: 0 4px 0 -2px !important
}

.disabled .ts-control {
    opacity: .5;
    background-color: #fafafa
}

.input-hidden .ts-control > input {
    opacity: 0;
    position: absolute;
    left: -10000px
}

.ts-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #fff;
    margin: .25rem 0 0;
    border-top: 0 none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    border-radius: 0 0 3px 3px
}

.ts-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden
}

.ts-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, .2);
    border-radius: 1px
}

.ts-dropdown .create, .ts-dropdown .no-results, .ts-dropdown .optgroup-header, .ts-dropdown .option {
    padding: 5px 8px
}

.ts-dropdown .option, .ts-dropdown [data-disabled], .ts-dropdown [data-disabled] [data-selectable].option {
    cursor: inherit;
    opacity: .5
}

.ts-dropdown [data-selectable].option {
    opacity: 1;
    cursor: pointer
}

.ts-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none
}

.ts-dropdown .optgroup-header {
    color: #303030;
    background: #fff;
    cursor: default
}

.ts-dropdown .active, .ts-dropdown .create:hover, .ts-dropdown .option:hover {
    background-color: #f5fafd;
    color: #495c68
}

.ts-dropdown .active.create, .ts-dropdown .create:hover.create, .ts-dropdown .option:hover.create {
    color: #495c68
}

.ts-dropdown .create {
    color: rgba(48, 48, 48, .5)
}

.ts-dropdown .spinner {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 5px 8px
}

.ts-dropdown .spinner:after {
    content: " ";
    display: block;
    width: 24px;
    height: 24px;
    margin: 3px;
    border-radius: 50%;
    border: 5px solid #d0d0d0;
    border-color: #d0d0d0 transparent;
    -webkit-animation: j 1.2s linear infinite;
    animation: j 1.2s linear infinite
}

@-webkit-keyframes j {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes j {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.ts-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    overflow-scrolling: touch;
    scroll-behavior: smooth
}

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

.home-page:before {
    content: "";
    height: 138px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*background: #eaeaea;*/
    z-index: 7
}

.home-page .header-main {
    border: 0;
    min-height: 82px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.hamburger {
    padding: 0
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    background: #282828
}

.header-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
    /*color: #282828;*/
    /*background: #eaeaea;*/
    color: #AEBBD2;
}

.header {
    z-index: 33
}

.header a {
    color: inherit
}

/*.aside-menu__logo, .logo {*/
/*    !*width: 100%;*!*/
/*    text-align: center;*/
/*    margin: 0 10px;*/
/*    !*height: 82px;*!*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*}*/

.main-menu {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: none
}

.main-menu > ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Museo, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .9375em
}

.main-menu > ul li {
    padding: 0 14px
}

.main-menu > ul li a {
    display: block;
    color: inherit;
    line-height: 1
}

.main-menu > ul li a:focus, .main-menu > ul li a:hover {
    color: #d31f37
}

.main-menu .nav-dd {
    position: relative
}

.main-menu .nav-dd.active .nav-dd__list {
    display: block;
    z-index: 100
}

.main-menu .nav-dd .nav-dd__button {
    font-size: inherit;
    line-height: inherit;
    vertical-align: center;
    line-height: 5px;
    font-size: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.main-menu .nav-dd .nav-dd__list {
    position: absolute;
    top: calc(100% + 16px);
    right: -40px;
    min-width: 150px;
    background: hsla(0, 0%, 100%, .97);
    z-index: 9;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, .15);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, .15);
    display: none;
    -webkit-animation: fadeInDown .4s;
    animation: fadeInDown .4s;
    padding: 10px 0
}

.main-menu .nav-dd .nav-dd__list li {
    padding: 0
}

.main-menu .nav-dd .nav-dd__list a {
    display: block;
    padding: 15px 20px;
    color: #282828;
    text-align: center
}

.main-menu .nav-dd .nav-dd__list a:focus, .main-menu .nav-dd .nav-dd__list a:hover {
    background: #fafafa;
    color: #d31f37
}

.h-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 -10px 0 0;
    position: relative;
    height: 100%;
    max-width: 1250px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.h-left .h-search {
    display: none
}

.h-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.h-right .h-search {
    display: block
}

.h-buttons {
    height: 100%;
    z-index: 2
}

.h-buttons, .h-buttons__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.h-buttons__item {
    padding: 0 13px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.h-buttons__item > a {
    -webkit-transition: all .3s;
    transition: all .3s
}

.h-buttons__item > a:hover {
    opacity: .8
}

.h-buttons__item svg {
    width: 14px;
    height: 14px;
    fill: currentColor
}

.h-buttons__item svg.svg-close {
    margin: -4px 0 0;
    -webkit-animation: h .3s;
    animation: h .3s
}

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

.current-city svg {
    display: inline
}

.current-city span {
    margin: 0 0 0 5px;
    vertical-align: top;
    text-transform: uppercase;
    font-size: .875em;
    font-weight: 700
}

.language-dropdown__flag {
    width: 20px
}

.calendar-active, .language-active {
    background: #f0f0f0;
    color: #555
}

.calendar-active .calendar-content, .calendar-active .language-content, .language-active .calendar-content, .language-active .language-content {
    display: block
}

.calendar-content, .language-content {
    background: #f0f0f0;
    position: absolute;
    top: 100%;
    right: 0;
    width: 200px;
    padding: 20px;
    display: none
}

.calendar-content ul > li, .language-content ul > li {
    margin: 13px 0
}

.calendar-content img, .language-content img {
    display: inline;
    margin-right: 4px
}

.calendar-content a, .language-content a {
    text-transform: uppercase;
    font-weight: 700;
    color: #282828;
    white-space: nowrap
}

.calendar-content a:focus, .calendar-content a:hover, .language-content a:focus, .language-content a:hover {
    color: #d31f37
}

.languages-buttons ul {
    display: flex;
    gap: 10px;
}

.languages-buttons ul li a {
    width: 60px;
    height: 30px;
    background: rgba(0,0,0,.05);
    color: #000;
    display: block;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    transition: none;
}

.languages-buttons ul li a.active {
    background: #d24d57;
    color: #fff;
}

.languages-buttons ul li a:hover {
    background-color: #c24750;
    color: #fff;
    transition: none;
}

.search-form {
    display: none;
    -webkit-animation: f .5s;
    animation: f .5s;
    width: calc(100% - 9px);
    top: calc(50% - 13px);
    left: 0;
    position: absolute;
    z-index: 1
}

.search-form .twitter-typeahead {
    width: 100%
}

.search-form input {
    width: 100%;
    border: 0;
    background: transparent;
    color: #282828;
    padding: 0 55px 0 40px;
    height: 22px
}

.search-form button {
    position: absolute;
    top: 2px;
    left: 5px;
    z-index: 3
}

.search-form button svg {
    width: 18px;
    height: 18px;
    fill: #d31f37
}

.h-search .svg-close {
    display: none
}

.slider_wrap {
    position: relative;
}

.home_slider {
    opacity: 0;
    font-family: Museo, sans-serif;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: auto;
    z-index: 8;
    height: 36.45vw
}

.home_slider.slick-initialized {
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.home_slider .slick-arrow {
    position: absolute;
    top: 0;
    height: 100%;
    width: 8%;
    z-index: 9;
    /*color: #fff;*/
    color: #AEBBD2;
}

.home_slider .slick-arrow svg {
    width: 20px;
    height: 20px
}

.home_slider .slick-prev {
    left: 0;
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

.home_slider .slick-next {
    right: 0
}

.home_slider__slide {
    position: relative;
    height: 36.45vw
}

.home_slider__slide img {
    display: block;
    width: 100%;
    height: 100%
}

.home_slider .slick-dots {
    position: absolute;
    bottom: 15px;
    left: 25px;
    height: 10px
}

.home_slider .slick-dots > li {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
    font-size: 0
}

.home_slider .slick-dots > li.slick-active button:after {
    background: #fff
}

.home_slider .slick-dots button {
    position: relative;
    width: 25px;
    height: 10px
}

.home_slider .slick-dots button:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 100%;
    height: 2px;
    background: hsla(0, 0%, 100%, .6);
    -webkit-transition: background .4s;
    transition: background .4s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.home_slider .slider_preview {
    position: absolute;
    bottom: 60px;
    left: -300px;
    z-index: 2;
    border-left: 8px solid #fff;
    width: 300px;
    height: 109.35px;
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, .2);
    box-shadow: 0 0 35px rgba(0, 0, 0, .2);
    display: none;
    background-color: rgba(0, 0, 0, .92)
}

.slider_preview {
    overflow: hidden;
    position: relative
}

.slider_preview > a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3
}

.slider_preview__content {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px
}

.slider_preview__small {
    font-size: .875em;
    line-height: 1;
    font-weight: 700
}

.slider_preview__big {
    font-size: 1.125em;
    line-height: 90%;
    font-weight: 900;
    margin: 10px 0
}

.slider_preview__place {
    font-size: 1em;
    line-height: 1
}

.slider_preview__place svg {
    display: inline-block;
    margin: 0 6px -2px 0;
    width: 13px;
    height: 15px;
    fill: currentColor
}

.slider_content {
    position: absolute;
    left: 25px;
    bottom: 40px;
    color: #fff;
    font-weight: 700;
    padding: 0 50px 0 0
}

.slider_content__small {
    font-weight: 900;
    font-size: 1em;
    line-height: 1
}

.slider_content__big {
    font-size: 2.125em;
    line-height: 1;
    font-weight: 900;
    margin: 10px 0;
    text-transform: uppercase
}

.slider_content__place {
    line-height: 1;
    font-size: 1em;
    font-weight: 400
}

.slider_content__place svg {
    display: inline-block;
    margin: 0 8px -2px 0;
    width: 13px;
    height: 13px;
    fill: currentColor
}

.slider_next {
    padding: 0 0 10px;
    overflow: hidden
}

.slider_next.slick-initialized {
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.slider_next .slider_preview {
    height: calc((100vh - 432px) / 2);
    min-height: 115px;
    margin: 10px 0 0
}

.slider_next .slider_preview.fadeOut {
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.slider_next .slider_preview img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 30%;
    object-position: 50% 30%;
    display: block;
    border-radius: 10px
}

.slider_next .slider_preview__content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 15px 15px 15px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.slider_next .slider_preview__small {
    font-size: .875em
}

.slider_next .slider_preview__big {
    font-size: 1.75em;
    margin: 8px 0
}

.slider_next .slider_preview__place {
    font-size: .875em
}

.slider_next .slider_preview__place svg {
    width: 12px;
    height: 12px
}

.aside-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 1120px;
    background: #f0f0f0;
    height: 100vh;
    z-index: 55;
    display: none;
    overflow: auto
}

.aside-menu__top {
    position: relative
}

.aside-menu__close {
    color: #555;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.aside-menu__close:hover {
    opacity: .8
}

.aside-menu__close svg {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    width: 20px;
    height: 20px
}

.aside-menu__logo {
    margin: 0 !important
}

.aside-menu__left {
    background: #fff;
    padding: 0 40px 30px
}

.aside-menu__categories {
    padding-top: 1rem
}

.aside-menu__categories > li {
    font-size: 1.125em;
    line-height: 1.2;
    margin: 8px 0
}

.aside-menu__categories > li.active a {
    font-weight: 900;
    color: #d31f37
}

.aside-menu__categories > li.md-profilelink {
    font-weight: 700;
    margin: 0 0 17px
}

.aside-menu__categories > li a {
    display: inline-block;
    padding: 5px 0
}

.aside-menu__categories > li a:focus, .aside-menu__categories > li a:hover {
    font-weight: 900
}

.aside-menu__categories > li svg {
    width: 18px;
    height: 18px;
    margin: 0 5px 0 0
}

.aside-menu__right .b-contacts {
    padding: 40px
}

.aside-menu__nav > li {
    font-size: 1.125em;
    line-height: 1;
    margin-bottom: 12px
}

.aside-menu__nav > li.active a {
    font-weight: 900
}

.aside-menu__nav > li a {
    display: inline-block;
    padding: 5px 0;
    color: #000
}

.aside-menu__nav > li a:focus, .aside-menu__nav > li a:hover {
    font-weight: 900
}

.md-usercity {
    position: absolute;
    right: 16px;
    top: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px
}

.md-usercity svg {
    width: 16px;
    height: 16px;
    margin: 0 5px -1px 0
}

.lang-chooser {
    margin: 0 0 60px
}

.lang-chooser a {
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1;
    margin: 0 40px 0 0;
    position: relative
}

.lang-chooser a:after {
    content: "";
    position: absolute;
    height: 4px;
    background: #d31f37;
    width: 100%;
    left: 0;
    bottom: -7px;
    visibility: hidden
}

.lang-chooser a.active {
    color: #d31f37
}

.lang-chooser a.active:after {
    visibility: visible
}

.social-links a {
    display: inline-block;
    margin: 0 28px 0 0
}

.social-links svg {
    width: 17px;
    height: 17px
}

.b-contacts__small {
    margin: 0 0 3px
}

.b-contacts__small svg {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0 0;
    width: 18px;
    height: 18px
}

.b-contacts__big {
    font-size: 2.375em;
    font-weight: 900;
    margin: 0 0 9px
}

.b-contacts__big a {
    color: #000
}

.footer-items {

}

.footer-items ul {

}

.footer-items ul li {

}

/*.footer-middle {*/
/*    display: flex;*/
/*    gap: 40px;*/
/*    margin-top: 40px;*/
/*}*/

/*.footer_top {*/
/*    display: flex;*/
/*}*/

.footer_top .b-contacts__big {
    font-size: 2.25em
}

.footer_top .b-contacts__small {
    font-size: 1.1875em
}

.footer_top .b-contacts__small svg {
    width: 22px;
    height: 22px
}

.footer_logo {
    /*text-align: center;*/
    padding-top: 10px;
}

.footer_logo img {
    width: 100%;
    max-width: 220px
}

.footer_middle {
    margin-top: 20px;
    border-bottom: 1px solid rgba(51, 51, 51, .3)
}

.fm_col {
    width: 100%;
    float: left;
    border-top: 1px solid rgba(51, 51, 51, .3);
    padding: 0 25px
}

.fm_col:nth-child(3) .footer_nav {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1
}

.fm_col__head {
    font-weight: 700;
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fm_col__body {
    padding: 10px 0;
    display: none
}

.fm_expand {
    padding: 5px 0 0;
    width: 40px;
    height: 40px;
    margin: 0 -15px 0 0;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.fm_expand.active {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fm_expand svg {
    width: 12px;
    height: 12px
}

.footer_nav {
    font-size: 1.125em;
    font-weight: 300;
    color: rgba(31, 31, 31, .77)
}

.footer_nav > li {
    padding: 8px 0
}

.footer_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 300;
    /*-webkit-box-pack: justify;*/
    /*-ms-flex-pack: justify;*/
    /*justify-content: space-between;*/
    /*-webkit-box-align: start;*/
    /*-ms-flex-align: start;*/
    /*align-items: flex-start;*/
    text-align: center;
    /*background: #f6f6f6;*/
    color: #AEBBD2;
}

.copyright {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    /*background: #e4e4e4;*/
    background: #031A49;
    font-size: .875em;
    padding: 18px 10px;
    width: 100%
}

.btn-rules {
    /*background: #fff;*/
    background: #031A49;
    padding: 24px 10px;
    width: 100%
}

.btn-rules a {
    /*color: #000;*/
    /*color: #AEBBD2;*/
    /*opacity: .5;*/
    /*text-decoration: underline;*/
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.btn-rules a:focus, .btn-rules a:hover {
    opacity: .85
}

.btn-rules svg {
    vertical-align: middle;
    margin: -3px 10px 0 0;
    width: 24px;
    height: 24px;
    fill: rgba(40, 40, 40, .5)
}

.fb_payment {
    padding: 25px
}

.fb_payment img {
    display: block;
    margin: 8px 0 8px 15px
}

.social {
    padding: 25px
}

.social_links {
    margin: 8px 0
}

.social_links > a {
    display: inline-block;
    height: 36px;
    padding: 10px 0 0;
    margin: 0 15px
}

.social_links svg {
    width: 18px;
    height: 18px
}

.filter-block-1 {
    padding: 30px 0
}

.filter-block-1 .dd, .filter-block-1 .filter-date {
    display: block
}

.filter-block-2 {
    padding: 30px 0
}

.filter-items .dd {
    display: block
}

.afisha-item {
    margin-bottom: 30px;
    position: relative;
    font-size: .85em
}

.afisha-item__alink {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.afisha-item__image {
    position: relative;
    padding-bottom: 141%;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.afisha-item__image img {
    display: block;
    width: 100%
}

.afisha-item__hidden {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f0f0f0;
    padding: 40px;
    -webkit-animation: e .3s;
    animation: e .3s
}

.afisha-item__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.afisha-item__content {
    position: relative;
    padding: 1em 0 0;
    overflow: hidden;
    /*background: #8394B3;*/
}

.afisha-item__title {
    font-weight: 900;
    font-size: 1.1em;
    line-height: 1.2;
    margin-bottom: .5em;
    position: relative;
    /*padding: 0 30px 0 0;*/
    padding: 0 10px 0 0;
}

.afisha-item__date {
    margin-bottom: .4em;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.afisha-item__price {
    margin-bottom: .4em
}

.afisha-item__location {
    margin-bottom: .4em;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    justify-self: flex-end
}

.afisha-item__place, .afisha-item__slash, .afisha-item__time {
    font-size: .85em
}

.afisha-item__button {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    -webkit-animation: e .5s;
    animation: e .5s;
    padding: 40px 20px 0;
    text-align: center
}

.afisha-item__content .afisha-item__title {
    overflow: hidden
}

.afisha-item__content .afisha-item__title a:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 54px
}

.afisha-item__hidden .afisha-item__date {
    font-weight: 600
}

.afisha-item__hidden .afisha-item__price {
    font-weight: 900;
    margin-bottom: 1em
}

.afisha-item__hidden .afisha-item__location {
    display: none
}

.showmore-block {
    margin: 30px 0 50px;
    position: relative
}

.showmore-block .btn-arrow {
    position: absolute;
    top: 0;
    right: 0
}

.check-buttons {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.check-buttons .btn-check {
    display: block;
    white-space: nowrap;
    font-size: .75em;
    color: #c7c7c7
}

.check-buttons .btn-check.active, .check-buttons .btn-check.active span, .check-buttons .btn-check:hover, .check-buttons .btn-check:hover span {
    color: #d31f37
}

.check-buttons .btn-check svg {
    width: 14px;
    height: 14px
}

.check-buttons .btn-check span {
    -webkit-transition: color .3s;
    transition: color .3s;
    color: #282828
}

.home_categories {
    background: #f0f0f0
}

.home_categories .btn-check {
    text-align: center
}

.category_btns {
    text-align: center
}

.category_carousel {
    padding: 40px 0 80px;
    display: none
}

.category_carousel .afisha-item {
    padding: 0 15px
}

.category_carousel .slick-arrow {
    position: absolute;
    background: #333;
    color: #fff;
    bottom: 0;
    margin: 0 2px
}

.category_carousel .slick-prev {
    right: 50%
}

.category_carousel .slick-prev svg {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

.category_carousel .slick-next {
    left: 50%
}

.afisha-carousel {
    padding: 0
}

.afisha-carousel .afisha-item {
    margin: 0
}

.home_news .tac {
    padding: 40px 0 0
}

.home_news .title-2 {
    padding: 10px 25px
}

.post-item__date {
    padding: 15px 25px
}

.post-item__image img {
    display: block;
    width: 100%
}

.post-item__desc {
    padding: 25px
}

.post-item__title {
    display: inline-block;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 1em;
    font-size: 1.25em
}

.post-item__intro {
    margin: 0
}

.places_btns {
    padding: 30px 0 0;
    text-align: center
}

.place_btn {
    white-space: nowrap;
    display: inline-block;
    padding: .4em .6em;
    line-height: 1;
    text-transform: uppercase;
    margin: .3em .7em;
    font-size: .75em
}

.home_promo, .place_btn.active {
    color: #fff;
    background: #d31f37
}

.top-nav > ul > li {
    position: relative;
}

.top-nav > ul > li > a {
    line-height: 47px;
    margin-right: 15px;
    display: block;
}

.top-nav > ul > li:hover > ul {
    display: flex;
    flex-direction: column;
}

.top-nav > ul > li:hover > ul > li {
    padding: 5px 10px;
}

.top-nav ul li a:hover {
    color: #d31f37;
}

.top-nav ul ul {
    display: none;
    position: absolute;
    top: 45px;
    left: 0;
    background: #ebedee;
    min-width: 250px;
    z-index: 20;
    padding: 10px 5px;
}

.halls {
    display: flex;
    gap: 40px;
    margin-top: 40px;
}

.hall-title {
    background: #f2f6f8;
    min-height: 80px;
    display: flex;
    align-items: center;
    padding: 25px 0 0 20px;
    font-size: 18px;
    line-height: 21px;
    flex-direction: column;
}

.hall-title span {
    display: flex;
    flex: 0 0 100%;
    width: 100%;
    text-align: left;
    cursor: pointer;
}

.hall-title .hall-dropdown {
    display: none;
}

.hall-title .hall-dropdown.visible {
    display: flex;
    margin: 15px 0;
    width: 100%;
    flex: 0 0 100%;
    flex-direction: column;
}

.home_promo * {
    color: inherit
}

.promo-slider .slick-arrow {
    background: #fff;
    color: #282828;
    margin: 0 2px
}

.promo-slider .slick-prev svg {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

.promo-slide .col-md-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.promo-slide__buttons {
    text-align: center;
    margin-bottom: 35px
}

.promo-slide__text {
    margin: auto
}

.promo-slide__subtitle {
    text-align: center;
    font-size: 1.25em;
    font-weight: 700;
    margin-bottom: 1em
}

.promo-slide__subtitle img, .promo-slide__subtitle span {
    vertical-align: middle
}

.promo-slide__subtitle img {
    display: inline;
    vertical-align: middle;
    width: 28px;
    height: 28px
}

.promo-slide__title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5625em;
    font-weight: 900;
    margin-bottom: .7em
}

.promo-slide__content {
    height: 270px
}

.promo-slide__content iframe {
    width: 100%;
    height: 100%
}

.sm-fixed-button {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    text-align: center;
    font-weight: 900;
    background: #fff;
    height: 50px;
    line-height: 53px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px rgba(0, 0, 0, .2)
}

.sm-fixed-button a {
    display: block;
    width: 100%;
    text-transform: uppercase;
    background: #15cb84;
    color: #fff
}

.page-title {
    font-size: 3em
}

.event-card__socials {
    margin-left: 1.875em
}

.event-card__tags {
    padding: 15px 0 20px
}

.event-card__top {
    background: #f0f0f0;
    padding: 25px
}

.event-card__date {
    font-size: 1.25em;
    margin-bottom: .5em
}

.event-card__title {
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 1.25em;
    margin-bottom: .5em;
    max-width: 600px
}

.event-card__price {
    font-size: 1.25em;
    line-height: 1.1
}

.event-card__description .svgicon {
    font-size: 22px;
    margin-right: 19px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.event-card__description-header {
    font-size: 1.375em;
    line-height: 1.25;
    font-weight: 600
}

.event-card__middle {
    background: #f0f0f0;
    padding: 0 25px 25px
}

.event-card__middle hr {
    margin-top: 0
}

.event-card__middle .btn {
    border-radius: 0;
    font-size: 1em;
    max-width: 340px;
    margin-left: 1.875em;
    margin-top: 4px
}

.event-card__middle .btn .svgicon {
    fill: none
}

.event-card__loca {
    position: relative;
    padding: 0 0 0 30px
}

.event-card__loca > svg {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px
}

.event-card__place {
    font-weight: 600
}

.event-card__address {
    font-size: .9em
}

.event-card__timeto {
    color: #555
}

.event-card__timeto > span:first-child {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    color: #333
}

.event-card__timeto span span {
    margin: 0 8px;
    vertical-align: middle;
    font-size: 26px;
    color: #282828
}

.event-card__bottom {
    padding: 60px 0 0
}

.event-card__bottom .social-links {
    font-weight: 300
}

.event-card__bottom .social-links a, .event-card__bottom .social-links span {
    vertical-align: middle
}

.event-card__bottom .social-links > a {
    width: 17px;
    height: 17px;
    padding: 0;
    margin: 0 0 0 15px
}

.event-recommend {
    margin-bottom: 20px
}

.event-recommend .home_categories {
    margin: 30px 0
}

.event-recommend .title-1 {
    font-weight: 700
}

.slider-1 {
    margin-bottom: 40px
}

.slider-1 .fotorama {
    width: 100%
}

span.btn, span.btn-small, span.btn:hover, span.button, span.button:hover {
    background-color: #fcfcfc !important;
    color: #444 !important;
    border: 1px solid #e1e1e1;
    cursor: default
}

span.btn:hover:before, span.button:hover:before {
    background-color: initial !important
}

.sm-fixed-button span {
    display: block;
    width: 100%;
    text-transform: uppercase;
    color: #fff;
    background-color: #e1e1e1
}

.profile {
    padding: 50px 0
}

.profile-name {
    font-size: 1.625em;
    line-height: 1.2;
    font-weight: 900
}

.profile-nav {
    margin: 30px 0;
    max-width: 250px;
    font-size: 1.125em
}

.profile-nav__item {
    margin-bottom: 7px;
    position: relative;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    display: inline-block;
    padding: 10px 0;
    color: #282828 !important
}

.profile-nav__item:not(.current):hover {
    opacity: .7
}

.profile-nav__item:not(.current):hover:before {
    opacity: 1;
    width: 100%
}

.profile-nav__item:after, .profile-nav__item:before {
    content: "";
    position: absolute;
    left: 0;
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s
}

.profile-nav__item:before {
    width: 0;
    height: 2px;
    background: #eaeaea;
    bottom: 0
}

.profile-nav__item:after {
    background: #333;
    height: 4px;
    width: 0;
    z-index: 2;
    bottom: -1px
}

.profile-nav__item.current:before {
    width: 100%;
    opacity: 1
}

.profile-nav__item.current:after {
    width: 25%;
    opacity: 1
}

.profile-title {
    font-weight: 900;
    font-size: 1.5em
}

.profile-form__group {
    padding-bottom: 15px
}

.profile-form__label {
    width: 200px;
    font-weight: 900;
    font-size: 1.375em;
    line-height: 1.1;
    margin-bottom: 10px
}

.profile-form__input {
    margin-bottom: 10px
}

.profile-form__input input {
    width: 100%;
    height: 55px;
    background: #f0f0f0;
    border-radius: 5px;
    border: 0;
    padding: 0 20px;
    font-weight: 700
}

.profile-social {
    margin-bottom: 60px
}

.profile-social__btn {
    display: block;
    background: #3a559f;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 900;
    -webkit-transition: background .4s;
    transition: background .4s
}

.profile-social__btn:focus, .profile-social__btn:hover {
    color: #fff;
    background: #4e6cbe
}

.profile-social__btn span {
    vertical-align: middle
}

.profile-social__btn svg {
    vertical-align: middle;
    margin: 0 10px 0 0;
    width: 35px;
    height: 35px
}

.profile-social__disconnect {
    font-weight: 900;
    font-size: 26px;
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}

.profile-social__text {
    margin: 15px 0 0;
    font-size: 16px
}

.afisha-2 {
    margin-bottom: 10px
}

.afisha-2__image {
    max-width: 120px
}

.afisha-2__image img {
    display: block
}

.afisha-2__tickets {
    color: #d21f36;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: .5em
}

.afisha-2__date {
    font-weight: 900;
    font-size: .875em;
    line-height: 1.1
}

.afisha-2__title {
    font-weight: 900;
    font-size: 1.125em;
    line-height: 1.1;
    margin: 8px 0 15px
}

.afisha-2__place {
    font-weight: 500;
    margin-bottom: 10px
}

.afisha-2__place svg {
    width: 16px;
    height: 16px
}

.registration {
    padding-bottom: 180px;
    font-family: Raleway;
    font-variant-numeric: lining-nums;
    -webkit-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1
}

.registration__header {
    margin-top: 85px;
    margin-bottom: 60px;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.175;
    text-align: center
}

.registration__title {
    font-size: 1.375em;
    font-weight: 700;
    line-height: 1.18;
    margin-bottom: 1.25em
}

.registration__descr {
    margin-left: 1em;
    font-size: 1em;
    line-height: 1.5
}

.registration__promo .svgicon {
    fill: none;
    stroke: #15cb84;
    font-size: 22px;
    margin-right: 25px
}

.registration__form {
    background-color: #f0f0f0
}

.registration__form-header {
    font-size: 1.375em;
    font-weight: 600;
    margin-top: 2em
}

.registration__form-input {
    border: none;
    border-bottom: 1px solid #b1b1b1;
    color: #b1b1b1;
    padding: .5em 1em;
    font-size: 1.125em;
    font-weight: 500;
    line-height: 1.38;
    margin-top: 2em;
    background-color: #f0f0f0
}

.registration__form-input:focus, .registration__form-input:hover {
    border-bottom: 1px solid #15cb84;
    color: #15cb84
}

.registration__form-submit.btn {
    font-size: 1.125em;
    margin-bottom: 2em;
    text-transform: none
}

.about {
    font-family: Raleway
}

.about__header {
    margin-top: 85px;
    margin-bottom: 1em;
    font-size: 1.75em;
    font-weight: 700;
    line-height: 1.175
}

.about__header.bottom {
    color: #fff;
    margin-bottom: .5em;
    margin-top: 0
}

.about__content p {
    font-size: 1em;
    margin-bottom: 1em
}

.about__number {
    font-size: 5.625em;
    font-weight: 600;
    line-height: 1.17;
    margin-bottom: 24px;
    color: #15cb84;
    -webkit-font-feature-settings: "pnum" 1, "lnum" 1;
    font-feature-settings: "pnum" 1, "lnum" 1
}

.about__of {
    font-size: 1.5em;
    line-height: 1.17
}

.about__partners {
    margin-top: 5em;
    padding: 85px 0;
    background-color: #15cb84
}

.about__partners-text {
    color: #fff;
    margin-bottom: .5em
}

.tt-menu {
    background: #f0f0f0;
    width: 100%;
    padding: 20px 0 0
}

.tt-dataset-result {
    color: #000;
    max-height: 595px;
    overflow-y: auto;
    padding: 0 20px 0 0
}

.suggestion-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 13px;
    position: relative
}

.suggestion-item__link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3
}

.suggestion-item__image {
    width: 42%;
    padding: 0 0 28%;
    overflow: hidden;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.suggestion-item__image img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.suggestion-item__content {
    padding: 0 0 0 12px
}

.suggestion-item__date {
    font-weight: 700;
    font-size: .75em;
    margin: 0 0 .2em
}

.suggestion-item__title {
    line-height: 1.1;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 .5em;
    font-size: .9375em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.suggestion-item__title strong {
    font-weight: 900;
    color: #d31f37
}

.suggestion-item__place {
    font-size: .75em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 170px
}

.suggestion-item__place svg {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 4px 0 0;
    width: 12px;
    height: 12px
}

.suggestion-item__price {
    font-size: .875em;
    font-weight: 900
}

.suggestion-item__btn {
    display: none;
    font-weight: 900;
    text-transform: uppercase;
    white-space: nowrap
}

.suggestion-item__btn svg {
    display: inline-block;
    vertical-align: middle;
    margin: -5px 0 0 10px;
    width: 20px;
    height: 20px
}

.query-more {
    border-top: 2px solid #dcdcdc;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 900
}

.query-more a {
    color: #282828;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.query-more a:focus, .query-more a:hover {
    opacity: .8
}

.empty-message {
    padding: 20px
}

.empty-message__title {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.25em;
    margin: 0 0 1em
}

.empty-message__subtitle {
    font-size: 1.125em;
    margin: 0 0 20px
}

.event-ordered {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.h-buttons .add-event {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-family: Museo, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .9375em
}

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

    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-sm-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

    .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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column, .flex-sm-row {
        -webkit-box-direction: normal !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -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 {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -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 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -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 {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -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
    }

    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

    .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: 7.5px !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: 7.5px !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: 7.5px !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: 7.5px !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: 7.5px !important
    }

    .m-sm-2 {
        margin: 15px !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: 15px !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: 15px !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: 15px !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: 15px !important
    }

    .m-sm-3 {
        margin: 30px !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 30px !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 30px !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 30px !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 30px !important
    }

    .m-sm-4 {
        margin: 45px !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 45px !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 45px !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 45px !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 45px !important
    }

    .m-sm-5 {
        margin: 60px !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 60px !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 60px !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 60px !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 60px !important
    }

    .m-sm-6 {
        margin: 75px !important
    }

    .mt-sm-6, .my-sm-6 {
        margin-top: 75px !important
    }

    .mr-sm-6, .mx-sm-6 {
        margin-right: 75px !important
    }

    .mb-sm-6, .my-sm-6 {
        margin-bottom: 75px !important
    }

    .ml-sm-6, .mx-sm-6 {
        margin-left: 75px !important
    }

    .m-sm-7 {
        margin: 90px !important
    }

    .mt-sm-7, .my-sm-7 {
        margin-top: 90px !important
    }

    .mr-sm-7, .mx-sm-7 {
        margin-right: 90px !important
    }

    .mb-sm-7, .my-sm-7 {
        margin-bottom: 90px !important
    }

    .ml-sm-7, .mx-sm-7 {
        margin-left: 90px !important
    }

    .m-sm-8 {
        margin: 105px !important
    }

    .mt-sm-8, .my-sm-8 {
        margin-top: 105px !important
    }

    .mr-sm-8, .mx-sm-8 {
        margin-right: 105px !important
    }

    .mb-sm-8, .my-sm-8 {
        margin-bottom: 105px !important
    }

    .ml-sm-8, .mx-sm-8 {
        margin-left: 105px !important
    }

    .m-sm-9 {
        margin: 120px !important
    }

    .mt-sm-9, .my-sm-9 {
        margin-top: 120px !important
    }

    .mr-sm-9, .mx-sm-9 {
        margin-right: 120px !important
    }

    .mb-sm-9, .my-sm-9 {
        margin-bottom: 120px !important
    }

    .ml-sm-9, .mx-sm-9 {
        margin-left: 120px !important
    }

    .m-sm-10 {
        margin: 135px !important
    }

    .mt-sm-10, .my-sm-10 {
        margin-top: 135px !important
    }

    .mr-sm-10, .mx-sm-10 {
        margin-right: 135px !important
    }

    .mb-sm-10, .my-sm-10 {
        margin-bottom: 135px !important
    }

    .ml-sm-10, .mx-sm-10 {
        margin-left: 135px !important
    }

    .m-sm-11 {
        margin: 150px !important
    }

    .mt-sm-11, .my-sm-11 {
        margin-top: 150px !important
    }

    .mr-sm-11, .mx-sm-11 {
        margin-right: 150px !important
    }

    .mb-sm-11, .my-sm-11 {
        margin-bottom: 150px !important
    }

    .ml-sm-11, .mx-sm-11 {
        margin-left: 150px !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: 7.5px !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: 7.5px !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: 7.5px !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: 7.5px !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: 7.5px !important
    }

    .p-sm-2 {
        padding: 15px !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: 15px !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: 15px !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: 15px !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: 15px !important
    }

    .p-sm-3 {
        padding: 30px !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 30px !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 30px !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 30px !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 30px !important
    }

    .p-sm-4 {
        padding: 45px !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 45px !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 45px !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 45px !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 45px !important
    }

    .p-sm-5 {
        padding: 60px !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 60px !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 60px !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 60px !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 60px !important
    }

    .p-sm-6 {
        padding: 75px !important
    }

    .pt-sm-6, .py-sm-6 {
        padding-top: 75px !important
    }

    .pr-sm-6, .px-sm-6 {
        padding-right: 75px !important
    }

    .pb-sm-6, .py-sm-6 {
        padding-bottom: 75px !important
    }

    .pl-sm-6, .px-sm-6 {
        padding-left: 75px !important
    }

    .p-sm-7 {
        padding: 90px !important
    }

    .pt-sm-7, .py-sm-7 {
        padding-top: 90px !important
    }

    .pr-sm-7, .px-sm-7 {
        padding-right: 90px !important
    }

    .pb-sm-7, .py-sm-7 {
        padding-bottom: 90px !important
    }

    .pl-sm-7, .px-sm-7 {
        padding-left: 90px !important
    }

    .p-sm-8 {
        padding: 105px !important
    }

    .pt-sm-8, .py-sm-8 {
        padding-top: 105px !important
    }

    .pr-sm-8, .px-sm-8 {
        padding-right: 105px !important
    }

    .pb-sm-8, .py-sm-8 {
        padding-bottom: 105px !important
    }

    .pl-sm-8, .px-sm-8 {
        padding-left: 105px !important
    }

    .p-sm-9 {
        padding: 120px !important
    }

    .pt-sm-9, .py-sm-9 {
        padding-top: 120px !important
    }

    .pr-sm-9, .px-sm-9 {
        padding-right: 120px !important
    }

    .pb-sm-9, .py-sm-9 {
        padding-bottom: 120px !important
    }

    .pl-sm-9, .px-sm-9 {
        padding-left: 120px !important
    }

    .p-sm-10 {
        padding: 135px !important
    }

    .pt-sm-10, .py-sm-10 {
        padding-top: 135px !important
    }

    .pr-sm-10, .px-sm-10 {
        padding-right: 135px !important
    }

    .pb-sm-10, .py-sm-10 {
        padding-bottom: 135px !important
    }

    .pl-sm-10, .px-sm-10 {
        padding-left: 135px !important
    }

    .p-sm-11 {
        padding: 150px !important
    }

    .pt-sm-11, .py-sm-11 {
        padding-top: 150px !important
    }

    .pr-sm-11, .px-sm-11 {
        padding-right: 150px !important
    }

    .pb-sm-11, .py-sm-11 {
        padding-bottom: 150px !important
    }

    .pl-sm-11, .px-sm-11 {
        padding-left: 150px !important
    }

    .m-sm-n1 {
        margin: -7.5px !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -7.5px !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -7.5px !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -7.5px !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -7.5px !important
    }

    .m-sm-n2 {
        margin: -15px !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -15px !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -15px !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -15px !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -15px !important
    }

    .m-sm-n3 {
        margin: -30px !important
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -30px !important
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -30px !important
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -30px !important
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -30px !important
    }

    .m-sm-n4 {
        margin: -45px !important
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -45px !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -45px !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -45px !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -45px !important
    }

    .m-sm-n5 {
        margin: -60px !important
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -60px !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -60px !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -60px !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -60px !important
    }

    .m-sm-n6 {
        margin: -75px !important
    }

    .mt-sm-n6, .my-sm-n6 {
        margin-top: -75px !important
    }

    .mr-sm-n6, .mx-sm-n6 {
        margin-right: -75px !important
    }

    .mb-sm-n6, .my-sm-n6 {
        margin-bottom: -75px !important
    }

    .ml-sm-n6, .mx-sm-n6 {
        margin-left: -75px !important
    }

    .m-sm-n7 {
        margin: -90px !important
    }

    .mt-sm-n7, .my-sm-n7 {
        margin-top: -90px !important
    }

    .mr-sm-n7, .mx-sm-n7 {
        margin-right: -90px !important
    }

    .mb-sm-n7, .my-sm-n7 {
        margin-bottom: -90px !important
    }

    .ml-sm-n7, .mx-sm-n7 {
        margin-left: -90px !important
    }

    .m-sm-n8 {
        margin: -105px !important
    }

    .mt-sm-n8, .my-sm-n8 {
        margin-top: -105px !important
    }

    .mr-sm-n8, .mx-sm-n8 {
        margin-right: -105px !important
    }

    .mb-sm-n8, .my-sm-n8 {
        margin-bottom: -105px !important
    }

    .ml-sm-n8, .mx-sm-n8 {
        margin-left: -105px !important
    }

    .m-sm-n9 {
        margin: -120px !important
    }

    .mt-sm-n9, .my-sm-n9 {
        margin-top: -120px !important
    }

    .mr-sm-n9, .mx-sm-n9 {
        margin-right: -120px !important
    }

    .mb-sm-n9, .my-sm-n9 {
        margin-bottom: -120px !important
    }

    .ml-sm-n9, .mx-sm-n9 {
        margin-left: -120px !important
    }

    .m-sm-n10 {
        margin: -135px !important
    }

    .mt-sm-n10, .my-sm-n10 {
        margin-top: -135px !important
    }

    .mr-sm-n10, .mx-sm-n10 {
        margin-right: -135px !important
    }

    .mb-sm-n10, .my-sm-n10 {
        margin-bottom: -135px !important
    }

    .ml-sm-n10, .mx-sm-n10 {
        margin-left: -135px !important
    }

    .m-sm-n11 {
        margin: -150px !important
    }

    .mt-sm-n11, .my-sm-n11 {
        margin-top: -150px !important
    }

    .mr-sm-n11, .mx-sm-n11 {
        margin-right: -150px !important
    }

    .mb-sm-n11, .my-sm-n11 {
        margin-bottom: -150px !important
    }

    .ml-sm-n11, .mx-sm-n11 {
        margin-left: -150px !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
    }

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

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

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

    .desk-item {
        padding: 25px
    }

    .title-3 {
        font-size: 26px
    }

    .title-4 {
        font-size: 36px
    }

    .title-6 {
        font-size: 22px
    }

    .card-1 {
        padding: 25px
    }
}

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

    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-md-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

    .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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column, .flex-md-row {
        -webkit-box-direction: normal !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -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 {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -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 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -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 {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -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
    }

    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }

    .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: 7.5px !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: 7.5px !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: 7.5px !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: 7.5px !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: 7.5px !important
    }

    .m-md-2 {
        margin: 15px !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: 15px !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: 15px !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: 15px !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: 15px !important
    }

    .m-md-3 {
        margin: 30px !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 30px !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 30px !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 30px !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 30px !important
    }

    .m-md-4 {
        margin: 45px !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 45px !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 45px !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 45px !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 45px !important
    }

    .m-md-5 {
        margin: 60px !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 60px !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 60px !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 60px !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 60px !important
    }

    .m-md-6 {
        margin: 75px !important
    }

    .mt-md-6, .my-md-6 {
        margin-top: 75px !important
    }

    .mr-md-6, .mx-md-6 {
        margin-right: 75px !important
    }

    .mb-md-6, .my-md-6 {
        margin-bottom: 75px !important
    }

    .ml-md-6, .mx-md-6 {
        margin-left: 75px !important
    }

    .m-md-7 {
        margin: 90px !important
    }

    .mt-md-7, .my-md-7 {
        margin-top: 90px !important
    }

    .mr-md-7, .mx-md-7 {
        margin-right: 90px !important
    }

    .mb-md-7, .my-md-7 {
        margin-bottom: 90px !important
    }

    .ml-md-7, .mx-md-7 {
        margin-left: 90px !important
    }

    .m-md-8 {
        margin: 105px !important
    }

    .mt-md-8, .my-md-8 {
        margin-top: 105px !important
    }

    .mr-md-8, .mx-md-8 {
        margin-right: 105px !important
    }

    .mb-md-8, .my-md-8 {
        margin-bottom: 105px !important
    }

    .ml-md-8, .mx-md-8 {
        margin-left: 105px !important
    }

    .m-md-9 {
        margin: 120px !important
    }

    .mt-md-9, .my-md-9 {
        margin-top: 120px !important
    }

    .mr-md-9, .mx-md-9 {
        margin-right: 120px !important
    }

    .mb-md-9, .my-md-9 {
        margin-bottom: 120px !important
    }

    .ml-md-9, .mx-md-9 {
        margin-left: 120px !important
    }

    .m-md-10 {
        margin: 135px !important
    }

    .mt-md-10, .my-md-10 {
        margin-top: 135px !important
    }

    .mr-md-10, .mx-md-10 {
        margin-right: 135px !important
    }

    .mb-md-10, .my-md-10 {
        margin-bottom: 135px !important
    }

    .ml-md-10, .mx-md-10 {
        margin-left: 135px !important
    }

    .m-md-11 {
        margin: 150px !important
    }

    .mt-md-11, .my-md-11 {
        margin-top: 150px !important
    }

    .mr-md-11, .mx-md-11 {
        margin-right: 150px !important
    }

    .mb-md-11, .my-md-11 {
        margin-bottom: 150px !important
    }

    .ml-md-11, .mx-md-11 {
        margin-left: 150px !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: 7.5px !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: 7.5px !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: 7.5px !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: 7.5px !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: 7.5px !important
    }

    .p-md-2 {
        padding: 15px !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: 15px !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: 15px !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: 15px !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: 15px !important
    }

    .p-md-3 {
        padding: 30px !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 30px !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 30px !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 30px !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 30px !important
    }

    .p-md-4 {
        padding: 45px !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 45px !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 45px !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 45px !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 45px !important
    }

    .p-md-5 {
        padding: 60px !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 60px !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 60px !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 60px !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 60px !important
    }

    .p-md-6 {
        padding: 75px !important
    }

    .pt-md-6, .py-md-6 {
        padding-top: 75px !important
    }

    .pr-md-6, .px-md-6 {
        padding-right: 75px !important
    }

    .pb-md-6, .py-md-6 {
        padding-bottom: 75px !important
    }

    .pl-md-6, .px-md-6 {
        padding-left: 75px !important
    }

    .p-md-7 {
        padding: 90px !important
    }

    .pt-md-7, .py-md-7 {
        padding-top: 90px !important
    }

    .pr-md-7, .px-md-7 {
        padding-right: 90px !important
    }

    .pb-md-7, .py-md-7 {
        padding-bottom: 90px !important
    }

    .pl-md-7, .px-md-7 {
        padding-left: 90px !important
    }

    .p-md-8 {
        padding: 105px !important
    }

    .pt-md-8, .py-md-8 {
        padding-top: 105px !important
    }

    .pr-md-8, .px-md-8 {
        padding-right: 105px !important
    }

    .pb-md-8, .py-md-8 {
        padding-bottom: 105px !important
    }

    .pl-md-8, .px-md-8 {
        padding-left: 105px !important
    }

    .p-md-9 {
        padding: 120px !important
    }

    .pt-md-9, .py-md-9 {
        padding-top: 120px !important
    }

    .pr-md-9, .px-md-9 {
        padding-right: 120px !important
    }

    .pb-md-9, .py-md-9 {
        padding-bottom: 120px !important
    }

    .pl-md-9, .px-md-9 {
        padding-left: 120px !important
    }

    .p-md-10 {
        padding: 135px !important
    }

    .pt-md-10, .py-md-10 {
        padding-top: 135px !important
    }

    .pr-md-10, .px-md-10 {
        padding-right: 135px !important
    }

    .pb-md-10, .py-md-10 {
        padding-bottom: 135px !important
    }

    .pl-md-10, .px-md-10 {
        padding-left: 135px !important
    }

    .p-md-11 {
        padding: 150px !important
    }

    .pt-md-11, .py-md-11 {
        padding-top: 150px !important
    }

    .pr-md-11, .px-md-11 {
        padding-right: 150px !important
    }

    .pb-md-11, .py-md-11 {
        padding-bottom: 150px !important
    }

    .pl-md-11, .px-md-11 {
        padding-left: 150px !important
    }

    .m-md-n1 {
        margin: -7.5px !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -7.5px !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -7.5px !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -7.5px !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -7.5px !important
    }

    .m-md-n2 {
        margin: -15px !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -15px !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -15px !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -15px !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -15px !important
    }

    .m-md-n3 {
        margin: -30px !important
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -30px !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -30px !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -30px !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -30px !important
    }

    .m-md-n4 {
        margin: -45px !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -45px !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -45px !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -45px !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -45px !important
    }

    .m-md-n5 {
        margin: -60px !important
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -60px !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -60px !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -60px !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -60px !important
    }

    .m-md-n6 {
        margin: -75px !important
    }

    .mt-md-n6, .my-md-n6 {
        margin-top: -75px !important
    }

    .mr-md-n6, .mx-md-n6 {
        margin-right: -75px !important
    }

    .mb-md-n6, .my-md-n6 {
        margin-bottom: -75px !important
    }

    .ml-md-n6, .mx-md-n6 {
        margin-left: -75px !important
    }

    .m-md-n7 {
        margin: -90px !important
    }

    .mt-md-n7, .my-md-n7 {
        margin-top: -90px !important
    }

    .mr-md-n7, .mx-md-n7 {
        margin-right: -90px !important
    }

    .mb-md-n7, .my-md-n7 {
        margin-bottom: -90px !important
    }

    .ml-md-n7, .mx-md-n7 {
        margin-left: -90px !important
    }

    .m-md-n8 {
        margin: -105px !important
    }

    .mt-md-n8, .my-md-n8 {
        margin-top: -105px !important
    }

    .mr-md-n8, .mx-md-n8 {
        margin-right: -105px !important
    }

    .mb-md-n8, .my-md-n8 {
        margin-bottom: -105px !important
    }

    .ml-md-n8, .mx-md-n8 {
        margin-left: -105px !important
    }

    .m-md-n9 {
        margin: -120px !important
    }

    .mt-md-n9, .my-md-n9 {
        margin-top: -120px !important
    }

    .mr-md-n9, .mx-md-n9 {
        margin-right: -120px !important
    }

    .mb-md-n9, .my-md-n9 {
        margin-bottom: -120px !important
    }

    .ml-md-n9, .mx-md-n9 {
        margin-left: -120px !important
    }

    .m-md-n10 {
        margin: -135px !important
    }

    .mt-md-n10, .my-md-n10 {
        margin-top: -135px !important
    }

    .mr-md-n10, .mx-md-n10 {
        margin-right: -135px !important
    }

    .mb-md-n10, .my-md-n10 {
        margin-bottom: -135px !important
    }

    .ml-md-n10, .mx-md-n10 {
        margin-left: -135px !important
    }

    .m-md-n11 {
        margin: -150px !important
    }

    .mt-md-n11, .my-md-n11 {
        margin-top: -150px !important
    }

    .mr-md-n11, .mx-md-n11 {
        margin-right: -150px !important
    }

    .mb-md-n11, .my-md-n11 {
        margin-bottom: -150px !important
    }

    .ml-md-n11, .mx-md-n11 {
        margin-left: -150px !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
    }

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

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

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

    .order-steps__step {
        padding: 40px 0 50px 160px
    }
}

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

    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-lg-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

    .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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column, .flex-lg-row {
        -webkit-box-direction: normal !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -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 {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -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 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -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 {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -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
    }

    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

    .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: 7.5px !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: 7.5px !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: 7.5px !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: 7.5px !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: 7.5px !important
    }

    .m-lg-2 {
        margin: 15px !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: 15px !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: 15px !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: 15px !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: 15px !important
    }

    .m-lg-3 {
        margin: 30px !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 30px !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 30px !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 30px !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 30px !important
    }

    .m-lg-4 {
        margin: 45px !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 45px !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 45px !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 45px !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 45px !important
    }

    .m-lg-5 {
        margin: 60px !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 60px !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 60px !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 60px !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 60px !important
    }

    .m-lg-6 {
        margin: 75px !important
    }

    .mt-lg-6, .my-lg-6 {
        margin-top: 75px !important
    }

    .mr-lg-6, .mx-lg-6 {
        margin-right: 75px !important
    }

    .mb-lg-6, .my-lg-6 {
        margin-bottom: 75px !important
    }

    .ml-lg-6, .mx-lg-6 {
        margin-left: 75px !important
    }

    .m-lg-7 {
        margin: 90px !important
    }

    .mt-lg-7, .my-lg-7 {
        margin-top: 90px !important
    }

    .mr-lg-7, .mx-lg-7 {
        margin-right: 90px !important
    }

    .mb-lg-7, .my-lg-7 {
        margin-bottom: 90px !important
    }

    .ml-lg-7, .mx-lg-7 {
        margin-left: 90px !important
    }

    .m-lg-8 {
        margin: 105px !important
    }

    .mt-lg-8, .my-lg-8 {
        margin-top: 105px !important
    }

    .mr-lg-8, .mx-lg-8 {
        margin-right: 105px !important
    }

    .mb-lg-8, .my-lg-8 {
        margin-bottom: 105px !important
    }

    .ml-lg-8, .mx-lg-8 {
        margin-left: 105px !important
    }

    .m-lg-9 {
        margin: 120px !important
    }

    .mt-lg-9, .my-lg-9 {
        margin-top: 120px !important
    }

    .mr-lg-9, .mx-lg-9 {
        margin-right: 120px !important
    }

    .mb-lg-9, .my-lg-9 {
        margin-bottom: 120px !important
    }

    .ml-lg-9, .mx-lg-9 {
        margin-left: 120px !important
    }

    .m-lg-10 {
        margin: 135px !important
    }

    .mt-lg-10, .my-lg-10 {
        margin-top: 135px !important
    }

    .mr-lg-10, .mx-lg-10 {
        margin-right: 135px !important
    }

    .mb-lg-10, .my-lg-10 {
        margin-bottom: 135px !important
    }

    .ml-lg-10, .mx-lg-10 {
        margin-left: 135px !important
    }

    .m-lg-11 {
        margin: 150px !important
    }

    .mt-lg-11, .my-lg-11 {
        margin-top: 150px !important
    }

    .mr-lg-11, .mx-lg-11 {
        margin-right: 150px !important
    }

    .mb-lg-11, .my-lg-11 {
        margin-bottom: 150px !important
    }

    .ml-lg-11, .mx-lg-11 {
        margin-left: 150px !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: 7.5px !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: 7.5px !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: 7.5px !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: 7.5px !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: 7.5px !important
    }

    .p-lg-2 {
        padding: 15px !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: 15px !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: 15px !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: 15px !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: 15px !important
    }

    .p-lg-3 {
        padding: 30px !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 30px !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 30px !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 30px !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 30px !important
    }

    .p-lg-4 {
        padding: 45px !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 45px !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 45px !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 45px !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 45px !important
    }

    .p-lg-5 {
        padding: 60px !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 60px !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 60px !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 60px !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 60px !important
    }

    .p-lg-6 {
        padding: 75px !important
    }

    .pt-lg-6, .py-lg-6 {
        padding-top: 75px !important
    }

    .pr-lg-6, .px-lg-6 {
        padding-right: 75px !important
    }

    .pb-lg-6, .py-lg-6 {
        padding-bottom: 75px !important
    }

    .pl-lg-6, .px-lg-6 {
        padding-left: 75px !important
    }

    .p-lg-7 {
        padding: 90px !important
    }

    .pt-lg-7, .py-lg-7 {
        padding-top: 90px !important
    }

    .pr-lg-7, .px-lg-7 {
        padding-right: 90px !important
    }

    .pb-lg-7, .py-lg-7 {
        padding-bottom: 90px !important
    }

    .pl-lg-7, .px-lg-7 {
        padding-left: 90px !important
    }

    .p-lg-8 {
        padding: 105px !important
    }

    .pt-lg-8, .py-lg-8 {
        padding-top: 105px !important
    }

    .pr-lg-8, .px-lg-8 {
        padding-right: 105px !important
    }

    .pb-lg-8, .py-lg-8 {
        padding-bottom: 105px !important
    }

    .pl-lg-8, .px-lg-8 {
        padding-left: 105px !important
    }

    .p-lg-9 {
        padding: 120px !important
    }

    .pt-lg-9, .py-lg-9 {
        padding-top: 120px !important
    }

    .pr-lg-9, .px-lg-9 {
        padding-right: 120px !important
    }

    .pb-lg-9, .py-lg-9 {
        padding-bottom: 120px !important
    }

    .pl-lg-9, .px-lg-9 {
        padding-left: 120px !important
    }

    .p-lg-10 {
        padding: 135px !important
    }

    .pt-lg-10, .py-lg-10 {
        padding-top: 135px !important
    }

    .pr-lg-10, .px-lg-10 {
        padding-right: 135px !important
    }

    .pb-lg-10, .py-lg-10 {
        padding-bottom: 135px !important
    }

    .pl-lg-10, .px-lg-10 {
        padding-left: 135px !important
    }

    .p-lg-11 {
        padding: 150px !important
    }

    .pt-lg-11, .py-lg-11 {
        padding-top: 150px !important
    }

    .pr-lg-11, .px-lg-11 {
        padding-right: 150px !important
    }

    .pb-lg-11, .py-lg-11 {
        padding-bottom: 150px !important
    }

    .pl-lg-11, .px-lg-11 {
        padding-left: 150px !important
    }

    .m-lg-n1 {
        margin: -7.5px !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -7.5px !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -7.5px !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -7.5px !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -7.5px !important
    }

    .m-lg-n2 {
        margin: -15px !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -15px !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -15px !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -15px !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -15px !important
    }

    .m-lg-n3 {
        margin: -30px !important
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -30px !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -30px !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -30px !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -30px !important
    }

    .m-lg-n4 {
        margin: -45px !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -45px !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -45px !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -45px !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -45px !important
    }

    .m-lg-n5 {
        margin: -60px !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -60px !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -60px !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -60px !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -60px !important
    }

    .m-lg-n6 {
        margin: -75px !important
    }

    .mt-lg-n6, .my-lg-n6 {
        margin-top: -75px !important
    }

    .mr-lg-n6, .mx-lg-n6 {
        margin-right: -75px !important
    }

    .mb-lg-n6, .my-lg-n6 {
        margin-bottom: -75px !important
    }

    .ml-lg-n6, .mx-lg-n6 {
        margin-left: -75px !important
    }

    .m-lg-n7 {
        margin: -90px !important
    }

    .mt-lg-n7, .my-lg-n7 {
        margin-top: -90px !important
    }

    .mr-lg-n7, .mx-lg-n7 {
        margin-right: -90px !important
    }

    .mb-lg-n7, .my-lg-n7 {
        margin-bottom: -90px !important
    }

    .ml-lg-n7, .mx-lg-n7 {
        margin-left: -90px !important
    }

    .m-lg-n8 {
        margin: -105px !important
    }

    .mt-lg-n8, .my-lg-n8 {
        margin-top: -105px !important
    }

    .mr-lg-n8, .mx-lg-n8 {
        margin-right: -105px !important
    }

    .mb-lg-n8, .my-lg-n8 {
        margin-bottom: -105px !important
    }

    .ml-lg-n8, .mx-lg-n8 {
        margin-left: -105px !important
    }

    .m-lg-n9 {
        margin: -120px !important
    }

    .mt-lg-n9, .my-lg-n9 {
        margin-top: -120px !important
    }

    .mr-lg-n9, .mx-lg-n9 {
        margin-right: -120px !important
    }

    .mb-lg-n9, .my-lg-n9 {
        margin-bottom: -120px !important
    }

    .ml-lg-n9, .mx-lg-n9 {
        margin-left: -120px !important
    }

    .m-lg-n10 {
        margin: -135px !important
    }

    .mt-lg-n10, .my-lg-n10 {
        margin-top: -135px !important
    }

    .mr-lg-n10, .mx-lg-n10 {
        margin-right: -135px !important
    }

    .mb-lg-n10, .my-lg-n10 {
        margin-bottom: -135px !important
    }

    .ml-lg-n10, .mx-lg-n10 {
        margin-left: -135px !important
    }

    .m-lg-n11 {
        margin: -150px !important
    }

    .mt-lg-n11, .my-lg-n11 {
        margin-top: -150px !important
    }

    .mr-lg-n11, .mx-lg-n11 {
        margin-right: -150px !important
    }

    .mb-lg-n11, .my-lg-n11 {
        margin-bottom: -150px !important
    }

    .ml-lg-n11, .mx-lg-n11 {
        margin-left: -150px !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
    }

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

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

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

    .not-found-code {
        font-size: 10rem
    }

    .app-hero__title {
        font-size: 40px
    }

    .app-hero__subtitle {
        font-size: 26px
    }

    .carousel-x4 .slick-arrow {
        width: 70px;
        height: 70px
    }
}

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

    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-xl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

    .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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column, .flex-xl-row {
        -webkit-box-direction: normal !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -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 {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -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 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -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 {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -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-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .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: 7.5px !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: 7.5px !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: 7.5px !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: 7.5px !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: 7.5px !important
    }

    .m-xl-2 {
        margin: 15px !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: 15px !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: 15px !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: 15px !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: 15px !important
    }

    .m-xl-3 {
        margin: 30px !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 30px !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 30px !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 30px !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 30px !important
    }

    .m-xl-4 {
        margin: 45px !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 45px !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 45px !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 45px !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 45px !important
    }

    .m-xl-5 {
        margin: 60px !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 60px !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 60px !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 60px !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 60px !important
    }

    .m-xl-6 {
        margin: 75px !important
    }

    .mt-xl-6, .my-xl-6 {
        margin-top: 75px !important
    }

    .mr-xl-6, .mx-xl-6 {
        margin-right: 75px !important
    }

    .mb-xl-6, .my-xl-6 {
        margin-bottom: 75px !important
    }

    .ml-xl-6, .mx-xl-6 {
        margin-left: 75px !important
    }

    .m-xl-7 {
        margin: 90px !important
    }

    .mt-xl-7, .my-xl-7 {
        margin-top: 90px !important
    }

    .mr-xl-7, .mx-xl-7 {
        margin-right: 90px !important
    }

    .mb-xl-7, .my-xl-7 {
        margin-bottom: 90px !important
    }

    .ml-xl-7, .mx-xl-7 {
        margin-left: 90px !important
    }

    .m-xl-8 {
        margin: 105px !important
    }

    .mt-xl-8, .my-xl-8 {
        margin-top: 105px !important
    }

    .mr-xl-8, .mx-xl-8 {
        margin-right: 105px !important
    }

    .mb-xl-8, .my-xl-8 {
        margin-bottom: 105px !important
    }

    .ml-xl-8, .mx-xl-8 {
        margin-left: 105px !important
    }

    .m-xl-9 {
        margin: 120px !important
    }

    .mt-xl-9, .my-xl-9 {
        margin-top: 120px !important
    }

    .mr-xl-9, .mx-xl-9 {
        margin-right: 120px !important
    }

    .mb-xl-9, .my-xl-9 {
        margin-bottom: 120px !important
    }

    .ml-xl-9, .mx-xl-9 {
        margin-left: 120px !important
    }

    .m-xl-10 {
        margin: 135px !important
    }

    .mt-xl-10, .my-xl-10 {
        margin-top: 135px !important
    }

    .mr-xl-10, .mx-xl-10 {
        margin-right: 135px !important
    }

    .mb-xl-10, .my-xl-10 {
        margin-bottom: 135px !important
    }

    .ml-xl-10, .mx-xl-10 {
        margin-left: 135px !important
    }

    .m-xl-11 {
        margin: 150px !important
    }

    .mt-xl-11, .my-xl-11 {
        margin-top: 150px !important
    }

    .mr-xl-11, .mx-xl-11 {
        margin-right: 150px !important
    }

    .mb-xl-11, .my-xl-11 {
        margin-bottom: 150px !important
    }

    .ml-xl-11, .mx-xl-11 {
        margin-left: 150px !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: 7.5px !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: 7.5px !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: 7.5px !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: 7.5px !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: 7.5px !important
    }

    .p-xl-2 {
        padding: 15px !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: 15px !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: 15px !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: 15px !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: 15px !important
    }

    .p-xl-3 {
        padding: 30px !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 30px !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 30px !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 30px !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 30px !important
    }

    .p-xl-4 {
        padding: 45px !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 45px !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 45px !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 45px !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 45px !important
    }

    .p-xl-5 {
        padding: 60px !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 60px !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 60px !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 60px !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 60px !important
    }

    .p-xl-6 {
        padding: 75px !important
    }

    .pt-xl-6, .py-xl-6 {
        padding-top: 75px !important
    }

    .pr-xl-6, .px-xl-6 {
        padding-right: 75px !important
    }

    .pb-xl-6, .py-xl-6 {
        padding-bottom: 75px !important
    }

    .pl-xl-6, .px-xl-6 {
        padding-left: 75px !important
    }

    .p-xl-7 {
        padding: 90px !important
    }

    .pt-xl-7, .py-xl-7 {
        padding-top: 90px !important
    }

    .pr-xl-7, .px-xl-7 {
        padding-right: 90px !important
    }

    .pb-xl-7, .py-xl-7 {
        padding-bottom: 90px !important
    }

    .pl-xl-7, .px-xl-7 {
        padding-left: 90px !important
    }

    .p-xl-8 {
        padding: 105px !important
    }

    .pt-xl-8, .py-xl-8 {
        padding-top: 105px !important
    }

    .pr-xl-8, .px-xl-8 {
        padding-right: 105px !important
    }

    .pb-xl-8, .py-xl-8 {
        padding-bottom: 105px !important
    }

    .pl-xl-8, .px-xl-8 {
        padding-left: 105px !important
    }

    .p-xl-9 {
        padding: 120px !important
    }

    .pt-xl-9, .py-xl-9 {
        padding-top: 120px !important
    }

    .pr-xl-9, .px-xl-9 {
        padding-right: 120px !important
    }

    .pb-xl-9, .py-xl-9 {
        padding-bottom: 120px !important
    }

    .pl-xl-9, .px-xl-9 {
        padding-left: 120px !important
    }

    .p-xl-10 {
        padding: 135px !important
    }

    .pt-xl-10, .py-xl-10 {
        padding-top: 135px !important
    }

    .pr-xl-10, .px-xl-10 {
        padding-right: 135px !important
    }

    .pb-xl-10, .py-xl-10 {
        padding-bottom: 135px !important
    }

    .pl-xl-10, .px-xl-10 {
        padding-left: 135px !important
    }

    .p-xl-11 {
        padding: 150px !important
    }

    .pt-xl-11, .py-xl-11 {
        padding-top: 150px !important
    }

    .pr-xl-11, .px-xl-11 {
        padding-right: 150px !important
    }

    .pb-xl-11, .py-xl-11 {
        padding-bottom: 150px !important
    }

    .pl-xl-11, .px-xl-11 {
        padding-left: 150px !important
    }

    .m-xl-n1 {
        margin: -7.5px !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -7.5px !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -7.5px !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -7.5px !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -7.5px !important
    }

    .m-xl-n2 {
        margin: -15px !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -15px !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -15px !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -15px !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -15px !important
    }

    .m-xl-n3 {
        margin: -30px !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -30px !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -30px !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -30px !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -30px !important
    }

    .m-xl-n4 {
        margin: -45px !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -45px !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -45px !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -45px !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -45px !important
    }

    .m-xl-n5 {
        margin: -60px !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -60px !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -60px !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -60px !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -60px !important
    }

    .m-xl-n6 {
        margin: -75px !important
    }

    .mt-xl-n6, .my-xl-n6 {
        margin-top: -75px !important
    }

    .mr-xl-n6, .mx-xl-n6 {
        margin-right: -75px !important
    }

    .mb-xl-n6, .my-xl-n6 {
        margin-bottom: -75px !important
    }

    .ml-xl-n6, .mx-xl-n6 {
        margin-left: -75px !important
    }

    .m-xl-n7 {
        margin: -90px !important
    }

    .mt-xl-n7, .my-xl-n7 {
        margin-top: -90px !important
    }

    .mr-xl-n7, .mx-xl-n7 {
        margin-right: -90px !important
    }

    .mb-xl-n7, .my-xl-n7 {
        margin-bottom: -90px !important
    }

    .ml-xl-n7, .mx-xl-n7 {
        margin-left: -90px !important
    }

    .m-xl-n8 {
        margin: -105px !important
    }

    .mt-xl-n8, .my-xl-n8 {
        margin-top: -105px !important
    }

    .mr-xl-n8, .mx-xl-n8 {
        margin-right: -105px !important
    }

    .mb-xl-n8, .my-xl-n8 {
        margin-bottom: -105px !important
    }

    .ml-xl-n8, .mx-xl-n8 {
        margin-left: -105px !important
    }

    .m-xl-n9 {
        margin: -120px !important
    }

    .mt-xl-n9, .my-xl-n9 {
        margin-top: -120px !important
    }

    .mr-xl-n9, .mx-xl-n9 {
        margin-right: -120px !important
    }

    .mb-xl-n9, .my-xl-n9 {
        margin-bottom: -120px !important
    }

    .ml-xl-n9, .mx-xl-n9 {
        margin-left: -120px !important
    }

    .m-xl-n10 {
        margin: -135px !important
    }

    .mt-xl-n10, .my-xl-n10 {
        margin-top: -135px !important
    }

    .mr-xl-n10, .mx-xl-n10 {
        margin-right: -135px !important
    }

    .mb-xl-n10, .my-xl-n10 {
        margin-bottom: -135px !important
    }

    .ml-xl-n10, .mx-xl-n10 {
        margin-left: -135px !important
    }

    .m-xl-n11 {
        margin: -150px !important
    }

    .mt-xl-n11, .my-xl-n11 {
        margin-top: -150px !important
    }

    .mr-xl-n11, .mx-xl-n11 {
        margin-right: -150px !important
    }

    .mb-xl-n11, .my-xl-n11 {
        margin-bottom: -150px !important
    }

    .ml-xl-n11, .mx-xl-n11 {
        margin-left: -150px !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-xl-left {
        text-align: left !important
    }

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

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

    #map-fixed {
        padding: 0;
        position: fixed;
        right: 0;
        top: 0;
        height: 100vh;
        z-index: 2;
        margin: 0
    }

    #app-features .title-2 {
        min-height: 78px
    }
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

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

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

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

    .table-responsive-xl > .table-bordered {
        border: 0
    }
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        transition: none
    }

    .collapsing {
        -webkit-transition: none;
        transition: none
    }

    .badge {
        -webkit-transition: none;
        transition: none
    }

    .progress-bar {
        -webkit-transition: none;
        transition: none
    }

    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

@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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    *, :after, :before {
        text-shadow: none !important;
        -webkit-box-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
    }

    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 #000
    }

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

    .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__thumb-border, .fotorama__video-close, .fotorama__video-play {
        background: none !important
    }

    .datepickers-container {
        display: none
    }
}

@media screen and (max-width: 1199px) {
    .dummy {
        background: red
    }

    .btn-wishlist .svgicon {
        display: none
    }

    .filter-block-1 .title-2 {
        margin-bottom: .8em
    }

    .filter-block-2 .title-2 {
        margin-bottom: .8em
    }

    .afisha-item__button {
        display: block;
        padding: 10px 0;
        text-align: center;
        position: relative
    }

    .afisha-item__button .btn {
        padding: 12px 0;
        font-size: 18px;
        text-align: center;
        width: 100%
    }
}

@media screen and (max-width: 1139px) {
    .dummy {
        background: red
    }
}

@media screen and (max-width: 479px) {
    .dummy {
        background: blue
    }

    .footer_logo {
        padding: 0 30px
    }

    .fb_payment img {
        max-width: 100px;
        margin: 14px 0 0 7px
    }

    .events-dd {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .upcoming-buttons {
        text-align: center;
        white-space: nowrap
    }

    .filter-items {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 0 15px 0 0
    }

    .filter-items .col-auto {
        padding: 0 0 0 15px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .filter-items .dd__current, .filter-items .filter-date input {
        font-size: .75em
    }

    .check-buttons .col-auto {
        padding: 0 10px;
        text-align: center
    }

    .category_btns {
        white-space: nowrap
    }

    .event-card__loca > svg {
        width: 16px;
        height: 16px
    }

    .event-card__bottom .social-links svg {
        width: 14px;
        height: 14px
    }

    .afisha-2 .col {
        margin-left: -15px
    }

    .afisha-2 .button-dark {
        font-size: 13px
    }
}

@media screen and (max-width: 575px) {
    .dummy {
        background: red
    }

    p.poster-text {
        font-size: 12px
    }

    .lr-3 .download-text {
        display: block;
        margin: 0 0 10px
    }

    .event-card__middle .btn {
        display: none
    }
}

@media screen and (min-width: 400px) {
    .dummy {
        background: green
    }

    .slider_content {
        left: 25px
    }
}

@media screen and (min-width: 480px) {
    .dummy {
        background: red
    }

    .city-list {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3
    }

    .city-list__item {
        padding: 5px 15px
    }

    .dd__current {
        padding: 0 25px 0 0
    }

    .dd__current svg {
        width: 14px;
        height: 14px
    }

    .filter-date {
        max-width: 130px
    }

    .filter-date input {
        padding: 0 25px 0 0
    }

    .filter-date svg {
        width: 14px;
        height: 14px
    }

    .title-2 {
        font-size: 28px
    }

    .auth-popup {
        padding: 30px 20px
    }

    .auth-form {
        font-size: 18px
    }

    .event-filter {
        padding: 0 0 40px
    }

    .status {
        font-size: 1.125em
    }

    .cat_filter__item {
        width: 33.33%
    }

    .btn-arrow {
        font-size: 1.375em
    }

    .btn {
        font-size: 20px
    }

    .btn-showmore {
        font-size: 1.375em
    }

    .h-buttons__item {
        padding: 3px 15px 0
    }

    .calendar-content, .language-content {
        width: 300px;
        padding: 30px 40px
    }

    .calendar-content ul > li, .language-content ul > li {
        margin: 20px 0
    }

    .calendar-content a, .language-content a {
        font-size: 1.125em
    }

    .language-content {
        width: 120px !important;
        padding: 10px 20px !important
    }

    .home_slider .slick-dots button {
        width: 30px
    }

    .footer_nav {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }

    .footer_bottom {
        font-size: 1.125em;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .fb_payment {
        padding: 30px
    }

    .social {
        padding: 30px
    }

    .upcoming-buttons .place_btn {
        margin: 0 20px 0 0
    }

    .afisha-item {
        font-size: 1.2em
    }

    .afisha-item__content .afisha-item__title a:first-child {
        height: 74px
    }

    .check-buttons .btn-check {
        font-size: 1em
    }

    .check-buttons .btn-check svg {
        width: 27px;
        height: 27px;
        margin: 0 8px 0 0
    }

    .place_btn {
        font-size: 1em
    }

    .promo-slide__subtitle {
        font-size: 1.875em
    }

    .promo-slide__subtitle img {
        width: 44px;
        height: 44px
    }

    .promo-slide__title {
        font-size: 2.5em
    }

    .event-card__price {
        font-size: 1.625em
    }

    .event-card__bottom .social-links {
        font-size: 1em
    }

    .profile-social__btn {
        min-width: 300px
    }

    .afisha-2__image {
        max-width: 160px
    }

    .afisha-2__tickets {
        font-size: 1.125em;
        margin-bottom: 1em
    }

    .afisha-2__date {
        font-size: 1.125em;
        margin-bottom: 10px
    }

    .afisha-2__title {
        font-size: 1.25em
    }

    .afisha-2__place {
        font-size: 1.25em;
        margin-bottom: 20px
    }

    .suggestion-item__content {
        padding: 0 0 0 15px
    }

    .suggestion-item__date {
        font-size: .875em;
        margin: 0 0 .5em
    }

    .suggestion-item__title {
        font-size: 1.125em
    }
}

@media screen and (min-width: 576px) {
    .dummy {
        background: red
    }

    .header-top [role~=tooltip][data-microtip-size=large]:after {
        font-size: 16px;
        width: 360px;
        padding: 2em
    }

    .slider_preview__content {
        padding: 20px
    }

    .slider_preview__small {
        font-size: 1.125em
    }

    .slider_preview__big {
        font-size: 1.625em
    }

    .slider_content__big {
        font-size: 3.125em
    }

    .slider_next .slider_preview__big {
        font-size: 2.5em
    }

    .event-card__image img {
        display: block
    }

    .event-card__top {
        margin-bottom: 3px
    }

    .event-card__middle {
        padding: 25px
    }

    .suggestion-item__title {
        font-size: 1.375em
    }

    .suggestion-item__place {
        font-size: 1em;
        max-width: 200px
    }

    .suggestion-item__price {
        font-size: 1em
    }
}

@media screen and (min-width: 768px) {
    .dummy {
        background: green
    }

    p {
        font-size: 1.25em
    }

    ._wrap {
        margin-left: 50px;
        margin-right: 50px
    }

    .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
        padding-left: 30px;
        padding-right: 30px
    }

    .city-list {
        padding: 10px;
        font-size: 1em
    }

    .grey-block {
        padding: 50px
    }

    .dd__current {
        font-size: 1.375em;
        padding: 0 30px 0 0
    }

    .dd__list {
        width: 300px;
        padding: 25px 40px
    }

    .dd__list li {
        font-size: 1.375em;
        padding: 15px 0
    }

    .filter-date {
        max-width: 175px
    }

    .filter-date input {
        font-size: 1.375em
    }

    .spacer-y {
        padding: 60px 0
    }

    .title-1 {
        font-size: 2.1875em
    }

    .article-title {
        font-size: 1.875em
    }

    .datepicker {
        width: 370px !important;
        font-size: 16px
    }

    .datepicker--nav {
        padding: 30px 35px 10px;
        font-size: 22px
    }

    .datepicker--content {
        padding: 0 35px 35px
    }

    .datepicker--day-name {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        font-size: 16px;
        width: 40px;
        height: 40px
    }

    .datepicker--cell {
        height: 40px;
        width: 40px
    }

    .location-menu.active {
        background-color: #f0f0f0;
        color: #000;
        border-radius: 0;
        margin: -22px 1px 0;
        -webkit-transform: translateY(13px);
        transform: translateY(13px);
        padding: 12px 14px 10px
    }

    .b-forb {
        border-left: 3px solid #e61a31;
        padding: 0 0 10px 20px
    }

    .b-forb-big {
        padding: 0 0 10px 30px
    }

    .b-forb-big p {
        font-size: 18px
    }

    .lr-header .main-logo {
        margin: 100px 0 44px
    }

    .lr-1 .b-forb {
        margin-top: 20px
    }

    .s-title {
        font-size: 45px
    }

    .billboard-image {
        margin-top: -20px
    }

    .home-page:before {
        display: none;
        background: #f0f0f0;
        height: 100px;
        z-index: 9
    }

    .home-page .header-main {
        background: none;
        color: #f0f0f0;
    }

    .home-page .hamburger-inner, .home-page .hamburger-inner:after, .home-page .hamburger-inner:before {
        background: #f0f0f0
    }

    .hamburger {
        padding-left: 40px
    }

    .header-main {
        border-bottom: 1px solid #f0f0f0
    }

    .header.sticky {
        background: #f8fafb;
        box-shadow: 0 2px 4px rgba(0,0,0,.5);
        position: relative;
    }

    .header.sticky .header-main {
        color: #121212;
        padding: 15px 100px;
    }

    .header.sticky .header-main > div{
        flex: 0 0 calc(100%/3);
    }

    .header-menu {
        border-top: 1px solid rgba(0,0,0,.1);
    }

    .header-menu ul {
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .header-menu ul li a {
        display: block;
        line-height: 20px;
        color: #000;
        font-size: 16px;
        padding: 19px 16px;
        transition: all .1s;
    }

    .header-menu ul li a:hover {
        color: #fff;
        background: #c24750;
    }

    .logo-item {
        max-width: 200px;
    }

    .header.sticky .header-main .hamburger-inner, .header.sticky .header-main .hamburger-inner:after, .header.sticky .header-main .hamburger-inner:before {
        background: #282828
    }

    .header-socials {
        display: flex;
        gap: 5px;
    }

    .header-socials a {
        display: flex;
        border-radius: 50%;
        height: 33px;
        width: 33px;
        justify-content: center;
        align-items: center;
    }

    .header-socials a img {
        height: 33px;
        width: 33px;
        max-width: 36px;
    }

    .header-socials li:nth-child(3) a img{
        height: 36px;
        width: 36px;
    }

    /*.aside-menu__logo, .logo {*/
    /*    display: -webkit-box;*/
    /*    display: -ms-flexbox;*/
    /*    display: flex;*/
    /*    -webkit-box-orient: vertical;*/
    /*    -webkit-box-direction: normal;*/
    /*    -ms-flex-direction: column;*/
    /*    flex-direction: column;*/
    /*    -webkit-box-pack: center;*/
    /*    -ms-flex-pack: center;*/
    /*    justify-content: center;*/
    /*    -webkit-box-align: center;*/
    /*    -ms-flex-align: center;*/
    /*    align-items: center;*/
    /*    -webkit-box-ordinal-group: 0;*/
    /*    -ms-flex-order: 0;*/
    /*    order: 0;*/
    /*    height: 100px;*/
    /*    flex-shrink: 0;*/
    /*}*/

    .h-buttons__item svg {
        width: 18px;
        height: 18px
    }

    .search-form {
        width: calc(100% - 105px)
    }

    .search-form input {
        padding: 0 35px 0 40px
    }

    .home_slider {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        border-radius: 0
    }

    .home_slider .slick-dots {
        bottom: 60px;
        left: 40px
    }

    .home_slider .slider_preview {
        display: block
    }

    .slider_content {
        left: 40px;
        bottom: 100px;
        width: calc(100% - 350px)
    }

    .slider_content__small {
        font-size: 1.25em
    }

    .slider_content__place {
        font-size: 1.25em
    }

    .slider_next {
        display: none
    }

    .aside-menu__close {
        position: absolute;
        top: 50%;
        margin-top: auto;
        margin-bottom: auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 44px
    }

    .aside-menu__left {
        float: left;
        width: 50%;
        min-height: calc(100% - 100px);
        padding: 53px 40px 30px
    }

    .aside-menu__categories {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-flow: wrap;
        flex-flow: wrap
    }

    .aside-menu__categories > li {
        font-size: 1.25em;
        width: 43%;
        text-transform: uppercase
    }

    .aside-menu__right {
        padding: 20px 40px 30px;
        float: left;
        width: 50%;
        height: calc(100% - 100px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .aside-menu__right .b-contacts {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding: 0 0 25px;
        border-top: 0;
        border-bottom: 2px solid #dedede;
        margin: 0 0 25px
    }

    .aside-menu__nav > li {
        font-size: 1.25em
    }

    .lang-chooser a {
        font-size: 1.25em
    }

    .footer {
        padding-bottom: 10px
    }

    .footer_container {
        color: #AEBBD2;
        padding: 50px
    }

    .footer_middle {
        border-color: #000;
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }

    .fm_col {
        border: 0;
        padding: 0;
        margin-bottom: 40px
    }

    .fm_col__head {
        font-size: 1.625em
    }

    .fm_col__body {
        background: none;
        display: block
    }

    .fm_expand {
        display: none
    }

    .footer_nav {
        font-size: 1.4375em
    }

    .footer_bottom {
        padding: 30px 0 0
    }

    .copyright {
        padding: 0;
        background: none
    }

    .btn-rules {
        padding: 0;
        background: none
    }

    .filter-block-1 {
        padding: 50px 0
    }

    .filter-block-2 {
        padding: 50px 0
    }

    .check-buttons .btn-check {
        font-size: 1.25em
    }

    .home_categories .btn-check {
        padding: 0 20px
    }

    .category_carousel {
        padding: 60px 0 0
    }

    .category_carousel .slick-arrow {
        top: 40%;
        bottom: auto;
        margin: 0
    }

    .category_carousel .slick-prev {
        left: -35px;
        right: auto
    }

    .category_carousel .slick-next {
        right: -35px;
        left: auto
    }

    .afisha-carousel {
        padding-left: 35px;
        padding-right: 35px
    }

    .home_news .title-2 {
        padding: 0 0 50px
    }

    .post-item__date {
        padding: 0 15px 15px;
        font-size: 1.125em
    }

    .post-item__desc {
        padding: 20px 20px 0 0
    }

    .places_btns {
        padding: 50px 0 0
    }

    .promo-slide__buttons {
        margin: 0
    }

    .event-recommend .home_categories {
        background: none;
        margin: 0
    }

    .profile .profile-sidebar {
        border-right: 2px solid #eaeaea
    }

    .profile-content {
        padding-left: 20px
    }

    .profile-title {
        font-size: 2.25em;
        margin-bottom: 50px
    }

    .profile-form__group {
        max-width: 400px
    }

    .profile-social__text {
        margin: 0;
        max-width: 350px
    }

    .about__header {
        font-size: 2.5em
    }

    .tt-menu {
        padding: 30px 10px 0 40px
    }

    .suggestion-item {
        margin-bottom: 25px
    }

    .suggestion-item:focus .suggestion-item__image, .suggestion-item:hover .suggestion-item__image {
        opacity: .8
    }

    .suggestion-item__image {
        padding: 0 0 23%;
        width: 35%
    }

    .suggestion-item__content {
        padding: 0 20px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .suggestion-item__date {
        font-weight: 900
    }

    .suggestion-item__title {
        font-size: 1.125em
    }

    .suggestion-item__place {
        max-width: 250px
    }

    .suggestion-item__place svg {
        margin: -2px 7px 0 0;
        width: 15px;
        height: 15px
    }

    .query-more {
        margin: 0 30px 0 0
    }

    .empty-message__title {
        font-size: 1.5em
    }
}

@media screen and (min-width: 992px) {
    .dummy {
        background: red
    }

    .city-list {
        padding: 20px 0 20px 20px;
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4
    }

    .city-list__item {
        padding: 8px 20px
    }

    .article-title {
        font-size: 2.5em
    }

    .article-subtitle {
        font-size: 2em
    }

    .lr-1 .container {
        max-width: 1080px
    }

    p.poster-text.poster-text-left {
        margin-left: 80px
    }

    p.poster-text.poster-text-right {
        margin-right: 80px
    }

    .home_slider .slick-dots > li {
        margin: 0 15px 0 0
    }

    .home_slider .slick-dots button {
        width: 50px;
        height: 30px
    }

    .home_slider .slick-dots button:after {
        top: 14px
    }

    .footer_top {
        /*display: -webkit-box;*/
        /*display: -ms-flexbox;*/
        /*display: flex;*/
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .btn-rules {
        width: auto
    }

    .check-buttons .btn-check {
        font-size: 1.625em
    }

    .home_categories .btn-check {
        padding: 0 40px
    }

    .home_news .tac {
        padding: 60px 0 0
    }

    .promo-slide__content {
        height: 400px
    }

    .event-card__socials {
        margin-left: 2.5em
    }

    .event-card__date {
        font-size: 1.75em
    }

    .event-card__title {
        font-size: 1.625em
    }

    .event-card__middle .btn {
        margin-left: 0;
        width: 100%
    }

    .event-card__loca {
        padding: 0 0 0 40px;
        font-size: 1.125em;
        margin: 0
    }

    .event-card__bottom .social-links > a {
        margin: 0 0 0 30px
    }

    .profile-nav {
        font-size: 1.375em;
        margin: 40px 0
    }

    .profile-content {
        padding-left: 40px
    }

    .afisha-2__title {
        font-size: 1.5em
    }

    .suggestion-item__date {
        font-size: 1.125em
    }

    .suggestion-item__title {
        font-size: 1.5em;
        max-width: 80%
    }

    .suggestion-item__place {
        font-size: 1.125em
    }

    .suggestion-item__price {
        font-size: 1.375em
    }

    .suggestion-item__btn {
        font-size: 1.25em;
        display: block
    }
}

@media screen and (min-width: 1200px) {
    .dummy {
        background: green
    }

    .city-popup .window-close {
        padding: 20px
    }

    .city-list {
        padding: 40px 0 40px 30px;
        font-size: 1.25em
    }

    .city-list__item {
        padding: 13px 40px
    }

    .title-1 {
        font-size: 2.8125em
    }

    .event-filter {
        padding: 0 0 60px
    }

    .cat_filter__item {
        font-size: 16px
    }

    .logo-rules .container {
        max-width: 1300px
    }

    .lr-3 [class^=col-] {
        padding-left: 25px;
        padding-right: 25px
    }

    .lr-4 .b-forb {
        margin-top: 25px
    }

    .b-forb-right {
        margin-left: auto
    }

    .caption-1 p {
        font-size: 16px
    }

    .lr-header-2 .lr-title {
        font-size: 48px
    }

    .home-page:before {
        height: 129px
    }

    .home_slider .slick-dots {
        left: 70px;
        bottom: 75px
    }

    .home_slider .slider_preview {
        width: 350px;
        height: 127.575px;
        left: -350px;
        bottom: 90px
    }

    .slider_preview__content {
        padding: 30px
    }

    .slider_preview__big {
        font-size: 2.5em
    }

    .slider_preview__place {
        font-size: 1.125em
    }

    .slider_preview__place svg {
        margin: 3px 6px -1px 0;
        width: 15px
    }

    .slider_content {
        bottom: 120px;
        left: 70px;
        width: calc(100% - 440px)
    }

    .slider_content__small {
        font-size: 1.75em
    }

    .slider_content__big {
        font-size: 3.75em;
        margin: 20px 0
    }

    .slider_content__place {
        font-size: 1.75em
    }

    .slider_content__place svg {
        margin: 0 13px -4px 0;
        width: 23px;
        height: 23px
    }

    .aside-menu__left {
        min-height: calc(100% - 129px);
        padding: 53px 67px 30px
    }

    .aside-menu__right {
        height: calc(100% - 129px);
        padding: 20px 100px 30px
    }

    .footer_middle {
        margin-top: 30px
    }

    .fm_col {
        width: auto
    }

    .fm_col:first-child {
        margin-right: 100px
    }

    .fm_col:nth-child(3) {
        width: 247px;
        float: right
    }

    .footer_bottom {
        padding: 45px 0 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        /*justify-content: space-between*/
    }

    .footer_bottom__col:not(:last-of-type) {
        padding-right: 20px !important
    }

    .copyright {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        width: auto
    }

    .fb_payment {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0
    }

    .social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0
    }

    .filter-block-1 {
        padding: 60px 0
    }

    .filter-block-2 {
        padding: 60px 0
    }

    .filter-block-2 .check-buttons .btn-check {
        padding: 0 0 0 40px
    }

    .upcoming-buttons .place_btn {
        margin: 0 0 0 35px
    }

    .afisha-item:hover .afisha-item__button, .afisha-item:hover .afisha-item__hidden {
        display: block
    }

    .afisha-item__content {
        height: 240px
    }

    .event-card__top {
        padding: 45px
    }

    .event-card__price {
        font-size: 2.25em
    }

    .event-card__middle {
        padding: 45px
    }

    .event-card__loca {
        font-size: 1.375em
    }

    .event-card__timeto {
        font-size: 20px
    }

    .event-card__timeto span span {
        font-size: 38px
    }

    .profile {
        padding: 70px 0
    }

    .profile-nav {
        margin: 60px 0
    }

    .afisha-2 {
        margin-bottom: 20px
    }

    .tt-dataset-result {
        padding: 0 40px 0 0
    }

    .tt-dataset-result::-webkit-scrollbar-track {
        background-color: #f0f0f0
    }

    .tt-dataset-result::-webkit-scrollbar {
        width: 8px
    }

    .tt-dataset-result::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .3);
        background-color: #bbb
    }

    .suggestion-item__date {
        font-size: 1.25em
    }
}

@media screen and (min-width: 1400px) {
    .dummy {
        background: cyan
    }

    article p, article ul {
        font-size: 1.5em
    }

    .carousel-x4 .slick-arrow svg, .category_carousel .slick-arrow svg, .promo-slider .slick-arrow svg {
        width: 24px;
        height: 24px
    }

    .article-title {
        font-size: 3.75em
    }

    .auth-popup {
        padding: 70px 20px
    }

    .auth-popup .window-close svg {
        width: 26px;
        height: 26px
    }

    .auth-form {
        font-size: 22px
    }

    .event-filter .dd {
        padding: 0 20px 0 0
    }

    .h-buttons__item.calendar-dropdown, .h-buttons__item.language-dropdown {
        padding: 3px 20px 0
    }

    .search-form {
        width: calc(100% - 130px)
    }

    /*.footer {*/
    /*    padding-bottom: 80px*/
    /*}*/

    .footer_nav {
        -webkit-column-gap: 70px;
        -moz-column-gap: 70px;
        column-gap: 70px
    }

    .afisha-item__content {
        padding: 1.2em 1em 1em
    }

    .showmore-block {
        margin: 70px 0 90px
    }

    .home_categories .afisha-item__content, .home_categories .afisha-item__hidden {
        background: #fff;
        min-height: 160px
    }

    .place_btn {
        font-size: 1.25em;
        margin: .3em 1em
    }

    .promo-slider .slick-arrow {
        width: 70px;
        height: 70px
    }

    .event-card__title {
        font-size: 2.5em
    }

    .event-card__middle .btn {
        font-size: 1.25em
    }

    .event-card__timeto > span:first-child {
        font-size: 22px
    }

    .event-recommend .title-1 {
        font-size: 3.75em
    }
}

@media screen and (min-width: 1500px) {
    .dummy {
        background: red
    }

    .events-loadmore {
        padding: 50px 0 90px
    }

    .header-main {
        padding: 0 50px
    }

    .main-menu > ul {
        font-size: 1.125em
    }

    .home_slider .slick-dots {
        left: 90px
    }

    .home_slider .slider_preview {
        width: 450px;
        height: 164.025px;
        left: -450px
    }

    .slider_preview__big {
        font-size: 2.8125em;
        margin: 15px 0
    }

    .slider_content {
        left: 90px;
        width: calc(100% - 600px)
    }

    .slider_content__small {
        font-size: 2em;
        font-weight: 900
    }

    .slider_content__big {
        font-size: 5.625em;
        margin: 23px 0
    }

    .slider_content__place {
        font-size: 2em
    }

    .aside-menu__left {
        padding: 53px 80px 30px
    }

    .aside-menu__categories > li {
        font-size: 1.375em;
        margin: 13px 0
    }

    .aside-menu__nav > li {
        font-size: 1.5em;
        margin-bottom: 23px
    }

    .fm_col__body {
        padding: 20px 0 10px
    }

    .copyright {
        font-size: 1.125em
    }

    .tt-dataset-result {
        max-height: 680px
    }

    .suggestion-item__image {
        padding: 0 0 20%
    }

    .suggestion-item__title {
        font-size: 1.75em
    }

    .query-more {
        padding: 25px 0
    }
}

@media screen and (min-width: 1600px) {
    ._wrap {
        margin-left: 90px;
        margin-right: 90px
    }

    .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: calc(100% - 80px)
    }

    .grey-block {
        padding: 90px
    }

    .spacer-y {
        padding: 100px 0
    }

    .btn-wishlist .svgicon {
        width: 25px;
        height: 25px
    }

    .main-menu > ul li {
        padding: 0 25px
    }

    /*.footer {*/
    /*    padding-bottom: 90px*/
    /*}*/

    .footer_container {
        /*padding: 80px 90px 50px;*/
        padding: 60px 90px 30px;
    }

    .afisha-item {
        font-size: 1.5em
    }

    .afisha-item__content {
        height: 315px
    }

    .afisha-item__title {
        font-size: 1.3em
    }

    .afisha-item__button .btn {
        padding: 24px 60px
    }

    .afisha-item__content .afisha-item__title a:first-child {
        height: 108px
    }

    .home_categories .afisha-item__content, .home_categories .afisha-item__hidden {
        min-height: 213px
    }

    .category_carousel .slick-arrow {
        width: 70px;
        height: 70px
    }

    .category_carousel .slick-prev {
        left: -60px
    }

    .category_carousel .slick-next {
        right: -60px
    }

    .post-item__desc {
        padding: 40px 40px 0 0
    }

    .post-item__title {
        font-size: 1.5em
    }

    .post-item__intro {
        font-size: 1.25em
    }

    .place_btn {
        font-size: 1.5em
    }

    .promo-slide__content {
        height: 600px
    }

    .event-card__top {
        padding: 45px 55px
    }

    .event-card__price {
        font-size: 2.5em
    }

    .event-card__middle {
        padding: 45px 55px
    }

    .event-recommend .spacer-y {
        padding: 80px 0
    }

    .profile-content {
        padding-left: 80px
    }

    .afisha-2 .status {
        margin-top: 30px
    }
}

@media screen and (max-height: 300px), screen and (max-width: 800px) and (orientation: landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5),(-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
    .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
        background-image: url(../img/fotorama@2x.png);
        background-size: 96px 160px;
        background-repeat: no-repeat
    }
}

@media screen and (max-width: 766px) {
    .datepicker.ver-2.-bottom-left- {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .event-tickets__item {
        padding: 38px 8px 35px 22px
    }

    .event-tickets .accordion__button {
        cursor: pointer
    }

    .afisha-item__button .btn {
        padding: 12px 0;
        font-size: 14px
    }

    .page-title {
        font-size: 2em
    }
}

@media screen and (max-width: 1399px) {
    body.has-search .header .header-main {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    body.has-search .aside-menu__logo, body.has-search .logo {
        display: none
    }

    .event-card__timeto > span:first-child {
        display: block
    }
}

@media screen and (max-width: 767px) {
    .page-description .container-fluid, .page-description .container-lg, .page-description .container-md, .page-description .container-sm, .page-description .container-xl {
        padding: 0
    }

    .watch-all.btn-arrow {
        font-size: 1rem
    }

    .watch-all.btn-arrow .svgicon {
        position: relative
    }

    .location-menu__header span {
        display: none
    }

    .location-menu__modal.mobile.active .location-menu__btn {
        width: 300px;
        margin: 80px auto 10px;
        padding: 0
    }

    .header-height-fix {
        margin-bottom: 82px
    }

    .lr-header .lr-title {
        font-size: 20px
    }

    .lr-1 {
        text-align: center;
        padding: 70px 0
    }

    .lr-2 {
        padding: 70px 0 80px
    }

    .lr-3 {
        padding: 70px 0 80px
    }

    .lr-4 {
        padding: 70px 0 80px
    }

    .lr-5 {
        padding: 70px 0 50px
    }

    .event-tickets__price-item {
        margin-top: 8px
    }

    /*.aside-menu__logo, .logo {*/
    /*    margin: 0 10px 0 30px*/
    /*}*/

    /*.aside-menu__logo img, .logo img {*/
    /*    max-height: 34px*/
    /*}*/

    .h-buttons__item.user-city, .h-buttons__item.user-menu {
        display: none
    }

    .slider_wrap {
        margin: 40px 15px 0
    }

    .home_slider .slick-arrow {
        display: none !important
    }

    .aside-menu__top {
        padding: 25px 40px
    }

    .aside-menu__logo {
        display: none
    }

    .aside-menu__nav {
        padding: 20px 40px;
        background: #fff
    }

    .lang-chooser {
        margin: 0;
        padding: 30px 0
    }

    .footer .container-fluid, .footer .container-lg, .footer .container-md, .footer .container-sm, .footer .container-xl {
        padding: 0
    }

    .home_news .container-fluid, .home_news .container-lg, .home_news .container-md, .home_news .container-sm, .home_news .container-xl {
        padding: 0
    }

    .home_promo .container-fluid, .home_promo .container-lg, .home_promo .container-md, .home_promo .container-sm, .home_promo .container-xl {
        padding: 0
    }

    .event-card__tags {
        font-size: .875em
    }

    .event-recommend .title-1 {
        text-align: center
    }
}

@media screen and (max-width: 469px) {
    .watch-all.btn-arrow {
        margin-left: auto
    }

    .filter-block-1__filters {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .filter-block-1__all {
        padding-left: 15px;
        margin-top: 10px
    }
}

@media screen and (max-width: 574px) {
    .location-menu__modal.mobile.active .location-menu__btn {
        width: 100%
    }
}

@media screen and (min-width: 880px) {
    .cat_filter--home {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .cat_filter--home .cat_filter__item {
        width: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        padding: 10px 0
    }
}

@media screen and (max-width: 549px) {
    .cat_filter--month {
        display: none
    }
}

@media screen and (min-width: 550px) {
    .cat_filter--month {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .container-mob-btn {
        display: none
    }
}

@media screen and (min-width: 600px) {
    .cat_filter__item {
        width: 20%
    }
}

@media screen and (max-width: 768px) {
    .b-socials--menu {
        padding-top: 20px;
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width: 992px) {
    .b-socials--footer {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        margin: auto;
        padding: 20px 0;
    }

    .b-socials__list {
        display: inherit;
        align-items: inherit;
        float: inherit;
        text-align: center;
    }

    .b-socials__list .b-socials__item {
        display: inline;
    }
}

@media screen and (min-width: 1280px) {
    .btn:focus, .btn:hover {
        background: #109d66;
        /*background: #082A74;*/
    }
}

@media (min-width: 1440px) {
    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
}

@media (max-width: 768px) {
    .app-hero__hand {
        position: absolute;
        right: -50px;
        bottom: 0;
        max-width: 250px
    }

    .order-steps__step:before {
        display: none
    }

    .order-steps__step:not(:last-child):after {
        display: none
    }
}

@media screen and (min-width: 768px) and (min-width: 1200px) {
    .b-forb-big p {
        font-size: 22px
    }
}

@media screen and (max-width: 991px) {
    .lr-size {
        display: none
    }

    .lr-3-rule {
        text-align: center
    }

    .lr-4 .b-forb {
        text-align: center;
        border: 0;
        padding: 0;
        margin-top: 30px
    }

    .event-tickets .event-tickets__button {
        display: none;
        background-color: transparent;
        font-weight: 600;
        line-height: 1.2;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
        color: #15cb84;
        padding: 0;
        font-size: 0
    }

    .footer_top .b-contacts {
        display: none
    }

    .event-card__timeto {
        background: #f0f0f0;
        padding: 25px 0
    }

    .event-card__bottom {
        padding: 15px 0 0;
        text-align: center
    }
}

@media screen and (min-width: 1024px) {
    .event-tickets__price-info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .event-tickets__date {
        margin-bottom: 2em
    }

    .event-tickets__price-item .coins-icon {
        margin-left: 42px
    }

    .event-tickets.mobile .event-tickets__price-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .event-tickets.mobile .event-tickets__date {
        margin-bottom: 0
    }

    .event-tickets.mobile .coins-icon {
        margin-left: 0
    }

    .event-tickets.mobile .accordion .chevron-icon {
        display: block
    }

    .event-tickets .accordion .chevron-icon {
        display: none
    }
}

@media screen and (max-width: 1023px) {
    .event-tickets .accordion__content {
        overflow: hidden;
        -webkit-transition: max-height .2s ease-in-out;
        transition: max-height .2s ease-in-out
    }
}

/*@media screen and (min-width: 400px) and (max-width: 767px) {*/
/*    .aside-menu__logo, .logo {*/
/*        !*padding: 0 0 0 30px*!*/
/*        padding-top: 5px;*/
/*    }*/
/*}*/

@media screen and (min-width: 1300px) {
    .main-menu {
        display: block
    }
}

@media screen and (min-width: 767px) {
    .h-left {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .h-left .h-search {
        display: block
    }

    .h-right .h-search {
        display: none
    }
}

@media screen and (max-width: 1299px) {
    .h-left {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer_nav {
        font-size: 1.1875em
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .home_news .row.no-gutters .col-md-6:last-of-type {
        display: none
    }

    .profile .user-avatar {
        max-width: 55px
    }

    .profile-name {
        font-size: 1.25em
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .promo-slide__subtitle {
        font-size: 1.5em
    }

    .promo-slide__subtitle img {
        width: 28px;
        height: 28px
    }

    .promo-slide__title {
        font-size: 1.75em
    }
}

@media screen and (min-width: 1750px) {
    .footer_bottom__col.social {
        margin-right: -15px
    }
}

@media screen and (max-width: 539px) {
    .event-card__image {
        padding: 0 15px
    }
}

@media screen and (min-width: 576px) and (max-width: 991px) {
    .event-card__loca {
        margin-bottom: 15px
    }
}

@media screen and (min-width: 1400px) and (max-width: 1599px) {
    .suggestion-item__title {
        max-width: 90%
    }

    .suggestion-item__btn {
        font-size: 1.125em
    }
}

@media screen and (max-width: 800px) {
    .h-buttons .add-event {
        display: none
    }
}

.footer_bottom__col a {
    color: #AEBBD2;
}

.afisha-item__text, .afisha-item__content, .afisha-item__hidden {
    cursor: pointer;
}



/*********** for filarmonia ****************/

/*header start*/
.header {
    width: 100%;
    background-color: rgba(242,246,248,.5);
    box-shadow: 0 2px 4px rgba(0,0,0,.5);
}
.header__wrap {
    max-width: 1440px;
    margin: auto;
}
@media screen and (min-width: 800px) {
    .header__top-side {
        padding: 12px 50px;
    }
    .header__top-side {
        width: 100%;
        position: relative;
        max-width: 1300px;
        margin: auto;
        *zoom: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media only screen and (max-width: 1330px) {
    .header__top-side {
        position: relative;
    }
}
@media screen and (max-width: 799px) {
    .header__top-side {
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        padding: 15px;
    }
}
.header__top-side {
    width: 100%;
    position: relative;
    max-width: 1300px;
    margin: auto;
    *zoom: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 799px) {
    .header__socials {
        text-align: center;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 799px) {
    .logo {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 20px;
    }

    .header__socials {
        margin-top: 0;
    }

    .top-info {
        width: 100%;
        padding-top: 11px;
    }

    .header__btns {
        min-height: 70px;
    }
}
.header__socials {
    width: 100%;
}
ol, ul {
    list-style-type: none;
}
.logo {
    width: 100%;
    text-align: center;
}
a {
    text-decoration: none;
    color: inherit;
}
.logo img {
    max-width: 200px;
    display: inline-block;
}
a img, fieldset, img {
    border: none;
}
.header__btns {
    width: 100%;
}
.social__block {
    vertical-align: middle;
}
.header__lang {
    float: right;
    height: 30px;
    width: 60px;
    margin-left: 10px;
    font-family: Roboto-Regular,sans-serif;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    background-color: rgba(0,0,0,.05);
    text-transform: uppercase;
}
@media only screen and (max-width: 800px) {
    .header__lang {
        width: 30%;
        margin: 0 10%;
    }
}
.header__btns .is-active {
    background-color: #d24d57;
    color: #fff;
}
.header .social__link {
    color: #3c5a96;
}
.social__link--insta {
    background: #3c5a96;
    border-radius: 100%;
    text-align: center;
}
.social__link {
    font-size: 30px;
    color: #eceeef;
    transition: color .01s linear;
    line-height: 31px;
}
.social__block, .social__link {
    display: inline-block;
    width: 31px;
    height: 31px;
}
.top-info {
    text-align: center;
}
.top-info {
    float: right;
    height: 30px;
}
.top-info .top-nav ul {
    margin: 0;
}
.top-nav > ul > li > a {
    line-height: 33px;
}
.top-nav ul ul {
    top: 34px;
}
.top-nav {
    line-height: 30px;
}
/*header end*/


.home_categories {
    padding-top: 0;
}
.footer-column__heading {
    display: block;
    font-size: 14px;
    color: hsla(0,0%,100%,.5);
    line-height: 1;
}
.footer-column__content, .footer-column__content a  {
    font-size: 16px;
    line-height: 2.5;
    color: #fff;
}



@media screen and (min-width: 768px) {
    .footer_top .footer_logo {
        float: left;
    }
    .footer-middle {
        margin-top: 70px;
    }
}

@media screen and (max-width: 970px) {
    .footer-column {
        padding-bottom: 30px;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .footer_top {
        padding: 20px;
        padding-bottom: 0;
    }
    .footer-middle {
        padding: 20px;
    }
    .footer-items {
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .footer-column {
        text-align: center;
    }
    .footer-socials {
        padding: 0;
    }
    .header-socials {
        display: inline-flex;
    }
}

.footer-items ul li a {
    font-size: 16px;
    opacity: .5;
    color: #fff;
}
.footer-items ul li a:hover {
    opacity: 1;
}
.header-socials li a img{
    height: 36px;
    width: 36px;
}
.footer-column__title {
    font-size: 21px;
    line-height: 2.5;
    color: #fff;
}
.footer-column__long {
    display: block;
    font-size: 14px;
    color: hsla(0,0%,100%,.5);
    line-height: 1.8;
}

.accordion-icon_vertical-line {
    position: absolute;
    width: 2px;
    height: 0.75rem;
    border-radius: 1px;
    /*background-color: #e63219;*/
    background-color: #031A49;
}
.accordion-icon_vertical-line.artist-page {
    background-color: #fff;
}
.accordion-icon_horizontal-line {
    position: absolute;
    width: 0.75rem;
    height: 2px;
    border-radius: 1px;
    /*background-color: #e63219;*/
    background-color: #031A49;
}
.accordion-icon_horizontal-line.artist-page {
    background-color: #fff;
}
.accordion-icon_component {
    position: relative;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    align-self: flex-start;
    border-style: none;
    border-width: 2px;
    border-color: #98a2b3;
    border-radius: 50%;
    /*background-color: rgba(230, 50, 25, 0.2);*/
    background-color: rgba(131, 148, 179, 0.5);
    color: transparent;
    opacity: 0.7;
}
.accordion-icon_component.artist-page {
    background-color: rgba(255, 255, 255, 0.2);
}
.uui-faq01_icon-wrapper {
    color: #7f56d9;
}
.uui-faq01_question {
    display: flex;
    margin-bottom: 0;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    background-color: #fff;
    font-family: 'SF Pro Display', sans-serif;
    cursor: pointer;
}
.uui-faq01_question.artist-page {
    background-color: rgba(255, 255, 255, 0.05);
}
.uui-faq01_accordion {
    margin-bottom: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    border-bottom: 1px none #eaecf0;
    border-radius: 10px;
    background-color: #fff;
}
.simple-text-faq {
    padding-right: 40px;
    padding-left: 20px;
    opacity: 0.6;
    font-family: 'SF Pro Display', sans-serif;
    color: #1f2024;
    font-size: 13px;
    line-height: 150%;
}
.simple-text-faq h3 {
    font-size: 22px;
}
.small-heading {
    color: #1f2024;
    font-size: 18px;
    line-height: 140%;
    font-weight: 500;
}
