/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@-ms-viewport {
    width: device-width;
}

@import url('https://fonts.cdnfonts.com/css/pt-root-ui');

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

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

.container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

.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%;
    min-height: 1px;
    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%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

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

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

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

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

* {
    -webkit-transition: 0.35s ease;
    transition: 0.35s ease;
}

i.fa,
i.fas,
i.fab,
i.far {
    color: inherit;
}

@font-face {
    font-family: "fa-solid-900";
    src: local("fa-solid-900"), url("/libs/FontAwesome/webfonts/fa-solid-900.woff2") format("woff2"), url("/libs/FontAwesome/webfonts/fa-solid-900.woff") format("woff");
}

i.fas,
i.fa-solid {
    font-family: "fa-solid-900";
    font-style: normal;
}

@font-face {
    font-family: "fa-regular-400";
    src: local("fa-regular-400"), url("/libs/FontAwesome/webfonts/fa-regular-400.woff2") format("woff2"), url("/libs/FontAwesome/webfonts/fa-regular-400.woff") format("woff");
}

i.fa,
i.far,
i.fa-regular {
    font-family: "fa-regular-400";
    font-style: normal;
}

@font-face {
    font-family: "fa-brands-400";
    src: local("fa-brands-400"), url("/libs/FontAwesome/webfonts/fa-brands-400.woff2") format("woff2"), url("/libs/FontAwesome/webfonts/fa-brands-400.woff") format("woff");
}

i.fab {
    font-family: "fa-brands-400";
    font-style: normal;
}

body,
html {
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    font-family: "PT Root UI", Verdana, sans-serif;
    color: #292f37;
    background:
        /*#fff*/
        #f6f6f6;
}

body {
    padding-top: 60px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    color: #2A32B8;
}

body {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

body>* {
    width: 100%;
}

.page-content {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.hidden {
    display: none;
}

.text-block {
    display: block;
}

.posr {
    position: relative;
}

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

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

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

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

.--maxw-200 {
    max-width: 200px;
}

.--pr-80 {
    padding-right: 80px;
}

.--text-primary,
.--text-primary i {
    color: #2A32B8 !important;
}

.--text-secondary,
.--text-secondary i {
    color: #4A7EDE !important;
}

.--text-green,
.--text-green i {
    /*color: #008900 !important;*/
    color: #ffffff !important;
    background: #83c301;
    padding: 2px;
    border-radius: 5px;
}

.copy-link {
    cursor: pointer;
}

.copy-link i {
    color: #4A7EDE;
}

.breadcrumbs {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin: 10px;
    padding: 8px 21px;
    width: auto;
    max-width: 560px;
    border-radius: 6px;
    background: #ffffff;
    color: #292f37;
    font-size: 14px;
    line-height: 18px;
    white-space: nowrap;
}

.breadcrumbs i {
    color: #292f37;
}

.breadcrumbs a {
    color: #4A7EDE !important;
}

a,
a:hover,
a:active,
a:visited,
a:focus {
    color: inherit;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

.btn,
.btn:hover,
.btn:active,
.btn:visited,
.btn:focus {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 150px;
    height: 48px;
    padding: 12px 22px;
    outline: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.btn.--sticky,
.btn:hover.--sticky,
.btn:active.--sticky,
.btn:visited.--sticky,
.btn:focus.--sticky {
    position: sticky;
    bottom: 15px;
    width: 100%;
}

.btn.--accent,
.btn:hover.--accent,
.btn:active.--accent,
.btn:visited.--accent,
.btn:focus.--accent {
    color: #ffffff;
    background-color: #7221A4;
}

.btn.--primary,
.btn:hover.--primary,
.btn:active.--primary,
.btn:visited.--primary,
.btn:focus.--primary {
    color: #ffffff;
    background-color: #2A32B8;
}

.btn.--secondary,
.btn:hover.--secondary,
.btn:active.--secondary,
.btn:visited.--secondary,
.btn:focus.--secondary {
    color: #ffffff;
    background-color: #4A7EDE;
}

.btn.--outlined,
.btn:hover.--outlined,
.btn:active.--outlined,
.btn:visited.--outlined,
.btn:focus.--outlined {
    color: #2A32B8;
    border: 1px solid #2A32B8;
    background: none;
}

.btn.--disabled,
.btn:hover.--disabled,
.btn:active.--disabled,
.btn:visited.--disabled,
.btn:focus.--disabled {
    cursor: default;
}

.btn.--sm,
.btn:hover.--sm,
.btn:active.--sm,
.btn:visited.--sm,
.btn:focus.--sm {
    height: 40px;
    min-width: auto;
    padding: 0 16px;
    font-size: 16px;
    line-height: 18px;
    min-height: 40px;
}

.btn.--xs,
.btn:hover.--xs,
.btn:active.--xs,
.btn:visited.--xs,
.btn:focus.--xs {
    height: 30px;
    min-width: 115px;
    padding: 0 16px;
    font-size: 14px;
    line-height: 16px;
    min-height: auto;
}

.btn.--w100,
.btn:hover.--w100,
.btn:active.--w100,
.btn:visited.--w100,
.btn:focus.--w100 {
    width: 100%;
    min-width: auto;
}

.btn:hover.--accent {
    background-color: #8125b9;
}

.btn:hover.--primary {
    background-color: #2f38cd;
}

.btn:hover.--secondary {
    background-color: #608de2;
}

.btn:active.--accent {
    background-color: #631d8f;
}

.btn:active.--primary {
    background-color: #252ca3;
}

.btn:active.--secondary {
    background-color: #346fda;
}

.section {
    padding: 40px 0;
}

p {
    display: block;
    margin: 0 0 26px;
    color: #292f37;
    font-size: 16px;
    line-height: 26px;
}

.input,
.input:focus {
    display: block;
    width: 100%;
    height: 47px;
    outline: none;
    border: none;
    margin: 0;
    cursor: text;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.25;
    border-radius: 4px;
    padding: 10px 15px 10px 15px;
    color: #2A32B8;
}

.input::-webkit-input-placeholder,
.input:focus::-webkit-input-placeholder {
    color: #AFAFAF;
}

.input::-moz-placeholder,
.input:focus::-moz-placeholder {
    color: #AFAFAF;
}

.input:-ms-input-placeholder,
.input:focus:-ms-input-placeholder {
    color: #AFAFAF;
}

.input::-ms-input-placeholder,
.input:focus::-ms-input-placeholder {
    color: #AFAFAF;
}

.input::placeholder,
.input:focus::placeholder {
    color: #AFAFAF;
}

.box-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    width: 100%;
    padding: 5px 17px 8px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    cursor: text;
    font-family: "PT Root UI";
}

.box-label.--no-br-left {
    width: 50%;
    border-radius: 0 4px 4px 0;
}

.box-label.--no-br-right {
    width: 50%;
    border-radius: 4px 0 0 4px;
}

.box-label:hover,
.box-label:focus-within {
    border-color: #2A32B8;
}

.box-label.--datepicker,
.box-label.--datepicker input {
    cursor: pointer !important;
}

.tingle-enabled .daterangepicker {
    position: fixed !important;
}

.box-label__text {
    display: block;
    margin: 0 0 1px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.1;
    color: #2D3137;
}

.box-input,
.box-input:focus,
.box-textarea,
.box-textarea:focus {
    display: block;
    width: 100%;
    outline: none;
    border: none;
    margin: 0;
    cursor: text;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    font-family: "PT Root UI";
    color: #2A32B8;
}

.box-input::-webkit-input-placeholder,
.box-input:focus::-webkit-input-placeholder,
.box-textarea::-webkit-input-placeholder,
.box-textarea:focus::-webkit-input-placeholder {
    color: #AFAFAF;
}

.box-input::-moz-placeholder,
.box-input:focus::-moz-placeholder,
.box-textarea::-moz-placeholder,
.box-textarea:focus::-moz-placeholder {
    color: #AFAFAF;
}

.box-input:-ms-input-placeholder,
.box-input:focus:-ms-input-placeholder,
.box-textarea:-ms-input-placeholder,
.box-textarea:focus:-ms-input-placeholder {
    color: #AFAFAF;
}

.box-input::-ms-input-placeholder,
.box-input:focus::-ms-input-placeholder,
.box-textarea::-ms-input-placeholder,
.box-textarea:focus::-ms-input-placeholder {
    color: #AFAFAF;
}

.box-input::placeholder,
.box-input:focus::placeholder,
.box-textarea::placeholder,
.box-textarea:focus::placeholder {
    color: #AFAFAF;
}

.box-textarea,
.box-textarea:focus {
    width: 100%;
    height: 100px;
}

.radio-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    width: 100%;
}

.radio-inputs.--login {
    margin: 0 0 20px;
}

.radio-wrapper {
    display: inline-block;
    position: relative;
}

.radio-input {
    display: none;
}

.radio-label {
    padding-left: 24px;
    cursor: pointer;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
}

.radio-label:before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% + 1px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #2A32B8;
    border-radius: 16px;
}

.radio-input:checked+.radio-label:before {
    border: 2px solid #2A32B8;
}

.radio-label:after {
    content: "";
    position: absolute;
    left: 6px;
    top: calc(50% + 1px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 4px;
    height: 4px;
    background: none;
    border-radius: 999px;
}

.radio-input:checked+.radio-label:after {
    background: #2A32B8;
}

.switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 10px;
    cursor: pointer;
}

.switch__input {
    display: none;
}

.switch__indicator {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    top: -1px;
    position: relative;
    display: inline-block;
    width: 36px;
    height: 20px;
    background-color: #c8c8c8;
    border-radius: 10px;
    overflow: hidden;
}

.switch__indicator:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 2px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: white;
    border-radius: 8px;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.switch__input:checked+.switch__indicator {
    background-color: #3BA836;
}

.switch__input:checked+.switch__indicator:after {
    left: 18px;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.switch__text {
    font-size: 16px;
    line-height: 1.1;
}

.select,
.select:focus {
    width: 100%;
    padding: 7px 9px 7px 7px;
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    border: 1px solid transparent;
    outline: none;
    -webkit-box-shadow: 0 0 0 1px rgb(229, 229, 229);
    box-shadow: 0 0 0 1px rgb(229, 229, 229);
    cursor: pointer;
}

.boxed-select,
.boxed-select:focus {
    margin-top: 3px;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

/* .loading {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.loading:before {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background: #ffffff;
}

.loading:after {
    content: "";
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1001;
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 5px solid #aaaaaa;
    border-top: 5px solid #2A32B8;
    border-radius: 50%;
    -webkit-animation: 1s spinner-animation linear infinite;
    animation: 1s spinner-animation linear infinite;
} */

@-webkit-keyframes spinner-animation {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes spinner-animation {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.loading.--transparent:before {
    background: rgba(255, 255, 255, 0.75);
}

.autocomplete-items {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    border-radius: 4px;
}

.autocomplete-items div {
    padding: 5px 17px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #AFAFAF;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div strong {
    color: #2A32B8;
}

.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: #2A32B8 !important;
    color: #ffffff !important;
}

.autocomplete-active strong {
    color: #ffffff !important;
}

.links {
    margin-top: 100px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.links a {
    padding: 10px 35px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}

.links a+a {
    margin-left: 15px;
}

.links a.facebook {
    background: #4267B2;
}

.links a.youtube {
    background: red;
}

.my-links {
    text-align: center;
    margin-top: 100px;
}

.my-links h3 {
    display: inline-block;
    margin: 0 25px;
}

.my-links ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.my-links ul li {
    display: inline-block;
}

.my-links ul span {
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    background-color: #000;
    color: #fff;
    font-size: 22px;
}

.my-links ul p {
    margin: 0;
}

/*--Slick container VIOLET with image effect on hover START--*/

.slick-container-violet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    height: 160px;
    width: 100%;
    position: relative;
    overflow: hidden;
    font-family: Montserrat;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 10px;
    display: none;
}

.slick-container-violet:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    background: rgba(233, 234, 0, 0.37);
    background-image: linear-gradient(0.45turn, rgba(255, 255, 255, 0.67) 30%, rgba(237, 236, 236, 0.164) 66%);
    /*background: rgb(233 234 0 / 37%);
  background-image: linear-gradient(0.45turn, rgb(29 23 215 / 52%) 18%, rgba(237, 236, 236, 0.164) 66%);*/
}

.slick-container-violet:hover:after {
    background: rgba(255, 255, 255, 0.8980392157);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.slick-container-violet-title {
    position: absolute;
    left: 12px;
    bottom: 75px;
    padding: 5px;
    font-size: 22px;
    font-weight: bold;
    color: #444444;
    z-index: 3;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.slick-container-violet-text {
    position: absolute;
    bottom: 50px;
    right: 0px;
    font-size: 16px;
    font-weight: 500;
    padding: 0 5px 0 5px;
    color: #fff;
    z-index: 3;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: rgba(42, 50, 184, 0.6196078431);
}

.slick-container-violet:hover .slick-container-violet-text {
    color: #444444;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background-color: rgba(255, 255, 255, 0);
}

.slick-container-violet-text-long {
    position: absolute;
    bottom: 50px;
    right: 0px;
    font-size: 13px;
    font-weight: 500;
    padding: 0 5px 0 5px;
    color: #fff;
    z-index: 3;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: rgba(222, 61, 61, 0.5215686275);
}

.slick-container-violet:hover .slick-container-violet-text-long {
    color: #444444;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background-color: rgba(255, 255, 255, 0);
}

.slick-container-violet-fitch-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    text-align: right;
    height: 40px;
    font-family: Montserrat;
    font-size: 16px;
    padding: 5px 5px 3px 20px;
    font-weight: bold;
    color: #ffffff;
    z-index: 3;
    background-color: #2A32B8;
    border-radius: 60% 5% 10px 0%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.slick-container-violet-img {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.slick-container-violet:hover .slick-container-violet-img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.slick-container-violet:hover .slick-container-violet-title {
    color: #2A32B8;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.slick-container-violet:hover .slick-container-violet-fitch-text {
    border-radius: 60% 5% 10px 0%;
    background-color: #444;
    overflow: hidden;
}

.slick-container-violet-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.95;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    z-index: 2;
}

/*--Slick container VIOLET with image effect on hover END--*/

.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 60px;
    padding: 4px 16px 4px 15%;
    background: #ffffff;
    border-bottom: 1px solid #d8d8d8;
    z-index: 101;
}

.header-content {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-content-left {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 51px;
}

.header__logo-link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    display: inline-block;
    font-size: 0;
}

.header__logo {
    height: 100%;
}

.header-nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 30px;
    height: 100%;
}

.header-content-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 30px;
}

.header-link-wrapper {
    position: relative;
}

.header-link-wrapper.--currency {
    width: 100px !important;
}

.header-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.header-link i {
    position: relative;
    bottom: 1px;
    color: #2A32B8;
    font-size: 18px;
}

.header-link.burger {
    display: none;
    position: relative;
}

.header-link.burger.--close:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ffffff url("/img/icons/cross.svg") 50% 50%/contain no-repeat;
}

.header-link-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 330px;
    padding: 35px 0 0;
}

