@font-face {
    font-family: 'Museo';
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/museocyrl_500.woff2") format("woff2"), url("../fonts/museocyrl_500.woff") format("woff");
    font-display: swap;
}

@font-face {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/museosanscyrl_500.woff2") format("woff2"), url("../fonts/museosanscyrl_500.woff") format("woff");
    font-display: swap;
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
    margin: 0;
    font-family: "Museo Sans", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    color: #221b1c;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

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

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

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

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

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

dt {
    font-weight: 700;
}

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

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #221b1c;
    text-decoration: none;
    background-color: transparent;
}

.container-fluid p a {
    color: #0e90d9;
    text-decoration: underline;
}

.container-fluid p a:hover {
    text-decoration: none;
}

a:hover {
    color: #221b1c;
    text-decoration: none;
}

a:not([href]):not([tabindex]):not([class]) {
    /*color: inherit;*/
    text-decoration: none;
}

a:not([href]):not([tabindex]):not([class]):hover, a:not([href]):not([tabindex]):not([class]):focus {
    /*color: inherit;*/
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

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

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

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

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

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

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

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

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

output {
    display: inline-block;
}

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

template {
    display: none;
}

[hidden] {
    display: none !important;
}

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

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

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

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

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

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

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.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,
.col-auto, .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,
.col-sm-auto, .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,
.col-md-auto, .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,
.col-lg-auto, .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,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}

.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.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.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.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

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

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

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

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

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

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

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

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.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.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

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

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

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

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

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

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -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.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .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.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .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.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .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.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .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.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .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.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .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.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

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

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

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

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

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

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -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.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .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.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .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.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .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.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .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.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .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.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .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.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

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

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

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

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

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

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -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.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .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.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .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.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .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.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .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.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .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.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .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.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

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

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

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

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

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

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -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.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .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.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .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.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .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.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .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.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .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.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .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.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

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

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

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

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

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

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

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

@media (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

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

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

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

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #221b1c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    -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;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.2;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
    margin: 0.25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.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:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0062cc !important;
}

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

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

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    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: #28a745 !important;
}

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

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

.border-danger {
    border-color: #dc3545 !important;
}

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

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

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

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

.rounded {
    border-radius: 0.25rem !important;
}

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

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

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

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
    border-radius: 0.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-none {
    display: none !important;
}

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

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

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

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

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

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

