@import "../fonts/opensans/opensans.css";

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
    font: 16px 'Open Sans';
    word-wrap: break-word;
    box-sizing: border-box;
    background: white;
    padding: 0 15px;
}

button[disabled],
html select[disabled],
html input[disabled] {
    cursor: not-allowed;
}


/* Footer bottom  */

html,
body {
    height: 100%;
    padding: 0;
}

.default-table {
    margin-bottom: 20px;
}

.default-table td,
.default-table th {
    border: 1px solid #b3b3b3;
    padding: 10px;
}

.footer {
    width: 100%;
}

.ui-widget {
    font-family: inherit;
}

/* Footer bottom  END */

.p-top-10 {
    padding-top: 10px;
}

.cursor-pointer {
    cursor: pointer;
}

h1,
.subtitle,
h3,
h2 {
    font: bold 26px 'Open Sans';
    color: black;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
}

h1 .subtitle-inner-text,
.subtitle .subtitle-inner-text,
h3 .subtitle-inner-text,
h2 .subtitle-inner-text {
    font-size: 16px;
    padding-left: 12px;
    font-weight: 500;
}

.subtitle.white {
    color: white;
}

.subtitle-min {
    text-transform: uppercase;
}

h2,
.subtitle-second {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

p,
li {
    font-size: 16px;
    line-height: 20px;
}

p {
    margin-bottom: 15px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
time {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    cursor: pointer;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
}

.w-auto {
    width: auto !important;
}

.w-250px {
    width: 250px !important;
}

.w-100 {
    width: 100%;
}

.w-50 {
    width: 50%;
}

.w-25 {
    width: 25%;
}

/* Top margins */
.mt-0 {
    margin-top: 0 !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

/* Bottom margins */
.mb-0 {
    margin-bottom: 0 !important;
}

.mb-3 {
    margin-bottom: 3px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

/* Left margins */
.ml-0 {
    margin-left: 0 !important;
}

.ml-3 {
    margin-left: 3px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

/* Right margins */
.mr-0 {
    margin-right: 0 !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}


/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

button,
button:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

input,
textarea {
    outline: none;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


.border-t {
    border-bottom: 1px solid #d8d8d8;
}

.border-b {
    border-bottom: 1px solid #d8d8d8;
}

/* change border colour to suit your needs */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

.return-link {
    display: none;
}

.return-link,
.return-link:hover {
    margin-top: 18px;
    color: #b0b2b1;
    height: 32px;
    border: 1px solid #d6d6d6;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 32px;
    margin-bottom: 20px;
}

.return-link .return-arrow,
.return-link:hover .return-arrow {
    color: #5d5d5d;
    position: relative;
}

.return-link .return-arrow:before,
.return-link:hover .return-arrow:before {
    content: '';
    position: absolute;
    top: 6px;
    left: -22px;
    font-size: 30px;
    width: 13px;
    height: 13px;
    background: url(/images/arrow_mob.png) center top no-repeat;
    overflow: hidden;
}

ul {
    list-style-type: none;
}

input,
select {
    vertical-align: middle;
    background: transparent;
}

input {
    padding: 0 6px;
}

p,
li,
a {
    box-sizing: border-box;
    font: normal 16px 'Open Sans';
}

a,
a:hover,
a:active {
    cursor: pointer;
}

a,
a:hover,
a:active {
    color: gray;
}

button.site-btn:hover,
button.site-btn:focus,
a.site-btn:hover,
a.site-btn:focus {
    color: white;
}

textarea {
    resize: none;
}

button {
    outline: none;
    background: none;
}


select {
    -webkit-appearance: none;
    background: url(/images/select_triangle.png) white 98% center no-repeat;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
}

select[readonly] {
    background-color: #eee !important;
}

select::-ms-expand {
    display: none;
}

/* RESET STYLES END */


/* Global styles */

.clear {
    clear: both;
}


/* Colors */


/* Colors END */

.right {
    float: right;
}

.left {
    float: left;
}

.center {
    text-align: center;
}

.help-block-error.help-block {
    color: #a94442;
}

.block {
    display: block;
}

.half {
    width: 48%;
}

.quarter {
    width: 24%;
}

.third {
    width: 32%;
}


/* MIXINS */

input {
    box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
    background: none;
    outline: none;
}

.white {
    color: white;
}

.gray {
    color: #8b8b8b;
}

.blue {
    color: #016da6;
}

.gray-bg {
    background: #8b8b8b;
}

.blue-bg {
    background: #016da6;
}

.green-bg {
    background: #1ccc78;
}

.gray-medium-bg {
    background: #f2f2f2;
}

.yellow-bg {
    background: #fff568;
}

.lightgray-bg {
    background: #ebebeb;
}

.blue-bg {
    background: #016da6;
}

.bold {
    font-weight: 600;
    color: black;
}

.bold-white {
    font-weight: 600;
    color: white;
}

.upper {
    text-transform: uppercase;
}

.kv-plugin-loading {
    display: none;
}

.clear-after {
    position: relative;
}

.clear-right {
    clear: right;
}

.clear-after:after {
    content: "";
    display: block;
    clear: both;
}

.rating-container .filled-stars {
    color: #ff9b0b;
}

[data-toggle="popover"] {
    cursor: pointer;
}

.popover-content a {
    text-decoration: underline;
}

[data-toggle="popover"] span {
    text-decoration: underline;
}

input.rating-input {
    display: none;
}

.popover {
    color: #737373;
}

.scroll-list {
    overflow-x: auto;
}

.ui-datepicker-year option,
.ui-datepicker-month option {
    color: black;
}

input[data-krajee-slider] {
    display: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    display: none;
}

.ui-datepicker-title select {
    color: black;
}

.to-top {
    display: none;
    width: 45px;
    height: 45px;
    background: url(/images/to_button_hover.png) no-repeat center;
    position: fixed;
    bottom: 40px;
    right: 2%;
    z-index: 100;
    cursor: pointer;
    border-radius: 32px;
}

.to-top:hover {
    box-shadow: 0 0 6px -1px #ccc;
}

.mce-path {
    display: none !important;
}

.mce-edit-area.mce-container {
    height: 80px;
}

.font-inherit {
    font: inherit;
}

.font-weight-bold {
    font-weight: bold;
}

label.mce-charactercount {
    margin: 2px 0 2px 2px;
    padding: 8px;
}

.error-summary:not(:empty) {
    padding: 10px;
    border: 2px solid #ff0000;
    color: #ff0000;
    background: #f7e7e8;
}

.error-summary p {
    font-weight: bold;
}


.text-transform-none {
    text-transform: none !important;
}

.text-bold {
    font-weight: bold;
}

.text-italic {
    font-style: italic;
}

.text-normal {
    font-weight: normal !important;
}

.text-semi-bold {
    font-weight: 600;
}

.text-black {
    color: black !important;
}

.text-default {
    font-size: 16px;
}

.text-regular {
    font-size: 14px;
}

.text-medium {
    font-size: 15px;
}

.text-black-cool {
    color: #333 !important;
}

.text-white {
    color: white !important;
}

.text-purple {
    color: purple !important;
}

.text-red {
    color: #ff3333 !important;
}

.text-brown {
    color: #cf5919 !important;
}

.text-gray {
    color: #999;
}

.text-alt-brown {
    color: #F0592B !important;
}

.text-dark-brown {
    color: #990000 !important;
}

.text-green {
    color: #1ccc78 !important;
}

.text-green-dark {
    color: #44ad99 !important;
}

.text-orange {
    color: orange !important;
}

.text-orange-2 {
    color: #ff9b0b !important;
}

.text-orange-3 {
    color: #f0592b !important;
}

.text-yellow {
    color: #f9e260 !important;
}

.highlight {
    color: #ff9b0b !important;
}

.highlight2 {
    color: #f76c0a !important;
}

.highlight a {
    color: #ff9b0b !important;
}

.subtitle-second.line-upper {
    border-bottom: 1px solid #8b8b8b;
    padding-bottom: 5px;
    box-sizing: content-box;
}

.subtitle-underline {
    font-size: 18px;
    clear: both;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 4px;
    text-align: center;
    border-bottom: 1px solid #8b8b8b;
}

.wrapper {
    width: 1160px;
    margin: 0 auto;
}

.wrapper-main {
    display: flex;
    flex-direction: column;
    position: relative;
    background: white;
    background-size: cover;
    min-height: 100%;
}

.wrapper-main .content-wrap {
    flex: 1 0 auto;
    padding-bottom: 40px;
}

.wrapper-main .footer-wrap {
    flex-shrink: 0;
}

.wrapper-main.full-bg {
    background: url(/images/main_bg.jpg) center no-repeat;
    background-size: cover;
}


.wrapper-main.full-bg-register-admin,
.wrapper-main.full-bg-404 {
    background: url(/images/admin_bg.png) center center no-repeat;
    background-size: cover;
}

.wrapper-main.white {
    background: white;
}

.wrapper-main.cont {
    margin-bottom: 60px;
}

.wrapper .form-group.has-error input,
.wrapper .form-group.has-error textarea {
    border-color: #a94442;
}

.wrapper-main .scroll-list::-webkit-scrollbar-button {
    background-repeat: no-repeat;
    width: 5px;
    height: 5px;
}

.wrapper-main .scroll-list::-webkit-scrollbar-track {
    background-color: #ecedee;
}

.wrapper-main .scroll-list::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #1ccc78;
}

.wrapper-main .scroll-list::-webkit-scrollbar-thumb:hover {
    background-color: #1ccc78;
}

.wrapper-main .scroll-list::-webkit-resizer {
    background-repeat: no-repeat;
    width: 4px;
    height: 5px;
}

.wrapper-main .scroll-list::-webkit-scrollbar {
    width: 4px;
    height: 5px;
}

.wrapper-main .hotel-wrap .scroll-list::-webkit-scrollbar-button,
.wrapper-main .table-responsive.scroll-list::-webkit-scrollbar-button {
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
}

.wrapper-main .hotel-wrap .scroll-list::-webkit-resizer,
.wrapper-main .table-responsive.scroll-list::-webkit-resizer {
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
}

.wrapper-main .hotel-wrap .scroll-list::-webkit-scrollbar,
.wrapper-main .table-responsive.scroll-list::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}


.sidebar-left {
    float: left;
    width: 23%;
}

.sidebar-left .site-btn {
    position: relative;
}

.site-btn.turquoise {
    background: #14B1BB !important;
}

.site-btn.warning {
    background: #f89a09 !important;
}

.content-block-right {
    width: 74%;
    float: right;
}

.hotel-name {
    background: url(/images/icon_location.png) 0 2px no-repeat;
    padding-left: 30px;
    font-size: 15px;
    color: #666;
}

.content-block {
    margin-bottom: 25px;
    /*overflow: hidden;*/
}

.content-block .right-cont-block {
    float: right;
    width: 33%;
    overflow: hidden;
}

.content-block .right-cont-block .subtitle-second.line-upper {
    text-transform: uppercase;
    font-weight: 600;
}

.content-block .right-cont-block .slick-preview-block {
    height: 270px;
    overflow-x: auto;
    margin-bottom: 19px;
}

.content-block .right-cont-block .slick-preview-block .slick-preview-item {
    float: left;
    cursor: pointer;
    width: 180px;
    height: 130px;
    margin-bottom: 10px;
    text-align: center;
}

.content-block .right-cont-block .slick-preview-block .slick-preview-item img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.content-block .right-cont-block .slick-preview-block .slick-preview-item:nth-child(2n) {
    margin-left: 10px;
}

.content-block .right-cont-block .site-btn {
    margin-bottom: 19px;
}

.gray.subtitle-inner-text.block {
    padding: 0;
    margin-bottom: 10px;
}

.view-item-link {
    color: #28a68d;
    text-decoration: underline;
    font-size: 15px;
    margin: 10px 0;
    position: relative;
}

.view-item-link:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 12px;
    background: url(/images/icon_dialog.png) no-repeat;
    top: 6px;
    margin-left: 5px;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
}

.call-center {
    position: fixed;
    bottom: 135px;
    background: white;
    right: calc(2% - 8px);
    width: 60px;
    height: 60px;
    border-radius: 30px;
    border: 2px solid #F05A2B;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse 1.5s ease-in-out infinite;
    z-index: 2;
}

@media (max-width: 768px) {
    .call-center {
        width: 45px;
        height: 45px;
        border-radius: 23px;
        right: 10px;
    }
    .call-center img {
        width: 30px;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1.1, 1.1);
    }
    50% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(1.1, 1.1);
    }
}

.admin-logo,
.avanti-logo {
    position: fixed;
    bottom: 10px;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.3);
    padding: 20px;
    background: rgba(255, 255, 255, 0.9);
}