.header-link-wrapper.--active .header-link-dropdown {
    display: block;
}

.header-link-wrapper.--active .header-link-dropdown:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 27px;
    width: 16px;
    height: 16px;
    background: #ffffff;
    border-radius: 2px;
    z-index: 9;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header-link-dropdown-list,
.autocomplete-items-list {
    position: relative;
    max-height: auto;
    padding: 5px 0 0;
    background: #ffffff;
    border-radius: 3px;
    z-index: 11;
}

.autocomplete-items-list {
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 5px;
    width: 100%;
    box-shadow: rgb(121, 118, 118) 2px 2px 2px;
    display: block;
}

.header-link-dropdown-list__link,
.header-link-dropdown-list__link:hover,
.autocomplete-items-list .autocomplete-item {
    padding: 10px 10px;
    position: relative;
    z-index: 11;
    color: #292f37;
    font-size: 16px;
    line-height: 1.2;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.header-link-dropdown-list__link:hover,
.autocomplete-items-list 
.autocomplete-item:hover {
    color: #ffffff;
    background-color: #4A7EDE;
}

.header__icon {
    height: 18px;
    margin-right: 3px;
}

.header-link__text {
    /*font-size: 18px;
  line-height: 20px;
  font-weight: 500;*/

    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
}

.header-link:hover .header-link__text {
    color: #2A32B8;
}

.header__angle-icon {
    width: 20px;
    position: relative;
    top: -1px;
}

.header-select,
.header-select:focus {
    width: 100%;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.language-select .ss-search {
    display: none !important;
    pointer-events: none !important;
}

.language-select .ss-list {
    padding-top: 15px !important;
}

.mob-language-select .ss-search {
    display: none !important;
    pointer-events: none !important;
}

.ss-content .ss-list .ss-option:hover,
.ss-content .ss-list .ss-option.ss-highlighted,
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
    color: #000000;
    background: #ffffff;
}

.header-select__img {
    margin-right: 3px;
    width: 30px;
}

.mob-menu {
    position: fixed;
    top: -110vh;
    left: 0;
    right: 0;
    height: calc(100vh - 48px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px;
    background: #ffffff;
    z-index: 90;
}

.mob-menu.--show {
    top: 48px;
}

.mobile-select,
.mobile-select:focus {
    margin-bottom: 15px;
    width: 100%;
    max-width: 300px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 1px solid rgb(41, 47, 55);
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
}

.mobile-select__img {
    margin-right: 5px;
    width: 60px;
}

.mob-menu-links {
    margin-top: 30px;
    text-align: center;
}

.mob-menu-link {
    font-family: 'PT Root UI';
    display: block;
    font-size: 18px;
    line-height: 2;
}

.mob-menu-link:hover {
    color: #ce2121;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-label-text {
    font-size: 10px !important;
}

.pre-footer {
    margin-top: 30px;
    position: relative;
    padding-bottom: 80px;
}

.pre-footer-content {
    position: relative;
    padding: 30px 30px;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(162, 158, 158, 0.72);
    box-shadow: 1px 1px 5px 1px rgba(162, 158, 158, 0.72);
    z-index: 1;
}

.pre-footer-wave {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 55px;
    overflow: hidden;
}

.pre-footer-wave__img {
    width: 900%;
    max-width: 900%;
    height: 55px;
    -webkit-transform: rotateX(180deg) translateX(-50%);
    transform: rotateX(180deg) translateX(-50%);
    display: block;
    position: relative;
    left: 50%;
}

.footer {
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 100%;
    z-index: 10;
}

.footer-top {
    padding: 80px 0 25px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #2A32B8), color-stop(80%, #171717));
    background-image: linear-gradient(180deg, #2A32B8 10%, #171717 80%);
    -webkit-box-shadow: 0px 0px 0px 0px #fff;
    box-shadow: 0px 0px 0px 0px #fff;
}

.footer-top__title {
    margin: 0;
    color: #ffffff;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
}

.footer-top__text {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}

.footer-form-wrapper {
    display: block;
    max-width: 800px;
    margin: 20px auto;
}

.footer-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2px;
    position: relative;
}

.footer-form__text {
    margin: 0;
    max-width: 220px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
}

.footer-form .footer-form__btn {
    position: absolute;
    top: 2px;
    right: 2px;
    min-width: auto;
    width: 64px;
    height: 44px;
    color: #ffffff;
}

.footer-bottom {
    padding: 20px 0;
    background: #171717;
}

.footer-bottom-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 30px;
}

.footer-bottom-info__logo {
    width: 150px;
}

.footer-bottom-info-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
}

.footer-bottom-info__title {
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
}

.footer-bottom-info__subtitle {
    color: #ffffff;
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
}

.footer-bottom-info__link,
.footer-bottom-info__link:hover {
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
}

.footer-bottom-info__link i,
.footer-bottom-info__link:hover i {
    margin-right: 5px;
    color: #ffffff;
}

.footer-bottom-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0px 20px;
}

.footer-bottom__link,
.footer-bottom__link:hover,
.footer-bottom__link:active,
.footer-bottom__link:visited,
.footer-bottom__link:focus {
    color: rgb(144, 144, 144);
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
}

.footer-bottom__link:hover {
    color: #ffffff;
}

.footer-bottom__copyright {
    display: block;
    margin-top: 5px;
    color: #909090;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
}