.d-flex {
    display: -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;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

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

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

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

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

    .d-sm-flex {
        display: -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;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

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

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

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

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

    .d-md-flex {
        display: -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;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

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

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

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

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

    .d-lg-flex {
        display: -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;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

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

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

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

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

    .d-xl-flex {
        display: -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;
    }
}

@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;
    }
}

.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 iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !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;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !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;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !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;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !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-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.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: -webkit-sticky !important;
    position: sticky !important;
}

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

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

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

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

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

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 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: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
    padding: 0 !important;
}

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

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

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

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

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

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

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

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

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

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

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

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

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

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

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

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

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

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

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

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

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

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

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

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

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

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

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

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

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

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

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

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

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

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-n1 {
        margin: -0.25rem !important;
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

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

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

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

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

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

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

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

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

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

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

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

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

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

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

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

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

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

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

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

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

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

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

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

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

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

.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;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

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

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

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

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

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

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

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

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

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

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

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

.font-weight-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:hover, a.text-primary:focus {
    color: #0056b3 !important;
}

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

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

.text-success {
    color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
    color: #19692c !important;
}

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

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

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

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

.text-danger {
    color: #dc3545 !important;
}

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

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

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

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

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

.text-body {
    color: #221b1c !important;
}

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

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

.text-white-50 {
    color: rgba(255, 255, 255, 0.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;
    overflow-wrap: break-word !important;
}

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

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-40 {
    margin-bottom: 40px;
}

.sticky-sidebar {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    top: 45px;
}

.text-black {
    color: #221b1c;
}

.btn-up-wrapper {
    position: fixed;
    z-index: 5;
    bottom: 24px;
    right: 10px;
    background-color: transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
}
.btn-up-wrapper-right{
    display: none;
}

.btn-up-wrapper.is-visible {
    visibility: visible;
    opacity: 1;
}

.btn-up-wrapper:hover {
    background-color: rgba(245, 240, 236, 0.5);
}

.btn-up-wrapper:hover .btn-up {
    background-color: #221b1c;
}

.btn-up-wrapper:hover .btn-up .uil {
    color: #fff;
}

/*@media (min-width: 992px) {*/
@media (min-width: 1310px) {
    .btn-up-wrapper {
        top: 40px;
        right: 0;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: flex-end;
        width: 90px;
        padding-bottom: 50px;
    }
    .btn-up-wrapper-right{
        left: unset;
        right: 0px;
    }
}

.btn-up {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 0;
    /*background-color: #f4f4f4;*/
    background-color: #ffcc06;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-up .uil {
    font-size: 19px;
    line-height: 19px;
    color: rgba(34, 27, 28, 0.5);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn {
    display: inline-block;
    min-width: 170px;
    height: 48px;
    line-height: 46px;
    padding: 0 20px;
    text-align: center;
    white-space: nowrap;
    font-size: 17px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn:focus {
    outline: none;
}

.btn--lg {
    min-width: 260px;
    height: 64px;
    line-height: 62px;
}

.btn--md {
    min-width: 220px;
    height: 56px;
    line-height: 54px;
}

.btn--beige {
    background-color: #f5f0ec;
    border-color: rgba(34, 27, 28, 0.2);
    -webkit-box-shadow: 0 2px 4px #f5f0ec;
    box-shadow: 0 2px 4px #f5f0ec;
}

.btn--beige:hover, .btn--beige:focus {
    background-color: #e7dbd1;
}

.btn--outline-white {
    background-color: #fff;
    border-color: rgba(34, 27, 28, 0.2);
}

.btn--outline-white:hover, .btn--outline-white:focus {
    background-color: #ebebeb;
}

.btn--white {
    background-color: #fff;
}

.btn--white:hover, .btn--white:focus {
    background-color: #ebebeb;
}

.btn--transparent span {
    border-bottom: 1px solid #f4f4f4;
}

.btn--transparent:hover, .btn--transparent:focus {
    background-color: whitesmoke;
}

.btn--yellow {
    background-color: #ffcc06;
    -webkit-box-shadow: 0 6px 12px rgba(255, 204, 6, 0.5);
    box-shadow: 0 6px 12px rgba(255, 204, 6, 0.5);
}

.btn--yellow:hover, .btn--yellow:focus {
    background-color: #f1bf00;
}

.btn--yellow-gradient {
    position: relative;
    z-index: 1;
    background: -o-linear-gradient(340.98deg, #FFCC06 -25.8%, #FFAA06 97.82%);
    background: linear-gradient(109.02deg, #FFCC06 -25.8%, #FFAA06 97.82%);
    -webkit-box-shadow: 0 6px 12px rgba(255, 204, 6, 0.5);
    box-shadow: 0 6px 12px rgba(255, 204, 6, 0.5);
}

.btn--yellow-gradient::before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(340.98deg, #FFAA06 -25.8%, #FFCC06 97.82%);
    background: linear-gradient(109.02deg, #FFAA06 -25.8%, #FFCC06 97.82%);
    border-radius: 8px;
    content: '';
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn--yellow-gradient:hover::before, .btn--yellow-gradient:focus::before {
    opacity: 1;
}

.c-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-checkbox__input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.c-checkbox__input:checked + .c-checkbox__custom {
    background-color: #f5f0ec;
    background-image: url("../img/checbox-check.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 12px;
}

.c-checkbox__custom {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid rgba(34, 27, 28, 0.2);
    border-radius: 4px;
}

.c-checkbox__label {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 85%;
    flex: 1 1 85%;
    margin-left: 8px;
    line-height: 24px;
}

.c-checkbox--huge .c-checkbox__label {
    font-size: 17px;
}

.form-group {
    position: relative;
}

.form-group__label {
    position: absolute;
    z-index: 1;
    left: 24px;
    top: -8px;
    padding: 2px 4px;
    background-color: #fff;
    color: rgba(34, 27, 28, 0.5);
}

.form-group__block-label {
    display: block;
    color: rgba(34, 27, 28, 0.5);
}

.form-group__field {
    display: block;
    width: 100%;
}

.form-group__icon {
    position: absolute;
    right: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    line-height: 24px;
    color: rgba(34, 27, 28, 0.5);
}

.form-group .select2-selection {
    height: 64px;
    line-height: 62px;
    padding: 19px 24px;
    border-radius: 8px;
    border-color: rgba(34, 27, 28, 0.33);
}

.form-group .select2-selection .select2-selection__arrow {
    right: 24px;
}

.form-group .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow {
    -webkit-transform: rotate(180deg) translateY(8px);
    -ms-transform: rotate(180deg) translateY(8px);
    transform: rotate(180deg) translateY(8px);
}

.form-group.has-error .form-group__field {
    border-color: #e74c3c;
}

.form-group.has-error .help-block {
    color: #e74c3c;
}

.form-control {
    padding: 21px 24px;
    border: 2px solid rgba(34, 27, 28, 0.33);
    border-radius: 8px;
    font-size: 17px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.form-control--input {
    height: 64px;
}

.form-control--textarea {
    height: 140px;
    resize: none;
}

.form-control--large-textarea {
    height: 220px;
}

.form-control:disabled {
    background-color: transparent;
    color: rgba(34, 27, 28, 0.5);
}

.form-control:focus {
    outline: none;
    border-color: #ffcc06;
}

.custom-uploader {
    position: relative;
}

.custom-uploader input[type="file"] {
    display: none;
}

.custom-uploader button {
    min-width: 300px;
    text-align: left;
    font-size: 13px;
}

.custom-uploader button span {
    color: #0e90d9;
    border-bottom: 1px solid #0e90d9;
}

.reply-form .form-control {
    border-width: 1px;
}

.reply-form .form-group, .reply-form__captcha-wrapper {
    margin-bottom: 24px;
}

.reply-form__btn {
    min-width: 135px;
}

.reply-form__hint {
    margin-top: 8px;
    color: rgba(34, 27, 28, 0.33);
}

.reply-form__hint a {
    color: #0e90d9;
    border-bottom: 1px solid #0e90d9;
}

.search-form {
    position: relative;
    margin-bottom: 24px;
}

.search-form .form-control {
    padding: 20px 130px 20px 20px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    border-width: 1px;
}

.search-form .btn {
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    min-width: 110px;
}

.delivery-form {
    margin-top: 56px;
}

.delivery-form__heading {
    margin-bottom: 40px;
}

.delivery-form__title {
    margin-bottom: 0;
    font-size: 27px;
    line-height: 32px;
}

.delivery-form__subtitle {
    font-size: 21px;
    line-height: 25px;
    color: rgba(34, 27, 28, 0.66);
}

.delivery-form .form-group {
    margin-bottom: 24px;
}

.delivery-form .form-control {
    border-width: 1px;
}

.delivery-form__textarea-block {
    height: 230px;
}

.delivery-form__textarea-block .form-control {
    height: 100%;
}

.delivery-form__captcha-wrapper {
    margin-bottom: 24px;
}

.delivery-form__submit {
    min-width: 220px;
    height: 64px;
    line-height: 62px;
    margin-bottom: 8px;
}

.delivery-form__hint {
    max-width: 180px;
    color: rgba(34, 27, 28, 0.33);
}

@media (min-width: 992px) {
    .delivery-form > .row {
        margin-bottom: 40px;
    }

    .delivery-form .form-group:last-of-type {
        margin-bottom: 0;
    }

    .delivery-form__textarea-block {
        height: 100%;
    }
}

.checkout-form__login-btn {
    display: block;
    margin-bottom: 32px;
    padding: 16px;
    text-align: center;
    background-color: #f5f0ec;
    border-radius: 8px;
}

.checkout-form__login-btn span {
    color: #0e90d9;
    border-bottom: 1px solid #0e90d9;
}

.checkout-form .form-group:not(:last-child) {
    margin-bottom: 32px;
}

.checkout-form .form-group.separation-margin {
    margin-bottom: 40px;
}

.checkout-form .form-control {
    border-width: 1px;
}

.checkout-form select {
    background-color: #fff;
}

.checkout-form__hint {
    margin-top: 8px;
    color: rgba(34, 27, 28, 0.5);
}

.checkout-form .btn--yellow-gradient {
    position: relative;
    min-width: 250px;
    height: 56px;
    line-height: 54px;
    border-radius: 8px 0 0 8px;
}

.checkout-form .btn--yellow-gradient::after {
    position: absolute;
    top: 0;
    left: calc(100% - 1px);
    content: '';
    width: 18px;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-image: url("../img/gradient-btn-angle.png");
    border-radius: 8px 0 0 8px;
}

.checkout-form .btn--yellow-gradient:hover::before, .checkout-form .btn--yellow-gradient:focus::before {
    opacity: 0;
}

.checkout-form__mini-hint {
    max-width: 180px;
    margin-top: 8px;
    color: rgba(34, 27, 28, 0.33);
}

.checkout-form__mini-hint a {
    color: #0e90d9;
    border-bottom: 1px solid #0e90d9;
}

.checkout-form__comment-block {
    margin: 40px 0;
}

.checkout-form__comment-block a {
    font-size: 17px;
    line-height: 24px;
}

.checkout-form__comment-block .form-group {
    display: none;
    margin-top: 24px;
}

.checkout-form__comment-block .js-hide-checkout-comment {
    display: none;
}

.checkout-form__comment-block.is-active .js-show-checkout-comment {
    display: none;
}

.checkout-form__comment-block.is-active .js-hide-checkout-comment {
    display: inline-block;
}

.checkout-form__comment-block.is-active .form-group {
    display: block;
}

@media (max-width: 991px) {
    .checkout-form .form-group:not(:last-child) {
        margin-bottom: 24px;
    }

    .checkout-form .form-group.separation-margin {
        margin-bottom: 32px;
    }
}

.select2-container .select2-selection .select2-selection__rendered {
    padding: 0;
    color: inherit;
}

.select2-container .select2-selection .select2-selection__arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 19px;
    height: 19px;
}

.select2-container .select2-selection .select2-selection__arrow > b {
    width: 19px;
    height: 19px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    border: 0;
    background-position: center;
    background-size: cover;
    background-image: url("../img/select2-arrow-black.svg");
}

.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.select2-dropdown.nice-select-dropdown {
    border: 0;
    -webkit-box-shadow: 0 0 16px rgba(34, 27, 28, 0.16);
    box-shadow: 0 0 16px rgba(34, 27, 28, 0.16);
    border-radius: 8px;
}

.select2-dropdown.nice-select-dropdown .select2-results__options {
    max-height: 100%;
}

.select2-dropdown.nice-select-dropdown .select2-results__option {
    min-height: 42px;
    line-height: 20px;
    padding: 10px 24px 10px 24px;
    font-size: 17px;
}

.select2-dropdown.nice-select-dropdown .select2-results__option:first-child {
    border-radius: 8px 8px 0 0;
}

.select2-dropdown.nice-select-dropdown .select2-results__option:not(:last-of-type) {
    border-bottom: 1px solid rgba(34, 27, 28, 0.1);
}

.select2-dropdown.nice-select-dropdown .select2-results__option[aria-selected=true] {
    color: rgba(34, 27, 28, 0.66);
    background-color: #fff;
}

.select2-dropdown.nice-select-dropdown .select2-results__option--highlighted {
    background-color: #f4f4f4;
    color: inherit;
}

.select2-dropdown.nice-select-dropdown .select2-results__option--highlighted[aria-selected=true] {
    background-color: #f4f4f4;
    color: rgba(34, 27, 28, 0.66);
}

.select2-dropdown.nice-select-dropdown--regular .select2-results__option {
    min-height: 42px;
    line-height: 20px;
    padding: 10px 24px 10px 24px;
    font-size: 13px;
}

.header__top {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: #221b1c;
}

.header__top .container-fluid, .header__top .container-sm, .header__top .container-md, .header__top .container-lg, .header__top .container-xl {
    position: relative;
    height: 100%;
}

.header__phone {
    opacity: .5;
    vertical-align: middle;
}

.header__phone svg {
    margin-right: 8px;
}

.header__phones {
    position: relative;
    color: #fff;
}

.header__phones .header__phone {
    display: inline-block;
    padding: 0;
}

.header__phones .uil {
    color: #fff;
}

.header__phones .header__open-phones[aria-expanded="true"] .uil {
    opacity: 1;
}

.header__phones a span {
    color: #fff;
}

.header__hidden-phones {
    -webkit-transform: translate3d(-24px, 29px, 0) !important;
    transform: translate3d(-24px, 29px, 0) !important;
    min-width: 195px !important;
    margin: 0;
    padding: 0;
    background-color: #221b1c;
    -webkit-box-shadow: 0 0 16px rgba(34, 27, 28, 0.16);
    box-shadow: 0 0 16px rgba(34, 27, 28, 0.16);
    border-radius: 0 0 8px 8px !important;
}

.header__hidden-phones .header__phone {
    display: block;
    margin-right: 0;
    padding: 12px 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.header__hidden-phones .header__phone svg {
    fill: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.header__hidden-phones .header__phone:hover, .header__hidden-phones .header__phone:focus {
    color: #fff;
}

.header__hidden-phones .header__phone:hover svg, .header__hidden-phones .header__phone:focus svg {
    fill: #fff;
}

.header__open-phones {
    padding: 0;
    border: 0;
    background-color: transparent;
    font-size: 19px !important;
    line-height: 19px;
}

.header__open-phones .uil {
    margin-left: 0 !important;
    opacity: .5;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.header__login {
    margin-right: 24px;
    color: #fff;
}

.header__login:hover, .header__login:focus {
    color: #fff;
    text-decoration: underline;
}

.header__account.dropdown button {
    padding-right: 16px;
    color: #fff;
}

.header__account.dropdown .dropdown-menu {
    min-width: 170px;
    margin-top: 8px;
    text-align: right;
    background-color: #221b1c;
    color: rgba(255, 255, 255, 0.5);
    border-radius: 0 0 8px 8px;
}

.header__account.dropdown .dropdown-menu a {
    color: rgba(255, 255, 255, 0.5);
}

.header__account.dropdown .dropdown-link {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.header__account.dropdown .dropdown-link:hover, .header__account.dropdown .dropdown-link:focus {
    background-color: #221b1c;
    color: #fff;
}

.header__account.dropdown .dropdown-link:last-child:hover, .header__account.dropdown .dropdown-link:last-child:focus {
    border-radius: 0 0 8px 8px;
}

.header__main {
    position: relative;
    border-bottom: 1px solid #f4f4f4;
}

.header__main .header-search,
.header__main .mobile-places,
.header__main .mobile-menu {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 16px rgba(34, 27, 28, 0.16);
    box-shadow: 0 0 16px rgba(34, 27, 28, 0.16);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.header__main .mobile-menu {
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.header__main--checkout > .container-fluid, .header__main--checkout > .container-sm, .header__main--checkout > .container-md, .header__main--checkout > .container-lg, .header__main--checkout > .container-xl {
    position: relative;
}

.header__main--checkout > .container-fluid .select2-container, .header__main--checkout > .container-sm .select2-container, .header__main--checkout > .container-md .select2-container, .header__main--checkout > .container-lg .select2-container, .header__main--checkout > .container-xl .select2-container {
    left: auto !important;
    right: 0;
}

.header__main--checkout > .container-fluid .nice-select-dropdown--regular, .header__main--checkout > .container-sm .nice-select-dropdown--regular, .header__main--checkout > .container-md .nice-select-dropdown--regular, .header__main--checkout > .container-lg .nice-select-dropdown--regular, .header__main--checkout > .container-xl .nice-select-dropdown--regular {
    min-width: 310px !important;
}

.header__main--checkout > .container-fluid .nice-select-dropdown--bigger, .header__main--checkout > .container-sm .nice-select-dropdown--bigger, .header__main--checkout > .container-md .nice-select-dropdown--bigger, .header__main--checkout > .container-lg .nice-select-dropdown--bigger, .header__main--checkout > .container-xl .nice-select-dropdown--bigger {
    min-width: 360px !important;
}

.header__main.search-is-visible .header-search {
    opacity: 1;
    visibility: visible;
}

.header__main.places-is-visible .mobile-places {
    opacity: 1;
    visibility: visible;
}

.header__main.menu-is-visible .header__burger button {
    color: #ffcc06;
}

.header__main.menu-is-visible .mobile-menu {
    top: calc(100% + 1px);
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: 0 8px 16px rgba(34, 27, 28, 0.16);
    box-shadow: 0 8px 16px rgba(34, 27, 28, 0.16);
}

.header__main.categories-are-visible {
    -webkit-box-shadow: 0 0 16px rgba(34, 27, 28, 0.16);
    box-shadow: 0 0 16px rgba(34, 27, 28, 0.16);
}

.header__main.categories-are-visible .header-r-link {
    border-color: #0e90d9;
}

.header__main.categories-are-visible .site-categories {
    z-index: 5;
    opacity: 1;
    visibility: visible;
}

.header__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 24px;
    border-left: 1px solid #f4f4f4;
}

.header__info a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__info .uil {
    margin-right: 4px;
    font-size: 19px;
    line-height: 19px;
}

.header__mobile-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    border-left: 1px solid #f4f4f4;
}

.header__mobile-action button {
    padding: 0;
    border: 0;
    background-color: transparent;
    font-size: 24px;
    line-height: 24px;
}

.header__burger {
    padding: 0 10px 0 20px;
}

@media (max-width: 409px) {
    .header__phones {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .header__account {
        font-size: 11px;
    }

    .header__account button .uil {
        display: none;
    }

    .header__phones > .header__phone {
        margin-right: 8px;
    }
}

@media (min-width: 768px) {
    .header__search {
        padding: 0 24px;
        border-left: 0;
    }

    .header__info {
        width: 146px;
    }

    .header__phones {
        font-size: 17px;
    }

    .header__phones > .header__phone {
        margin-right: 16px;
    }
}

.header-cart-wrapper.is-open .header__login {
    display: none;
}

.header-cart-wrapper.is-open .header-cart {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .header-cart-wrapper.is-open .header-cart {
        position: relative;
        top: auto;
        left: auto;
        max-width: 350px;
    }
}

.header-cart {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 115px;
    height: 40px;
    margin-right: 10px;
    padding: 8px;
    font-size: 11px;
    background-color: #ffcc06;
    cursor: pointer;
}

.header-cart::after {
    position: absolute;
    top: 0;
    left: 100%;
    content: '';
    width: 14px;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-image: url("../img/header-cart-angle.png");
}

.header-cart > .uil {
    font-size: 24px;
    line-height: 24px;
    margin-right: 8px;
}

@media (min-width: 768px) {
    .header-cart {
        margin-right: 16px;
        font-size: 13px;
    }
}

@media (min-width: 1200px) {
    .header-cart {
        min-width: 219px;
        margin-right: 0;
    }
}

.hidden-cart {
    display: none;
    position: absolute;
    z-index: 5;
    top: 100%;
    right: 0;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 16px rgba(34, 27, 28, 0.16);
    box-shadow: 0 0 16px rgba(34, 27, 28, 0.16);
}

.hidden-cart .order-block {
    /*max-height: calc(90vh - 40px);*/
    max-height: calc(90vh - 0px);
    overflow: hidden;
    border: 0;
    border-radius: 0;
}

.hidden-cart .order-block__group:first-child .order-block__group-header {
    border-radius: 0;
}

.hidden-cart .order-block__line > div:first-child {
    padding-right: 8px;
}

.hidden-cart .order-block__summary {
    border-radius: 0;
}

.hidden-cart .order-block__summary-group {
    padding: 12px 16px;
    color: #221b1c;
}

.hidden-cart .order-block__summary-line {
    padding: 4px 0;
}

.hidden-cart .order-block__summary-name, .hidden-cart .order-block__summary-value {
    font-size: 21px;
}

.hidden-cart__overflow-container {
    max-height: calc(90vh - 230px);
    overflow-y: auto;
}

.hidden-cart__submit-btn {
    position: relative;
    width: calc(100% - 16px);
    height: 56px;
    line-height: 54px;
    margin-top: 16px;
    border-radius: 8px 0 0 8px;
}

.hidden-cart__submit-btn::after {
    position: absolute;
    top: 0;
    left: calc(100% - 1px);
    content: '';
    width: 18px;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-image: url("../img/gradient-btn-angle.png");
}

.hidden-cart__submit-btn:hover::before, .hidden-cart__submit-btn:focus::before {
    opacity: 0;
}

@media (min-width: 768px) {
    .hidden-cart {
        width: 360px;
    }
}

.header-logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 16px 0;
}

.header-logo__image {
    width: 28px;
    height: 28px;
    margin-right: 8px;
    background-position: center;
    background-size: cover;
    background-image: url("../img/logo.svg");
}

.header-logo img {
    max-width: 135px;
    max-height: 23px;
}

.header-logo__text {
    width: 95px;
    height: 15px;
    margin-bottom: 5px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../img/logo-text.svg");
}

.header-logo__translation {
    font-size: 9px;
}

@media (min-width: 360px) {
    .header-logo img {
        max-height: 30px;
    }
}

@media (min-width: 768px) {
    .header-logo {
        margin-right: 32px;
    }

    .header-logo__image {
        width: 36px;
        height: 36px;
        margin-right: 10px;
    }

    .header-logo img {
        max-width: 166px;
        max-height: 38px;
    }

    .header-logo__text {
        width: 120px;
        height: 20px;
    }

    .header-logo__translation {
        font-size: 11px;
    }
}

a.header-logo::-moz-selection, .restaurant-content .restaurant-content__product a::-moz-selection {
    outline: none;
}

a.header-logo,
a.header-logo::selection,
a.header-logo:focus,
.restaurant-content .restaurant-content__product a,
.restaurant-content .restaurant-content__product a::selection,
.restaurant-content .restaurant-content__product a:focus {
    outline: none;
}

.dropdown button {
    font-size: inherit;
    border: 0;
    background-color: transparent;
    white-space: nowrap;
}

.dropdown button span {
    vertical-align: middle;
}

.dropdown button .uil {
    margin-left: 5px;
    font-size: 19px;
    line-height: 19px;
    vertical-align: middle;
}

.dropdown button[aria-expanded="true"] .uil::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dropdown button:focus {
    outline: none;
}

.dropdown .dropdown-menu {
    min-width: 300px;
    margin: 0;
    padding: 0;
    font-size: inherit;
    -webkit-box-shadow: 0 0 16px rgba(34, 27, 28, 0.16);
    box-shadow: 0 0 16px rgba(34, 27, 28, 0.16);
    border-radius: 8px;
}

.dropdown .dropdown-menu > .dropdown-link:first-child {
    border-radius: 8px 8px 0 0;
}

.dropdown .dropdown-menu > .dropdown-link:last-child {
    border-radius: 0 0 8px 8px;
}

.dropdown .dropdown-link {
    display: block;
    padding: 12px 24px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.dropdown .dropdown-link:not(:last-child) {
    border-bottom: 1px solid rgba(34, 27, 28, 0.1);
}

.dropdown .dropdown-link:hover, .dropdown .dropdown-link:focus {
    background-color: #f4f4f4;
}

.dropdown .dropdown-link.active {
    color: rgba(34, 27, 28, 0.66);
}

@media (max-width: 409px) {
    .dropdown button {
        padding: 0;
    }
}

@media (min-width: 992px) {
    .dropdown .dropdown-menu {
        min-width: 310px;
    }
}

.header-place {
    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-positive: 1;
    flex-grow: 1;
}

.header-place__icon {
    font-size: 21px;
    line-height: 21px;
    margin-right: 8px;
}

.header-place__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.header-place__city {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
    font-size: 17px;
}

.header-place__district {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    color: #0e90d9;
}

.header-place__district .select2-container .select2-selection .select2-selection__arrow > b {
    width: 13px;
    height: 13px;
    background-image: url("../img/select2-arrow-blue.svg");
}

.header-lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 4px 0 9px;
    border-left: 1px solid #f4f4f4;
}

.header-lang button {
    border: 0;
    background-color: transparent;
}

.header-lang__dropdown {
    margin-top: 20px !important;
    padding: 0;
    -webkit-box-shadow: 0 0 16px rgba(34, 27, 28, 0.16);
    box-shadow: 0 0 16px rgba(34, 27, 28, 0.16);
    border-radius: 0 0 8px 8px !important;
    font-size: inherit;
}

.header-lang__dropdown.dropdown-menu {
    min-width: 190px;
}

.header-lang__dropdown-link {
    position: relative;
    display: block;
    padding: 18px 24px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.header-lang__dropdown-link:not(:last-child) {
    border-bottom: 1px solid rgba(34, 27, 28, 0.1);
}

.header-lang__dropdown-link:last-child {
    border-radius: 0 0 8px 8px;
}

.header-lang__dropdown-link:hover, .header-lang__dropdown-link:focus {
    background-color: #f4f4f4;
}

.header-lang__dropdown-link.active::before {
    position: absolute;
    top: 0;
    right: 24px;
    width: 41px;
    height: 1px;
    background-color: #221b1c;
    content: '';
}

@media (min-width: 768px) {
    .header-lang {
        padding: 0 0 0 24px;
    }
}

.header-search {
    background-color: #fff;
}

.header-search__form {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-search__input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 8px;
    border-color: transparent;
}

.header-search button {
    margin-left: 24px;
    padding: 0;
    border: 0;
    background-color: transparent;
    font-size: 24px;
    line-height: 24px;
}

.header-search__close-btn {
    opacity: .5;
}

@media (min-width: 992px) {
    .header-search__form {
        padding-left: 20px;
        border-left: 1px solid #f4f4f4;
    }
}

.mobile-places {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

.mobile-places__check {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 4px;
    font-size: 24px;
    line-height: 24px;
    background-color: transparent;
    border: 0;
}

.mobile-menu {
    height: auto !important;
    padding: 0 20px;
    text-align: center;
    background-color: #fff;
}

.mobile-menu__group {
    padding: 24px 0;
}

.mobile-menu__group:not(:first-child) {
    border-top: 1px solid #f4f4f4;
}

.mobile-menu__link {
    font-size: 21px;
    line-height: 48px;
}

.mobile-menu__link a {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-bottom: 1px solid rgba(34, 27, 28, 0.33);
}

.mobile-menu__action {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 17px;
}

.mobile-menu__action .uil {
    font-size: 19px;
    line-height: 19px;
}

.mobile-menu__action .uil-info-circle {
    margin-right: 8px;
}

.header-r-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 24px;
    color: #0e90d9;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.header-r-link .uil {
    margin-right: 4px;
    font-size: 24px;
}

.header-r-link span {
    font-size: 17px;
}

.header-r-link:hover {
    color: #ffcc06;
}

.header-r-link:focus {
    outline: none;
}

.order-choose-district {
    padding: 0;
    border: 0;
    background-color: transparent;
    color: #0e90d9;
    font-size: 17px;
    line-height: 24px;
}

.order-choose-district .uil {
    font-size: 16px;
    line-height: 16px;
}

.site-categories {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.site-categories .container-fluid, .site-categories .container-sm, .site-categories .container-md, .site-categories .container-lg, .site-categories .container-xl {
    padding: 24px 20px 0;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 16px rgba(34, 27, 28, 0.16);
    box-shadow: 0 8px 16px rgba(34, 27, 28, 0.16);
    border-radius: 0 0 16px 16px;
}

@media (max-width: 767px) {
    .site-categories {
        display: none !important;
    }
}

::-moz-selection {
    background-color: #ffcc06;
}

::selection {
    background-color: #ffcc06;
}

body {
    padding-top: 40px;
    font-size: 13px;
}

body.no-town-landing {
    padding-top: 0;
}

body.with-app-panel .app-panel {
    position: fixed;
    z-index: 10;
    top: 40px !important;
    left: 0;
    width: 100%;
}

body.with-app-panel .header__top {
    top: 0px;
}

svg {
    fill: #221b1c;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}

a:focus,
button:focus {
    outline: none;
}

@media (min-width: 992px) {
    main.main {
        min-height: calc(100vh - 300px);
    }
}

.container-fluid p a, .container-sm p a, .container-md p a, .container-lg p a, .container-xl p a {
    color: #0e90d9;
    text-decoration: underline;
}

.container-fluid p a:hover, .container-sm p a:hover, .container-md p a:hover, .container-lg p a:hover, .container-xl p a:hover {
    text-decoration: none;
}

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

.section-separator {
    max-width: 1160px;
    margin: 0 auto 48px;
    border-bottom: 1px solid #f4f4f4;
}

.section {
    padding: 24px 0 0px;
}

.firm__card .section {
    padding: 9px 0 48px;
}
.reviews-block__head .reviews-block__head{
    width: 100%;
}
.last-review__scroll > .review-block:nth-child(n+5){
    display: none;
}

@media (min-width: 1024px) {
    .section {
        padding: 24px 0 48px;
    }
    .sections-index {
        padding: 24px 0 0;
    }
    .last-review__scroll > .review-block:nth-child(n+5){
        display: block;
    }
    .firm__card .section {
        padding: 0 0 48px;
    }
    .reviews-block__head .reviews-block__head{
        width: 200px;
    }
}

.section-title {
    margin-bottom: 0;
    font-size: 21px;
    line-height: 25px;
}

.section-title--16 {
    margin-bottom: 16px;
}

.section-title--24 {
    margin-bottom: 24px;
}

.section-title--fz27 {
    font-size: 27px;
    line-height: 32px;
}

@media (min-width: 1200px) {
    .section-title {
        font-size: 27px;
        line-height: 32px;
    }
}

.serif-title {
    font-family: 'Museo', serif;
}

.card {
    position: relative;
    display: block;
    text-align: center;
    height: calc(100% - 20px);
    margin-bottom: 20px;
    background-position: center;
    background-size: cover;
    color: #fff;
    border-radius: 16px;
}

.card::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(34, 27, 28, 0.5);
    border-radius: 16px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.card__info {
    position: relative;
    z-index: 1;
    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;
    min-height: 88px;
    color: inherit;
}

.card__title {
    font-size: 21px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.card__subtitle {
    display: none;
}

.card--more {
    color: rgba(34, 27, 28, 0.66);
    border: 2px solid #f5f0ec;
}

.card--more::before {
    background-color: transparent;
}

.card--more .card__info {
    min-height: 56px;
}

.card--more .card__title {
    border-bottom: 1px solid rgba(34, 27, 28, 0.33);
}

.button-blue {
    color: #0e90d9;
    /*font-weight: bold;*/
    cursor: pointer;
    text-decoration: underline;
}
.button-blue:hover {
    color: #fff;
}

@media (min-width: 992px) {
    .button-blue {
        color: #0e90d9;
        /*font-weight: bold;*/
        cursor: pointer;
    }
    .button-blue:hover {
        color: #000;
    }

    .card {
        height: calc(100% - 24px);
        margin-bottom: 24px;
    }

    .card__info {
        min-height: 136px;
    }

    .card__title {
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
        font-size: 27px;
    }

    .card__subtitle {
        display: block;
        -webkit-transform: translateY(35px);
        -ms-transform: translateY(35px);
        transform: translateY(35px);
        visibility: hidden;
        opacity: 0;
        padding: 8px 4px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .card:hover, .card:focus {
        color: #fff;
    }

    .card:hover::before, .card:focus::before {
        background-color: rgba(34, 27, 28, 0.33);
    }

    .card:hover .card__title, .card:focus .card__title {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .card:hover .card__subtitle, .card:focus .card__subtitle {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
        opacity: 1;
    }

    .card--more .card__title {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .card--more .card__info {
        min-height: 136px;
    }

    .card--more:hover, .card--more:focus {
        color: rgba(34, 27, 28, 0.66);
    }

    .card--more:hover::before, .card--more:focus::before {
        background-color: #f5f0ec;
    }

    .card--more:hover .card__title, .card--more:focus .card__title {
        border-color: transparent;
    }
}

.populars-section__title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 16px;
}

.populars-section__title {
    max-width: 75%;
    font-size: 27px;
}

.populars-section__tabs {
    margin: 0 -10px;
    padding: 0 10px;
}

.beige-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f5f0ec;
}

.beige-tabs__item {
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.beige-tabs__item:hover, .beige-tabs__item:focus {
    background-color: rgba(255, 255, 255, 0.33);
}

.beige-tabs__item:focus {
    outline: none;
}

.beige-tabs__item.active {
    background-color: #fff;
    border-color: #f4f4f4;
}

.cafe-card {
    position: relative;
    margin-bottom: 16px;
}

section .cafe-card:hover::before {
    position: absolute;
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    border-radius: 8px;
    /*background-color: #f5f0ec;*/
    background-color: #000;
    opacity: 10%;
    content: '';
}

.cafe-card__head {
    position: relative;
    padding-bottom: 50%;
    border-radius: 8px;
    overflow: hidden;
}

.cafe-card__poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-position: center;
    background-size: cover;
    transition: 300ms;
}

.cafe-card__poster::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(34, 27, 28, 0.5);*/
    content: '';
    border-radius: 8px;
}

.cafe-card__head:hover .cafe-card__poster {
    transform: scale(1.05);
}

.cafe-card__head-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 16px 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
}

.cafe-card__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 36px;
    height: 36px;
    padding: 2px;
    border-radius: 8px;
    /*background-color: #fff;*/
}

.cafe-card__logo img {
    display:none;
}

.cafe-card__body {
    /*position: absolute;*/
    /*top: 16px;*/
    /*left: 16px;*/
    /*bottom: 16px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*width: calc(100% - 120px);*/
    /*color: #fff;*/
    overflow: hidden;
}

.cafe-card__body .stock-popover {
    display: none;
}

.cafe-card__title-block {
    margin-bottom: 16px;
}

.cafe-card__title {
    font-size: 20px;
    background: #FFCC06;
    padding: 5px 10px;
    border-radius: 4px;
    display: inline-block;
}

.cafe-card__title a {
    /*color: inherit;*/
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.33);*/
}

.cafe-card__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

.cafe-card__info .stock-pill {
    margin-left: 8px;
}

.cafe-card__info img {
    margin-left: 8px;
    max-width: 36px;
}

.cafe-card__subtitle {
    margin-top: auto;
}
@media (max-width: 350px) {
    .cafe-card__subtitle {
        margin-top: 10px;
    }
}

.cafe-card__closed-panel {
    /*padding: 8px 16px 8px 46px;*/
    /*background-position: 16px 50%;*/
    /*background-size: 14px 20px;*/
    /*background-image: url("../img/closed-panel-icon.svg");*/
    /*background-repeat: no-repeat;*/
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    padding: 8px 16px 8px 46px;
    background-color: #fff;
    background-position: 16px 50%;
    background-size: 14px 20px;
    background-image: url("../img/closed-panel-icon.svg");
    background-repeat: no-repeat;
    border-radius: 4px;
}

.cafe-card--closed::before {
    position: absolute;
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    border-radius: 8px;
    /*background-color: #f5f0ec;*/
    background-color: rgba(34, 27, 28, 0.2);
    content: '';
}
.cafe-card--closed:hover::before {
    background-color: unset;
}

.cafe-card--closed .cafe-card__poster {
    opacity: .66;
}

.cafe-card--closed .cafe-card__body {
    bottom: 52px;
}
.cafe-card--closed .cafe-card__poster{
    filter:grayscale(100%);
}
.cafe-card--closed:hover .cafe-card__poster{
    filter:grayscale(0);
}

@media (max-width: 1024px) {
    .cafe-card .cafe-card__body {
        display: flex;
        flex-direction: column;
    }

    .cafe-card .cafe-card__body .cafe-card__title-block {
        order: 2;
        margin-bottom: 0px;
    }

    .cafe-card .cafe-card__body .cafe-card__subtitle {
        order: 1;
        margin-top: 10px;
    }
    .cafe-card--closed .cafe-card__title {
        background: #D3D1D2;
    }
}
@media (max-width: 450px) {
    .cafe-card .cafe-card__body .cafe-card__subtitle {
        font-size:11px;
    }
}

@media (min-width: 992px) {
    .cafe-card {
        margin-bottom: 24px;
    }

    .cafe-card__head {
        margin-bottom: 12px;
        padding-bottom: 44.3%;
    }

    .cafe-card__head::before {
        background-color: rgba(34, 27, 28, 0.5);
    }

    .cafe-card__body {
        overflow: visible;
    }
    .cafe-card__logo img {
        max-width: 32px;
        max-height: 32px;
        border-radius: 8px;
        display:block;
    }

    .cafe-card__title-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 16px;
    }

    .cafe-card__title {
        max-width: 50%;

        background: none;
        padding: 0;
        border-radius: 0;
        display: block;
    }

    .cafe-card__title a {
        border-bottom: 1px solid rgba(34, 27, 28, 0.33);
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .cafe-card__title a:hover, .cafe-card__title a:focus {
        border-color: transparent;
    }

    .cafe-card__body {
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        display: block;
        width: auto;
        color: #221b1c;
    }

    .cafe-card__body .stock-popover {
        position: absolute;
        z-index: 5;
        top: 36px;
    }

    .cafe-card__info {
        margin-top: 0;
    }

    .cafe-card__subtitle {
        margin-top: 0;
        color: rgba(34, 27, 28, 0.66);
    }

    .cafe-card__closed-panel {
        position: absolute;
        bottom: 16px;
        left: 16px;
        right: 16px;
        padding: 8px 16px 8px 46px;
        background-color: #fff;
        background-position: 16px 50%;
        background-size: 14px 20px;
        background-image: url("../img/closed-panel-icon.svg");
        background-repeat: no-repeat;
        border-radius: 4px;
    }

    .cafe-card--closed::before, section .cafe-card:hover::before {
        top: -6px;
        right: -6px;
        bottom: -6px;
        left: -6px;

    }

    .cafe-card--closed .cafe-card__body {
        bottom: auto;
    }

    .cafe-card--closed .cafe-card__poster,
    .cafe-card--closed .cafe-card__body {
        opacity: .66;
    }

    .cafe-card--closed:hover .cafe-card__poster, .cafe-card--closed:hover .cafe-card__body {
        opacity: 1;
    }
}

.cafe-cards-wrapper {
    padding: 24px 10px 0;
}

@media (min-width: 992px) {
    .cafe-cards-wrapper {
        padding: 0;
    }
}

.stock-pill {
    position: relative;
    height: 21px;
    line-height: 19px;
    padding: 0 8px;
    /*background-color: #ffcc06;*/
    color: #221b1c;
    font-size: 13px;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: 1px solid #221B1C;
}

.stock-pill::before {
    /*position: absolute;*/
    /*top: -4px;*/
    /*left: 4px;*/
    /*width: 0;*/
    /*height: 0;*/
    /*border-style: solid;*/
    /*border-width: 10px 0 0 10px;*/
    /*border-color: transparent transparent transparent #ffcc06;*/
    /*content: '';*/
}

@media (min-width: 992px) {
    .stock-pill::before {
        display: none;
    }

    .stock-pill.js-show-stock-info {
        cursor: pointer;
    }

    .stock-pill.js-show-stock-info:hover {
        background-color: #ecbb00;
    }
}

.stock-popover {
    padding: 16px;
    background-color: #fff;
    border: 2px solid #ffcc06;
    color: rgba(34, 27, 28, 0.5);
    -webkit-box-shadow: 0 8px 16px rgba(255, 204, 6, 0.25);
    box-shadow: 0 8px 16px rgba(255, 204, 6, 0.25);
    border-radius: 8px;
}

.stock-popover::before {
    position: absolute;
    top: -10px;
    right: 64px;
    width: 10px;
    height: 11px;
    background-position: center;
    background-size: cover;
    background-image: url("../img/yellow-angle.png");
    content: '';
}

.time-mark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
}

.time-mark .uil {
    margin-right: 4px;
    font-size: 20px;
}

.blue-lined-link {
    display: inline-block;
    color: #0e90d9;
    border-bottom: 1px solid rgba(14, 144, 217, 0.33);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.blue-lined-link--darker {
    border-color: #0e90d9;
}

.blue-lined-link:hover, .blue-lined-link:focus {
    color: #0e90d9;
    border-color: transparent;
}

.star-rating {
    position: relative;
    width: 85px;
    height: 16px;
    background-image: url("../img/rating-star-unchecked.svg");
    background-size: 17px auto;
    background-repeat: repeat-x;
}

.star-rating > div {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    height: 16px;
    font-size: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 17px auto;
    background-repeat: repeat-x;
}

.star-rating > div:nth-of-type(1) {
    z-index: 3;
    width: 17px;
}

.star-rating > div:nth-of-type(2) {
    z-index: 2;
    width: 34px;
}

.star-rating > div:nth-of-type(3) {
    z-index: 3;
    width: 51px;
}

.star-rating > div:nth-of-type(4) {
    z-index: 2;
    width: 68px;
}

.star-rating > div:nth-of-type(5) {
    z-index: 1;
    width: 85px;
}

.star-rating--1 > div:nth-of-type(1) {
    background-image: url("../img/rating-star-checked.svg");
}

.star-rating--2 > div:nth-of-type(2) {
    background-image: url("../img/rating-star-checked.svg");
}

.star-rating--3 > div:nth-of-type(3) {
    background-image: url("../img/rating-star-checked.svg");
}

.star-rating--4 > div:nth-of-type(4) {
    background-image: url("../img/rating-star-checked.svg");
}

.star-rating--5 > div:nth-of-type(5) {
    background-image: url("../img/rating-star-checked.svg");
}

.seo-text-section {
    padding: 10px;
    line-height: 16px;
}

.seo-text-section p {
    /*max-width: 750px;
    margin: 0 auto;*/
}

.seo-text-section p:not(:last-child) {
    margin-bottom: 24px;
}

@media (min-width: 992px) {
    .seo-text-section {
        padding: 24px 0 48px;
    }
}

.reviews-section {
    padding: 24px 0;
}

@media (min-width: 992px) {
    .reviews-section {
        padding: 24px 0 80px;
    }
}

.reviews-block__top {
    /*position: relative;*/
    /*height: 100%;*/
    /*padding: 0 16px;*/
    position: relative;
    height: 100%;
    padding: 48px 32px 20px 32px;
    border: 1px solid rgba(34, 27, 28, 0.2);
    border-radius: 16px 16px 0 0;
}

.reviews-block__title {
    font-size: 27px;
}

.reviews-block__title .blue-lined-link {
    display: inline;
    margin: 0 8px;
    font-size: 13px;
    line-height: 16px;
}

.reviews-block__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}

.reviews-block__text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.reviews-block__subtitle {
    font-size: 21px;
    line-height: 25px;
}

@media (min-width: 992px) {
    .reviews-block__top {
        /*padding: 0 64px 0 0;*/
        border-radius: 16px 0 0 16px;
    }
    .last-review {
        border-radius: 0 16px 16px 0;
    }

    .reviews-block__title {
        max-width: 320px;
    }
}

.top-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*-ms-flex-wrap: wrap;*/
    /*flex-wrap: wrap;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-review:not(:last-child) {
    margin-bottom: 16px;
}

/*.top-review:nth-child(1) .top-review__logo::before {*/
/*    content: '#1';*/
/*}*/

/*.top-review:nth-child(2) .top-review__logo::before {*/
/*    content: '#2';*/
/*}*/

/*.top-review:nth-child(3) .top-review__logo::before {*/
/*    content: '#3';*/
/*}*/

/*.top-review:nth-child(4) .top-review__logo::before {*/
/*    content: '#4';*/
/*}*/

/*.top-review:nth-child(5) .top-review__logo::before {*/
/*    content: '#5';*/
/*}*/

.top-review__logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 92px;
    height: 92px;
    margin-right: 16px;
    border-radius: 16px;
    background-color: rgba(34, 27, 28, 0.03);
}

.top-review__logo::before {
    position: absolute;
    top: -16px;
    left: -16px;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 13px;
    background-color: #f5f0ec;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #beb2a4;
}

.top-review__logo img {
    max-width: 84px;
    max-height: 84px;
}

.top-review__text {
    /*width: 100%;*/
}

.top-review__title {
    margin-bottom: 4px;
    font-size: 17px;
    line-height: 24px;
}

.top-review__title a {
    border-bottom: 1px solid rgba(34, 27, 28, 0.2);
}

.top-review__subtitle {
    color: rgba(34, 27, 28, 0.66);
}

.top-review__value {
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    /*margin-top: 8px;*/
    margin-left: auto;
    text-align: right;
}

.top-review__value .star-rating {
    /*margin-right: 12px;*/
    margin-bottom: 8px;
}

@media (min-width: 992px) {
    .top-review__title {
        font-size: 21px;
    }

    .top-review__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .top-review__value {
        /*display: block;*/
        /*margin-top: 0;*/
        /*text-align: right;*/
        margin-left: auto;
        text-align: right;
    }

    .top-review__value .star-rating {
        margin-bottom: 8px;
        margin-right: 0;
    }
}

.last-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
    border-radius: 16px;
    border: 1px solid rgba(34, 27, 28, 0.2);
}

@media (min-width: 992px) {
    .reviews-block__last {
        border-radius: 0 16px 16px 0;
    }
}

.last-review__head {
    position: relative;
    padding-bottom: 75%;
    border-radius: 16px 16px 0 0;
    background-position: center;
    background-size: cover;
}

.last-review__head::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px 16px 0 0;
    background-color: rgba(0, 0, 0, 0.47);
    content: '';
}
@media (min-width: 992px) {
    .last-review__head::before {
        border-radius: 0 16px 0 0;
    }
}

.last-review__head-content {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    padding: 20px 16px 0;
}

.last-review__body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 16px 16px;
    background-color: #fff;
    border-radius: 16px;
}

.last-review__bottom {
    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;
}

.last-review__title {
    margin: 24px 0 16px;
    font-size: 21px;
    color: #000;
}

.last-review__logo {
    width: 36px;
    height: 36px;
    margin-right: 16px;
    padding: 2px;
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
}

.last-review__logo img {
    max-width: 32px;
    max-height: 32px;
}

.last-review__company-link {
    font-size: 17px;
}

.last-review__company-link a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.33);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.last-review__company-link a:hover, .last-review__company-link a:focus {
    border-color: transparent;
}

.last-review__star {
    margin-left: auto;
    color: #fff;
}

.last-review__text {
    margin-bottom: 16px;
    font-size: 17px;
    line-height: 24px;
}

.last-review__author-info {
    font-size: 16px;
    color: rgba(34, 27, 28, 0.66);
}

@media (min-width: 992px) {
    .last-review {
        height: 100%;
        margin-top: 0;
    }
    .last-review__body{
        padding: 45px 16px 16px;
    }

    .last-review__head {
        padding-bottom: 50%;
    }

    .last-review__title {
        margin: 0 0 auto;
    }
}

.star-mark {
    position: relative;
    height: 16px;
}

.star-mark::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background-position: center;
    background-size: cover;
    background-image: url("../img/rating-star-checked.svg");
    content: '';
}

.star-mark span {
    margin-left: 20px;
    font-size: 11px;
}

.sales-section {
    background-color: #f5f0ec;
}

.sales-section--with-slider .section-title {
    margin: 0 0 -36px;
}

.sales-slider {
    padding-top: 52px;
    padding-right: 60px;
}

.sales-slider .swiper-button-prev,
.sales-slider .swiper-button-next {
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    margin-top: 0;
    text-align: center;
    line-height: 40px;
    background-color: #fff;
    border-radius: 50%;
}

.sales-slider .swiper-button-prev .uil,
.sales-slider .swiper-button-next .uil {
    font-size: 19px;
    opacity: .5;
}

.sales-slider .swiper-button-prev.swiper-button-disabled,
.sales-slider .swiper-button-next.swiper-button-disabled {
    opacity: 1;
}

.sales-slider .swiper-button-prev:focus,
.sales-slider .swiper-button-next:focus {
    outline: none;
}

.sales-slider .swiper-button-prev {
    left: auto;
    right: 48px;
}

@media (min-width: 560px) {
    .sales-slider {
        padding-right: 40px;
    }
    .cafe-card__title {
        font-size: 22px;
    }
}

@media (min-width: 992px) {
    .sales-slider {
        padding-right: 0;
    }
    .cafe-card__title {
        font-size: 17px;
    }
}

.sales-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 220px;
    margin-bottom: 24px;
    padding: 24px 24px 16px;
    border: 2px solid #ffcc06;
    background-color: #fff;
    border-radius: 16px;
}

.sales-item__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 8px;
}

.sales-item__logo {
    width: 32px;
    height: 32px;
    margin-right: 8px;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    background-color: rgba(34, 27, 28, 0.03);
}

.sales-item__logo img {
    max-width: 28px;
    max-height: 28px;
}

.sales-item__name a {
    color: rgba(34, 27, 28, 0.5);
    border-bottom: 1px solid rgba(34, 27, 28, 0.17);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.sales-item__name a:hover, .sales-item__name a:focus {
    border-color: transparent;
}

.sales-item__nums {
    font-size: 72px;
    color: #ffcc06;
}

.sales-item__icon {
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffcc06;
    color: #fff;
    font-size: 40px;
}

.sales-item__info a {
    margin: 0 4px;
    font-size: 13px;
}

.sales-item__bot-content {
    margin-top: auto;
}

.sales-item--double {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 150px;
}

.sales-item--double .sales-item__top-content,
.sales-item--double .sales-item__bot-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.sales-item--double .sales-item__bot-content {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sales-item--double .sales-item__info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 17px;
}

.sales-item--double .sales-item__info span {
    margin-top: auto;
}

.sales-item--double .sales-item__info a {
    margin: 0;
}

.sales-item--single {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 110px;
    padding: 0;
}

.sales-item--single .sales-item__top-content,
.sales-item--single .sales-item__bot-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 16px;
}

.sales-item--single .sales-item__top-content {
    position: relative;
    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;
    background-position: center;
    background-size: cover;
    border-radius: 16px 0 0 16px;
}

.sales-item--single .sales-item__top-content::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(34, 27, 28, 0.5);
    border-radius: 16px 0 0 16px;
}

.sales-item--single .sales-item__bot-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}

.sales-item--single .sales-item__head,
.sales-item--single .sales-item__nums,
.sales-item--single .sales-item__icon {
    position: relative;
}

.sales-item--single .sales-item__head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}

.sales-item--single .sales-item__name {
    max-width: 160px;
}

.sales-item--single .sales-item__name a {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.33);
}

.sales-item--single .sales-item__name a:hover, .sales-item--single .sales-item__name a:focus {
    border-color: transparent;
}

.sales-item--single .sales-item__logo {
    background-color: #fff;
}

.sales-item--single .sales-item__info {
    font-size: 21px;
}

@media (max-width: 767px) {
    .sales-item--single {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .sales-item--single .sales-item__top-content,
    .sales-item--single .sales-item__bot-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .sales-item--single .sales-item__top-content {
        border-radius: 16px 16px 0 0;
    }

    .sales-item--single .sales-item__top-content::before {
        border-radius: 16px 16px 0 0;
    }
}

.sticker {
    position: relative;
}

.sticker__tape {
    position: absolute;
    top: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 32px;
    height: 12px;
    background-color: rgba(190, 178, 164, 0.66);
    -webkit-box-shadow: 0 0 2px rgba(34, 27, 28, 0.14);
    box-shadow: 0 0 2px rgba(34, 27, 28, 0.14);
}

.sticker__container {
    width: 114px;
    height: 130px;
    padding: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 8px rgba(34, 27, 28, 0.14);
    box-shadow: 0 4px 8px rgba(34, 27, 28, 0.14);
}

.sticker__photo {
    width: 98px;
    height: 96px;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
}

.promo-stretch {
    padding: 16px;
    border-radius: 16px;
}

.promo-stretch__title {
    margin-top: 14px;
    font-size: 24px;
    line-height: 32px;
}

.promo-stretch__subtitle {
    max-width: 340px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 24px;
}

.promo-stretch__app-links a {
    display: inline-block;
}

.promo-stretch__app-links a:not(:last-of-type) {
    margin-right: 16px;
}

.promo-stretch__app-links a img {
    max-width: 160px;
    max-height: 60px;
}

.promo-stretch--orange {
    background: -o-linear-gradient(309.56deg, #ffcc06 -25.8%, #ffaa06 97.82%);
    background: linear-gradient(140.44deg, #ffcc06 -25.8%, #ffaa06 97.82%);
}

.promo-stretch--orange .promo-stretch__image {
    position: absolute;
    left: 50%;
    bottom: -16px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.promo-stretch--orange .promo-stretch__image img {
    max-width: 148px;
    max-height: 148px;
}

.promo-stretch--with-bg {
    padding: 330px 16px 32px;
    text-align: center;
    background-color: #221b1c;
    background-position: top;
    background-size: cover;
    background-image: url("../img/promo-stretch-bg-mobile.png");
}

.promo-stretch--with-bg .promo-stretch__text {
    margin-bottom: 24px;
    color: #fff;
}

.promo-stretch--with-bg .promo-stretch__title {
    margin-bottom: 8px;
}

@media (max-width: 991px) {
    .promo-stretch--for-partners, .promo-stretch--with-bg {
        margin: 0 -10px;
        border-radius: 0;
    }
}

@media (min-width: 992px) {
    .promo-stretch__subtitle {
        max-width: 100%;
        margin: 0;
    }

    .promo-stretch--with-bg {
        position: relative;
        padding: 16px;
        text-align: left;
        background-color: #221b1c;
        background-image: url("../img/promo-stretch-bg.png");
        background-position: left center;
        background-size: 40% 100%;
        background-repeat: no-repeat;
    }

    .promo-stretch--with-bg::before {
        position: absolute;
        top: 0;
        left: 340px;
        width: 150px;
        height: 100%;
        content: '';
        background: -webkit-gradient(linear, right top, left top, color-stop(60%, #221B1C), to(rgba(34, 27, 28, 0)));
        background: -o-linear-gradient(right, #221B1C 60%, rgba(34, 27, 28, 0) 100%);
        background: linear-gradient(270deg, #221B1C 60%, rgba(34, 27, 28, 0) 100%);
    }

    .promo-stretch--with-bg .promo-stretch__text,
    .promo-stretch--with-bg .promo-stretch__title {
        margin-bottom: 0;
    }

    .promo-stretch--for-partners {
        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;
        min-height: 120px;
    }
}

.news-block {
    margin-bottom: 40px;
    background-color: #fff;
}

.news-block__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px;
}

.news-block__text {
    width: 75%;
}

.news-block__title {
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 20px;
    color: #0e90d9;
}

.news-block__title a {
    color: inherit;
    border-bottom: 1px solid rgba(14, 144, 217, 0.33);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.news-block__title a:hover, .news-block__title a:focus {
    border-color: transparent;
}

.news-block__subtitle {
    line-height: 16px;
}

.news-block__date {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: 11px;
    color: rgba(34, 27, 28, 0.33);
}

@media (min-width: 992px) {
    .news-block {
        margin-bottom: 0;
    }

    .news-block__item {
        display: block;
    }

    .news-block__date {
        margin-bottom: 4px;
    }
}

.stock-block__item {
    position: relative;
    display: block;
    background-position: center;
    background-size: cover;
    min-height: 200px;
    border-radius: 16px;
}

.stock-block__item::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: -o-linear-gradient(37.9deg, rgba(34, 27, 28, 0.9) 0%, rgba(34, 27, 28, 0) 100%);
    background: linear-gradient(52.1deg, rgba(34, 27, 28, 0.9) 0%, rgba(34, 27, 28, 0) 100%);
    border-radius: 16px;
}

.stock-block__info {
    position: absolute;
    top: 0;
    left: 0;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding: 0 32px 24px;
    color: #fff;
}

.stock-block__title {
    margin-bottom: 8px;
    font-size: 27px;
    line-height: 32px;
}

.stock-block__subtitle {
    line-height: 16px;
}

.stock-block__subtitle a {
    color: inherit;
    border-bottom: 1px solid rgba(255, 255, 255, 0.33);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.stock-block__subtitle a:hover, .stock-block__subtitle a:focus {
    border-color: transparent;
}

@media (min-width: 992px) {
    .stock-block__item {
        min-height: 160px;
        overflow: hidden;
    }

    .stock-block__item:first-of-type {
        border-radius: 16px 16px 0 0;
    }

    .stock-block__item:first-of-type::before {
        border-radius: 16px 16px 0 0;
    }

    .stock-block__item:last-of-type {
        border-top: 1px solid #f5f0ec;
        border-radius: 0 0 16px 16px;
    }

    .stock-block__item:last-of-type::before {
        border-radius: 0 0 16px 16px;
    }

    .stock-block__title {
        max-width: 60%;
    }
}

.head-section {
    padding: 16px 0;
}

.head-section__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.head-section__title {
    margin-bottom: 4px;
    font-size: 21px;
    line-height: 25px;
}

.head-section__subtitle {
    line-height: 16px;
    color: rgba(34, 27, 28, 0.33);
}

.head-section--content .container-fluid, .head-section--content .container-sm, .head-section--content .container-md, .head-section--content .container-lg, .head-section--content .container-xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.head-section--content .head-section__date {
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-size: 11px;
    color: rgba(34, 27, 28, 0.33);
}

@media (min-width: 992px) {
    .head-section__title {
        font-size: 27px;
        line-height: 32px;
    }

    .head-section--content .container-fluid, .head-section--content .container-sm, .head-section--content .container-md, .head-section--content .container-lg, .head-section--content .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.breadcrumbs {
    margin: 0 0 8px 0;
    padding: 0;
    font-size: 11px;
    list-style-type: none;
}

.breadcrumbs li {
    display: inline-block;
    color: #0e90d9;
}

.breadcrumbs li:not(:last-of-type) {
    margin-right: 2px;
}

.breadcrumbs li:not(:last-of-type)::after {
    display: inline-block;
    margin-left: 4px;
    content: '/';
    color: #beb2a4;
}

.breadcrumbs li a {
    color: inherit;
    border-bottom: 1px solid #0e90d9;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.breadcrumbs li a:hover, .breadcrumbs li a:focus {
    color: rgba(14, 144, 217, 0.33);
    border-color: transparent;
}

.breadcrumbs li > span {
    color: #beb2a4;
}

.breadcrumbs--on-dark li {
    opacity: .5;
}

.breadcrumbs--on-dark li a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.breadcrumbs--on-dark li a:hover, .breadcrumbs--on-dark li a:focus {
    border-color: transparent;
    color: #fff;
}

.restaurants-section {
    padding: 0 0 48px;
}

.restaurants-section .container-fluid, .restaurants-section .container-sm, .restaurants-section .container-md, .restaurants-section .container-lg, .restaurants-section .container-xl {
    padding: 0 10px 40px;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}

@media (min-width: 992px) {
    .restaurants-section .container-fluid, .restaurants-section .container-sm, .restaurants-section .container-md, .restaurants-section .container-lg, .restaurants-section .container-xl {
        padding: 40px 10px;
    }
}

.mobile-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
    background-color: #f5f0ec;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}

.mobile-filter__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
}

.mobile-filter__item:not(:last-child) {
    border-right: 1px solid #f4f4f4;
}

.mobile-filter__item .select2-container .select2-selection {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f5f0ec;
}

.mobile-filter__item .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mobile-filter__item + .select2-container {
    left: auto !important;
    top: 49px !important;
    right: 0;
}

.mobile-filter .select2-container .select2-dropdown {
    min-width: 310px !important;
}

.page-sidebar__section {
    padding: 24px 0 40px;
}

.page-sidebar__section--filters {
    margin: 0 -20px;
    padding: 12px 20px 16px;
    background-color: #f5f0ec;
}

.page-sidebar__section:not(:last-child) {
    border-bottom: 1px solid #f4f4f4;
}

.page-sidebar__filter-title {
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 24px;
}

.page-sidebar__subtitle {
    margin-bottom: 16px;
    color: rgba(34, 27, 28, 0.33);
}

.page-sidebar__delivery-stub {
    padding: 24px 16px;
    text-align: center;
    background-color: #f5f0ec;
    border-radius: 8px;
    line-height: 16px;
}

.page-sidebar__delivery-stub a {
    color: #0e90d9;
}

.page-sidebar .filter-pill {
    margin: 0 8px 8px 0;
}

.page-sidebar--with-mobile-view {
    display: none;
    position: relative;
    padding: 0 20px 24px;
    background-color: #fff;
}

.page-sidebar--with-mobile-view .page-sidebar__close {
    position: absolute;
    top: 12px;
    right: 20px;
    padding: 0;
    background-color: transparent;
    border: 0;
    font-size: 19px;
    line-height: 19px;
}

.page-sidebar--with-mobile-view .btn {
    width: 100%;
    height: 56px;
    line-height: 54px;
}

.page-sidebar--with-mobile-view.is-open {
    display: block;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

@media (min-width: 992px) {
    .page-sidebar {
        display: block;
        max-width: 230px;
    }

    .page-sidebar__section--filters {
        margin: 0;
        padding: 0 0 32px;
        background-color: transparent;
    }

    .page-sidebar--with-mobile-view {
        display: block;
        padding: 0;
    }

    .page-sidebar--with-mobile-view .page-sidebar__close {
        display: none;
    }
}

.filter-pill {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 8px;
    background-color: #fff;
    border: 2px solid #f4f4f4;
    border-radius: 8px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.filter-pill .uil {
    font-size: 14px;
    line-height: 14px;
    margin-left: 8px;
}

.filter-pill:hover, .filter-pill:focus {
    border-color: #beb2a4;
}

.r-card {
    margin: 0 -10px 16px;
    padding: 16px 20px 24px;
    border-radius: 8px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.r-card__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
}

.r-card__logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    margin-right: 8px;
    padding: 4px;
    text-align: center;
    border-radius: 8px;
    background-color: rgba(14, 144, 217, 0.03);
}

.r-card__logo img {
    max-width: 100%;
    max-height: 44px;
}

.r-card__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.r-card__title {
    margin-bottom: 4px;
    font-size: 17px;
    line-height: 20px;
}

.r-card__title a {
    border-bottom: 1px solid #f4f4f4;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.r-card__title a:hover, .r-card__title a:focus {
    border-color: transparent;
}

.r-card__subtitle {
    margin-bottom: 8px;
    color: rgba(34, 27, 28, 0.66);
}

.r-card .star-rating {
    margin-right: 8px;
}

.r-card .star-rating,
.r-card .blue-lined-link {
    display: inline-block;
}

.r-card__link {
    display: block;
    margin-top: 8px;
    color: #0e90d9;
}

.r-card__link span {
    border-bottom: 1px solid rgba(14, 144, 217, 0.33);
}

.r-card__link svg {
    width: 12px;
    height: 12px;
    margin-left: 8px;
    fill: #0e90d9;
}

.r-card__info-block {
    position: relative;
    padding: 16px;
    border: 1px solid #f4f4f4;
    border-radius: 8px;
    background: #fff;
}

.r-card__info-block .col-12:not(:last-child) {
    margin-bottom: 16px;
}

.r-card__info-item {
    line-height: 16px;
}

.r-card__info-title {
    margin-bottom: 4px;
    color: rgba(34, 27, 28, 0.33);
}

.r-card__info-description a,
.r-card__info-description a:not([href]):not([tabindex]) {
    color: #0e90d9;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.r-card__info-description a:hover, .r-card__info-description a:focus,
.r-card__info-description a:not([href]):not([tabindex]):hover,
.r-card__info-description a:not([href]):not([tabindex]):focus {
    border-color: #0e90d9;
}

.r-card .r-closed-block {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

.r-card__attention-info {
    position: relative;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    padding: 16px;
    border: 2px solid #ffcc06;
    border-radius: 8px;
    background: #fff;
    color: rgba(34, 27, 28, 0.5);
    line-height: 16px;
    -webkit-box-shadow: 0 8px 16px rgba(255, 204, 6, 0.25);
    box-shadow: 0 8px 16px rgba(255, 204, 6, 0.25);
}

.r-card__attention-info::before {
    position: absolute;
    z-index: 1;
    content: '';
    bottom: 100%;
    left: 16px;
    width: 16px;
    height: 8px;
    background-position: center;
    background-image: url("../img/top-corner-orange-chat.svg");
}

.r-card--disabled {
    background-color: rgba(245, 240, 236, 0.5);
}

.r-card--disabled .r-card__head,
.r-card--disabled .r-card__info-item {
    opacity: .66;
}

.r-card--best .r-card__logo {
    position: relative;
}

.r-card--best .r-card__logo::after {
    position: absolute;
    top: 60px;
    left: 6px;
    width: 40px;
    height: 30px;
    background-position: center;
    background-size: cover;
    background-image: url("../img/best-place-logo.png");
    content: '';
}

@media (max-width: 991px) {
    .r-card--disabled {
        border-radius: 0;
    }
}

@media (min-width: 992px) {
    .r-card {
        margin: 0 auto 16px;
        padding: 16px;
    }

    .r-card__head {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 8px;
    }

    .r-card__name {
        margin-left: 16px;
    }

    .r-card__subtitle {
        margin-bottom: 0;
    }

    .r-card .star-rating {
        margin-bottom: 8px;
    }

    .r-card .star-rating {
        display: block;
    }

    .r-card__body {
        padding-left: 60px;
    }

    .r-card__info-block .col-12:not(:last-child) {
        margin-bottom: 0;
    }

    .r-card__link {
        margin-top: 0;
        font-size: 17px;
        line-height: 24px;
        color: rgba(14, 144, 217, 0.33);
    }

    .r-card__link span {
        border-bottom: 1px solid rgba(14, 144, 217, 0.33);
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .r-card__link svg {
        width: 20px;
        height: 20px;
        margin-left: 20px;
        fill: rgba(14, 144, 217, 0.33);
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .r-card--best .r-card__logo {
        position: relative;
    }

    .r-card--best .r-card__logo::after {
        top: 76px;
    }

    .r-card:hover {
        background-color: #f5f0ec;
    }

    .r-card:hover .r-card__link {
        color: #0e90d9;
    }

    .r-card:hover .r-card__link span {
        border-color: #0e90d9;
    }

    .r-card:hover .r-card__link svg {
        fill: #0e90d9;
    }
}

.r-closed-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
    border: 1px solid #f4f4f4;
    border-radius: 8px 8px 0 0;
    background: #f5f0ec;
}

.r-closed-block__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 16px;
}

.r-closed-block__icon .uil {
    font-size: 24px;
    line-height: 24px;
}

.r-closed-block__info {
    line-height: 24px;
}

.r-closed-block__title {
    font-size: 17px;
}

.r-closed-block__subtitle {
    color: rgba(34, 27, 28, 0.66);
}

.closed-panel {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 16px;
    padding: 16px;
    background-color: #f5f0ec;
    border-radius: 8px;
}

.closed-panel__icon {
    position: absolute;
    left: 42px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px;
    height: 20px;
    background-position: center;
    background-size: cover;
    background-image: url("../img/closed-panel-icon.svg");
}

.closed-panel__text {
    max-width: 460px;
    text-align: center;
    line-height: 16px;
}

@media (max-width: 991px) {
    .closed-panel {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 0;
        padding: 8px 16px;
        background-color: rgba(34, 27, 28, 0.2);
        font-size: 11px;
        border-radius: 4px;
    }

    .closed-panel__icon {
        left: 16px;
    }

    .closed-panel__text {
        padding-left: 28px;
        text-align: left;
    }
}

.restaurant-head__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.restaurant-head__logo-block {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.restaurant-head__logo {
    width: 102px;
    height: 102px;
    line-height: 94px;
    padding: 4px;
    text-align: center;
    border-radius: 8px;
    background-color: rgba(14, 144, 217, 0.03);
}

.restaurant-head__logo img {
    max-width: 92px;
    max-height: 92px;
}

.restaurant-head__best-image {
    width: 94px;
    margin-top: 24px;
    text-align: center;
}

.restaurant-head__best-image img {
    max-width: 56px;
}

.restaurant-head__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.restaurant-head__gallery {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.restaurant-head__gallery .row {
    margin: 0 -5px;
}

.restaurant-head__gallery .col-3 {
    padding: 0 5px;
}

.restaurant-head .restaurant-gallery-item {
    border-radius: 8px;
}

.restaurant-head__title {
    margin-bottom: 8px;
    font-size: 21px;
    line-height: 25px;
}

.restaurant-head__subtitle {
    margin-bottom: 4px;
    color: rgba(34, 27, 28, 0.5);
}

.restaurant-head__description {
    margin-bottom: 16px;
}

.restaurant-head__description a:not([href]):not([tabindex]) {
    color: #0e90d9;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.restaurant-head__description a:not([href]):not([tabindex]):hover, .restaurant-head__description a:not([href]):not([tabindex]):focus {
    border-color: #0e90d9;
}

.restaurant-head__line {
    padding: 0;
}

.restaurant-head__line + .restaurant-head__line {
    padding: 16px 0 8px;
    border-top: 1px solid #f4f4f4;
}

@media (max-width: 991px) {
    .restaurant-head__block {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .restaurant-head__logo {
        width: 64px;
        height: 64px;
        line-height: 56px;
    }

    .restaurant-head__logo img {
        max-width: 56px;
        max-height: 56px;
    }

    .restaurant-head__best-image {
        width: auto;
        margin-top: 0;
    }

    .restaurant-head__best-image img {
        max-width: 36px;
    }

    .restaurant-head__title, .restaurant-head__description {
        max-width: 260px;
    }

    .restaurant-head__time-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 8px;
    }

    .restaurant-head__time-block .uil {
        margin-right: 4px;
        font-size: 19px;
    }

    .restaurant-head__time-block span {
        font-size: 11px;
    }

    .restaurant-head .restaurant-gallery-item {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .restaurant-head__block {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .restaurant-head__logo {
        width: 94px;
        height: 94px;
        line-height: 86px;
        margin-right: 24px;
        padding: 4px;
    }

    .restaurant-head__logo img {
        max-width: 86px;
        max-height: 86px;
    }

    .restaurant-head__title {
        font-size: 27px;
        line-height: 32px;
    }

    .restaurant-head__gallery {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 210px;
        flex: 0 0 210px;
        margin-left: 24px;
    }

    .restaurant-head__line {
        padding: 0 0 32px;
    }

    .restaurant-head__line + .restaurant-head__line {
        padding: 24px 0;
    }

    .restaurant-head__description {
        margin-bottom: 0;
    }
}

.restaurant-delivery-panel {
    display: block;
    margin-bottom: 9px;
    padding: 2px;
    background-color: #f5f0ec;
    border-radius: 8px;
}

.restaurant-delivery-panel__time-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
    background-color: #fff;
    border-radius: 8px 0 0 8px;
}

.restaurant-delivery-panel__time-block .uil {
    margin-right: 4px;
    font-size: 24px;
    line-height: 24px;
}

.restaurant-delivery-panel__time-block span {
    font-size: 17px;
    line-height: 24px;
}

.restaurant-delivery-panel__dropdown {
    margin-bottom: 4px;
    font-size: 17px;
    color: #0e90d9;
    text-align: center;
}

.restaurant-delivery-panel__dropdown .select-regular-dropdown.select2-selection {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.restaurant-delivery-panel__dropdown .select2-container .select2-selection .select2-selection__rendered {
    line-height: 16px;
    -webkit-box-shadow: inset 0px -1px rgba(14, 144, 217, 0.33);
    box-shadow: inset 0px -1px rgba(14, 144, 217, 0.33);
}

.restaurant-delivery-panel__dropdown .select2-selection__arrow {
    display: none;
}

.restaurant-delivery-panel__district {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 8px 16px;
}

.restaurant-delivery-panel__district-title {
    margin-bottom: 4px;
    font-size: 17px;
    text-align: center;
}

.restaurant-delivery-panel__district-subtitle {
    font-size: 11px;
    text-align: center;
}

@media (min-width: 992px) {
    .restaurant-delivery-panel__dropdown{
       text-align: left;
    }

    .restaurant-delivery-panel {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .restaurant-delivery-panel__dropdown .select-regular-dropdown.select2-selection {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .restaurant-delivery-panel__district-title, .restaurant-delivery-panel__district-subtitle {
        text-align: left;
    }
}

.restaurant-attention-block {
    margin-bottom: 9px;
    padding: 8px 16px;
    text-align: center;
    border: 2px solid #ffcc06;
    border-radius: 8px;
    font-size: 11px;
    line-height: 16px;
}

@media (min-width: 992px) {
    .restaurant-attention-block {
        text-align: left;
    }
}

.restaurant-gallery-item {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 100%;
    background-position: center;
    background-size: cover;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.restaurant-gallery-item--with-more::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(34, 27, 28, 0.66);
    border-radius: inherit;
}

.restaurant-gallery-item--with-more span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 21px;
    line-height: 25px;
    color: #fff;
}

.restaurant-gallery-item:hover, .restaurant-gallery-item:focus {
    -webkit-filter: brightness(105%);
    filter: brightness(105%);
}

.mobile-reviews-gallery-slider .restaurant-gallery-item {
    width: 72px;
    height: 72px;
    padding-bottom: 0;
}

.restaurant-info-block {
    margin-bottom: 5px;
    padding: 16px;
    text-align: center;
    background-color: #f5f0ec;
    border: 1px solid #f4f4f4;
    border-radius: 8px;
    font-size: 17px;
    line-height: 24px;
}

.restaurant-info-block__title {
    margin-bottom: 8px;
}

.restaurant-info-block__dropdown {
    font-size: 13px;
    color: #0e90d9;
}

.restaurant-info-block__dropdown .select2-container {
    max-width: 360px;
}

.restaurant-info-block__dropdown .select2-container .select2-selection {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.restaurant-info-block__dropdown .select2-container .select2-selection .select2-selection__rendered {
    -webkit-box-shadow: inset 0px -1px #0e90d9;
    box-shadow: inset 0px -1px #0e90d9;
}

.restaurant-info-block__dropdown .select2-container .select2-selection .select2-selection__arrow > b {
    background-image: url("../img/select2-arrow-blue.svg");
}

@media (min-width: 992px) {
    .restaurant-info-block {
        padding: 24px;
        font-size: 21px;
        line-height: 25px;
    }

    .restaurant-info-block__title {
        margin-bottom: 16px;
    }

    .restaurant-info-block__dropdown {
        font-size: 17px;
    }
}

.r-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 35px;
}

.r-tabs__container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.r-tabs__item {
    padding: 12px 16px;
    border-radius: 8px 8px 0 0;
    border: 1px solid transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.r-tabs__item span {
    vertical-align: middle;
}

.r-tabs__item .star-rating {
    display: inline-block;
    vertical-align: middle;
}

.r-tabs__item:hover, .r-tabs__item:focus {
    background-color: #f5f0ec;
}

.r-tabs__item.active {
    position: relative;
    border-color: rgba(34, 27, 28, 0.2);
}

.r-tabs__item.active::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    content: '';
}

.r-tabs__item.active:hover, .r-tabs__item.active:focus {
    background-color: transparent;
}

.r-tabs .btn {
    margin-left: 16px;
}

.r-tabs--on-dark {
    margin-bottom: 0;
}

.r-tabs--on-dark .r-tabs__container {
    border-color: #fff;
}

.r-tabs--on-dark .r-tabs__item:hover, .r-tabs--on-dark .r-tabs__item:focus {
    background-color: #fff;
}

.r-tabs--on-dark .r-tabs__item.active {
    border-color: #f4f4f4;
    background-color: #fff;
}
.r-tabs--restaurant-head {
    border-bottom: 1px solid rgba(34, 27, 28, 0.2);
}

@media (max-width: 991px) {
    .r-tabs__item.active {
        border-color: #f5f0ec;
    }
    .r-tabs {
        margin-bottom: 15px;
    }
    .r-tabs--restaurant-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 24px;
        border-color: transparent;
    }

    .r-tabs--restaurant-head .btn {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
        margin-bottom: 16px;
        margin-left: 0;
    }

    .r-tabs--restaurant-head .r-tabs__container {
        background-color: #f5f0ec;
    }

    .r-tabs--restaurant-head .r-tabs__item {
        white-space: nowrap;
    }

    .r-tabs--restaurant-head .r-tabs__item .star-rating {
        display: none;
    }

    .r-tabs--restaurant-head .r-tabs__item.active {
        background-color: #fff;
    }
}

@media (min-width: 992px) {
    .r-tabs__item {
        padding: 12px 24px;
        font-size: 17px;
        line-height: 24px;
    }
}

.r-tabs-content > .r-tabs-content__item {
    display: none;
}

.r-tabs-content > .r-tabs-content__item.active {
    display: block;
}

.r-tabs-content > .r-tabs-content__item.active.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sidebar-list__item {
    font-size: 17px;
    line-height: 24px;
}

.sidebar-list__item a {
    position: relative;
    display: inline-block;
    padding: 8px 12px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.sidebar-list__item a::after {
    position: absolute;
    top: 0;
    right: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 10px;
    border-color: transparent transparent transparent transparent;
    content: '';
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.sidebar-list__item a:focus {
    outline: none;
}

.sidebar-list__item:hover a {
    text-decoration: underline;
}

.sidebar-list__item.active a {
    background-color: #f5f0ec;
    border-radius: 8px 0 0 8px;
}

.sidebar-list__item.active a::after {
    border-color: transparent transparent transparent #f5f0ec;
}

.sidebar-list__group {
    margin-bottom: 24px;
}

.restaurant-description-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 16px 0 8px;
    border-top: 1px solid #f4f4f4;
}

.restaurant-description-block__line {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 16px;
}

.restaurant-description-block__line div:first-child {
    margin-bottom: 6px;
    color: rgba(34, 27, 28, 0.5);
}

@media (min-width: 992px) {
    .restaurant-description-block {
        display: block;
        margin-bottom: 16px;
        padding: 16px 0 20px;
        border-bottom: 1px solid #f4f4f4;
    }

    .restaurant-description-block__line {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px;
    }

    .restaurant-description-block__line div:first-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        margin-bottom: 0;
    }

    .restaurant-description-block__line div:last-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
    }
}

.restaurant-right-block {
    margin-bottom: 40px;
}

.restaurant-right-block .btn {
    width: 100%;
}

.restaurant-right-block__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
}

.restaurant-right-block__gallery .restaurant-gallery-item {
    width: 80px;
    height: 80px;
    margin-bottom: 0;
    margin-right: 10px;
    padding-bottom: 0;
    border-radius: 8px;
}

.restaurant-right-block__gallery .restaurant-gallery-item:nth-child(4) {
    margin-right: 0;
}

@media (min-width: 992px) {
    .restaurant-right-block .btn {
        width: auto;
    }

    .restaurant-right-block__gallery {
        margin-bottom: 24px;
    }

    .restaurant-right-block__gallery .restaurant-gallery-item {
        margin-right: 16px;
    }
}

.restaurant-content__side-title {
    margin-bottom: 16px;
    font-size: 21px;
    line-height: 25px;
}

.restaurant-content__attention-block {
    position: relative;
    margin-bottom: 24px;
    padding: 16px;
    border: 2px solid #ffcc06;
    border-radius: 8px;
    line-height: 16px;
}

.restaurant-content__attention-block::after {
    position: absolute;
    z-index: 1;
    content: '';
    top: 100%;
    left: 16px;
    width: 16px;
    height: 8px;
    background-position: center;
    background-image: url("../img/bottom-corner-orange-chat.svg");
}

.restaurant-content__section-title {
    margin-bottom: 16px;
    font-size: 21px;
}

.restaurant-content__weight-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
}

.restaurant-content__weight-info .weight-circle-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8px;
}

.restaurant-content__weight-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.restaurant-content__product {
    position: relative;
    padding: 24px 0;
    border-top: 1px solid #f4f4f4;
}

.restaurant-content__searched-block {
    padding: 8px 0 32px 0;
    border-top: 1px solid #f4f4f4;
}

.restaurant-content__searched-block .r-card {
    margin-bottom: 0;
}

.restaurant-content__searched-block .product {
    padding: 12px 0;
    border-top: 1px solid #f4f4f4;
}

.restaurant-content__text-container {
    font-size: 17px;
    line-height: 24px;
}

.restaurant-content__map-container {
    position: relative;
    padding-bottom: 100%;
}

.restaurant-content__map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.restaurant-content__gallery {
    margin-bottom: 22px;
}

.restaurant-content__gallery .row {
    margin: 0 -5px;
}

.restaurant-content__gallery .col-4 {
    padding: 0 5px;
}

@media (max-width: 991px) {
    .restaurant-content__searched-block:last-child {
        padding: 8px 0 0 0;
    }

    .restaurant-content__searched-block .product {
        padding: 16px 0 24px;
    }

    .restaurant-content__text-container.mobile-fz-13 {
        font-size: 13px;
        line-height: 16px;
    }
}

@media (min-width: 992px) {
    .restaurant-content__attention-block {
        margin-bottom: 56px;
        font-size: 17px;
        line-height: 24px;
    }

    .restaurant-content__searched-block .product {
        margin-left: 76px;
        border-top: 0;
    }

    .restaurant-content__searched-block .product:not(:last-of-type) {
        border-bottom: 1px solid #f4f4f4;
    }

    .restaurant-content__map-container {
        padding-bottom: 69.16%;
    }
}

.weight-circle-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border: 1px solid rgba(34, 27, 28, 0.2);
    border-radius: 50%;
}

.weight-circle-icon svg {
    width: 10px;
    height: 10px;
}

.product__image {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    margin-right: 16px;
    border-radius: 8px;
    background-position: center;
    background-size: cover;
}

.product__title {
    margin-bottom: 8px;
    font-size: 17px;
}

.product__description {
    color: rgba(34, 27, 28, 0.66);
    line-height: 16px;
}

.product .weight-circle-icon {
    position: absolute;
    bottom: 4px;
    right: 4px;
}

.product__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16px;
    padding-right: 4px;
}

.product__action-title {
    margin-right: auto;
    /*min-width: 215px;*/
}

.product__price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    margin-right: 8px;
    text-align: right;
}

.product .action-box {
    margin-right: 16px;
}

.product__close-ingredient-window {
    display: none;
    padding: 0;
    border: 0;
    background-color: transparent;
    font-size: 19px;
    line-height: 19px;
    color: rgba(34, 27, 28, 0.33);
}

@media (min-width: 992px) {
    .product__image {
        width: 80px;
        height: 80px;
    }

    .product__price {
        -ms-flex-preferred-size: 75px;
        flex-basis: 75px;
        margin-right: 16px;
        font-size: 17px;
    }
}

.ingredient-window-is-open .action-box,
.ingredient-window-is-open .product__price,
.ingredient-window-is-open .y-rhomb {
    display: none;
}

.ingredient-window-is-open .product__close-ingredient-window {
    display: block;
}

.action-box {
    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;
    max-width: 70px;
    min-width: 70px;
    height: 40px;
    padding: 0 8px;
    border: 2px solid rgba(34, 27, 28, 0.2);
    border-radius: 8px;
}

.action-box__btn {
    width: 16px;
    height: 16px;
    padding: 0;
    border: 0;
    background-color: transparent;
}

.action-box__btn .uil {
    font-size: 16px;
    line-height: 16px;
    color: rgba(34, 27, 28, 0.33);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.action-box__btn:hover .uil, .action-box__btn:focus .uil {
    color: rgba(34, 27, 28, 0.66);
}

.action-box--without-border {
    width: 64px;
    height: auto;
    padding: 0;
    border: 0;
}

.y-rhomb {
    display: inline-block;
    width: 24px;
    height: 24px;
    padding: 0;
    text-align: center;
    line-height: 24px;
    background-color: #ffcc06;
    color: #fff;
    border: 0;
    border-radius: 8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    /*z-index: 6;*/
}

.y-rhomb span {
    display: block;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 24px;
}

.y-rhomb:hover, .y-rhomb:focus {
    background-color: #ecbb00;
}

.y-rhomb.closed, .y-rhomb.closed:hover, .y-rhomb.closed:focus {
    background-color: rgba(34, 27, 28, 0.2);
    cursor: not-allowed;
}

.review-block {
    padding-bottom: 24px;
}

.review-block:not(:last-of-type) {
    margin-bottom: 24px;
    border-bottom: 1px solid #f4f4f4;
}

.review-block .reply-block {
    margin: 16px -10px 0;
}

@media (min-width: 992px) {
    .review-block .reply-block {
        margin: 24px 0 0 80px;
    }
}

.review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.review__rating {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin: 0 12px;
    text-align: center;
    border-radius: 8px;
    font-size: 13px;
    line-height: 24px;
    background-color: #f5f0ec;
    color: rgba(34, 27, 28, 0.5);
}

.review__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.review__action {
    padding: 0;
    background-color: transparent;
    border: 0;
    font-size: 16px;
    line-height: 16px;
    color: rgba(34, 27, 28, 0.33);
}

.review__action .uil {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.review__action:hover .uil, .review__action:focus .uil, .review__action--active .uil {
    color: #ffcc06;
}

.review__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.review__place {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
}

.review__place-image {
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-right: 8px;
    text-align: center;
    border-radius: 4px;
    background-color: rgba(34, 27, 28, 0.03);
}

.review__place-image img {
    max-width: 20px;
    max-height: 20px;
}

.review__place-name {
    font-size: 17px;
    border-bottom: 1px solid #f4f4f4;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.review__place-name:hover, .review__place-name:focus {
    border-color: transparent;
}

.review__head {
    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;
    margin-bottom: 8px;
    color: rgba(34, 27, 28, 0.5);
}

.review__name {
    margin-bottom: 4px;
}

.review__date {
    margin-right: 16px;
    font-size: 11px;
    color: rgba(34, 27, 28, 0.5);
}

.review__text {
    font-size: 17px;
    line-height: 24px;
}

.review__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 8px;
}

.review__gallery-item {
    width: 75px;
    height: 75px;
    background-position: center;
    background-size: cover;
}

.review__foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16px;
}

.review__toggle-btn {
    display: inline-block;
    margin-top: 12px;
    padding: 8px 12px;
    text-align: center;
    background-color: #f5f0ec;
    color: rgba(34, 27, 28, 0.66);
    border-radius: 8px;
    border: 0;
}

.review--positive > .review__content .review__rating {
    background-color: #ffcc06;
    color: #221b1c;
}

.review--reply {
    position: relative;
    margin-top: 20px;
    margin-left: 16px;
}

.review--reply::before {
    position: absolute;
    top: 0;
    left: -16px;
    width: 1px;
    height: 100%;
    content: '';
    background-color: #f4f4f4;
}

.review--reply + .review--reply {
    margin-top: 0;
    padding-top: 24px;
}

.review--tiny .review__side {
    margin-right: 16px;
}

.review--tiny .review__rating {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 8px;
    font-size: 17px;
}

.review--tiny .review__text {
    font-size: 13px;
    line-height: 16px;
}

.review--tiny .review__reply-icon {
    left: -40px;
}

@media (max-width: 991px) {
    .review__head {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 12px;
    }

    .review__head .star-rating {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 4px;
    }

    .review__name {
        min-width: 50%;
    }

    .review__foot {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.review-info-block {
    margin-bottom: 24px;
    padding: 8px 16px 8px 48px;
    border-radius: 8px;
    background-color: #f5f0ec;
    background-position: 16px 50%;
    background-size: 18px 18px;
    background-image: url("../img/review-info-bulb.svg");
    background-repeat: no-repeat;
}

.review-info-block__text {
    font-size: 11px;
}

@media (min-width: 992px) {
    .review-info-block {
        margin-bottom: 40px;
        padding: 16px 16px 16px 60px;
        text-align: center;
        background-position: 38px 50%;
    }

    .review-info-block__text {
        font-size: 13px;
    }
}

.swiper-container .review__name {
    width: 30%;
}

.make-review {
    display: block;
    width: 100%;
    padding: 24px 0;
    margin: 16px 0 24px;
    text-align: center;
    background-color: #f5f0ec;
    color: #0e90d9;
    border-radius: 8px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.make-review span {
    font-size: 21px;
    line-height: 25px;
    border-bottom: 1px solid #0e90d9;
}

.make-review:hover, .make-review:focus {
    background-color: #f4f4f4;
    color: #0e90d9;
}

.reply-block {
    padding: 24px 20px 40px;
    border: 2px solid #f5f0ec;
    border-radius: 16px;
}

.reply-block__title {
    margin-bottom: 24px;
    font-size: 21px;
    line-height: 25px;
    color: rgba(34, 27, 28, 0.5);
}

@media (min-width: 992px) {
    .reply-block {
        padding: 24px 24px 40px;
    }
}

.search-section {
    padding: 16px 0 0;
    background-color: #f5f0ec;
}

.search-section .section-title {
    margin-bottom: 16px;
}

@media (min-width: 992px) {
    .search-section .section-title {
        margin-bottom: 24px;
    }
}

@media (max-width: 991px) {
    .search-content-section .r-card {
        margin-bottom: 0;
    }
}

.searched-word {
    background-color: rgba(34, 27, 28, 0.2);
    color: #221b1c;
}

.bordered-title {
    text-align: center;
    overflow: hidden;
    font-size: 21px;
    line-height: 25px;
}

.bordered-title::before, .bordered-title::after {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 1px;
    vertical-align: middle;
    background-color: rgba(34, 27, 28, 0.2);
    content: '';
}

.bordered-title::before {
    margin-left: -100%;
    left: -10px;
}

.bordered-title::after {
    margin-right: -100%;
    right: -10px;
}

.error-section {
    padding: 36px 0;
    text-align: center;
}

.error-section__number {
    position: relative;
    font-size: 180px;
}

.error-section__cookie {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 160px;
    height: 160px;
    background-position: center;
    background-size: cover;
    background-image: url("../img/error-cookie.png");
}

.error-section__title {
    margin-bottom: 16px;
    font-size: 17px;
}

.error-section .btn {
    margin-bottom: 60px;
}

@media (min-width: 992px) {
    .error-section__number {
        font-size: 280px;
        line-height: 336px;
    }

    .error-section__cookie {
        width: 240px;
        height: 240px;
    }

    .error-section__title {
        font-size: 21px;
    }
}

.server-error {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0;
    background-color: #fff;
}

.server-error .header-logo {
    margin: 0 0 auto 0;
}

.server-error__image {
    margin-bottom: 8px;
}

.server-error__image img {
    max-width: 140px;
    max-height: 140px;
}

.server-error__title {
    font-size: 38px;
    line-height: 40px;
}

.server-error__subtitle {
    margin-bottom: 24px;
    font-size: 17px;
}

.server-error .btn {
    margin-top: auto;
}

@media (min-width: 992px) {
    .server-error .btn {
        margin-top: 0;
        margin-bottom: auto;
    }
}

.news-cards-row .col-12 {
    border-top: 1px solid #f4f4f4;
}

.news-cards-row .col-12:last-of-type {
    border-bottom: 1px solid #f4f4f4;
}

@media (min-width: 992px) {
    .news-cards-row {
        margin-right: 0;
        margin-left: 0;
        border-top: 1px solid #f4f4f4;
    }

    .news-cards-row .col-12 {
        padding-right: 0;
        padding-left: 0;
        border-top: 0;
        border-bottom: 1px solid #f4f4f4;
    }

    .news-cards-row .col-12:nth-of-type(odd) {
        border-right: 1px solid #f4f4f4;
    }

    .news-cards-row .col-12:nth-of-type(even) {
        padding-left: 24px;
    }
}

.news-card {
    position: relative;
    padding: 16px 0 24px;
}

.news-card__title {
    max-width: 240px;
    margin-bottom: 8px;
    font-size: 21px;
    line-height: 24px;
}

.news-card__title a {
    color: #0e90d9;
}

.news-card__date {
    position: absolute;
    top: 22px;
    right: 0;
    font-size: 11px;
    color: rgba(34, 27, 28, 0.33);
}

@media (min-width: 992px) {
    .news-card {
        padding: 16px 40px 40px 0;
    }

    .news-card__title, .news-card__subtitle {
        max-width: 360px;
    }

    .news-card__date {
        right: 40px;
    }
}

.pagination {
    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;
    margin: 40px 0 24px;
}

.pagination .btn {
    min-width: 110px;
    border: 2px solid #f4f4f4;
    line-height: 44px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.pagination .btn:disabled, .pagination .btn.disabled {
    background-color: #f4f4f4;
    color: rgba(34, 27, 28, 0.33);
    cursor: not-allowed;
}

.pagination .btn:disabled:hover, .pagination .btn.disabled:hover {
    background-color: #f4f4f4;
}

.pagination .btn:hover {
    background-color: #ebebeb;
}

.pagination__mobile-page {
    font-size: 17px;
    line-height: 24px;
    color: rgba(34, 27, 28, 0.33);
}

.pagination__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pagination__item {
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 44px;
    font-size: 17px;
    border-top: 2px solid #f4f4f4;
    border-right: 2px solid #f4f4f4;
    border-bottom: 2px solid #f4f4f4;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.pagination__item:first-of-type {
    border-radius: 8px 0 0 8px;
    border-left: 2px solid #f4f4f4;
}

.pagination__item:last-of-type {
    border-radius: 0 8px 8px 0;
}

.pagination__item a {
    display: block;
}

.pagination__item:hover {
    background-color: #f4f4f4;
}

.pagination__item.active {
    background-color: #f4f4f4;
}

.pagination__item.active a {
    color: rgba(34, 27, 28, 0.33);
}

@media (min-width: 992px) {
    .pagination {
        margin: 40px 0 48px;
    }
}

.stocks-section .row {
    padding-bottom: 24px;
}

@media (min-width: 992px) {
    .stocks-section .row {
        padding: 40px 0 48px;
        border-top: 1px solid #f4f4f4;
    }
}

.stock-card {
    position: relative;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 200px;
    margin-bottom: 16px;
    padding: 24px 16px;
    background-position: center;
    background-size: cover;
    border-radius: 16px;
    color: #fff;
}

.stock-card::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: -o-linear-gradient(37.9deg, rgba(34, 27, 28, 0.9) 0%, rgba(34, 27, 28, 0) 100%);
    background: linear-gradient(52.1deg, rgba(34, 27, 28, 0.9) 0%, rgba(34, 27, 28, 0) 100%);
    border-radius: 16px;
}

.stock-card__content {
    position: relative;
}

.stock-card__title {
    margin-bottom: 8px;
    font-size: 27px;
    line-height: 32px;
    color: inherit;
}

.stock-card__sublink a {
    color: inherit;
    border-bottom: 1px solid rgba(255, 255, 255, 0.33);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.stock-card__sublink a:hover,
.stock-card__sublink a :focus {
    border-color: transparent;
}

@media (min-width: 992px) {
    .stock-card {
        min-height: 160px;
        margin-bottom: 24px;
        padding: 24px 32px;
    }

    .stock-card__title {
        max-width: 400px;
    }
}

.mobile-select {
    width: 100%;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.mobile-select .select2-container .select2-selection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    line-height: 46px;
    border: 1px solid rgba(34, 27, 28, 0.2);
    border-radius: 8px;
}

.mobile-select .select2-container .select2-selection .select2-selection__arrow {
    position: static;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

.mobile-select .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mobile-select--separate {
    position: relative;
    margin-bottom: 40px;
}

.mobile-select--separate .mobile-select__placeholder {
    position: absolute;
    z-index: 1;
    left: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(34, 27, 28, 0.5);
}

.mobile-select--separate .select2-container .select2-selection {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 16px;
}

.restaurant-content .sticky-wrapper {
    margin-bottom: 24px;
}

.js-filter-sticky {
    z-index: 1 !important;
}

.reviews-page {
    padding: 40px 0;
}

.reviews-page .pagination {
    margin: 40px 0 0;
}

.review-place {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #f4f4f4;
}

.review-place__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    margin-right: 24px;
    border-radius: 8px;
    background-position: center;
    background-size: cover;
}

.review-place__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.review-place__content > div {
    width: 100%;
}

.review-place__content > div:first-of-type {
    margin-bottom: 16px;
}

.review-place__name {
    font-size: 21px;
    line-height: 25px;
}

.review-place__count {
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
    font-size: 17px;
    line-height: 24px;
}

.review-place .star-rating {
    display: inline-block;
    vertical-align: middle;
}

@media (min-width: 992px) {
    .review-place__content {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .review-place__content > div {
        width: auto;
    }

    .review-place__content > div:first-of-type {
        margin-bottom: 0;
    }
}

.article-section .container-fluid, .article-section .container-sm, .article-section .container-md, .article-section .container-lg, .article-section .container-xl {
    padding: 40px 10px 0;
    border-top: 1px solid #f4f4f4;
}

.article-section__other-title {
    margin-bottom: 16px;
}

.article-section .news-cards-row .col-12:last-of-type {
    border-bottom: 0;
}

@media (min-width: 992px) {
    .article-section .news-cards-row .col-12 {
        border-bottom: 0;
    }

    .article-section .container-fluid, .article-section .container-sm, .article-section .container-md, .article-section .container-lg, .article-section .container-xl {
        padding: 40px 10px 48px;
    }
}

.article-text {
    font-size: 17px;
    line-height: 24px;
}

.article-text h1, .article-text h2, .article-text h3, .article-text h4, .article-text h5, .article-text h6 {
    margin-bottom: 24px;
    font-family: 'Museo', serif;
}

.article-text h2 {
    font-size: 21px;
    line-height: 25px;
}

.article-text p {
    margin-bottom: 24px;
}

.article-text ol, .article-text ul, .article-text dl {
    margin-bottom: 24px;
    padding-left: 16px;
}

.article-text ol.article-text__separation-margin, .article-text ul.article-text__separation-margin, .article-text dl.article-text__separation-margin {
    margin-bottom: 56px;
}

.article-text__image-block {
    margin-bottom: 56px;
}

.article-text__image-block img {
    max-width: 100%;
    height: auto;
}

.article-text__image-caption {
    font-size: 11px;
    line-height: 16px;
    color: rgba(34, 27, 28, 0.5);
}

.article-text .table-wrapper {
    margin-bottom: 40px;
    overflow-x: auto;
}

.article-text .table-wrapper table {
    min-width: 480px;
}

.article-text table {
    width: 100%;
    font-size: 17px;
    line-height: 24px;
}

.article-text table tr th, .article-text table tr td {
    padding: 16px 16px 16px 0;
}

.article-text table tr th {
    font-weight: 500;
}

.article-text table tr td {
    border-top: 1px solid #f4f4f4;
}

.article-text table tr td:first-of-type {
    color: #0e90d9;
}

.article-text .time-table tr td:nth-of-type(2) {
    max-width: 180px;
}

.article-text .time-table tr td:nth-of-type(3) {
    max-width: 140px;
}

@media (min-width: 992px) {
    .article-text {
        max-width: 950px;
    }

    .article-text h1, .article-text h2, .article-text h3, .article-text h4, .article-text h5, .article-text h6, .article-text p, .article-text ul, .article-text ol {
        max-width: 750px;
    }

    .article-text__image-block {
        max-width: 560px;
    }

    .article-text__image-block img {
        margin-bottom: 8px;
    }

    .article-text table tr td:first-of-type {
        min-width: 220px;
    }
}

.mobile-time-table {
    margin-bottom: 40px;
    line-height: 24px;
}

.mobile-time-table__group {
    padding: 12px 0 24px;
    border-top: 1px solid rgba(34, 27, 28, 0.2);
}

.mobile-time-table__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobile-time-table__line:not(:last-child) {
    margin-bottom: 8px;
}

.mobile-time-table__line:first-child .mobile-time-table__value {
    color: #0e90d9;
}

.mobile-time-table__name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    margin-right: 24px;
    font-size: 11px;
    color: rgba(34, 27, 28, 0.5);
}

.share-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 750px;
    height: 56px;
    margin: 40px 0 72px;
    border: 2px solid #f4f4f4;
    border-radius: 8px;
}

.share-block__title {
    padding: 16px 0 0 24px;
    font-size: 17px;
    line-height: 24px;
}

.share-block__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.share-block__item {
    padding: 14px 16px 0;
    font-size: 24px;
    border-left: 2px solid #f4f4f4;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.share-block__item:hover, .share-block__item:focus {
    color: #ffcc06;
}

.delivery-head {
    position: relative;
    padding: 16px 0 40px;
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
}

.delivery-head::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(34, 27, 28, 0.5)), to(rgba(34, 27, 28, 0.5)));
    background: -o-linear-gradient(bottom, rgba(34, 27, 28, 0.5), rgba(34, 27, 28, 0.5));
    background: linear-gradient(0deg, rgba(34, 27, 28, 0.5), rgba(34, 27, 28, 0.5));
}

.delivery-head .container-fluid, .delivery-head .container-sm, .delivery-head .container-md, .delivery-head .container-lg, .delivery-head .container-xl {
    position: relative;
}

.delivery-head .section-title {
    color: #fff;
}

.account-head {
    padding: 16px 0;
}

.account-head .container-fluid, .account-head .container-sm, .account-head .container-md, .account-head .container-lg, .account-head .container-xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.account-head .btn {
    min-width: 100px;
}

.account-section .mobile-select {
    width: calc(100% + 20px);
    margin: 0 -10px 24px;
}

.account-section .mobile-select .select2-container .select2-selection {
    height: 56px;
    line-height: 56px;
    border: 0;
    border-radius: 0;
    background-color: #f5f0ec;
}

.account-section__group:not(:last-child) {
    padding-bottom: 40px;
}

.account-section__group:not(:first-child) {
    padding-top: 40px;
    border-top: 1px solid #f4f4f4;
}

.account-section__mini-group:not(:last-child) {
    padding-bottom: 24px;
}

.account-section__mini-group:not(:first-child) {
    padding-top: 24px;
    border-top: 1px solid #f4f4f4;
}

.account-section__subtitle {
    margin-bottom: 24px;
    font-size: 17px;
    line-height: 24px;
}

.account-section .form-group {
    margin-bottom: 24px;
}

.account-section .form-control {
    border-width: 1px;
}

.account-section__add-link {
    padding: 0;
    border: 0;
    background-color: transparent;
    color: #0e90d9;
}

.account-section__add-link .uil {
    font-size: 24px;
    line-height: 24px;
    margin-right: 8px;
    vertical-align: middle;
}

.account-section__add-link span {
    border-bottom: 1px solid #0e90d9;
}

.account-section form button {
    min-width: 0;
}

@media (min-width: 992px) {
    .account-section .container-fluid, .account-section .container-sm, .account-section .container-md, .account-section .container-lg, .account-section .container-xl {
        padding: 40px 10px 48px;
        border-top: 1px solid #f4f4f4;
    }

    .account-section__subtitle {
        margin-bottom: 32px;
        font-size: 21px;
        line-height: 25px;
    }

    .account-section .form-group {
        margin-bottom: 32px;
    }
}

.address-card {
    position: relative;
    margin: 0 -10px;
    padding: 24px 20px;
    background-color: #f5f0ec;
    border-bottom: 1px solid #fff;
}

.address-card:first-child {
    border-radius: 8px 8px 0 0;
}

.address-card:last-child {
    border-radius: 0 0 8px 8px;
}

.address-card__title {
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 24px;
}

.address-card__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.address-card__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 38px;
}

.address-card__field:not(:last-child) {
    border-bottom: 1px solid rgba(34, 27, 28, 0.1);
}

.address-card__field-name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    color: rgba(34, 27, 28, 0.5);
}

.address-card__field-value {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.address-card__edit {
    margin-top: 8px;
    font-size: 24px;
    line-height: 24px;
    color: rgba(34, 27, 28, 0.5);
}

@media (min-width: 992px) {
    .address-card {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto 24px;
        padding: 24px 24px 0;
        border-radius: 8px !important;
        border-bottom: 0;
    }

    .address-card__title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        margin-bottom: 0;
    }

    .address-card__field {
        font-size: 17px;
        line-height: 48px;
    }

    .address-card__field-name {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    }

    .address-card__edit {
        position: absolute;
        bottom: 24px;
        left: 24px;
    }

    .address-card__content {
        -webkit-transform: translateY(-12px);
        -ms-transform: translateY(-12px);
        transform: translateY(-12px);
    }
}

.address-form {
    margin-top: 40px;
}

.address-form select {
    background-color: #fff;
}

.address-form select option {
    background-color: #fff;
}

.account-order {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.account-order__col:not(:last-child) {
    margin-bottom: 8px;
}

.account-order__title {
    font-size: 17px;
    line-height: 24px;
    color: rgba(34, 27, 28, 0.5);
}

.account-order__arrow-col {
    width: 48px;
    text-align: right;
}

.account-order__arrow-col button {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.account-order__arrow-col .uil {
    font-size: 24px;
    line-height: 24px;
}

.account-order.is-open .dropdown-order {
    display: block;
    margin-bottom: 16px;
}

@media (min-width: 992px) {
    .account-order {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .account-order__cols {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .account-order__col {
        margin-bottom: 0;
    }

    .account-order__col:nth-child(1) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
    }

    .account-order__col:nth-child(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    }

    .account-order__col:nth-child(3) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        text-align: right;
    }

    .account-order__arrow-col {
        -ms-flex-item-align: center;
        align-self: center;
    }
}

.dropdown-order {
    display: none;
    position: absolute;
    z-index: 5;
    top: -24px;
    left: -10px;
    right: -10px;
    height: auto;
    padding: 0 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 16px rgba(34, 27, 28, 0.16);
    box-shadow: 0 0 16px rgba(34, 27, 28, 0.16);
    border-radius: 8px;
}

.dropdown-order .account-order {
    padding: 24px 0;
}

.dropdown-order__content {
    margin: 0 -20px;
    padding: 24px 0 0;
    background-color: #f5f0ec;
}

.dropdown-order__title {
    margin-bottom: 24px;
    font-size: 17px;
    line-height: 24px;
}

.dropdown-order .order-feedback {
    margin-top: 40px;
}

@media (max-width: 991px) {
    .dropdown-order .order-block {
        border-color: rgba(34, 27, 28, 0.1);
        border-width: 1px 0 0 0;
        border-radius: 0;
    }

    .dropdown-order__info {
        padding: 40px 20px 24px;
        background-color: #fff;
        border-radius: 0 0 8px 8px;
    }
}

@media (min-width: 992px) {
    .dropdown-order {
        left: -24px;
        right: -24px;
        padding: 0 24px;
    }

    .dropdown-order__content {
        margin: 0;
        padding: 40px 0 24px;
        background-color: #fff;
    }

    .dropdown-order__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
    }

    .dropdown-order__info .order-feedback {
        margin-top: auto;
    }

    .dropdown-order__title {
        font-size: 21px;
        line-height: 25px;
    }

    .dropdown-order .account-order {
        border-bottom: 1px solid #f4f4f4;
    }
}

.order-info__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 38px;
    border-top: 1px solid #f4f4f4;
}

.order-info__line:last-child {
    border-bottom: 1px solid #f4f4f4;
}

.order-info__name {
    width: 130px;
    margin-right: 24px;
    color: rgba(34, 27, 28, 0.5);
}

@media (min-width: 992px) {
    .order-info {
        font-size: 17px;
        line-height: 48px;
    }

    .order-info__line {
        border-top: 0;
        border-bottom: 1px solid #f4f4f4;
    }

    .order-info__line:last-child {
        border-bottom: 0;
    }
}

.order-feedback__icon {
    margin-bottom: 8px;
}

.order-feedback__icon .uil {
    font-size: 48px;
    line-height: 48px;
    color: #ffcc06;
}

.order-feedback__title {
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 24px;
}

.order-feedback__text a {
    color: #0e90d9;
    border-bottom: 1px solid #0e90d9;
}

@media (min-width: 992px) {
    .order-feedback__title {
        font-size: 21px;
        line-height: 25px;
    }

    .order-feedback__text {
        font-size: 17px;
        line-height: 24px;
    }
}

.order-block {
    border: 1px solid rgba(34, 27, 28, 0.33);
    border-radius: 8px;
}

.order-block__group:first-child .order-block__group-header {
    border-radius: 8px 8px 0 0;
}

.order-block__group:not(:first-child) {
    border-top: 1px solid rgba(34, 27, 28, 0.1);
}

.order-block__group-header {
    padding: 12px 16px 8px;
    font-size: 17px;
    line-height: 24px;
    color: rgba(34, 27, 28, 0.66);
    background: -webkit-gradient(linear, left top, left bottom, from(#F5F0EC), to(rgba(245, 240, 236, 0)));
    background: -o-linear-gradient(top, #F5F0EC 0%, rgba(245, 240, 236, 0) 100%);
    background: linear-gradient(180deg, #F5F0EC 0%, rgba(245, 240, 236, 0) 100%);
}

.order-block__content {
    padding: 0 16px;
}

.order-block__content-group:not(:last-child) {
    border-bottom: 1px solid #f4f4f4;
}

.order-block__content-group--with-border {
    border-bottom: 1px solid #f4f4f4;
}

.order-block__group-title {
    margin: 8px 0 0;
    font-size: 17px;
    line-height: 24px;
    color: rgba(34, 27, 28, 0.66);
}

.order-block__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
}

.order-block__line > div:first-child {
    width: 50%;
}

.order-block__line > div:nth-child(2) {
    width: 25%;
    text-align: center;
}

.order-block__line > div:last-child {
    width: 25%;
    text-align: right;
}

.order-block__line .weight-circle-icon {
    display: inline-block;
    text-align: center;
    margin-right: 8px;
    line-height: 20px;
}

.order-block__line--mini {
    padding: 4px 0;
}

.order-block__line--mini > div:first-child {
    padding-left: 16px;
    color: rgba(34, 27, 28, 0.66);
}

.order-block__line--checkout {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.order-block__line--checkout > div:nth-child(2), .order-block__line--checkout > div:nth-child(3) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: 0;
    max-width: 80px;
}

.order-block__line--checkout > div:nth-child(2) {
    margin-left: auto;
}

.order-block__line--checkout > div:nth-child(3) {
    position: relative;
    text-align: right;
}

.order-block__line--checkout > div:last-child {
    width: 20px;
    margin-left: 4px;
}

.order-block__line--checkout .weight-circle-icon {
    position: absolute;
    right: 0;
    bottom: 100%;
}

.order-block__addition-lines {
    padding: 12px 0 16px;
}

.order-block__summary {
    background-color: #f5f0ec;
    border-radius: 0 0 8px 8px;
}

.order-block__summary-group {
    padding: 16px;
    font-size: 17px;
    line-height: 24px;
    color: rgba(34, 27, 28, 0.5);
}

.order-block__summary-group:not(:last-child) {
    border-bottom: 1px solid rgba(34, 27, 28, 0.1);
}

.order-block__summary-group--end {
    color: #221b1c;
}

.order-block__summary-group--end .serif-title {
    font-size: 21px;
    line-height: 25px;
}

.order-block__summary-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.order-block__summary-line + .order-block__summary-line {
    margin-top: 8px;
}

.order-block__summary-hint {
    font-size: 13px;
    line-height: 16px;
    color: rgba(34, 27, 28, 0.5);
}

.order-block__summary-value {
    text-align: right;
}

.order-block__summary-value .order-block__summary-hint {
    color: #221b1c;
}

.order-block__clear-btn {
    padding: 0;
    border: 0;
    background-color: transparent;
    color: rgba(34, 27, 28, 0.33);
    font-size: 19px;
    line-height: 19px;
}

.checkout-head {
    padding-top: 16px;
    background-color: #f5f0ec;
}

.checkout-head .section-title {
    margin-bottom: 16px;
    text-align: center;
}

.checkout-head__fin-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 104px;
    height: 104px;
    margin: 0 auto 16px;
    background-position: center;
    background-size: cover;
    background-image: url("../img/checkout-yellow-rectangle.svg");
}

.checkout-head__fin-icon .uil {
    font-size: 94px;
}

.checkout-head__fin-title {
    margin-bottom: 8px;
    font-size: 21px;
    line-height: 25px;
}

.checkout-head__fin-text {
    color: rgba(34, 27, 28, 0.5);
}

.checkout-head .order-block {
    margin: 0 -10px 24px;
    border-color: rgba(34, 27, 28, 0.1);
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-radius: 0;
}

.checkout-head .order-block__content-group {
    border-color: rgba(34, 27, 28, 0.1);
}

.checkout-head .order-block__group-header {
    padding: 12px 16px 0;
}

.checkout-head .order-block__group-title {
    margin: 8px 0 0;
}

.checkout-head .order-block__line {
    padding: 16px 0;
}

.checkout-head .order-block__line--mini {
    padding: 6px 0;
}

.checkout-head .order-block__line--checkout > div:nth-child(3) {
    max-width: 64px;
}

.checkout-head .order-block__addition-lines {
    padding: 0 0 16px;
}

.checkout-head--fin {
    padding: 16px 0 40px;
    text-align: center;
}

@media (max-width: 409px) {
    .checkout-head .order-block__line > div:first-child {
        max-width: 140px;
    }
}

@media (min-width: 992px) {
    .checkout-head .section-title {
        margin-bottom: 24px;
        text-align: left;
    }

    .checkout-head__fin-title {
        margin-bottom: 24px;
        font-size: 27px;
        line-height: 32px;
    }

    .checkout-head__fin-subtitle {
        font-size: 17px;
        line-height: 24px;
    }

    .checkout-head__fin-text {
        max-width: 760px;
        margin: 0 auto;
        font-size: 17px;
        line-height: 24px;
    }

    .checkout-head--fin {
        padding: 32px 0 40px;
    }
}

.checkout-section {
    padding: 24px 0 16px;
}

.checkout-section__title {
    margin-bottom: 24px;
    font-size: 21px;
    line-height: 25px;
}

.checkout-section .checkout-form {
    max-width: 560px;
}

.checkout-section .order-feedback {
    margin-top: 40px;
}

@media (min-width: 992px) {
    .checkout-section {
        padding: 40px 0 48px;
    }

    .checkout-section__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
    }

    .checkout-section__info .order-feedback {
        margin-top: auto;
    }

    .checkout-section .order-info {
        max-width: 560px;
    }
}

.after-checkout-section {
    padding: 24px 0 0;
}

.after-checkout-section .section-title {
    margin-bottom: 24px;
}

.after-checkout-section__social-block {
    margin-bottom: 24px;
    text-align: center;
}

.after-checkout-section__social-block img {
    max-width: 100%;
    height: auto;
}

@media (min-width: 992px) {
    .after-checkout-section {
        padding: 24px 0;
    }

    .after-checkout-section .section-title {
        margin-bottom: 40px;
    }
}

.closed-status-block {
    margin-bottom: 24px;
    padding: 24px 16px;
    text-align: center;
    background-color: #221b1c;
    color: #fff;
    border-radius: 8px;
}

.closed-status-block__title {
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 24px;
}

@media (min-width: 992px) {
    .closed-status-block {
        padding: 24px;
    }
}

.nt-lead {
    padding: 40px 0;
    background-position: 100% 0;
    background-repeat: no-repeat;
}

.nt-lead__logo {
    margin-bottom: 16px;
}

.nt-lead__logo img {
    max-height: 36px;
}

.nt-lead__title {
    max-width: 55%;
    font-size: 27px;
    line-height: 32px;
}

.nt-lead__form {
    margin-top: 100px;
}

.nt-lead__form .form-group {
    margin-bottom: 16px;
}

.nt-lead__form .form-group__field {
    height: 64px;
    border-color: #ffcc06;
    background-color: #fff;
    border-width: 2px;
    border-radius: 8px !important;
}

.nt-lead__form .btn {
    height: 64px;
    line-height: 62px;
}

.nt-lead__form .select2-selection__arrow {
    right: 24px !important;
}

@media (max-width: 991px) {
    .nt-lead {
        background-image: url("../img/no-town-lead-bg-mobile.png") !important;
    }

    .nt-lead .btn {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .nt-lead {
        padding: 100px 0;
        border-bottom: 1px solid rgba(34, 27, 28, 0.2);
        background-position: center;
        background-size: cover;
    }

    .nt-lead__title {
        font-size: 38px;
        line-height: 40px;
    }

    .nt-lead__form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 80px;
    }

    .nt-lead__form .form-group {
        margin-bottom: 0;
    }

    .nt-lead__form .form-group__field {
        min-width: 540px;
        border-right-width: 0;
        border-radius: 8px 0 0 8px !important;
    }

    .nt-lead .btn {
        border-radius: 0 8px 8px 0;
    }
}

.nt-steps-section {
    position: relative;
    padding-top: 32px;
}

@media (min-width: 992px) {
    .nt-steps-section::after {
        position: absolute;
        z-index: -1;
        width: 100%;
        max-width: 1056px;
        height: 24px;
        content: '';
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(34, 27, 28, 0.1)), to(rgba(34, 27, 28, 0)));
        background: -o-linear-gradient(bottom, rgba(34, 27, 28, 0.1), rgba(34, 27, 28, 0));
        background: linear-gradient(to top, rgba(34, 27, 28, 0.1), rgba(34, 27, 28, 0));
    }
}

.nt-steps {
    margin-bottom: 72px;
    text-align: center;
}

.nt-steps__item {
    color: rgba(34, 27, 28, 0.66);
    line-height: 24px;
}

.nt-steps__item:not(:last-child) {
    margin-right: 24px;
}

.nt-steps__item .uil {
    margin-right: 8px;
    vertical-align: middle;
    font-size: 24px;
}

.nt-steps__item span {
    font-size: 17px;
}

@media (min-width: 992px) {
    .nt-steps {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: left;
    }
}

.nt-social__image {
    margin-bottom: 24px;
    text-align: center;
}

.nt-social__image img {
    max-width: 320px;
    max-height: 330px;
}

.nt-social__title {
    margin-bottom: 8px;
    font-size: 27px;
    line-height: 32px;
    text-align: center;
}

.nt-social__subtitle {
    text-align: center;
    font-size: 17px;
    line-height: 24px;
}

.nt-social__links {
    margin-top: 24px;
    text-align: center;
}

.nt-social__links a {
    display: inline-block;
}

.nt-social__links a:not(:last-child) {
    margin-right: 16px;
}

.nt-social__links a img {
    max-width: 150px;
    max-height: 56px;
}

@media (min-width: 992px) {
    .nt-social__image {
        margin-bottom: 0;
    }

    .nt-social__lins {
        margin-top: 48px;
        text-align: left;
    }

    .nt-social__lins a img {
        max-width: 160px;
        max-height: 60px;
    }
}

.nt-blocks-section {
    padding: 48px 0 40px;
}

.nt-blocks {
    margin: 0 -10px;
}

.nt-blocks__item {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 510px;
    padding-bottom: 32px;
}

.nt-blocks__item--with-bg {
    background-position: center;
    background-size: cover;
}

.nt-blocks__item--with-bg .nt-blocks__title,
.nt-blocks__item--with-bg .nt-blocks__subtitle {
    color: #fff;
}

.nt-blocks__item--gray {
    min-height: 480px;
    background-color: #f4f4f4;
}

.nt-blocks__item--gray::before {
    position: absolute;
    content: '';
    top: 54px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 320px;
    height: 184px;
    background-position: center;
    background-size: cover;
    background-image: url("../img/no-town-devices.png");
}

.nt-blocks__title {
    margin-bottom: 8px;
    font-size: 27px;
    line-height: 32px;
}

.nt-blocks__subtitle {
    max-width: 370px;
    margin-bottom: 24px;
    text-align: center;
    font-size: 17px;
    line-height: 24px;
}

.nt-blocks__btn {
    border-color: rgba(34, 27, 28, 0.2);
}

@media (min-width: 992px) {
    .nt-blocks {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
    }

    .nt-blocks__item {
        min-height: 550px;
    }

    .nt-blocks__item--with-bg {
        border-radius: 16px 0 0 16px;
    }

    .nt-blocks__item--gray {
        border-radius: 0 16px 16px 0;
    }

    .nt-blocks__item--gray::before {
        width: 462px;
        height: 290px;
    }
}

.partnership-form-section {
    padding: 48px 0;
}

.partnership-form__text-content {
    margin-bottom: 32px;
}

.partnership-form__title {
    max-width: 460px;
    margin-bottom: 16px;
    font-size: 27px;
    line-height: 32px;
}

.partnership-form__subtitle {
    font-size: 21px;
    line-height: 25px;
    color: rgba(34, 27, 28, 0.66);
}

.partnership-form__icon {
    display: none;
}

.partnership-form .form-control {
    border-width: 1px;
}

.partnership-form .form-group {
    max-width: 465px;
    margin-bottom: 24px;
}

.partnership-form select {
    background-color: #fff;
}

.partnership-form .btn {
    min-width: 220px;
    height: 64px;
    line-height: 62px;
}

@media (min-width: 992px) {
    .partnership-form__text-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
    }

    .partnership-form__icon {
        display: block;
        margin-top: auto;
    }

    .partnership-form__icon .uil {
        font-size: 96px;
        line-height: 96px;
        color: #f4f4f4;
    }
}

.p-lead {
    min-height: 390px;
    padding: 16px 0 48px;
    background-position: center;
    background-size: cover;
}

.p-lead__title {
    max-width: 560px;
}

.p-lead--coop {
    min-height: 320px;
}

.p-lead--coop .container-fluid, .p-lead--coop .container-sm, .p-lead--coop .container-md, .p-lead--coop .container-lg, .p-lead--coop .container-xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: inherit;
}

.p-lead--coop .p-lead__title {
    font-size: 27px;
    line-height: 32px;
    color: #fff;
}

.p-lead--coop .p-lead__btn-container {
    margin-top: auto;
}

.p-lead--franchise {
    min-height: 430px;
    background-position: bottom;
    background-image: url("../img/p-lead-bg-franchise-mobile.png");
}

.p-lead--franchise .p-lead__title {
    font-size: 27px;
    line-height: 32px;
}

@media (min-width: 992px) {
    .p-lead .container-fluid, .p-lead .container-sm, .p-lead .container-md, .p-lead .container-lg, .p-lead .container-xl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 480px;
    }

    .p-lead--coop .p-lead__btn-container {
        margin-top: auto;
    }

    .p-lead--franchise {
        margin-bottom: 48px;
        background-position: 50% 100%;
        background-size: 75%;
        background-repeat: no-repeat;
        background-image: url("../img/p-lead-bg-franchise.png");
        overflow: hidden;
    }

    .p-lead--franchise .container-fluid, .p-lead--franchise .container-sm, .p-lead--franchise .container-md, .p-lead--franchise .container-lg, .p-lead--franchise .container-xl {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .p-lead--franchise .breadcrumbs {
        margin-bottom: auto;
    }

    .p-lead--franchise .p-lead__title {
        margin-bottom: 32px;
        max-width: 370px;
        font-size: 38px;
        line-height: 40px;
    }

    .p-lead--franchise .p-lead__btn-container {
        margin-bottom: auto;
    }
}

.p-advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 20px;
    margin: 0 -10px 40px;
    background-color: #f5f0ec;
    border-radius: 16px;
}

.p-advantages__title {
    width: 100%;
}

.p-advantages__item {
    margin-top: 24px;
}

.p-advantages__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.p-advantages__item-icon {
    margin-bottom: 8px;
    color: rgba(34, 27, 28, 0.5);
}

.p-advantages__item-icon .uil {
    font-size: 24px;
    line-height: 24px;
}

.p-advantages__item-title {
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 24px;
}

.p-advantages__item-text {
    color: rgba(34, 27, 28, 0.5);
}

@media (min-width: 992px) {
    .p-advantages {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 0 72px;
        padding: 48px 32px;
    }

    .p-advantages__title {
        max-width: 190px;
        margin-right: 48px;
    }

    .p-advantages__item-title {
        min-height: 2em;
        font-size: 21px;
        line-height: 25px;
    }
}

.p-color-separator {
    display: none;
}

@media (min-width: 992px) {
    .p-color-separator {
        display: block;
        width: 100%;
        height: 1px;
        margin-bottom: 40px;
        background-color: rgba(34, 27, 28, 0.2);
    }
}

.p-color-advantage {
    max-width: 410px;
    margin: 0 auto 40px;
    text-align: center;
}

.p-color-advantage__image {
    margin-bottom: 12px;
}

.p-color-advantage__image img {
    max-width: 100%;
    height: auto;
}

.p-color-advantage__title {
    margin-bottom: 8px;
    font-size: 21px;
    line-height: 25px;
}

.p-color-advantage__text {
    color: rgba(34, 27, 28, 0.66);
}

.p-color-advantage--franchise {
    max-width: 360px;
}

.p-color-advantage--franchise .p-color-advantage__image {
    min-height: 220px;
}

.p-color-advantage--franchise .p-color-advantage__title {
    font-size: 21px;
    line-height: 25px;
}

.p-color-advantage--franchise .p-color-advantage__text {
    color: #221b1c;
}

@media (min-width: 992px) {
    .p-color-advantage {
        margin: 0 auto 32px;
    }

    .p-color-advantage__title {
        font-size: 27px;
        line-height: 32px;
    }

    .p-color-advantage__image {
        min-height: 250px;
        margin-bottom: 16px;
    }

    .p-color-advantage__image img {
        max-width: 340px;
        max-height: 250px;
    }

    .p-color-advantage--franchise {
        margin: 0 auto 40px;
    }
}

@media (max-width: 991px) {
    .p-color-btn-container {
        margin-top: 40px;
    }
}

.p-feedbacks-section {
    padding: 72px 0;
}

.p-feedbacks-section__title {
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 8px;
    text-align: center;
}

.p-feedbacks-section__subtitle {
    text-align: center;
    font-size: 17px;
    line-height: 24px;
}

.p-feedbacks {
    margin-top: 48px;
}

.p-feedbacks__sizer {
    width: 100%;
}

.p-feedbacks__item {
    float: left;
    padding: 0 10px;
    width: 100%;
}

@media (min-width: 992px) {
    .p-feedbacks__sizer, .p-feedbacks__item {
        width: 33.3333%;
    }
}

.p-feedback {
    margin-bottom: 24px;
    padding: 24px;
    border: 2px solid #f5f0ec;
    border-radius: 16px;
}

.p-feedback__place {
    margin-top: 16px;
}

.p-feedback__place a {
    border-bottom: 1px solid #f4f4f4;
}

.p-feedback .review__side {
    margin-right: 16px;
}

.p-feedback .review__rating {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 8px;
}

.p-feedback .review__text {
    font-size: 13px;
    line-height: 16px;
}

.p-feedback--with-photo {
    padding: 0;
}

.p-feedback--with-photo .p-feedback__photo img {
    border-radius: 16px 16px 0 0;
}

.p-feedback--with-photo .review {
    padding: 24px;
}

.p-recommendations-section {
    padding: 48px 0 0;
}

.p-recommendations-section__icon {
    margin-bottom: 8px;
    text-align: center;
}

.p-recommendations-section__icon svg {
    width: 68px;
    height: 56px;
    fill: #f5f0ec;
}

.p-recommendations-section__title {
    margin-bottom: 48px;
    text-align: center;
    font-size: 27px;
    line-height: 32px;
}

@media (min-width: 992px) {
    .p-recommendations-section {
        padding: 72px 0;
    }
}

.p-recommendation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
}

.p-recommendation__hero {
    margin-right: 20px;
}

.p-recommendation__hero-photo {
    position: relative;
    z-index: 1;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
}

.p-recommendation__hero-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 75px;
    height: 75px;
    -webkit-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    transform: translateY(-16px);
    border-radius: 50%;
    background-color: #f4f4f4;
}

.p-recommendation__hero-logo img {
    max-width: 48px;
    max-height: 48px;
}

.p-recommendation__content {
    max-width: 330px;
}

.p-recommendation__title {
    margin-bottom: 8px;
    color: rgba(34, 27, 28, 0.66);
}

.p-recommendation__text {
    font-size: 17px;
    line-height: 24px;
}

@media (min-width: 992px) {
    .p-recommendation {
        margin-bottom: 64px;
    }
}

.p-promo-text {
    padding: 40px 0;
}

.p-promo-text__title {
    margin-bottom: 8px;
    font-size: 27px;
    line-height: 32px;
}

.p-promo-text__subtitle {
    font-size: 17px;
    line-height: 24px;
}

@media (min-width: 992px) {
    .p-promo-text {
        padding: 72px 0;
    }

    .p-promo-text__title {
        font-size: 38px;
        line-height: 40px;
    }
}

.faq-section__title {
    margin-bottom: 48px;
    text-align: center;
    font-size: 27px;
    line-height: 32px;
}

@media (min-width: 992px) {
    .faq-section__items {
        max-width: 756px;
        margin: 0 auto;
    }
}

.faq-item {
    padding-bottom: 24px;
    border-top: 1px solid #f4f4f4;
}

.faq-item:last-child {
    border-bottom: 1px solid #f4f4f4;
}

.faq-item__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 24px;
    cursor: pointer;
}