.avanti-logo {
    right: 10px;
}

.admin-logo {
    left: 10px;
}

.admin-logo .big {
    display: none;
    width: 80px;
}
.admin-logo .small {
    display: block;
    width: 30px;
}

.admin-logo a {
    display: block;
}

.admin-logo:hover .big {
    display: block;
}
.admin-logo:hover .small {
    display: none;
}

.admin-logo img,
.avanti-logo img {
    width: 80px;
    display: block;
    opacity: 1;
}

.column-count-2 {
    column-count: 2;
}

.marker-tooltip-link a {
    text-decoration: underline;
}

.marker-tooltip-link.green a {
    color: #05a786;
}

.marker-tooltip-body a {
    text-decoration: underline;
}

.main-logo-image {
    width: 111px;
    height: 57px;
}

.country-flag span,
.country-flag img {
    vertical-align: middle;
}

.country-flag img {
    margin-right: 2px;
}

.link {
    text-decoration: underline !important;
    padding: 0 !important;
}

.green-link {
    color: #44ad99 !important;
    text-decoration: underline !important;
    padding: 0 !important;
}

.red-link {
    color: red !important;
    text-decoration: underline !important;
    padding: 0 !important;
}

.orange-link {
    color: #ff9b0b !important;
    text-decoration: underline !important;
    padding: 0 !important;
}