.footer-meta {
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.footer-meta__title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.footer-meta__title-wrapper-dash {
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #ffffff;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.footer-meta__subtitle-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-top: 15px;
}

.footer-meta__title {
    color: #ffffff;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.footer-meta__subtitle {
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.footer-meta__payment-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.footer-meta__payment i {
    color: #d9d6d6;
    font-size: 65px;
}

.footer-meta-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.footer-meta-social__link i {
    color: rgb(144, 144, 144);
    font-size: 28px;
}

.footer-meta-social__link:hover i {
    color: #fff;
}

.trigger-hotel-feature-modal {
    cursor: pointer !important;
}

.change-date-modal .tingle-modal-box {
    max-width: 560px;
    height: 90%;
    background: none;
}

.change-date-modal .tingle-modal-box__content {
    padding: 20px 40px;
    background: #fff;
}

.change-date-modal .row {
    gap: 20px 0;
}

.places-nearby-modal .tingle-modal-box {
    width: 80vw !important;
    height: 80vh !important;
}

.places-nearby-modal .tingle-modal-box__content,
.places-nearby-modal .tingle-modal-box__content .nearbyMap {
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.modal__title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: normal;
}

.tingle-modal.hotel-feature-modal {
    z-index: 1001;
}

.slider-modal .tingle-modal-box {
    width: 100%;
    max-height: 80vh;
    background: none;
}

.slider-modal .tingle-modal-box__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    height: 100%;
    padding: 0;
    font-size: 0;
}

.slider-popup-slider {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: calc(100% - 366px);
    background: none;
}

.modal-slider {
    max-height: 100%;
}

.modal-slider .swiper-wrapper {
    max-width: 100%;
    max-height: 100%;
}

.modal-slider .swiper-button-prev,
.modal-slider .swiper-button-next {
    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: 40px;
    height: 40px;
    border-radius: 20px;
    background: rgba(244, 244, 244, 0.9);
    position: absolute;
    left: auto;
    top: auto;
    bottom: 12px;
    right: 12px;
}

.modal-slider .swiper-button-prev:after,
.modal-slider .swiper-button-next:after {
    font-size: 14px;
    font-weight: 900;
}

.modal-slider .swiper-button-prev {
    right: 62px;
}

.modal-slide__img-wrapper {
    position: relative;
    width: 100%;
    height: 80vh;
}

.modal-slide__img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.slider-popup-sidebar {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 366px;
    background: #ffffff;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-content,
.map-tooltip {
    position: relative !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    z-index: 1 !important;
}

.leaflet-popup-tip-container {
    display: none;
}

.map-tooltip:before {
    display: none !important;
}

.marker-icon {
    display: inline-block;
    width: 25px !important;
    height: 25px !important;
}

.marker-icon-link,
.marker-icon-link:hover,
.marker-icon-link:active,
.marker-icon-link:visited,
.marker-icon-link:focus {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.marker-icon__svg {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url("/img/icons/map-marker.svg") 50% 50%/contain no-repeat;
    z-index: 2;
}

.marker-icon__span {
    position: absolute;
    bottom: calc(100% - 1px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: white;
    border-radius: 4px;
    border-width: 0;
    -webkit-box-shadow: 0 2px 4px rgba(0, 29, 79, 0.15);
    box-shadow: 0 2px 4px rgba(0, 29, 79, 0.15);
    margin: 0;
    padding: 1px 4px 0px;
    z-index: -1;
    color: #2d3137;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    text-transform: uppercase;
}

.leaflet-marker-icon.marker-cluster {
    background: rgba(74, 126, 222, 0.5);
}

.leaflet-marker-icon.marker-cluster>div {
    background: #2A32B8;
    color: #ffffff;
}

.hotel-similar.--tooltip,
.hotel-similar.--tooltip:hover,
.hotel-similar.--tooltip:active,
.hotel-similar.--tooltip:visited,
.hotel-similar.--tooltip:focus {
    position: relative !important;
    width: 250px;
    height: 100px;
    z-index: 1 !important;
}

.hotel-similar.--tooltip .hotel-similar__img,
.hotel-similar.--tooltip:hover .hotel-similar__img,
.hotel-similar.--tooltip:active .hotel-similar__img,
.hotel-similar.--tooltip:visited .hotel-similar__img,
.hotel-similar.--tooltip:focus .hotel-similar__img {
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
}

.hotel-similar.--tooltip .hotel-similar-content,
.hotel-similar.--tooltip:hover .hotel-similar-content,
.hotel-similar.--tooltip:active .hotel-similar-content,
.hotel-similar.--tooltip:visited .hotel-similar-content,
.hotel-similar.--tooltip:focus .hotel-similar-content {
    width: calc(100% - 100px) !important;
    padding: 3px 5px;
}

.hotel-similar.--tooltip .hotel-similar__title,
.hotel-similar.--tooltip:hover .hotel-similar__title,
.hotel-similar.--tooltip:active .hotel-similar__title,
.hotel-similar.--tooltip:visited .hotel-similar__title,
.hotel-similar.--tooltip:focus .hotel-similar__title {
    font-size: 12px;
    line-height: 14px;
    white-space: normal;
    -webkit-line-clamp: 0;
}

.section-search {
    position: relative;
    padding: 30px 0 50px;
    min-height: 580px;
    background: url("/img/search-bg-1.jpg") 50% 50%/cover no-repeat;
}

.section-search:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(29%, rgba(255, 255, 255, 0.38)), color-stop(71%, rgba(255, 255, 255, 0.85))) transparent;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.38) 29%, rgba(255, 255, 255, 0.85) 71%) transparent;
    z-index: 1;
}

.section-search .container {
    position: relative;
    z-index: 2;
}

.section-search-separator {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    background: url("/img/wave-lightgrey.svg") 50% 50%/100% 100% no-repeat;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 1;
}

.search__title {
    color: #2A32B8;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 65px;
    line-height: 0.9;
    text-align: center;
}

.search__title .--first-line {
    display: block;
    margin: 0 0 15px;
    color: rgb(68, 68, 68) !important;
    font-size: 33px;
    line-height: 1;
    font-weight: 600;
}

.search {
    width: 100%;
    padding: 20px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 8px 24px rgba(45, 49, 55, 0.3);
    box-shadow: 0px 8px 24px rgba(45, 49, 55, 0.3);
    border-radius: 4px 8px 8px 8px;
}

.search .row {
    gap: 16px 0;
}

.box-label.toggle-guest,
.box-label.toggle-guest .box-input {
    cursor: pointer !important;
}

.guests {
    position: absolute;
    top: 100%;
    right: 10px;
    display: none;
    width: 370px;
    max-height: 55vh;
    overflow-y: auto;
    background: #ffffff;
    padding: 28px 36px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(45, 49, 55, 0.3);
    box-shadow: 0 2px 12px 0 rgba(45, 49, 55, 0.3);
    z-index: 5;
}

.guests.--show {
    display: block;
}

.guests-room {
    padding: 0 0 16px;
}

.guests-room:not(:last-child) {
    border-bottom: 1px solid rgb(229, 229, 229);
    margin-bottom: 16px;
}

.guests-room-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -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: 12px;
}

.guests-room__title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}

.guests-room__remove {
    color: #ce2121;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
}

.guests-room-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.guests-room__col-title {
    display: block;
    margin: 0 0 8px;
    color: #292f37;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
}

.guests-room-adults {
    width: 93px;
    margin-right: 20px;
}

.guests-room-adults-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 93px;
    max-width: 100%;
    height: 36px;
    border-radius: 4px;
    border: 1px solid rgb(229, 229, 229);
}

.guests-room-adults-input__text {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.guests-room-adults-input__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -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-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 36px;
    height: 100%;
    font-size: 24px;
    line-height: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.guests-room-children {
    width: 90px;
    margin-right: 8px;
}

.guests-room-child__select,
.guests-room-child__select:focus {
    width: 100%;
    height: 34px;
    border-radius: 4px;
    border: 1px solid rgb(229, 229, 229);
    outline: none;
    padding-left: 3px;
    color: #292f37;
    font-size: 13px;
    line-height: 1.3;
    cursor: pointer;
}

.guests-child-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.guests-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 8px;
    width: 90px;
    height: 36px;
    padding: 8px 10px;
    background-color: rgb(244, 244, 244);
    border-radius: 6px;
}

.guests-child:not(:last-child) {
    margin-bottom: 8px;
}

.guests-child__text {
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
}

.guests-child__remove {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 4px;
    width: 13px;
    height: 13px;
    color: #292f37;
    font-size: 14px;
    line-height: 1;
    text-align: right;
    cursor: pointer;
}

.guests-room-add-child-wrapper {
    position: relative;
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 45px;
    height: 36px;
    padding: 0;
    margin: 0;
    border-radius: 4px;
    color: #777777;
    font-size: 24px;
    line-height: 1.4;
    cursor: pointer;
}

.guests-room-add-child-wrapper::after {
    content: "+";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 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: center;
    background: #fff;
    pointer-events: none;
    z-index: 10;
    width: 45px;
    height: 36px;
    border: 1px solid rgb(229, 229, 229);
    border-radius: 4px;
    color: #777777;
    font-size: 24px;
    line-height: 1.4;
    cursor: pointer;
}

.guests-room-add-child {
    position: relative;
    display: block;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 45px;
    height: 36px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}

.guests-room-add-child::-ms-expand {
    display: none;
}

.guests-room-add-child option {
    font-size: 12px;
    line-height: 1;
}

.guests-room-add-child__btn,
.guests-room-add-child__btn:hover,
.guests-room-add-child__btn:active,
.guests-room-add-child__btn:visited,
.guests-room-add-child__btn:focus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.guests-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.guests__add-room {
    cursor: pointer;
    color: #008cb9;
    font-size: 16px;
}

.guests__done {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 146px;
    height: 48px;
    color: #ffffff;
    background-color: #2A32B8;
    padding: 12px 22px;
    outline: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.second-header-wrapper {
    padding: 10px 0 11px;
    background-color: rgba(206, 198, 253, 0.28);
    -webkit-box-shadow: 0 0 0 0 #ffffff;
    box-shadow: 0 0 0 0 #ffffff;
}

.second-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px 40px;
}

.second-header__item {
    color: rgba(10, 1, 1, 0.63);
    font-size: 14px;
    line-height: 1;
}

.second-header__item i {
    color: #2A32B8;
}

.wa-stars {
    display: block;
    margin: 30px auto 0;
    text-align: center;
}

.wa-stars-text {
    display: block;
    margin: 5px auto 10px;
    color: #444444;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
}

.wa-stars-text__note {
    color:
        /*#FBD131*/
        #83C301;
}

.wa-anchor-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    margin: 10px auto 30px;
}

.wa-anchor-btn,
.wa-anchor-btn:hover,
.wa-anchor-btn:active,
.wa-anchor-btn:visited,
.wa-anchor-btn:focus {
    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: 255px;
    height: 40px;
    background-color: #444444;
    color: #fff;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
    border-radius: 8px;
}

.wa-anchor-btn.--yellow,
.wa-anchor-btn.--yellow:hover,
.wa-anchor-btn.--yellow:active,
.wa-anchor-btn.--yellow:visited,
.wa-anchor-btn.--yellow:focus {
    background-color: #FBD131;
    color: #222;
}

.wa-anchor-btn:hover {
    color: #fff !important;
    background: #000 !important;
}

.wa-advs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 13px 80px;
}

.wa-advs-col {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 13px;
}

.wa-adv {
    color: #252525;
    font-size: 16px;
    font-size: 1.4;
    font-weight: 500;
}