.faq-item__content {
    display: none;
    padding-top: 24px;
    font-size: 17px;
    line-height: 24px;
}

.faq-item__content p,
.faq-item__content ul,
.faq-item__content ol {
    margin: 0 0 16px;
}

.faq-item__content ul,
.faq-item__content ol {
    padding-left: 16px;
}

.faq-item__title {
    font-size: 21px;
    line-height: 25px;
}

.faq-item__btn {
    margin-left: auto;
    padding: 0;
    border: 0;
    background-color: transparent;
}

.faq-item__btn .uil {
    font-size: 19px;
    line-height: 19px;
}

.faq-item__btn--up {
    display: none;
}

.faq-item.is-open .faq-item__content {
    display: block;
}

.faq-item.is-open .faq-item__btn--up {
    display: block;
}

.faq-item.is-open .faq-item__btn--down {
    display: none;
}

.partners-badge-section {
    padding: 24px 0 32px;
}

@media (min-width: 992px) {
    .partners-badge-section {
        padding: 24px 0 72px;
    }
}

.partners-badge-block {
    padding: 40px 20px;
    text-align: center;
    border: 2px solid #ffcc06;
    border-radius: 16px;
    font-size: 21px;
    line-height: 25px;
}

@media (min-width: 992px) {
    .partners-badge-block {
        padding: 64px 32px;
        font-size: 27px;
        line-height: 32px;
    }

    .partners-badge-block span {
        display: inline-block;
        max-width: 960px;
    }
}