.brown-link {
    color: #cf5919 !important;
    text-decoration: underline !important;
    padding: 0 !important;
}

.uoh:hover {
    text-decoration: underline;
}

.black-link {
    color: #333 !important;
    text-decoration: underline !important;
    padding: 0 !important;
}

.multiselect-wrap select {
    opacity: 0;
}

.qr-columns {
    display: flex;
    flex-wrap: wrap;
}

.qr-columns div {
    margin-right: 20px;
}

.read-more-link a {
    color: #cf5919;
}

.scroll-list-visible {
    overflow-x: visible;
}

.row-dark {
    background-color: #dee6ed !important;
}

.row-light {
    background-color: #f6f9fb !important;
}

.popover-content .form-group {
    margin-bottom: 5px;
}

.popover-content a {
    font-size: inherit;
}

.file-field-inline .form-style-file-input {
    display: inline;
}

.table-items.table > tbody > tr > th,
.table-items.table > tbody > tr > td {
    vertical-align: middle;
    padding: 10px;
}

.cell-green span {
    color: #1f9c6d;
}

.cell-brown span {
    color: #771c00;
}

.cell-orange span {
    color: #e34a00;
}

.cell-red span {
    color: red;
}

.read-more-link {
    margin-top: 10px;
}

.read-more-link a {
    text-decoration: underline;
}