.wa-adv i {
    color: #2A32B8;
    font-size: 20px;
}

.comments {
    margin: 0 0 40px;
}

.comments .row {
    gap: 15px 0;
}

.comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 20px 30px;
    -webkit-box-shadow: 1px 1px 5px 1px #d5d5d5;
    box-shadow: 1px 1px 5px 1px #d5d5d5;
    border-radius: 10px;
    text-align: center;
    background: #ffffff;
}

.comment__stars {
    display: block;
    margin: 0 0 10px;
    color: #FFB526;
}

.comment__text {
    display: block;
    margin: 0 0 20px;
    color: #000;
    font-family: "PT Root UI", sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    font-style: normal;
}

.comment__author {
    display: block;
    color: #000;
    font-family: "PT Root UI", sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
}

.text-banner {
    padding: 30px 40px;
    border-radius: 8px;
    text-align: center;
}

.text-banner.--blue {
    color: #ffffff;
    background-color: #2A32B8;
}

.text-banner.--yellow {
    color: #252525;
    background-color: #FBD131;
}

.text-banner__title {
    display: block;
    margin: 0 0 25px;
    color: inherit;
    font-size: 32px;
    line-height: 1;
    font-weight: 600;
}

.text-banner__text {
    display: block;
    margin: 0;
    color: inherit;
    font-size: 16px;
    line-height: 1.2;
}

.advantages .row {
    gap: 30px 0;
}

.advantage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.advantage__icon {
    display: block;
    margin: 0 0 10px;
    font-size: 50px;
}

.advantage__icon.--blue {
    color: #2352a4;
}

.advantage__icon.--yellow {
    color: #FBD131;
}

.advantage__title {
    display: block;
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
}

.advantage__text {
    display: block;
    margin: 0;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    text-align: center;
}

.content-blocks__title {
    display: block;
    margin: 0 0 10px;
    color: inherit;
    font-size: 34px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
}

.content-blocks__subtitle {
    display: block;
    margin: 0 0 30px;
    color: inherit;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
}

.content-blocks {
    margin: 0 0 40px;
}

.advanatage-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 15px;
    padding: 10px 10px 15px;
    -webkit-box-shadow: 1px 1px 5px 1px #d5d5d5;
    box-shadow: 1px 1px 5px 1px #d5d5d5;
    border-radius: 10px;
    text-align: center;
    background: #ffffff;
}

.advanatage-block__title {
    display: block;
    margin: 15px 0 15px;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 600;
}

.advanatage-block__img {
    width: 100%;
}

.advanatage-block__p {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
}

.result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    min-height: calc(100vh - 52px);
}

.result-left {
    width: 100%;
    max-width: 1080px;
    height: 100%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.result-left * {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.result-right {
    position: fixed;
    top: 51px;
    right: 0;
    bottom: 0;
    width: calc(100% - 1080px);
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.toggle-map-btn {
    position: absolute;
    top: 12px;
    left: -4px;
    z-index: 600;
    color: #2A32B8;
    font-weight: bold;
    padding: 10px 16px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    background-color: white;
    border-radius: 4px;
    border: 1px solid transparent;
    cursor: pointer;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.result-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    padding: 0 20px;
}

.result-map-wrapper {
    width: 100%;
    height: 100%;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.result-map-wrapper * {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.result-filters {
    width: 220px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.result-filters-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.result-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    background-color: white;
    -webkit-box-shadow: 1px 1px 5px 1px #d5d5d5;
    box-shadow: 1px 1px 5px 1px #d5d5d5;
    border-radius: 6px;
    padding: 12px 16px;
}

.result-filter.--favorites {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.result-filter.--favorites .fa-heart {
    position: relative;
    top: -1px;
    margin-right: 8px;
    color: #ef0f2e;
    font-size: 18px;
}

.result-filter.--favorites .result-filter__title {
    margin: 0;
    line-height: 1;
}

.result-filter--params {
    position: relative;
}

.result-filter--params .fa-magnifying-glass {
    position: absolute;
    right: 12px;
    bottom: 12px;
    color: #4A7EDE;
    font-size: 16px;
}

.result-filter-params__title {
    margin: 0 0 2px;
    color: #4A7EDE;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
}

.result-filter-params__text {
    display: block;
    width: 100%;
    margin: 0;
    padding-right: 20px;
    font-size: 12px;
    line-height: 18px;
}

.result-filter__title {
    margin: 0 0 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

.result-filter__subtitle {
    margin: 0 0 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
}

.result-filter__ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
}

.result-filter__li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
    position: relative;
    width: 100%;
    padding-right: 25px;
}

.result-filter__checkbox {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.result-filter__checkbox-indicator {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid rgb(229, 229, 229);
    border-radius: 4px;
    text-align: center;
    vertical-align: center;
    cursor: pointer;
}

.result-filter__checkbox-indicator i {
    display: none;
    position: relative;
    top: 2px;
}

.result-filter__checkbox:checked+.result-filter__checkbox-indicator {
    border-color: #4A7EDE;
    background-color: #4A7EDE;
}

.result-filter__checkbox:checked+.result-filter__checkbox-indicator i {
    display: block;
    color: #ffffff;
    font-size: 10px;
    line-height: 1;
}

.result-filter__label {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    white-space: normal;
    cursor: pointer;
}

.result-filter__label .fa-star {
    position: relative;
    top: -1px;
    color: #FFCB2F;
}

.result-filter__text {
    position: absolute;
    top: 4px;
    right: 0;
    color: #868686;
    font-size: 10px;
    line-height: 12px;
}

.result-filter__separator {
    display: block;
    margin: 12px 0;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
}

.price-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    width: 100%;
}

.price-inputs input::-webkit-outer-spin-button,
.price-inputs input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.price-inputs input[type=number] {
    -moz-appearance: textfield;
}

.range-slider {
    width: 100%;
}

.noUi-horizontal {
    height: 14px;
}

.noUi-handle {
    font-size: 0;
    border-color: #4A7EDE;
    border-radius: 999px;
}

.noUi-horizontal .noUi-handle {
    height: 24px;
    width: 24px;
    right: -12px;
    top: -7px;
    cursor: pointer;
}

.noUi-horizontal .noUi-handle:before,
.noUi-horizontal .noUi-handle:after {
    display: none;
}

.noUi-connect {
    background: #4A7EDE;
}

.result-output {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 800px;
    padding-bottom: 20px;
}

.result-output-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    min-height: 250px;
    background: white;
    -webkit-box-shadow: 0 3px 5px rgba(41, 47, 55, 0.1);
    box-shadow: 0 3px 5px rgba(41, 47, 55, 0.1);
    border-radius: 5px;
    overflow: hidden;
}

.result-output-item:hover {
    -webkit-box-shadow: 0 3px 4px rgba(41, 47, 55, 0.2);
    box-shadow: 0 3px 4px rgba(41, 47, 55, 0.2);
}

.result-output-item.--account {
    min-height: auto;
}

.hotel-card-slider {
    height: 100%;
}

.hotel-card-slider .swiper-slide {
    width: 100%;
    height: 100%;
}

.hotel-card-slider-navigation-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hotel-card-slider .swiper-pagination,
.hotel-card-slider .swiper-pagination * {
    width: auto;
    min-width: 40px;
    position: unset;
    color: white;
    font-size: 12px;
    font-weight: 500;
    text-shadow: 0 1px 2px rgba(41, 47, 55, 0.39);
}

.hotel-card-slider .swiper-button-prev,
.hotel-card-slider .swiper-button-next {
    position: unset;
    margin: 0;
    width: 40px;
    height: 40px;
    color: #ffffff;
}

.hotel-card-slider .swiper-button-prev:after,
.hotel-card-slider .swiper-button-next:after {
    font-size: 20px;
}

.result-output-item__img-wrapper {
    position: relative;
    width: 50%;
    max-width: 300px;
    overflow: hidden;
}

.result-output-item__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 768px) {
    .result-output-item__img {
        height: 220px;
    }
}

.result-output-item__like {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 20px;
    z-index: 2;
}

.result-output-item__like i {
    font-size: 22px;
    color: #ef0f2e;
}

.result-output-item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    padding: 0 14px;
}

.result-output-item__note {
    position: absolute;
    top: 0;
    right: 5px;
    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: 46px;
    height: 60px;
    background: url("/img/icons/note-green.svg") 50% 50%/contain no-repeat;
    z-index: 15;
}

.result-output-item__note span {
    position: relative;
    top: -4px;
    color: #ffffff;
    font-size: 17px;
    line-height: 1;
    font-weight: 700;
}

.result-output-item-content-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 0;
    border-top: 1px solid #f2f1f0;
}

.result-output-item-content-row:first-child {
    border: none;
}

.result-output-item-content-row:nth-child(2) {
    min-height: 95px;
}

.result-output-item-content-row:last-child {
    margin-top: auto;
}

.result-output-item.--account .result-output-item-content-row {
    margin-top: 0 !important;
    height: 100%;
}

.result-output-item-content-col:last-child {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto;
}

.result-output-item-content-price {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.result-output-item-content-price .result-output-desktop-price {
    display: flex;
}

.result-output-item-content-price .result-output-mobile-price {
    display: none;
}  

@media (max-width: 768px) {
    .result-output-desktop-price {
        display: none;
    }

    .result-output-item-content-price {
        justify-content: space-between;
    }

    .result-output-item-content-price .result-output-item__price {
        display: flex;
    }

    .result-output-item-content-price .result-output-mobile-price {
        display: flex;
        flex-direction: column;
    }
}

.result-output-item-content-col.--maxw-130 {
    width:
        /*130*/
        160px;
}

.result-output-item__stars {
    margin: 0 0 4px;
}

.result-output-item__stars i {
    color: #FFCB2F;
    font-size: 9px;
}

.result-output-item__title {
    display: block;
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
}

.result-output-item__title.--text-secondary {
    font-weight: 700;
}

.result-output-item__text {
    display: block;
    margin: 0 0 1px;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
}

.result-output-item__price {
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
}

.result-output-item__features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    font-size: 20px;
}

.show-map-view-only {
    display: none;
}

.result.map .show-map-view-only {
    display: initial;
}

.result.map .result-left {
    max-width: 600px;
}

.result.map .result-right {
    width: calc(100% - 600px);
}

.result.map .result-output {
    width: 320px;
}

.result.map .result-output-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

.result.map .result-output-item-map-head {
    padding: 2px 14px;
}

.result.map .result-output-item__img-wrapper {
    width: 100%;
    height: 134px;
    max-width: none;
}

.result.map .result-output-item-content-row:nth-child(2) {
    display: none;
}

.result.map .result-output-item-content-row:nth-child(2) .result-output-item-content-col:last-child {
    display: none;
}

.result.map .result-output-item-content-row:nth-child(3) {
    display: none;
}

.result.map .result-output-item-content-row:nth-child(4) .btn {
    width: 126px;
    min-width: auto;
    height: 40px;
    padding: 12px 12px;
    font-size: 16px;
    line-height: 18px;
}

.result.map .result-output-item__price {
    font-size: 16px;
    line-height: 1;
}

.result.map .result-output-item__text {
    font-size: 12px;
    line-height: 1;
}

.result.map .result-output-item__stars {
    margin: 0;
}

.result.map .result-output-item__title {
    font-size: 16px;
    line-height: 1;
    margin: 0;
}

.result.map .result-output-item__note {
    width: 40px;
    height: 50px;
}

.result-mob-header-wrapper {
    position: fixed;
    top: 60px;
    right: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 62px;
    background-color: rgba(242, 241, 240, 0.9);
    z-index: 20;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.result-mob-header-wrapper.--open {
    height: calc(100vh - 60px);
    background-color: rgba(45, 49, 55, 0.8);
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.result-mob-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 0px;
}

.result-mob-header__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-left: 8px;
    width: 48px;
    height: 48px;
    color: #4A7EDE;
    background-color: white;
    border-radius: 4px;
    border: 1px solid rgba(45, 49, 55, 0.12);
}

.result-mob-header__btn.--close:after {
    content: "";
    position: absolute;
    top: 14px;
    right: 14px;
    bottom: 14px;
    left: 14px;
    background: #ffffff url("/img/icons/cross.svg") 50% 50%/contain no-repeat;
}

.result-mob-header-content {
    display: block;
    position: fixed;
    top: -10000px;
    left: 10px;
    right: 10px;
    height: calc(100vh - 58px - 48px - 12px);
    background-color: #f4f4f4;
    border-radius: 4px;
    -webkit-box-shadow: 0 30px 40px 0 rgba(45, 49, 55, 0.3);
    box-shadow: 0 30px 40px 0 rgba(45, 49, 55, 0.3);
    padding: 20px 12px 40px;
    overflow-y: auto;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.result-mob-header-content.--show {
    top: 118px;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.result-mob-header-content.--map {
    padding: 0;
}

.mobile-filters {
    position: relative;
    width: 100%;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.mobile-filters>* {
    width: 100% !important;
}

.mobile-filters__apply-btn,
.mobile-filters__apply-btn:hover,
.mobile-filters__apply-btn:active,
.mobile-filters__apply-btn:visited,
.mobile-filters__apply-btn:focus {
    display: none !important;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 600;
}

.result-mob-header-content.--show .mobile-filters__apply-btn,
.result-mob-header-content.--show .mobile-filters__apply-btn:hover,
.result-mob-header-content.--show .mobile-filters__apply-btn:active,
.result-mob-header-content.--show .mobile-filters__apply-btn:visited,
.result-mob-header-content.--show .mobile-filters__apply-btn:focus {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.to-top,
.to-top:hover,
.to-top:active,
.to-top:visited,
.to-top:focus {
    position: fixed;
    bottom: -100px;
    right: 40px;
    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: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #333333;
    cursor: pointer;
    outline: none;
    z-index: 16;
}

.to-top.--show,
.to-top:hover.--show,
.to-top:active.--show,
.to-top:visited.--show,
.to-top:focus.--show {
    bottom: 40px;
}

.to-top__img {
    height: 25px;
}

.booking-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
    color: #292f37;
}

.booking-left {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 100%;
    
}

.booking-right {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 285px;
}

.booking-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 0 15px;
    background-color: white;
    border-radius: 5px;
}

.booking-section-row {
    border-top: 1px solid #dadbdc;
}

.booking-section-row:first-child {
    border: none;
}

.booking__title {
    display: block;
    margin: 0 0 5px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
}

.booking__subtitle {
    display: block;
    font-size: 16px;
    line-height: 1.231;
    font-weight: 500;
}

.booking__subtitle.--bold {
    font-weight: 600;
}

.booking__text {
    display: block;
    color: #85878b;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500;
}

.booking-hotel-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 0;
    width: 100%;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.booking-hotel__img-wrapper {
    width: 120px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.booking-hotel__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.booking-hotel-data {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    font-size: 0;
    padding: 5px 15px;
}

.booking-hotel-data-stars {
    margin: 0 0 4px;
}

.booking-hotel-data-stars i.fa-star {
    color: #FFCB2F;
    font-size: 9px;
}

.booking-hotel-data__title {
    display: block;
    margin-top: 4px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
}

.booking-hotel-data__text {
    display: block;
    color: #85878b;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}

.booking-hotel-content-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-left: 1px solid #dadbdc;
    padding: 10px 15px;
}

.booking-hotel-content-check-item__time {
    display: block;
    margin: 0 0 3px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 300;
}

.booking-hotel-content-check-item__date {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
}

.booking-hotel-advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
    padding: 10px 15px;
}

.booking-hotel-advantages .booking-hotel-advantage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 4px;
    color: #292f37;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}

.booking-hotel-advantages .booking-hotel-advantage.--green {
    color: #3BA836;
}

.booking-hotel-advantages .booking-hotel-advantage i {
    font-size: 16px;
}

.booking-section-row.--form {
    position: relative;
    padding: 25px 75px 20px 75px;
}

.booking-form__lock-img {
    position: absolute;
    top: 20px;
    left: 45px;
    height: 25px;
}

.booking-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 16px;
    /* margin: 20px 0 0; */
    padding: 20px 0 20px 0;
    width: 100%;
    /* max-width: 340px; */
}

.booking-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.booking-section-row.--finish {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding: 25px 20px 20px 75px;
}

.booking-invoice .booking-section-row {
    padding: 16px 20px;
}

.booking-invoice-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 7px;
    margin-bottom: 8px;
    width: 100%;
}

.booking-invoice-line:last-child {
    margin-bottom: 0;
}

.booking-invoice-line>div:last-child {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 80px;
    text-align: right;
}

.booking-invoice__title {
    display: block;
    margin: 0 0 4px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
}

.booking-invoice__text {
    display: block;
    margin: 0 0 2px;
    color: #868686;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
}

.booking-invoice__price {
    display: block;
    margin: 0 0 2px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
}

.booking-invoice__covid-notice {
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
}

.post-booking__collapse-link {
    display: block;
    margin: 0 0 15px;
    cursor: pointer;
    color: #4A7EDE;
    font-size: 20px;
    line-height: 1.2;
}

.hotel-section {
    margin: 40px 0;
    padding: 20px 40px;
    background: white;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    color: #292f37;
}

.hotel-section.totals-section {
    width: fit-content;
    min-width: 500px;
}

.hotel-section.--post-booking-meta {
    padding: 20px 40px 20px 60px;
}

.hotel-section.--no-bg {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
}

.hotel-section.--grey {
    background: rgb(229, 229, 229);
}

.hotel-section__title {
    display: block;
    margin-bottom: 20px;
    color: #292f37;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 400;
}

.hotel-section__title.--lg {
    font-size: 24px;
    font-weight: 600;
}

.hotel-section__title i {
    margin-right: 3px;
    color: #2A32B8;
}

.hotel-section__subtitle-img-wrapper {
    position: relative;
    margin: 2px 0 10px;
    padding-left: 32px;
}

.hotel-section__subtitle-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top left;
    object-position: top left;
}