.partners-slider-section__title {
    margin-bottom: 24px;
    text-align: center;
    font-size: 27px;
    line-height: 32px;
}

.partners-slider-section__row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
}

@media (min-width: 992px) {
    .partners-slider-section .partner-icon {
        margin-bottom: 0;
    }

    .partners-slider-section__row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: hidden;
    }

    .partners-slider-section__title {
        margin-bottom: 40px;
    }
}

.partner-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 82px;
    height: 82px;
    margin-bottom: 24px;
    border-radius: 16px;
    background-color: rgba(34, 27, 28, 0.03);
}

.partner-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 85%;
    max-height: 85%;
}

@media (min-width: 992px) {
    .partner-icon {
        width: 128px;
        height: 128px;
    }
}

.f-start-block__content {
    padding: 0 10px;
}

.f-start-block__title {
    font-size: 27px;
    line-height: 32px;
}

.f-start-block__subtitle {
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 24px;
}

.f-start-block__list {
    margin-bottom: 16px;
    padding-left: 16px;
}

.f-start-block__list li {
    margin-bottom: 8px;
}

.f-start-block__btn-container {
    margin-top: 24px;
}

@media (min-width: 992px) {
    .f-start-block {
        border: 2px solid rgba(34, 27, 28, 0.2);
        border-radius: 16px;
    }

    .f-start-block__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        padding: 40px 32px;
    }

    .f-start-block__title {
        margin-bottom: auto;
    }
}