.load-more {
    text-align: center;
    margin: 20px 0;
}

.load-more a {
    color: black;
    border: 1px solid black;
    width: auto;
    display: inline-block;
    padding: 10px 40px;
    text-decoration: none;
}

.load-more a:hover,
.load-more a:active,
.load-more a:focus {
    color: white;
    border-color: #78d4bd;
    background: #78d4bd;
}

.print-only {
    display: none;
}

.print-status-action {
    margin: 10px 0 40px 0;
}

.iti {
    display: block;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=tel], .iti--allow-dropdown input[type=text], .iti--separate-dial-code input, .iti--separate-dial-code input[type=tel], .iti--separate-dial-code input[type=text] {
    padding-right: 6px !important;;
    padding-left: 52px !important;
}

*.text-normal-case {
    text-transform: none;
}

*.text-underline {
    text-decoration: underline !important;
}

*.text-underline-hover:hover {
    text-decoration: underline !important;
}

*.text-no-underline {
    text-decoration: none !important;
}

.subtitle-underline {
    font-weight: bold;
    font-size: large;
}

.read-more {
    margin-bottom: 10px;
    overflow: hidden;
}

.read-link a {
    text-decoration: underline;
}

.counter-views {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    color: #999;
}

.counter-views:before {
    content: '';
    width: 18px;
    height: 18px;
    background: url(/images/icon_view.png) center no-repeat;
    margin-right: 10px;
}