.hotel-section__subtitle {
    display: block;
    margin-bottom: 12px;
    color: #292f37;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
}

.hotel-section__subtitle-img-wrapper .hotel-section__subtitle {
    margin: 0;
}

.hotel-section__text {
    display: block;
    margin-bottom: 11px;
    color: #292f37;
    font-size: 14px;
    line-height: 1.2;
}

.hotel-wa-section {
    margin-top: 4px;
    background-color: white;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    overflow: hidden;
}

.hotel-wa-section:first-child {
    margin-top: 0;
}

.hotel-wa-section.--meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 12px 20px 20px 20px;
}

.hotel-wa-meta-like {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 12px 0 0;
}

.hotel-wa-meta-like__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #f4f4f4;
    border-radius: 50%;
}

.hotel-wa-meta-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    gap: 0px;
    padding-left: 12px;
    border-left: 1px solid rgba(45, 49, 55, 0.12);
}

.hotel-wa-meta-content__stars i.fa-star {
    font-size: 10px;
    color: #FFCB2F;
}

.hotel-wa-meta-content__title {
    color: #292f37;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
}

.hotel-wa-meta-content-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    margin: 8px 0 4px;
    color: #868686;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}

.hotel-wa-meta-content-links span {
    position: relative;
    bottom: -1px;
}

.hotel-wa-meta-content-link,
.hotel-wa-meta-content-link:hover,
.hotel-wa-meta-content-link:active,
.hotel-wa-meta-content-link:visited,
.hotel-wa-meta-content-link:focus {
    color: #4A7EDE;
    font-weight: 800;
}

.hotel-wa-meta-content__link-as-text {
    display: inline !important;
    color: #868686;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
}

.hotel-wa-meta-content__text {
    padding-left: 17px;
    color: #868686;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}

.hotel-wa-meta-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    gap: 7px;
}

.hotel-wa-meta__btn-title {
    color: #868686;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    white-space: nowrap;
}

.hotel-wa-section.--adv {
    padding: 20px;
}

.hotel-wa-slider {
    position: relative;
    width: 100%;
    height: 322px;
}

.hotel-wa-slider .swiper-button-prev,
.hotel-wa-slider .swiper-button-next {
    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: 40px;
    height: 40px;
    border-radius: 20px;
    background: rgba(244, 244, 244, 0.9);
    position: absolute;
    left: auto;
    top: auto;
    bottom: 12px;
    right: 12px;
}

.hotel-wa-slider .swiper-button-prev:after,
.hotel-wa-slider .swiper-button-next:after {
    font-size: 14px;
    font-weight: 900;
}

.hotel-wa-slider .swiper-button-prev {
    right: 62px;
}

.hotel-wa-slider .swiper-slide {
    width: auto;
}

.swiper-slide {
    width: 400px;
    height: 100%;
}

.hotel-vertical-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 2px;
}

.hotel-large-slide-img-wrapper {
    width: 400px;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
}

.hotel-vertical-slide-img-wrapper {
    width: 160px;
    height: 45%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    cursor: pointer;
    overflow: hidden;
}

.hotel-wa-slider__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hotel-wa__subtitle {
    display: block;
    margin: 0 0 10px;
    color: #292f37;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
}

.hotel-checkin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px 0;
    margin: 60px 0 12px;
    background-color: white;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    padding: 16px 20px;
}