.f-info__title-block {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.f-info__title {
    margin-bottom: 16px;
    font-size: 27px;
    line-height: 32px;
}

.f-info__subtitle {
    font-size: 17px;
    line-height: 24px;
}

.f-info__image {
    margin-bottom: 40px;
    text-align: center;
}

.f-info__image img {
    max-width: 100%;
    height: auto;
}

.f-info__text {
    margin-bottom: 40px;
    font-size: 17px;
    line-height: 24px;
}

.f-info__text p {
    margin-bottom: 16px;
}

@media (min-width: 992px) {
    .f-info__title-block {
        position: static;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        text-align: left;
    }

    .f-info__title {
        max-width: 440px;
    }

    .f-info__image {
        margin-bottom: 0;
        -webkit-transform: translateY(-32px);
        -ms-transform: translateY(-32px);
        transform: translateY(-32px);
    }
}

.f-info-block {
    margin: 0 -10px;
    padding: 32px 20px 8px;
    background-color: #f5f0ec;
    border-radius: 0;
}

.f-info-block__title {
    margin-bottom: 16px;
    font-size: 21px;
    line-height: 25px;
}

.f-info-block__subtitle {
    font-size: 17px;
    line-height: 24px;
}

.f-info-block__items {
    margin-top: 32px;
}

.f-info-block__item {
    margin-bottom: 24px;
}

.f-info-block__item-title {
    margin-bottom: 8px;
    color: rgba(34, 27, 28, 0.66);
}

.f-info-block__item-subtitle {
    font-size: 17px;
    line-height: 24px;
}

@media (min-width: 992px) {
    .f-info-block {
        margin: 0;
        padding: 32px 32px 8px;
        border-radius: 16px;
    }

    .f-info-block__items {
        max-width: 420px;
        margin-top: 56px;
    }
}

.f-price {
    padding: 40px 20px 20px;
    border-radius: 16px;
    background-color: #221b1c;
    color: #fff;
}

.f-price__row {
    padding: 24px 0;
}

.f-price__row:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.f-price__row--main {
    padding: 0 0 24px;
}

.f-price__row--main .f-price__title {
    font-size: 27px;
    line-height: 32px;
}

.f-price__row--main .f-price__value {
    font-size: 17px;
    line-height: 24px;
}

.f-price__title {
    font-size: 21px;
    line-height: 25px;
}

.f-price__text {
    margin-top: 8px;
}

.f-price__value {
    font-size: 21px;
    line-height: 25px;
}

.f-price--mobile {
    margin: 0 -10px;
}

.f-price--mobile .f-price__text {
    color: rgba(255, 255, 255, 0.5);
}

.f-price--mobile .f-price__text li {
    margin-bottom: 8px;
}

.f-price--mobile .f-price__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
}