.no-results {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.no-results-text {
    font-size: 18px;
    text-transform: uppercase;
    padding: 50px 0;
    text-align: center;
}

.d-block {
    display: block !important;
}

.d-inline {
    display: inline !important;
}

.d-flex {
    display: flex;
}

.d-inline-flex {
    display: inline-flex;
}

.d-none {
    display: none !important;
}

.align-items-center {
    align-items: center;
}

.align-items-start {
    align-items: flex-start;
}

.align-items-end {
    align-items: flex-end;
}

.justify-content-start {
    justify-content: start;
}

.justify-content-end {
    justify-content: end;
}

.justify-content-center {
    justify-content: center;
}

.justify-space-between {
    justify-content: space-between;
}

.flex-direction-column {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.d-grid {
    display: grid;
}

.gap-5 {
    gap: 5px;
}

.gap-10 {
    gap: 10px;
}

.gap-15 {
    gap: 15px;
}

.gap-20 {
    gap: 20px;
}

.row-gap-10 {
    row-gap: 10px;
}

.row-gap-20 {
    row-gap: 20px;
}

.row-gap-30 {
    row-gap: 30px;
}

.column-gap-10 {
    column-gap: 10px;
}

.column-gap-20 {
    column-gap: 20px;
}

.column-gap-30 {
    column-gap: 30px;
}

.grid-gap-10 {
    grid-gap: 10px;
}

.grid-gap-15 {
    grid-gap: 15px;
}

.grid-gap-20 {
    grid-gap: 20px;
}

.grid-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.grid-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.grid-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.width-100px {
    width: 100px;
}

.width-100 {
    width: 100%;
}

.v-middle {
    vertical-align: middle !important;
}

.wrapper-main .nav-tabs {
    margin-bottom: 30px;
    border-color: #8b8b8b;
}

.wrapper-main .nav-tabs > li > a,
.wrapper-main .nav-tabs > li > a:hover,
.wrapper-main .nav-tabs > li > a:focus {
    border: none;
    background: none;
    height: 24px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    box-sizing: content-box;
    color: #333;
    padding: 0 15px 5px 15px;
}

.wrapper-main .nav-tabs > li.active > a,
.wrapper-main .nav-tabs > li.active > a:hover,
.wrapper-main .nav-tabs > li.active > a:focus {
    border-bottom: 3px solid #ff9b0b;
    font-weight: bold;
}

.wrapper-main .ui-state-default {
    color: #333;
}

.wrapper-main .ui-accordion .ui-accordion-header {
    outline: none !important;
    padding: 20px 25px 20px 0;
    margin-top: 5px;
    border: none;
    background: none !important;
    border-radius: 0;
    border-bottom: 1px solid #8b8b8b;
    font-weight: bold;
    font-size: 16px;
}

.wrapper-main .ui-accordion .ui-accordion-header-active {
    border-bottom: 0;
}

.wrapper-main .ui-accordion-header-icon {
    display: none !important;
}

.wrapper-main .ui-accordion-header:after {
    content: '';
    width: 24px;
    height: 13px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: url(/images/accordion/down.png) no-repeat;
}

.wrapper-main .ui-state-active.ui-accordion-header:after {
    background-image: url(/images/accordion/up.png);
}

.wrapper-main .ui-accordion-content {
    border: none;
    border-radius: 0;
    padding: 1em 0;
}

.wrapper-main .ui-accordion-content-active {
    border-bottom: 1px solid #8b8b8b;
}

.captcha-explanation {
    font-size: 13px;
    margin-bottom: 5px;
}

.banners {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 10px;
}

.banners .slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    display: flex;
    gap: 10px;
    transition: opacity 0.5s;
    opacity: 0;
}

.banners:hover .slick-dots {
    opacity: 1;
}

.banners .slick-dots li {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #999;
    opacity: .85;
    cursor: pointer;
}

.banners .slick-dots li button {
    display: none;
}

.banners .slick-dots li.slick-active {
    background: #f3711b;
}

.banners .slick-slide img {
    width: 100%;
}

.slick-slider {
    display: none;
}

.slick-slider.slick-initialized {
    display: block;
}

.banners {
    opacity: 0;
    max-height: 180px;
}

.banners.slick-slider.slick-initialized {
    opacity: 1;
}

.site-btn .danger {
    background-color: red;
}

.site-popup.orange-header .modal-content .modal-header {
    background: #14B1BB;
}

.site-popup.orange-header .modal-content .modal-header .close {
    color: white;
}

.pointer-events-none {
    pointer-events: none;
}

[data-tippy-root] {
    pointer-events: all !important;
}

.tippy-content {
    z-index: 1000;
}

.tippy-content a {
    color: #14B1BB;
}

.page-wrap-exclamation {
    display: flex;
    align-items: center;
    color: #cf5919;
}

.color-inherit {
    color: inherit !important;
}

.page-wrap-exclamation a {
    color: inherit;
    text-decoration: underline;
}

.page-wrap-exclamation svg {
    fill: #cf5919;
    min-width: 30px;
    width: 30px;
    height: 30px;
    margin-right: 10px
}

.checkbox-field {
    padding-top: 3px;
}

.member-list-filter-box {
    padding-top: 7px;
}

.member-list-owner-change-warning {
    font-size: 15px;
}

.member-list-filter-box label {
    text-decoration: none !important;
}

.block-contact {
    height: 400px;
    background: url(/images/contact-block-bg.jpg) center no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 50px;
}

.block-contact h2 {
    color: white;
    font-size: 35px;
    margin-bottom: 40px;
    text-align: center;
}

.block-contact a {
    max-width: 350px;
    width: 100%;
    background: #F0592B;
    color: white;
    height: 50px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.modal-contact .contact-footer {
    border-top: 1px solid #cccccc;
    padding-top: 30px;
}

.modal-contact .contact-footer p:first-child > * {
    vertical-align: middle;
}

.modal-contact .contact-footer p:first-child:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    min-width: 16px;
    margin-right: 5px;
    background: url(/images/contact/time-icon.svg) center no-repeat;
    vertical-align: middle;
}

.countdown {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    color: #333;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
}

.countdown .numbers {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: bold;
    font-size: 26px;
    color: #f05a2b;
}

@media (min-width: 1240px) {
    .container {
        width: 1210px;
    }
}

@media (max-width: 1199px) {
    h1,
    .subtitle,
    h3,
    h2 {
        margin-bottom: 16px;
    }
    h1 .subtitle-inner-text,
    .subtitle .subtitle-inner-text,
    h3 .subtitle-inner-text,
    h2 .subtitle-inner-text {
        font-size: 14px;
    }
    h1 .subtitle-inner-text,
    .subtitle .subtitle-inner-text,
    h3 .subtitle-inner-text,
    h2 .subtitle-inner-text {
        padding: 0;
        display: block;
    }
    .checkbox-wrap {
        padding-left: 22px;
    }
    .banners {
        height: auto !important;
    }
    .admin-logo {
        padding: 10px;
    }
    .admin-logo .small {
        width: 20px;
    }
    .admin-logo:hover .small {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    body,
    html {
        min-width: 100%;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
    }
    p,
    li,
    a {
        font-size: 14px;
    }
    .container {
        width: 752px;
    }
    .site-btn {
        font-size: 13px;
        height: 45px;
        overflow: hidden;
        line-height: 45px;
    }
    .wrapper-main.full-bg {
        padding: 0 0 300px 0;
    }
    .main-logo {
        text-align: center;
        margin-bottom: 10px;
    }
    .main-logo.form-logo {
        width: auto;
    }
}

@media (max-width: 767px) {
    p,
    li,
    a {
        font-size: 14px;
    }
    body {
        min-width: 100%;
    }
    h1,
    .subtitle,
    h3,
    h2 {
        font-size: 20px;
        margin-bottom: 9px;
    }
    h3,
    h2 {
        font-size: 18px;
    }
    video {
        width: 100% !important;
        display: block !important;
    }
    .container,
    .wrapper {
        width: 100%;
    }
    .column-count-2 {
        column-count: 1;
    }
    .subtitle-second.line-upper {
        margin-bottom: 10px;
        font-size: 16px;
        height: auto;
    }
    .subtitle-inner-text {
        text-transform: uppercase;
        font-size: 14px;
    }
    .wrapper-main.full-bg {
        background-image: url(/images/main_bg_mob.jpg);
        background-size: auto;
        background-position: top;
    }
    .subtitle-underline {
        font-size: 16px;
    }
    .table-responsive {
        border: 0;
    }
    .qr-code {
        text-align: center;
    }
    .main-logo img {
        width: 53px;
        height: 43px;
    }
    .dynamic-pages-wrapper img {
        max-width: 100%;
    }
    .wrapper-main .ui-accordion .ui-accordion-header {
        font-size: 14px;
    }
    .page-wrap-exclamation {
        font-size: 14px;
    }
    .reservation-history-items .modal-dialog .table thead {
        display: none;
    }
    .reservation-history-items .modal-dialog .table tbody td {
        display: block;
        padding: 8px;
    }
    .reservation-history-items .modal-dialog .table tbody td:before {
        content: attr(data-th) ": ";
        font-weight: bold;
        display: block;
    }
    .banners .slick-dots {
        display: none !important;
    }
}