.hotel-checkin-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
}

.hotel-checkin-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 4px;
}

.hotel-checkin-item__text {
    color: #868686;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.hotel-checkin-item__text a {
    color: #4A7EDE;
    font-weight: bold;
}

.rooms-section {
    padding: 16px 20px;
    background-color: white;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
}

.rooms-section-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.rooms-section__title {
    color: #292f37;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
}

.rooms-section__heading-notice {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.rooms-section-selects {
    margin: 20px 0;
    border-radius: 5px;
    /*background-color: #fff8dd;*/
    background-color: #FFC926;
    padding: 20px;
}

.rooms-section-selects .row {
    gap: 8px 0;
}

.room {
    margin-bottom: 20px;
    border: 1px solid #e5e6e7;
    border-radius: 5px;
    overflow: hidden;
}

.room:last-child {
    margin-bottom: 0;
}

.room-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0;
}

.room__img-wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    width: 132px;
    align-self: stretch;
    cursor: pointer;
}

.room__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.room__img-text {
    position: absolute;
    right: 4px;
    bottom: 4px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    padding: 3px 8px;
    font-size: 12px;
    color: #4A7EDE;
}

.room-content {
    position: relative;
    width: calc(100% - 132px);
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 10px 20px 8px 15px;
}

.--modal .room-content {
    width: 100%;
}

.room__note {
    position: absolute;
    top: 0;
    right: 5px;
    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: 46px;
    height: 60px;
}

.room__note .room__noteBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 60px;
}

.room__note span {
    position: relative;
    top: -4px;
    color: #ffffff;
    font-size: 17px;
    line-height: 1;
    font-weight: 700;
}

.room__title {
    display: block;
    padding-right: 45px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}

.room__subtitle {
    display: block;
    font-size: 15px;
    font-weight: 400;
}

.room__text-wrapper {
    margin-top: 10px;
}

.room__text {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 400;
}

.room__text:last-child {
    margin-bottom: 0;
}

.room__text a {
    margin-left: 20px;
    color: #4A7EDE;
}

.room__text a:first-child {
    margin-left: 0;
}

.room-advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
    margin-top: 8px;
    padding-bottom: 6px;
}

.room-advantages::-webkit-scrollbar {
    height: 4px;
    width: 4px;
    background: #ddd;
}

.room-advantages::-webkit-scrollbar-thumb:horizontal {
    background: #999;
    border-radius: 10px;
    cursor: pointer;
}

.room-advantages.--post-order {
    margin: 0 0 20px;
}

.--modal .room-advantages {
    margin: 20px 0 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.room-advantage {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
    height: 30px;
    padding: 7.5px 8px 7.5px 8px;
    background-color: #f4f4f4;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
}

.room-advantages.--post-order .room-advantage span {
    display: inline !important;
}

.room-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-top: 1px solid #e5e6e7;
}

.room-bottom-white {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.--modal .room-bottom-white {
    border-top: 1px solid #e5e6e7;
}

.room-bottom-green {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 40%;
    background-color:
        /*#edf7e9*/
        #CDDC39;
}

.room-bottom-green .btn {
    white-space: nowrap;
}

.--modal .room-bottom-green {
    margin: 15px 0 0;
    width: 100%;
}

.room-bottom-cell {
    position: relative;
    padding: 8px 20px;
}

.room-bottom-white .room-bottom-cell {
    width: 50%;
}

.room-bottom-cell:after {
    content: "";
    display: block;
    height: calc(100% - 24px);
    position: absolute;
    top: 12px;
    left: 0;
    width: 1px;
    background: #e5e6e7;
}

.room-bottom-cell:first-child:after {
    display: none;
}

.room-bottom__text {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}

.room-bottom__text:last-child {
    margin-bottom: 0;
}

.room-bottom__text i {
    font-size: 17px;
}

.room-bottom__text.--text-green {
    color: #3BA836;
}

.room-bottom__price {
    display: block;
    font-size: 20px;
    font-weight: 500;
}

.room-bottom__price-text {
    display: block;
    font-size: 12px;
    font-weight: 500;
}

.room-bottom__price-text.--text-green {
    color: #3BA836;
}

.room-bottom-green .room-bottom__text.--text-green {
    text-align: center;
}

.hotel-map-wrapper {
    margin: 20px 0;
}

.hotel-section__ul {
    margin: 0;
    padding: 0;
}

.hotel-section__li {
    position: relative;
    margin-bottom: 11px;
    padding-left: 22px;
    font-size: 14px;
    list-style: none;
}

.hotel-section__li-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
}

.hotel-section__li a,
.hotel-section__li a:hover,
.hotel-section__li a:active,
.hotel-section__li a:visited,
.hotel-section__li a:focus {
    color: #008cb9;
}

.hotel-descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 50px;
}

.hotel-descr-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 100%;
}

.hotel-awards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    margin: 20px 0;
}

.hotel-award {
    width: 178px;
    border-radius: 6px;
    border: 1px solid rgba(45, 49, 55, 0.12);
    padding: 20px;
}

.hotel-award__img {
    margin: 0 auto 8px;
    display: block;
    height: 100px;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.hotel-award__date {
    display: block;
    color: #868686;
    font-size: 12px;
    line-height: 15px;
}

.hotel-award__title {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

.hotel-descr-sidebar {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 200px;
}

.hotel-descr-sidebar__label {
    display: block;
    margin: 0 0 5px;
    color: #868686;
    font-size: 12px;
    font-weight: 500;
}

.hotel-descr-sidebar__text {
    display: block;
    margin: 0 0 8px;
    font-size: 16px;
}

.amenities__ul {
    padding-bottom: 20px;
    padding-left: 15px;
}

.amenities__li {
    position: relative;
    padding-left: 13px;
    padding-right: 7px;
    border-radius: 3px;
    padding-bottom: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.amenities__li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    height: 5px;
    width: 5px;
    background-color: #dadbdc;
    background-image: none;
    border-radius: 50%;
}

.amenities__li.--charged:before {
    border: 1px solid #dadbdc;
    background: none;
}

.amenities__li-text {
    display: block;
}

.amenities__li-label {
    display: inline-block;
    background-color: #f2f1f0;
    border-radius: 10px;
    padding: 0 5px;
    text-align: center;
    color: #85878b;
    font-size: 12px;
    line-height: 15px;
}

.hotel-policy {
    margin: 20px 0;
    border-radius: 6px;
    border: 1px solid rgb(229, 229, 229);
    overflow: hidden;
}

.hotel-policy-heading {
    padding: 20px;
    background: rgb(229, 229, 229);
}

.hotel-policy__title {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
}

.hotel-policy-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    padding: 20px 20px 20px 40px;
}

.hotel-policy__subtitle-wrapper {
    position: relative;
}

.hotel-policy__subtitle-wrapper i {
    position: absolute;
    top: 0;
    left: -22px;
    font-size: 16px;
}

.hotel-policy__subtitle {
    font-weight: bold;
}

.hotel-policy__text {
    margin: 0 0 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
}

.hotel-policy-check-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}

.hotel-policy-check-in-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 24px;
    width: 100%;
}

.hotel-policy-check-in-item-left {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 180px;
}

.hotel-policy-check-in-item__label {
    display: block;
    margin-bottom: 15px;
    color: rgb(134, 134, 134);
    font-size: 14px;
    font-weight: 500;
}

.hotel-policy-check-in-item__value {
    display: block;
    font-weight: 400;
    font-size: 16px;
}

.hotel-policy-check-in-item-right {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.hotel-line-wrapper {
    width: 100%;
    max-width: 240px;
}

.hotel-line-wrapper.--maxw-160 {
    max-width: 160px;
}

.hotel-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    height: 4px;
    background-color: rgb(229, 229, 229);
    border-radius: 4px;
    overflow: hidden;
}

.hotel-line.--lg {
    height: 8px;
}

.hotel-line__colored {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.hotel-line__colored.--green {
    background-color: #3BA836;
}

.hotel-line__grey {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
}

.hotel-line-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-top: 4px;
    width: 100%;
    position: relative;
    height: 16px;
}

.hotel-line-bottom__text {
    color: rgb(134, 134, 134);
    font-weight: 400;
    font-size: 12px;
}

.hotel-line-bottom__text.--absolute {
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hotel-section.--reviews {
    padding: 0;
}

.reviews-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-bottom: 1px solid rgba(133, 135, 139, 0.3);
    margin-bottom: 8px;
    padding: 12px 40px 16px;
}

.reviews-meta-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    gap: 6px;
    width: 175px;
}

.reviews-meta-left-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.reviews-meta-user-note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: -15px;
    width: 64px;
    height: 80px;
    background: url("/img/icons/note-green.svg") 50% 50%/contain no-repeat;
}

.reviews-meta-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    gap: 10px 28px;
    padding: 5px 20px 0;
}

.reviews-meta-right {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 20px;
    border-left: 1px solid rgba(133, 135, 139, 0.3);
}

.reviews-meta-user-note__text {
    color: white;
    font-size: 22px;
    font-weight: 700;
}

.reviews-meta__title {
    display: block;
    color: #292f37;
    font-size: 18px;
    font-weight: 700;
    max-width: 180px;
}

.reviews-meta-right-inner {
    margin: 8px 0 0;
}

.reviews-meta__text {
    display: block;
    color: #85878b;
    font-size: 12px;
    font-weight: 500;
    max-width: 100px;
}

.reviews-meta__tripadvisor-note-img {
    height: 20px;
}

.reviews-tabs-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 8px 40px 0;
    border-bottom: 2px solid #c8c8c8;
}

.reviews-tabs-link,
.reviews-tabs-link:visited,
.reviews-tabs-link:focus,
.reviews-tabs-link:hover,
.reviews-tabs-link:active {
    margin-bottom: -2px;
    padding: 11px 19px;
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    border-top: 2px solid transparent;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    color: #008cb9;
    font-size: 18px;
    font-weight: 700;
}

.reviews-tabs-link.--active,
.reviews-tabs-link:visited.--active,
.reviews-tabs-link:focus.--active,
.reviews-tabs-link:hover.--active,
.reviews-tabs-link:active.--active {
    color: #292f37;
    background-color: white;
    border-bottom: 2px solid transparent;
    border-left: 2px solid #c8c8c8;
    border-right: 2px solid #c8c8c8;
    border-top: 2px solid #c8c8c8;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.reviews-tabs-link__number {
    color: #85878b;
    font-size: 14px;
    font-weight: 300;
}

.reviews-tabs-content {
    display: none;
    padding: 20px 40px 40px;
}

.reviews-tabs-content.--active {
    display: block;
}

.reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
    border-top: 1px solid rgba(133, 135, 139, 0.3);
    margin: 20px 0 0;
    padding-top: 20px;
}