.f-price--mobile .f-price__line .f-price__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    margin-right: 16px;
    font-size: 17px;
    line-height: 24px;
}

.f-price--desktop {
    padding: 40px 32px 32px;
}

#headerApp {
    z-index: 5 !important;
}

.app-panel {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px 0;
    background-color: #c4c4c4;
}

.app-panel::after {
    position: absolute;
    width: 80%;
    height: 16px;
    content: '';
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(34, 27, 28, 0.05)), to(rgba(34, 27, 28, 0)));
    background: -o-linear-gradient(bottom, rgba(34, 27, 28, 0.05), rgba(34, 27, 28, 0));
    background: linear-gradient(to top, rgba(34, 27, 28, 0.05), rgba(34, 27, 28, 0));
}

.app-panel__image {
    position: relative;
    z-index: 1;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-right: 16px;
}

.app-panel__image img {
    max-width: 80px;
    max-height: 80px;
}

.app-panel__title {
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 24px;
}

.app-panel__btn {
    min-width: 160px;
    height: 32px;
    line-height: 30px;
    margin-bottom: 16px;
    margin-top: 10px;
    font-size: 13px;
    border-color: rgba(34, 27, 28, 0.33);
}

.app-panel__close {
    -ms-flex-item-align: start;
    align-self: flex-start;
    position: absolute;
    right: 10px;
    top: 8px;
    padding: 0;
    border: 0;
    background-color: transparent;
    font-size: 24px;
    line-height: 24px;
}