.review-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #f4f4f4;
    border-radius: 8px;
}

.review-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.review-cell-left {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 210px;
    padding: 14px 20px;
    border-right: 1px solid rgba(133, 135, 139, 0.3);
}

.review-cell-right {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    padding: 14px 20px;
}

.review__title {
    display: block;
    margin: 0;
    color: #292f37;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.review-content .review-cell-right .review__title {
    margin: 0 0 12px;
}

.review__text {
    display: block;
    margin: 0 0 12px;
    color: #292f37;
    font-size: 12px;
    font-weight: 500;
}

.review__text.--light {
    color: #85878b;
}

.review__p {
    display: block;
    margin: 0 0 10px;
    color: #292f37;
    font-size: 14px;
    line-height: 20px;
}

.review__tripadvisor-img {
    height: 20px;
}

.review-content-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid rgba(133, 135, 139, 0.3);
    margin: 16px 0 4px;
    padding-top: 20px;
}

.review-content-footer__text {
    font-size: 14px;
    font-weight: 500;
}

.review-content-footer__link,
.review-content-footer__link:hover,
.review-content-footer__link:active,
.review-content-footer__link:visited,
.review-content-footer__link:focus {
    margin-left: 8px;
    padding: 2px 9px 3px;
    background-color: rgb(245, 231, 230);
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    font-weight: 500;
    color: rgb(245, 111, 107);
}

.review__plus-title {
    color: #1e8f02;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.231;
}

.review__minus-title {
    color: #ce2121;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.231;
}

.hotel-cards-output {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-bottom: 20px;
}

.hotel-similar-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
}

.hotel-similar,
.hotel-similar:hover,
.hotel-similar:active,
.hotel-similar:visited,
.hotel-similar:focus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(25% - 15px);
    height: 120px;
    border-radius: 4px;
    overflow: hidden;
}

.hotel-similar__img {
    width: 120px;
    height: 120px;
    -o-object-fit: cover;
    object-fit: cover;
}

.hotel-similar-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0;
    padding: 10px 12px 12px;
    background: #ffffff;
}

.hotel-similar__stars i {
    color: #FFCB2F;
    font-size: 8px;
}

.hotel-similar__title {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.hotel-similar__price {
    margin-top: auto;
    color: #4A7EDE;
    font-size: 12px;
    line-height: 17px;
}

.post-booking__title {
    display: block;
    margin: 30px 0;
    font-size: 36px;
    line-height: 1.2;
}

.post-booking__title i {
    top: 5px;
    position: relative;
    color: #2A32B8;
    font-size: 50px;
}

.post-booking__title.--success {
    color: #292f37;
}

.post-booking-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
}

.post-booking-meta-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2px;
    position: relative;
}

.post-booking-meta-item.--w100 {
    width: 100%;
}

.post-booking-meta-item i {
    position: absolute;
    left: -35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #4A7EDE;
    font-size: 30px;
}

.post-booking-meta-item__title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 3px;
}

.post-booking-meta-item__text {
    font-size: 16px;
}

.post-booking-meta-item__text i {
    position: initial;
    margin-left: 3px;
    font-size: 16px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.post-booking-meta-item__text a,
.post-booking-meta-item__text .speudolink {
    color: #4A7EDE;
    font-weight: bold;
}

.total-price-wrapper {
    text-align: right;
}

.spam-notice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 60px;
    color: #ffffff;
    padding: 20px;
    background: #ef0f2e;
    border-radius: 5px;
}

.spam-notice i {
    font-size: 20px;
}

.spam-notice__text {
    font-size: 18px;
    font-weight: bold;
}

.contact {
    margin: 30px auto 50px;
    width: 100%;
    max-width: 500px;
    padding: 20px 30px;
    background: #ffffff;
    -webkit-box-shadow: 0px 8px 24px rgba(45, 49, 55, 0.3);
    box-shadow: 0px 8px 24px rgba(45, 49, 55, 0.3);
    border-radius: 12px;
}

.contact__title {
    display: block;
    margin: 0 0 10px;
    font-size: 38px;
    line-height: 1;
}

.contact__subtitle {
    display: block;
    margin: 0 0 20px;
    color: #292f37;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
}

.contact-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
}

.contact-form.--account {
    max-width: 340px;
    gap: 8px;
}

.additional-login-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.additional-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.additional-login__link,
.additional-login__link:hover,
.additional-login__link:active,
.additional-login__link:visited,
.additional-login__link:focus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 4px;
    background: #2A32B8;
}

.additional-login__link i {
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
}

.account-sidebar {
    background-color: white;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    margin-bottom: 15px;
    overflow: hidden;
}

.account-sidebar-heading {
    border-bottom: 1px solid rgba(133, 135, 139, 0.3);
    padding: 20px 20px 11px;
}

.account-sidebar__email {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}

.account-sidebar-links {
    padding: 15px 20px 20px;
}

.account-sidebar__text {
    display: block;
    margin: 9px 0;
    font-size: 15px;
    line-height: 20px;
}

.account-sidebar__link,
.account-sidebar__link:hover,
.account-sidebar__link:active,
.account-sidebar__link:visited,
.account-sidebar__link:focus {
    display: block;
    margin: 9px 0;
    color: #4A7EDE;
    font-size: 15px;
    line-height: 20px;
}

.account-sidebar-heading .account-sidebar__link,
.account-sidebar-heading .account-sidebar__link:hover,
.account-sidebar-heading .account-sidebar__link:active,
.account-sidebar-heading .account-sidebar__link:visited,
.account-sidebar-heading .account-sidebar__link:focus {
    margin-top: 3px;
}

.account-content {
    background-color: white;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    margin-bottom: 30px;
    color: #292f37;
}

.account-content-section {
    padding: 20px 40px 10px;
    border-bottom: 1px solid rgba(133, 135, 139, 0.3);
}

.account-content-section:last-child {
    border-bottom: none;
}

.account-content__title {
    display: block;
    margin: 0 0 20px;
    color: #4A7EDE;
    font-size: 22px;
    line-height: 30px;
}

.account-content__text {
    display: block;
    margin: 0 0 15px;
    font-size: 15px;
}

.account-content__text a {
    color: #4A7EDE !important;
}

.account-box-link,
.account-box-link:hover,
.account-box-link:active,
.account-box-link:visited,
.account-box-link:focus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 250px;
    padding: 30px;
    border-radius: 6px;
    border: 1px solid rgba(133, 135, 139, 0.3);
    color: #4A7EDE;
}

.account-box-link i,
.account-box-link:hover i,
.account-box-link:active i,
.account-box-link:visited i,
.account-box-link:focus i {
    font-size: 40px;
}

.account-box-link:hover {
    border: 1px solid #4A7EDE;
}

.account-box-link__text {
    font-size: 13px;
    line-height: 1.231;
}

.account-booking {
    margin: 0 0 30px;
    width: 100%;
    background: #ffffff;
    -webkit-box-shadow: 0 0px 10px rgba(41, 47, 55, 0.15);
    box-shadow: 0 0px 10px rgba(41, 47, 55, 0.15);
    border-radius: 5px;
    overflow: hidden;
}

.account-booking-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    cursor: pointer;
}

.account-booking-body {
    display: none;
    padding: 10px 15px;
}

.account-booking.--open .account-booking-body {
    display: block;
}

.account-booking__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 90px;
    height: 90px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
    overflow: hidden;
}

.account-booking-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    position: relative;
    padding: 8px 16px 0px 0px;
}

.account-booking__title {
    display: block;
    margin: 0 0 10px;
    padding-right: 20px;
    font-size: 18px;
    font-weight: bold;
}

.account-booking__text {
    display: block;
    margin: 0 0 5px;
    font-size: 12px;
}

.account-booking__status {
    display: block;
    font-size: 12px;
}

.account-booking__price {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 8px 16px 0 0;
    font-size: 16px;
    font-weight: bold;
}

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

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

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -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;
    }

    .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) {
    .container {
        max-width: 720px;
    }

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

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -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;
    }

    .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 only screen and (min-width: 769px) {
    .dn-desk {
        display: none !important;
    }
}

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

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

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -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;
    }

    .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 only screen and (min-width: 1024px) and (orientation: portrait) {
    .slick-container-violet-text {
        font-size: 12px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1020px;
    }

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

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -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;
    }

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

@media only screen and (max-width: 1280px) {
    .header-nav-links {
        gap: 0 20px;
    }

    .header-content-right {
        gap: 0 20px;
    }

    .header-link.burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header-link__text {
        display: none;
    }

    .header-link-wrapper .header-select,
    .header-link-wrapper .header-select:focus {
        display: none;
    }

    .toggle-map-btn {
        display: none;
    }

    .result-output {
        width: 100%;
    }

    .hotel-similar,
    .hotel-similar:hover,
    .hotel-similar:active,
    .hotel-similar:visited,
    .hotel-similar:focus {
        width: calc(50% - 7.5px);
    }
}

@media only screen and (max-width: 768px) {
    .dn-mob {
        display: none !important;
    }

    .radio-inputs {
        margin-top: 0;
        gap: 5px 20px;
    }

    .header-content {
        font-size: 0;
    }

    .header-nav-links {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    }

    .header-content-right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    }

    .header-link-wrapper.--currency {
        display: none !important;
    }

    .header__angle-icon {
        display: none;
    }

    .ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-label-text {
        font-size: 22px !important;
    }

    .footer-top {
        padding: 20px 0 20px;
    }

    .footer-top__title {
        font-size: 28px;
    }

    .footer-form__text {
        margin-bottom: 15px;
        max-width: none;
    }

    .footer-bottom-info {
        margin: 0 auto 10px;
    }

    .footer-bottom-info__logo {
        margin: 0 auto;
    }

    .footer-bottom-info-content {
        display: none;
    }

    .footer-bottom-links {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer-bottom__copyright {
        text-align: center;
    }

    .footer-meta {
        margin-top: 20px;
        margin-right: auto;
        gap: 10px;
    }

    .footer-meta-social__link i {
        font-size: 22px;
    }

    .tingle-modal {
        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;
    }

    .hotel-section.totals-section {
        width: 100%;
        min-width: auto;
    }

    .hotel-feature-modal .tingle-modal-box {
        margin: auto;
        background: none;
        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;
    }

    .hotel-feature-modal .tingle-modal-box__content {
        background: #fff;
    }

    .change-date-modal .tingle-modal-box {
        height: 100%;
    }

    .change-date-modal .tingle-modal-box__content {
        padding-bottom: 20px;
    }

    .places-nearby-modal .tingle-modal-box {
        width: 100% !important;
        height: 100% !important;
    }

    .slider-modal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .slider-modal .tingle-modal-box {
        height: auto;
    }

    .slider-popup-slider {
        width: 100%;
    }

    .slider-popup-sidebar {
        display: none;
    }

    .section-search {
        padding: 30px 0 40px;
        min-height: auto;
    }

    .search__title {
        font-size: 32px;
    }

    .search__title .--first-line {
        margin: 0 0 10px;
        font-size: 22px;
    }

    .search {
        margin-top: 20px;
    }

    .guests {
        width: 300px;
        max-width: calc(200% - 20px);
        right: auto;
        left: 10px;
        padding: 15px 20px;
    }

    .guests__done {
        width: 120px;
        height: 40px;
    }

    .wa-stars {
        margin: 20px auto 0;
    }

    .wa-advs-col {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .text-banner {
        padding: 20px 30px;
    }

    .text-banner__title {
        margin: 0 0 15px;
        font-size: 20px;
    }

    .text-banner__text {
        font-size: 16px;
    }

    .advantages .row {
        gap: 15px 0;
    }

    .advantage__icon {
        font-size: 30px;
    }

    .advantage__title {
        margin: 0 0 3px;
        font-size: 20px;
    }

    .advantage__text {
        font-size: 16px;
    }

    .content-blocks__title {
        font-size: 24px;
    }

    .content-blocks__subtitle {
        font-size: 16px;
    }

    .advanatage-block__title {
        font-size: 20px;
    }

    .advanatage-block__p {
        font-size: 16px;
    }

    .result {
        padding-top: 62px;
    }

    .result-right {
        display: none;
    }

    .result-filters {
        display: none;
    }

    .result-mob-header .result-filter {
        display: inline-block;
        width: 190px;
        height: 50px;
        padding: 3px 6px 3px 16px;
    }

    .result-filter-params__title {
        direction: ltr;
        margin-bottom: 2px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .result-filter-params__text {
        padding: 0;
        direction: ltr;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .result-output-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .result-output-item__img-wrapper {
        width: 100%;
        max-width: none;
    }

    .result-output-item-content-row:nth-child(2) {
        min-height: none;
    }

    .result-output-item-content-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    }

    .result-output-item-content-col:last-child {
        margin-left: 0;
    }

    @media only screen and (max-width: 768px) {
        .result-output-item-content-room-mobile {
            width: auto;
            display: none;
    
        }
    }
    
    .result-output-item-content-col.--maxw-130 {
        width: auto;
    }

    .result-mob-header-wrapper {
        display: block;
    }

    .to-top,
    .to-top:hover,
    .to-top:active,
    .to-top:visited,
    .to-top:focus {
        bottom: -100px;
        right: 25px;
        width: 40px;
        height: 40px;
        border: 1px solid #fff;
    }

    .to-top.--show,
    .to-top:hover.--show,
    .to-top:active.--show,
    .to-top:visited.--show,
    .to-top:focus.--show {
        bottom: 25px;
    }

    .to-top__img {
        height: 22px;
    }

    .booking-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 0;
    }

    .booking-right {
        max-width: none;
    }

    .booking-hotel-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    }

    .booking-hotel__img-wrapper {
        width: 100%;
        height: 200px;
    }

    .booking-hotel-content-check {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-left: none;
        border-top: 1px solid #dadbdc;
    }

    .booking-section-row.--form {
        padding: 15px 20px;
    }

    .booking-form__lock-img {
        display: none;
    }

    .booking-form {
        gap: 0px;
    }

    .booking-section-row.--finish {
        gap: 10px;
        padding: 15px 20px;
    }

    .hotel-section {
        padding: 20px;
    }

    .hotel-wa-meta-content__title {
        font-size: 16px;
        line-height: 25px;
    }

    .hotel-wa-meta-content-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .hotel-wa-meta-content-links span {
        display: none;
    }

    .hotel-wa-meta-content-links i {
        display: none;
    }

    .hotel-wa-meta-content-link,
    .hotel-wa-meta-content-link:hover,
    .hotel-wa-meta-content-link:active,
    .hotel-wa-meta-content-link:visited,
    .hotel-wa-meta-content-link:focus {
        font-size: 12px;
        line-height: 1.1;
        font-weight: 700;
    }

    .hotel-wa-meta-content__link-as-text {
        padding-left: 0;
    }

    .hotel-wa-meta-content__text {
        padding-left: 0;
    }

    .hotel-wa-meta-right {
        display: none;
    }

    .hotel-checkin {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 15px;
    }

    .hotel-checkin-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 15px;
    }

    .rooms-section-heading {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 10px;
    }

    .room-top {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .room__img-wrapper {
        height: auto;
    }

    .room-content {
        padding: 8px 6px 8px 10px;
    }

    .room__title {
        font-size: 15px;
        line-height: 18px;
    }

    .room__subtitle {
        font-size: 13px;
        line-height: 24px;
    }

    .room-advantage span {
        display: none;
    }

    .room-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .room-bottom-white {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
    }

    .room-bottom-green {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
    }

    .room-bottom-cell {
        width: 100%;
    }

    .room-bottom-white .room-bottom-cell {
        width: 100%;
    }

    .room-bottom-green .room-bottom__text.--text-green {
        text-align: left;
    }

    .room-bottom .btn {
        width: 100%;
    }

    .hotel-descr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 20px;
    }

    .hotel-descr-content {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .hotel-descr-sidebar {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .hotel-policy-heading {
        padding: 15px;
    }

    .hotel-policy__title {
        font-size: 18px;
    }

    .hotel-policy-content {
        padding: 15px 15px 10px 40px;
    }

    .hotel-policy-check-in-item-left {
        width: 105px;
    }

    .hotel-policy-check-in-item__label {
        margin-bottom: 5px;
    }

    .hotel-line-wrapper.--maxw-160 {
        max-width: 100%;
    }

    .reviews-meta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .reviews-meta-center {
        width: 100%;
        padding: 5px 0 0;
    }

    .reviews-meta-right {
        margin-top: 15px;
        padding: 0;
        border: none;
    }

    .reviews-meta-right-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 15px;
    }

    .reviews-meta__text {
        display: inline-block;
    }

    .reviews-tabs-links {
        padding: 8px 10px 0;
        border-bottom: 1px solid #c8c8c8;
    }

    .reviews-tabs-link,
    .reviews-tabs-link:visited,
    .reviews-tabs-link:focus,
    .reviews-tabs-link:hover,
    .reviews-tabs-link:active {
        margin-bottom: -1px;
        padding: 5px 10px;
        font-size: 12px;
        border-bottom: 1px solid #c8c8c8;
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
        border-top: 1px solid transparent;
    }

    .reviews-tabs-link.--active,
    .reviews-tabs-link:visited.--active,
    .reviews-tabs-link:focus.--active,
    .reviews-tabs-link:hover.--active,
    .reviews-tabs-link:active.--active {
        border-bottom: 1px solid transparent;
        border-left: 1px solid #c8c8c8;
        border-right: 1px solid #c8c8c8;
        border-top: 1px solid #c8c8c8;
    }

    .reviews-tabs-content {
        padding: 20px 10px 40px;
    }

    .review-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    }

    .review-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    }

    .review-cell-left {
        width: 100%;
        padding: 5px 20px;
        border: none;
    }

    .review-cell-right {
        padding: 5px 20px;
    }

    .hotel-cards-output {
        width: 100%;
    }

    .hotel-similar,
    .hotel-similar:hover,
    .hotel-similar:active,
    .hotel-similar:visited,
    .hotel-similar:focus {
        width: 100%;
    }

    .post-booking__title {
        margin: 20px 0;
        font-size: 26px;
    }

    .post-booking__title i {
        top: 3px;
        font-size: 32px;
    }

    .post-booking-meta {
        gap: 20px;
    }

    .post-booking-meta-item i {
        font-size: 26px;
    }

    .post-booking-meta-item__title {
        margin: 0;
        font-size: 18px;
    }

    .post-booking-meta-item__text {
        font-size: 12px;
    }

    .post-booking-meta-item__text i {
        font-size: 12px;
    }

    .total-price-wrapper {
        margin-top: 15px;
        text-align: left;
    }

    .spam-notice__text {
        font-size: 14px;
    }

    .account-content-section {
        padding: 20px 20px 10px;
    }

    .account-booking-head {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .account-booking__img {
        height: auto;
    }

    .account-booking__title {
        padding-right: 0;
    }

    .account-booking__price {
        position: initial;
    }
}

@media (max-width: 480px) {
    .slick-container-violet-text-long {
        font-size: 16px;
    }

    .second-header .second-header__item:last-child {
        display: none;
    }

    /*Margin for text fields booking form*/
    .box-label {
        margin-bottom: 10px;
    }
}

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

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .slick-container-violet-text {
        font-size: 12px;
    }
}

.grid__elem:last-child {
    grid-column: span 2;
    margin: auto;
}

.guest-info-row {
    display: flex;
    flex-direction: row;
}

.guest-checkbox-label {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: start;
    font-size: 14px;
}

/* Enhanced Autocomplete Styles */
.autocomplete-enhanced {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15) !important;
    z-index: 1000;
    overflow: hidden;
    max-height: 80vh;
    overflow-y: auto;
}

.autocomplete-enhanced h3 {
    font-size: 13px;
    color: #666;
    margin: 8px 0 5px;
    padding: 8px 12px;
    border-bottom: 1px solid #f0f0f0;
    font-weight: 600;
    background-color: #f9f9f9;
}

.autocomplete-item {
    display: flex;
    padding: 10px 12px;
    cursor: pointer;
    align-items: center;
    transition: all 0.2s ease;
    border-bottom: 1px solid #f5f5f5;
}

.autocomplete-item:hover {
    background-color: #f3f7ff;
}

.autocomplete-item-type {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f7fa;
    border-radius: 50%;
    margin-right: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.autocomplete-item-type i {
    font-size: 18px;
}

.autocomplete-item-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.autocomplete-item-main {
    font-weight: 600;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.autocomplete-item-address {
    font-size: 12px;
    color: #777;
    margin-top: 3px;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 18px; /* Ensure consistent spacing even without content */
}

.autocomplete-flag {
    width: 24px;
    height: 16px;
    object-fit: cover;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    vertical-align: middle;
    margin-right: 4px;
    display: inline-block;
}

/* Add some additional styling for a cleaner layout */
.autocomplete-enhanced ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

/* Make the autocomplete items more tappable on mobile */
@media (max-width: 768px) {
    .autocomplete-item {
        padding: 12px;
    }
    
    .autocomplete-item-type {
        width: 32px;
        height: 32px;
    }
    
    .autocomplete-item-main {
        font-size: 13px;
    }
}