.now-opened-container {
    min-width: 360px;
}

.now-opened-container .select-regular-dropdown.select2-selection {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.now-opened-container .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.select2-container .select2-selection.select-like-dropdown {
    border: 0;
    outline: none;
}

.select2-container .select2-selection.select-like-dropdown .select2-selection__arrow {
    right: -19px;
    width: 19px;
    height: 19px;
}

.select2-container.select2-container--focus {
    border: 0;
}

.select-regular-dropdown.select2-selection,
.select-bigger-dropdown.select2-selection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border: 0;
    outline: none;
}

.select-regular-dropdown.select2-selection .select2-selection__rendered,
.select-bigger-dropdown.select2-selection .select2-selection__rendered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.select-regular-dropdown.select2-selection .select2-selection__arrow,
.select-bigger-dropdown.select2-selection .select2-selection__arrow {
    position: static;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

.footer {
    padding-top: 24px;
}

.footer__inner {
    padding: 40px 0 30px;
    border-top: 1px solid #f4f4f4;
}

.footer__nav {
    margin-bottom: 24px;
}

.footer__nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer__nav ul li {
    display: inline-block;
    margin: 0 24px 16px 0;
    font-size: 17px;
}

.footer__nav ul li a {
    border-bottom: 1px solid #f4f4f4;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.footer__nav ul li a:hover, .footer__nav ul li a:focus {
    border-color: transparent;
}

.footer__copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
}

.footer__logo {
    margin-right: 5px;
}

.footer__logo img {
    max-width: 32px;
    max-height: 32px;
}

.footer__copyright-text {
    font-size: 11px;
    line-height: 16px;
    color: rgba(34, 27, 28, 0.33);
}

.footer__copyright-text a {
    text-decoration: underline;
    color: inherit;
}

.footer__copyright-text a:hover {
    text-decoration: none;
    color: inherit;
}

.footer__phones {
    margin-bottom: 13px;
    font-size: 21px;
}

.footer__socials a {
    display: inline-block;
    color: #000;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.footer__socials a:not(:last-child) {
    margin-right: 24px;
}

.footer__socials a .uil {
    margin-right: 5px;
    font-size: 19px;
    line-height: 19px;
}

.footer__socials a:hover, .footer__socials a:focus {
    color: #ffcc06;
}

.footer--nt .footer__inner {
    padding: 24px 0;
}

.footer--nt .footer__nav {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .footer__nav {
        margin-bottom: 40px;
    }

    .footer__nav ul li {
        margin: 0;
    }

    .footer__nav ul li:not(:last-child) {
        margin-right: 24px;
    }

    .footer__copyright {
        margin-top: 0;
    }

    .footer--nt .footer__nav {
        margin-bottom: 32px;
    }
}

@media (min-width: 992px) {
    .modal-dialog {
        min-width: 870px;
    }

    .modal-dialog--authorize {
        min-width: 505px;
    }

    .modal-dialog--open-service {
        width: 408px;
        min-width: 0;
    }
}

@media (min-width: 1200px) {
    .modal-dialog--gallery {
        min-width: 1120px;
    }
}

.a-modal {
    background-color: #f5f0ec;
    border: 0;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 16px rgba(34, 27, 28, 0.16);
    box-shadow: 0 0 16px rgba(34, 27, 28, 0.16);
}

.a-modal__header {
    position: relative;
    padding: 40px 20px 0;
}

.a-modal__title {
    margin-bottom: 16px;
    font-size: 27px;
    line-height: 32px;
}

.a-modal__subtitle {
    margin-bottom: 16px;
}

.a-modal__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.a-modal__tab {
    padding: 12px 16px;
    border-radius: 8px 8px 0 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.a-modal__tab span {
    border-bottom: 1px dashed;
}

.a-modal__tab:hover span, .a-modal__tab:focus span {
    border-color: transparent;
}

.a-modal__tab.active {
    background-color: #fff;
}

.a-modal__tab.active span {
    border-color: transparent;
}

.a-modal__close-btn {
    position: absolute;
    top: 44px;
    right: 20px;
    padding: 3px;
    border: 0;
    background-color: transparent;
    font-size: 18px;
    line-height: 18px;
}

.a-modal__body {
    padding: 32px 20px 40px;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
}

.a-modal--white {
    background-color: #fff;
}

.a-modal--white .a-modal__title {
    max-width: 300px;
    margin-bottom: 0;
}

.auth-form .form-group {
    margin-bottom: 24px;
}

.auth-form .form-group.mb-40 {
    margin-bottom: 40px;
}

.auth-form .form-control {
    border-width: 1px;
}

.auth-form .btn {
    min-width: 135px;
}

.social-auth {
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid #f4f4f4;
}

.social-auth__title {
    margin-bottom: 16px;
    font-size: 21px;
    line-height: 25px;
}

.social-auth .btn {
    width: 48px;
    min-width: 0;
    margin-right: 16px;
    padding: 0;
    text-align: center;
}

.social-auth .btn i {
    font-size: 20px;
}

.tabs-content__item {
    display: none;
}

.tabs-content__item.active {
    display: block;
}

.thanks-modal {
    padding: 40px 24px;
}

.thanks-modal__content {
    text-align: center;
}

.thanks-modal__icon {
    margin-bottom: 8px;
    font-size: 24px;
}

.thanks-modal__title {
    margin-bottom: 24px;
    font-size: 27px;
    line-height: 32px;
}

.thanks-modal__subtitle {
    font-size: 17px;
    line-height: 24px;
}

.thanks-modal .btn {
    margin-top: 16px;
}

.c-modal {
    padding: 32px 20px 0;
    border: 0;
    border-radius: 16px;
}

.c-modal__header {
    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-bottom: 24px;
    border-bottom: 1px solid #f4f4f4;
}

.c-modal__title {
    font-size: 21px;
}

.c-modal__close-btn {
    padding: 3px;
    border: 0;
    background-color: transparent;
    font-size: 18px;
    line-height: 18px;
}

.c-modal__body {
    padding: 24px 0;
}

.c-modal__centered-content {
    max-width: 400px;
    margin: 0 auto;
}

.c-modal__subtitle {
    text-align: center;
    font-size: 21px;
    line-height: 25px;
}

.c-modal__checkmark {
    width: 56px;
    height: 56px;
    line-height: 56px;
    margin: 0 auto 24px;
    text-align: center;
    border-radius: 8px;
    background-color: #ffcc06;
    font-size: 24px;
}

.c-modal .form-group {
    margin-bottom: 24px;
}

.c-modal .review-block {
    padding: 0;
    max-height: 80vh;
    overflow-y: auto;
}

.c-modal--rules {
    padding: 32px;
}

.c-modal--rules .c-modal__header {
    border-bottom: 0;
}

.c-modal--rules .c-modal__body {
    padding: 0;
}

.c-modal--rules p {
    margin-bottom: 16px;
    font-size: 17px;
    line-height: 24px;
}

.c-modal--gallery {
    padding: 32px 20px;
}

.c-modal--gallery .c-modal__header {
    padding-bottom: 16px;
    border-bottom: 0;
}

.c-modal--gallery .c-modal__body {
    padding: 0;
}

.c-modal--gallery .c-modal__title {
    font-size: 21px;
}

@media (min-width: 992px) {
    .c-modal {
        padding: 32px 32px 0;
    }

    .c-modal__title {
        font-size: 27px;
    }

    .c-modal__body {
        padding: 40px 0;
    }

    .c-modal--gallery {
        padding: 32px;
    }
}

.star-widget {
    margin-bottom: 24px;
    text-align: center;
}

.star-widget__title {
    margin-bottom: 16px;
    color: rgba(34, 27, 28, 0.5);
}

.star-widget__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.star-widget__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64px;
    flex: 0 0 64px;
    text-align: center;
}

.star-widget__item .uil {
    font-size: 48px;
    line-height: 48px;
    color: rgba(34, 27, 28, 0.5);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.star-widget__item div {
    margin-top: 8px;
    font-size: 11px;
    color: rgba(34, 27, 28, 0.33);
}

.star-widget__item.active .uil {
    color: #ffcc06;
}

@media (min-width: 992px) {
    .star-widget__item {
        margin: 0 4px;
    }
}

.swiper-container {
    width: 100%;
}

.swiper-container button[class^="swiper-button"] {
    width: 48px;
    height: 48px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    border: 1px solid transparent;
    background-color: #fff;
}

.swiper-container.reviews-gallery-thumbs {
    margin-bottom: 40px;
    padding: 0 24px 24px 0;
}

.swiper-container.reviews-gallery-thumbs .swiper-slide {
    padding-bottom: 11.5%;
    background-position: center;
    background-size: cover;
    opacity: .5;
}

.swiper-container.reviews-gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-container.reviews-gallery-thumbs button[class^="swiper-button"] {
    top: 40%;
    padding: 0;
    border-color: #f5f0ec;
}

.swiper-container.reviews-gallery-thumbs .swiper-button-next {
    right: -16px;
}

.swiper-container.reviews-gallery-thumbs .swiper-button-prev {
    left: -16px;
}

.swiper-container.reviews-gallery-thumbs .swiper-scrollbar {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    background: transparent;
    border: 1px solid rgba(34, 27, 28, 0.33);
    border-radius: 8px;
}

.swiper-container.reviews-gallery-thumbs .swiper-scrollbar-drag {
    border-radius: 8px;
    background-color: rgba(34, 27, 28, 0.33);
}

.swiper-container.reviews-gallery .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.swiper-container.reviews-gallery .swiper-slide {
    text-align: center;
}

.swiper-container.reviews-gallery .swiper-slide img {
    max-width: 100%;
    height: auto;
    max-height: 500px;
}

.swiper-container.reviews-gallery .swiper-button-next {
    right: 0;
}

.swiper-container.reviews-gallery .swiper-button-prev {
    left: 0;
}

@media (max-width: 991px) {
    .swiper-container.reviews-gallery-thumbs {
        margin-bottom: 24px;
        padding: 0 0 16px 0;
    }

    .swiper-container.reviews-gallery-thumbs .swiper-slide {
        padding-bottom: 22.5%;
    }

    .swiper-container.reviews-gallery {
        margin-bottom: 40px;
    }

    .swiper-container.reviews-gallery button[class^="swiper-button"] {
        background-color: transparent;
    }

    .swiper-container.reviews-gallery .swiper-button-prev {
        left: -16px;
    }

    .swiper-container.reviews-gallery .swiper-button-next {
        right: -16px;
    }
}

.mini-modal {
    -webkit-box-shadow: 0 0 16px rgba(34, 27, 28, 0.16);
    box-shadow: 0 0 16px rgba(34, 27, 28, 0.16);
    border-radius: 8px;
    border: 0;
}

.mini-modal__item {
    padding: 16px 24px;
}

.mini-modal__item:not(:last-child) {
    border-bottom: 1px solid #f4f4f4;
}

#modal-choose-action .btn--yellow-gradient {
    min-width: 220px;
    height: 64px;
    line-height: 62px;
}

.n-modal {
    padding: 24px 20px;
    background-color: #f5f0ec;
    border: 0;
    border-radius: 16px;
}

.n-modal__content {
    max-width: 95%;
    margin: 0 auto;
    text-align: center;
}

.n-modal__title {
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 24px;
}

.n-modal__subtitle {
    margin-bottom: 16px;
}

@media (min-width: 992px) {
    .n-modal {
        padding: 40px;
    }

    .n-modal__title {
        font-size: 21px;
        line-height: 25px;
    }

    .n-modal__subtitle {
        font-size: 17px;
        line-height: 24px;
    }
}

@media (min-width: 992px) {
    .modal-dialog--weight {
        min-width: 360px;
        max-width: 460px;
    }
}

.weight-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 24px 20px;
}

.weight-modal .weight-circle-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8px;
}

.weight-modal__content {
    width: calc(100% - 40px);
    margin-bottom: 24px;
    font-size: 11px;
    line-height: 16px;
}

.weight-modal .btn {
    margin-left: 28px;
}

.ingredient-window {
    z-index: 5;
    background: #fff;
    -webkit-box-shadow: 0 0 16px rgba(34, 27, 28, 0.16);
    box-shadow: 0 0 16px rgba(34, 27, 28, 0.16);
    border-radius: 8px;
}

.ingredient-window::before {
    position: absolute;
    content: '';
    bottom: calc(100% - 2px);
    left: 16px;
    width: 16px;
    height: 8px;
    background-position: center;
    background-image: url("../img/top-corner-grey.svg");
}

.ingredient-window__header {
    margin: 0 16px;
    padding: 16px 0 8px;
    border-bottom: 1px solid #f4f4f4;
    color: rgba(34, 27, 28, 0.5);
}

.ingredient-window__row {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.ingredient-window__col:nth-child(4) {
    text-align: right;
}

.ingredient-window__col:nth-child(4) span {
    vertical-align: super;
}

.ingredient-window__body {
    padding: 8px 0;
}

.ingredient-window__body .ingredient-window__row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 5px 8px 6px;
}

.ingredient-window__body .ingredient-window__row:hover {
    background-color: #f5f0ec;
}

.ingredient-window .c-checkbox {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 0 0 20px;
}

.ingredient-window__footer {
    margin: 0 16px;
    padding: 24px 0;
    border-top: 1px solid #f4f4f4;
}

.ingredient-window__product {
    max-width: 405px;
}

.ingredient-window__product-name {
    margin-bottom: 4px;
    font-size: 17px;
    line-height: 20px;
}

.ingredient-window__product-text {
    line-height: 16px;
    color: rgba(34, 27, 28, 0.66);
}

.ingredient-window .y-rhomb {
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-left: 16px;
    font-size: 17px;
}

.ingredient-window__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ingredient-window__quant-title {
    margin-bottom: 4px;
    color: rgba(34, 27, 28, 0.5);
}

.ingredient-window__quant-value {
    font-size: 17px;
    line-height: 20px;
    margin-left: auto;
}

@media (max-width: 991px) {
    .ingredient-window {
        width: 100% !important;
    }

    .ingredient-window__header {
        margin: 0 20px;
    }

    .ingredient-window__footer {
        margin: 0 20px;
        padding: 16px 0;
    }

    .ingredient-window__action {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .ingredient-window .c-checkbox {
        margin-left: 4px;
    }
}

@media (min-width: 992px) {
    .ingredient-window::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.ingredientsInfo {
    display: none;
}

.ingredientsInfo .ing_plus {
    display: none;
}

.ingredientsInfo.text-black .ing_plus {
    display: inline-block;
}

.ingredientsInfo.text-black {
    display: inline-block;
}


.button-blue-region {
    color: #0e90d9;
    cursor: pointer;
}

.addToCartPopup {
    position: absolute;
    width: 274px;
    height: 60px;
    right: 0;
    top: 50px;
    background-position: center;
    background-size: cover;
    z-index: 50;
}

.add-cart-check {
    background-image: url("/img/checbox-check.svg");
    width: 16px;
    height: 11px;
    display: inline-block;
    background-size: cover;
    margin: 20px 5px 0 35px;
}

.settingsFormButton {
    cursor: pointer;
}

.header-lang__dropdown.settingsForm {
    margin-top: -25px !important;
}

.address-card__edit .header-lang__dropdown.settingsForm {
    margin-top: 5px !important;
    font-size: 14px;
    left: 0;
}

.hidden {
    display: none;
}

a.stock-card:hover, a.stock-block__item:hover {
    color: #ffffff;
}

@media (max-width: 480px) {
    .r-closed-block__title {
        font-size: 15px;
    }
}

@media (max-width: 400px) {
    .r-closed-block__title {
        font-size: 14px;
    }
}

@media (max-width: 370px) {
    .r-closed-block__title {
        font-size: 12px;
    }
}

.js-add-ingredients {
    padding-right: 5px;
    border: none;
}

.custom-uploader .c-modal__close-btn {
    min-width: 24px;
    display: none;
}

.custom-uploader .imageSelected {
    display: none;
}

p a {
    color: #0e90d9;
}

.address-card__field .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 4px;
}

.address-card__field .select2-container .select2-selection--single .select2-selection__rendered {
    overflow: visible;
}

.informationEdited {
    /*color: #2ECC71;*/
    font-size: 18px;
    text-align: center;
    margin-top: 25px;
}

ul#select2-selectMenuVids-results {
    max-height: 80vh;
}
.cafe-card{
    cursor: pointer;
}
.sales-section .sales-item{
    cursor: pointer;
}
.last-review__scroll{
    overflow-y: auto;
    max-height: 520px;
}
/*# sourceMappingURL=main.css.map */
.loader-region {
    background-color: white;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.61;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    text-align: center;
}

.loader-region img {
    position: relative;
    top: 35%;
}
#headerApp-sticky-wrapper {
    z-index: 5;
    position: relative;
}