/*** uncss> filename: https://hotel-eldorado.com.ua/assets/fec90970/css/all.styles.css ***/
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

/*!
 * Bootstrap v4.0.0-beta (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    img {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }
}

html {
    box-sizing: border-box;
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

*, ::after, ::before {
    box-sizing: inherit
}

@-ms-viewport {
    width: device-width
}

footer, header, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

h1, h2, h3 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ul ul {
    margin-bottom: 0
}

b, strong {
    font-weight: bolder
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

a, button, input, select {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button, input, select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=submit], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

.h2, .h3, .h4, h1, h2, h3 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 {
    font-size: 2.5rem
}

.h2, h2 {
    font-size: 2rem
}

.h3, h3 {
    font-size: 1.75rem
}

.h4 {
    font-size: 1.5rem
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-6, .col-md-3, .col-md-4, .col-md-6, .col-sm-4, .col-sm-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 576px) {

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width: 768px) {

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width: 992px) {

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: .25rem;
    transition: all .15s ease-in-out
}

.btn:focus, .btn:hover {
    text-decoration: none
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, .25)
}

.btn:disabled {
    opacity: .65
}

.btn:active {
    background-image: none
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.show {
    opacity: 1
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
}

.nav-tabs .nav-link.active {
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
}

.bg-light {
    background-color: #f8f9fa !important
}

.bg-dark {
    background-color: #343a40 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
}

.mt-4 {
    margin-top: 1.5rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-initialized .slick-slide {
    display: block;
}


/* Arrows */
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

/*.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {color: transparent; outline: none; background: transparent; }*/
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

.slick-prev:before {
    content: '←';
}

.slick-next {
    right: -25px;
}

.slick-next:before {
    content: '→';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #d6d6d6;
    border-radius: 35px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: none;
}

.flatpickr-calendar {
    background: transparent;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    -webkit-animation: none;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: #fff;
    -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open, .flatpickr-calendar.inline {
    opacity: 1;
    max-height: 640px;
    visibility: visible
}

.flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999
}

.flatpickr-calendar.animate.open {
    -webkit-animation: fpFadeInDown 300ms cubic-bezier(.23, 1, .32, 1);
    animation: fpFadeInDown 300ms cubic-bezier(.23, 1, .32, 1)
}

.flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px
}

.flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
    z-index: 999;
    display: block
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
    -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
    height: 40px;
    border-top: 1px solid #e6e6e6
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto
}

.flatpickr-calendar:before, .flatpickr-calendar:after {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    left: 22px
}

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.rightMost:after {
    left: auto;
    right: 22px
}

.flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px
}

.flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px
}

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
    bottom: 100%
}

.flatpickr-calendar.arrowTop:before {
    border-bottom-color: #e6e6e6
}

.flatpickr-calendar.arrowTop:after {
    border-bottom-color: #fff
}

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
    top: 100%
}

.flatpickr-calendar.arrowBottom:before {
    border-top-color: #e6e6e6
}

.flatpickr-calendar.arrowBottom:after {
    border-top-color: #fff
}

.flatpickr-calendar:focus {
    outline: 0
}

.flatpickr-wrapper {
    position: relative;
    display: inline-block
}

.flatpickr-months {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flatpickr-months .flatpickr-month {
    background: transparent;
    color: rgba(0, 0, 0, 0.9);
    fill: rgba(0, 0, 0, 0.9);
    height: 40px;
    line-height: 1;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    line-height: 16px;
    height: 28px;
    padding: 10px;
    z-index: 3;
    color: rgba(0, 0, 0, 0.9);
    fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.disabled, .flatpickr-months .flatpickr-next-month.disabled {
    display: none
}

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
    position: relative
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
    /*
          /*rtl:begin:ignore*/
    left: 0;
    /*
          /*rtl:end:ignore*/
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
    /*
          /*rtl:begin:ignore*/
    right: 0;
    /*
          /*rtl:end:ignore*/
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
    color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
    fill: #f64747
}

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
    width: 14px;
    height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
    -webkit-transition: fill .1s;
    transition: fill .1s;
    fill: inherit
}

.numInputWrapper {
    position: relative;
    height: auto;
}

.numInputWrapper input, .numInputWrapper span {
    display: inline-block
}

.numInputWrapper input {
    width: 100%;
}

.numInputWrapper input::-ms-clear {
    display: none
}

.numInputWrapper span {
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0 4px 0 2px;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    cursor: pointer;
    border: 1px solid rgba(57, 57, 57, 0.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.numInputWrapper span:hover {
    background: rgba(0, 0, 0, 0.1)
}

.numInputWrapper span:active {
    background: rgba(0, 0, 0, 0.2)
}

.numInputWrapper span:after {
    display: block;
    content: "";
    position: absolute
}

.numInputWrapper span.arrowUp {
    top: 0;
    border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(57, 57, 57, 0.6);
    top: 26%
}

.numInputWrapper span.arrowDown {
    top: 38%;
}

.numInputWrapper span.arrowDown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(57, 57, 57, 0.6);
    top: 40%
}

.numInputWrapper span svg {
    width: inherit;
    height: auto;
}

.numInputWrapper span svg path {
    fill: rgba(0, 0, 0, 0.5)
}

.numInputWrapper:hover {
    background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
    opacity: 1
}

.flatpickr-current-month {
    font-size: 135%;
    line-height: inherit;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 6.16px 0 0 0;
    line-height: 1;
    height: 28px;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    margin-left: .5ch;
    padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
    background: rgba(0, 0, 0, 0.05)
}

.flatpickr-current-month .numInputWrapper {
    width: 6ch;
    width: 7ch \0;
    display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: rgba(0, 0, 0, 0.9)
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: rgba(0, 0, 0, 0.9)
}

.flatpickr-current-month input.cur-year {
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    cursor: text;
    padding: 0 0 0 .5ch;
    margin: 0;
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    line-height: inherit;
    height: auto;
    border: 0;
    border-radius: 0;
    vertical-align: initial;
}

.flatpickr-current-month input.cur-year:focus {
    outline: 0
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
    font-size: 100%;
    color: rgba(0, 0, 0, 0.5);
    background: transparent;
    pointer-events: none
}

.flatpickr-weekdays {
    background: transparent;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: transparent;
    color: rgba(0, 0, 0, 0.54);
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: bolder
}

.dayContainer, .flatpickr-weeks {
    padding: 1px 0 0 0
}

.flatpickr-days {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 307.875px;
}

.flatpickr-days:focus {
    outline: 0
}

.dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 307.875px;
    min-width: 307.875px;
    max-width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.dayContainer + .dayContainer {
    -webkit-box-shadow: -1px 0 0 #e6e6e6;
    box-shadow: -1px 0 0 #e6e6e6
}

.flatpickr-day {
    background: none;
    border: 1px solid transparent;
    border-radius: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #393939;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    -webkit-flex-basis: 14.2857143%;
    -ms-flex-preferred-size: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    display: inline-block;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
    cursor: pointer;
    outline: 0;
    background: #e6e6e6;
    border-color: #e6e6e6
}

.flatpickr-day.today {
    border-color: #959ea9;
}

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
    border-color: #959ea9;
    background: #959ea9;
    color: #fff
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
    background: #569ff7;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #569ff7
}

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
    border-radius: 50px 0 0 50px
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
    border-radius: 0 50px 50px 0
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
    -webkit-box-shadow: -10px 0 0 #569ff7;
    box-shadow: -10px 0 0 #569ff7
}

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
    border-radius: 50px
}

.flatpickr-day.inRange {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-day.disabled, .flatpickr-day.disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
    color: rgba(57, 57, 57, 0.3);
    background: transparent;
    border-color: transparent;
    cursor: default
}

.flatpickr-day.disabled, .flatpickr-day.disabled:hover {
    cursor: not-allowed;
    color: rgba(57, 57, 57, 0.1)
}

.flatpickr-day.week.selected {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
    box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7
}

.flatpickr-day.hidden {
    visibility: hidden
}

.rangeMode .flatpickr-day {
    margin-top: 1px
}

.flatpickr-weekwrapper {
    display: inline-block;
    float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
    padding: 0 12px;
    -webkit-box-shadow: 1px 0 0 #e6e6e6;
    box-shadow: 1px 0 0 #e6e6e6
}

.flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    width: 100%;
    line-height: 28px
}

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
    display: block;
    width: 100%;
    max-width: none;
    color: rgba(57, 57, 57, 0.3);
    background: transparent;
    cursor: default;
    border: none
}

.flatpickr-innerContainer {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.flatpickr-rContainer {
    display: inline-block;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.flatpickr-time {
    text-align: center;
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flatpickr-time:after {
    content: "";
    display: table;
    clear: both
}

.flatpickr-time .numInputWrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 40%;
    height: 40px;
    float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #393939
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #393939
}

.flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%
}

.flatpickr-time.time24hr .numInputWrapper {
    width: 49%
}

.flatpickr-time input {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    height: inherit;
    line-height: inherit;
    color: #393939;
    font-size: 14px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flatpickr-time input.flatpickr-hour {
    font-weight: bold
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
    font-weight: 400
}

.flatpickr-time input:focus {
    outline: 0;
    border: 0
}

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
    height: inherit;
    display: inline-block;
    float: left;
    line-height: inherit;
    color: #393939;
    font-weight: bold;
    width: 2%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.flatpickr-time .flatpickr-am-pm {
    outline: 0;
    width: 18%;
    cursor: pointer;
    text-align: center;
    font-weight: 400
}

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
    background: #f3f3f3
}

.flatpickr-input[readonly] {
    cursor: pointer
}

@-webkit-keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

/* ===================== TABLE OF CONTENT =======================


1.  5 DIFFERENT HOMEPAGES
2.  RESET CSS
3.  CROSS BROWSER COMPATABILITY
4.  SEARCH
5.  DROPDOWN MENU
6.  RESPONSIVE HEADER
7.  SLICK SLIDER
8.  HTML5LIGHTBOX VIDEO PLUGIN
9.  POST DETAILS PAGE
12. FONT AWESOME FONTS
12. LINE AWESOME FONTS


================================================================= */


/* ==================================================================================
									Fonts
===================================================================================== */


/* ==================================================================================
										Reset Css
===================================================================================== */

html, body, div, span, iframe, h1, h2, h3, .h2, .h3, .h4, p, a, img, strong, b, i, ul, li, form, footer, header, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
footer, header, nav, section {
    display: block;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

ul {
    list-style: none;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

button {
    outline: none;
    cursor: pointer;
}

button:focus {
    outline: none;
}

* {
    margin: 0;
    padding: 0;
}

a:focus {
    text-decoration: none;
    outline: none;
}

button {
    outline: none;
}

input {
    outline: none;
}

section {
    display: block;
    position: relative;
}

img {
    display: inline-block;
    margin-bottom: -4px;
}

p,
.about-text li {
    color: #452115;
    font-size: 15px;
    line-height: 24px;
}

h1, h2, h3, .h2, .h3 {
    font-family: 'Roboto Slab';
    font-weight: 600;
}


.container {
    max-width: 1170px;
    padding: 0;
}

.c-block {
    padding: 60px 0;
}

/* ============================ BROWSER COMPATABILITY ============================ */

.lnk-default,
.lnk-default:before,
.lnk-default:after,
.room-details:before,
.blog-img:before,
.booking-btn:before,
.slick-prev,
.slick-next,
.blog-info,
.social-links ul li a,
.widget-links > ul li a,
.room-details:before,
.blog-img:before,
.blog-img > img,
.menu-bar a span,
.flatpickr-day,
.responsive_mobile_menu,
.scrollTop,
.resot-icon,
.search_sec,
.abt_carousel .slick-dots li button,
.abt_carousel .slick-dots li,
.src-book li:after,
.abt-img > img,
.room-details > img,
.blog-img,
.blog-img:after,
.room-details:after,
.abt-img:after {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.lnk-default,
.lnk-default:before,
.lnk-default:after,
.slick-prev,
.slick-next,
.social-links ul li a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}


/* ============================ HEADER ============================ */

header.pb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999999;
}

header.pb .container-fluid {
    padding: 0 70px;
}


/* ============================ TOP HEADER ============================ */


.top-header {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.cont-list {
    float: right;
    margin-top: -1px;
    text-align: right;
}

.cont-list li:first-child {
    padding-left: 0;
}

.cont-list li {
    border-right: 1px solid rgba(255, 255, 255, 0.30);
    padding: 1px 7px 1px 7px;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    font-family: 'Roboto Slab';
}

.cont-list li:last-child {
    border-right: 0;
}

header .social-links {
    padding: 0;
    padding-right: 19px;
    margin-top: -1px;
}

header .social-links li {
    display: inline-block;
    margin-right: 18px;
}

header .social-links li:last-child {
    margin-right: 0;
}

header .social-links li a {
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
}

header .social-links li a:hover {
    color: #452115;
    transition: color 0.5s linear;

}


/* ======================== SELECT DROPDOWN MENU STYLE ========================== */

/*style items (options):*/

/*hide the items when the select box is closed:*/

/*point the arrow upwards when the select box is open (active):*/

/* ============================ BOTTOM HEADER ============================ */


.bottom-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.bottom-header .ft-logo {
    padding: 0;
    margin-top: 9px;
}

.bottom-header .ft-logo > a {
    display: block;
    display: table;
    width: 100%;
}

.bottom-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0e1222;
    width: 100%;
    z-index: 288888;
}

.bottom-header.fixed .checking-form {
    display: none;
}

header.hp-2 .bottom-header.fixed nav {
    float: right;
    padding-right: 30px;
}

.bottom-header.fixed {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 10px rgb(185 185 185 / 50%), 1px 1px 10px rgb(0 0 0 / 3%);
}

/* ============================ NAVIGATIONS ============================ */

nav {
    float: left;
}

nav ul li {
    display: inline-block;
    padding: 35px 0 31px;
    margin-bottom: -1px;
    margin-right: 37px;
    border-bottom: 2px solid transparent;
    position: relative;
    z-index: 9;
}

nav ul li:after,
.src-book li:after,
.bbtm-header nav > ul > li > a:after,
.hp_9 .searc_h:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #fff;
}

.src-book li:last-child:after {
    left: 14px;
}

nav ul li:hover:after,
.src-book li:hover:after,
.bbtm-header nav > ul > li > a:hover:after,
.hp_9 .searc_h:hover:after {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.bbtm-header nav > ul > li > a:after {
    bottom: -29px;
    background-color: #452115;
}

.bbtm-header nav ul ul li a:after {
    display: none;
}

header.hp_7 nav > ul > li > a:after,
header.hp_7 .src-book li:after {
    background-color: #452115;
}

.src-book li.lang_slct:after {
    left: 0;
}

header.hp_7 .src-book li:last-child:after {
    display: none;
}

.bbtm-header nav > ul > li > a:after,
.hp_9 .searc_h:after {
    background-color: #80b641;
}

.hp_9 .bbtm-header nav > ul > li > a:after {
    bottom: -31px;
}

.hp_9 .searc_h:after {
    bottom: 0;
}

/*nav > ul > li:hover:before,
nav > ul > li:hover:after {
	opacity: 1;
	visibility: visible;
	height: 50%;
}*/
/*nav > ul > li:before {
	top: 0;
}
nav > ul > li:after {
	bottom: 0;
}*/
/*nav > ul > li:before,
nav > ul > li:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #452115;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
}*/
nav ul li a {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Roboto Slab';
    text-transform: uppercase;
    padding: 0 3px;
}

nav ul li a.active {
    color: #452115;
}

nav ul li a:hover {
    color: #fff;
}


/* =============== Sub Menu ==================== */

nav ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    background-color: #ffffff;
    padding: 21px 18px;
    opacity: 0;
    visibility: hidden;
    margin-top: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.30);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.30);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.30);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.30);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

nav ul ul li {
    display: block;
    padding: 0;
    margin: 0;
    margin-bottom: 22px;
    position: relative;
}

nav ul ul li:after {
    display: none;
}

nav ul ul li:last-child {
    margin-bottom: 0;
}

nav ul ul li a {
    color: #262626;
    font-size: 15px;
    font-family: 'Roboto Slab';
    text-transform: capitalize;
}

nav ul ul li a:hover {
    color: #262626;
}

nav ul ul:before {
    position: absolute;
    content: "";
    top: -8px;
    left: 31px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-color: transparent transparent #ffffff transparent;
}

nav ul ul ul {
    left: 100%;
    top: 0;
}

nav ul ul li:before,
nav > ul > li > a:before {
    content: '\f105';
    font-family: fontawesome;
    position: absolute;
    top: 0;
    right: 0;
    color: #262626;
    font-size: 15px;
    opacity: 0;
    visibility: hidden;
}

nav > ul > li > a:before {
    content: '\f107';
    top: 3px;
    right: -10px;
}

nav ul li.has_menu > a:before {
    opacity: 1;
    visibility: visible;
}

nav ul li a {
    position: relative;
}

nav ul ul li.has_menu:before {
    opacity: 1;
    visibility: visible;
}

nav ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

/*nav ul ul li.has_menu:before {
	opacity: 1;
	visibility: visible;
}*/
nav ul ul ul:before {
    display: none;
}

header.hp_7 nav > ul > li > a:before,
header.hp-2 nav > ul > li > a:before,
header.hp1 nav > ul > li > a:before,
header .bottom-header nav > ul > li > a:before {
    display: none;
}

/*nav > ul > li.has_menu a {
	position: relative;
}*/
/*nav > ul > li.has_menu > a:before {
	content: '\f107';
	font-family: fontawesome;
	position: absolute;
	top: 3px;
	right: -12px;
	color: #fff;
	font-size: 15px;
}*/

/* ============================ SEARCH / BOOK ============================ */


.src-book {
    float: right;
    border-left: 1px solid rgba(255, 255, 255, 0.20);
}

.src-book li {
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, 0.20);
    /*padding: 29px 30px 15px;*/
    padding: 15px 15px 9px;
    line-height: 42px;
    position: relative;
}

.src-book li:last-child {
    padding-right: 0;
    border-right: 0;
}

.src-book li a {
    display: inline-block;
    color: #fefefe;
    font-size: 15px;
    font-family: 'Roboto Slab';
    text-transform: uppercase;
}

.bk-now {
    padding-left: 12px;
    position: relative;
    top: -3px;
}


/* ============================ BANNER SEC ============================ */


/* ============================ ABOUT SEC ============================ */

.about-text {
    /* margin-top: 80px; */
}

.about-text > h2 {
    /* color: #f0f0f0; */
    /* font-size: 60px; */
    color: #452115;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: center;
}

.about-text img {
    display: block;
    width: 100%;
    margin: 5px;
}

.about-text > h3 {
    color: #452115;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-weight: 600;
}

/*.about-text > p {
	margin-bottom: 24px;
	padding-right: 18px;
	font-size: 18px;
	line-height: 30px;
}*/

.abt_carousel .slick-dots {
    width: 19px;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -30px;
}

.abt_carousel .slick-dots li {
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: 2px solid transparent;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}

.abt_carousel .slick-dots li button {
    width: 16px;
    height: 16px;
    -webkit-box-shadow: 0 0 0 2px transparent;
    -moz-box-shadow: 0 0 0 2px transparent;
    -ms-box-shadow: 0 0 0 2px transparent;
    -o-box-shadow: 0 0 0 2px transparent;
    box-shadow: 0 0 0 2px transparent;
    position: relative;
    background-color: #452115;
}

.abt_carousel .slick-dots li button:hover {
    -webkit-box-shadow: 0 0 0 2px #151b2b;
    -moz-box-shadow: 0 0 0 2px #151b2b;
    -ms-box-shadow: 0 0 0 2px #151b2b;
    -o-box-shadow: 0 0 0 2px #151b2b;
    box-shadow: 0 0 0 2px #151b2b;
}

.abt_carousel .slick-dots li:hover button,
.abt_carousel .slick-dots li.slick-active button {
    background-color: #151b2b;
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
}

.abt_carousel .slick-dots li:hover,
.abt_carousel .slick-dots li.slick-active {
    border-color: #151b2b;
}

.abt-img {
    position: relative;
    overflow: hidden;
}

.abt-img > img {
    width: 100%;
}

.abt-img:hover:before {
    opacity: 0.2;
    visibility: visible;
}

.lnk-default {
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    font-size: 15px;
    /*text-transform: capitalize;*/
    display: inline-block;
    background: -webkit-linear-gradient(to left, #452115, #452115);
    background: -moz-linear-gradient(to left, #452115, #452115);
    background: -ms-linear-gradient(to left, #452115, #452115);
    background: -o-linear-gradient(to left, #452115, #452115);
    background: linear-gradient(to left, #452115, #452115);
    padding: 0 35px 0 43px;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.lnk-default i {
    padding-left: 5px;
}

.lnk-default:hover {
    color: #ffffff;
    border-color: transparent;
}

.lnk-default:before {
    left: -35px;
    -webkit-transform: skewX(42deg);
    -moz-transform: skewX(42deg);
    -ms-transform: skewX(42deg);
    -o-transform: skewX(42deg);
    transform: skewX(42deg);
}

.lnk-default:after {
    right: -35px;
    -webkit-transform: skewX(46deg);
    -moz-transform: skewX(46deg);
    -ms-transform: skewX(46deg);
    -o-transform: skewX(46deg);
    transform: skewX(46deg);
}

.lnk-default:before,
.lnk-default:after {
    content: '';
    position: absolute;
    top: 0;
    width: 50%;
    background-color: #452115;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.lnk-default:hover:before,
.lnk-default:hover:after {
    opacity: 1;
    visibility: visible;
    width: 100%;
}


/* ============================ ROOM SEC ============================ */


.rooms-sec .col-lg-4 {
    padding: 0;
}

.rooms-sec .row {
    margin: 0;
}

.room-details {
    position: relative;
    overflow: hidden;
}

.room-details > img {
    width: 100%;
}

.room-details:hover > img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/*.room-details:before,
.blog-img:before,
.htl-img:before,
.featz:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #2f1654;
	opacity: 0.7;
}*/

.room-details:hover:before {
    background-color: rgba(21, 27, 43, 0.80);
}

.room-details:hover .booking-btn:before {
    opacity: 1;
    visibility: visible;
    width: 80px;
}

.booking-btn:hover {
    color: #fff;
}

.room-hd {
    position: absolute;
    top: 250px;
    /* top: 125px; */
    left: 60px;
    z-index: 9;
}

.room-hd > .h4 {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-family: 'Roboto Slab';
    font-weight: 300;

}

.room-hd > .h3 {
    color: #ffffff;
    font-size: 30px;
    text-transform: uppercase;
}

.room-details:hover:before {
    background-color: rgba(31, 31, 31, 0.80);
}

.booking-btn {
    display: inline-block;
    position: absolute;
    bottom: 97px;
    left: 91px;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 7px;
    z-index: 9;
}

.booking-btn i {
    padding-left: 5px;
}

.booking-btn:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
}


/* ============================ SEC TITLE ============================ */


.sec-title {
    margin-bottom: 52px;
    text-align: center;
}

.sec-title > h1 {
    color: #452115;
    font-size: 40px;
    text-transform: uppercase;
    max-width: 100%;
    font-family: 'Roboto Slab';
    font-weight: 600;
}

.sec-title > .h2 {
    color: #452115;
    font-size: 40px;
    text-transform: uppercase;
    padding-left: 15px;
}

.sec-title > .h3 {
    color: #452115;
    font-size: 30px;
    text-transform: uppercase;
    padding-left: 15px;
}

/* ============================ SERVICES SEC ============================ */

/* ============================ RELAX SEC ============================ */


/* ============================ TESTIMONIAL SEC ============================ */


.testimonial-sec {
    background-color: #f3f3f6;
}

.testimonial-carousel {
    max-width: 655px;
    margin: 0 auto;
    text-align: center;
}

.testimonial-carousel .slick-list {
    /* padding-top: 50px; */
}

.testi {
    padding: 40px 60px;
    position: relative;
    background-color: #fff;
}

.testi:before {
    content: '“';
    font-family: 'Merriweather';
    position: absolute;
    top: 23px;
    left: 35px;
    color: #e1e1e6;
    font-size: 87px;
}

.testi > .h3,
.testimonial-sec .container div.h3:last-of-type {
    color: #452115;
    font-size: 17px;
    margin-bottom: 4px;
    margin-top: 14px;
    margin-bottom: 15px;
}

.slick-prev {
    left: -100px;
}

.slick-next {
    right: -100px;
}

.slick-prev,
.slick-next {
    width: 40px;
    height: 80px;
    background-color: #c1aa97;
    margin-top: 25px;
}

.slick-prev:hover,
.slick-next:hover {
    background-color: #452115;
}

.slick-prev:before {
    content: '\f120';
}

.slick-next:before {
    content: '\f121';
}

.slick-prev:before,
.slick-next:before {
    font-family: lineawesome;
    color: #fff;
    font-size: 24px;
    opacity: 1;
}

/* ============================ BLOG SEC ============================ */


.blog {
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
}

/*
.blog:hover .blog-img:before {
	background-color: rgba(21,27,43,0.90);
}*/
.blog-img {
    position: relative;
    overflow: hidden;
}

.blog-img:after,
.room-details:after,
.abt-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #252525;
    opacity: 0.7;
}

.blog:hover .blog-img:after {
    opacity: 0.8;
}

.room-details:after {
    background-color: #151b2b;
}

.room-details:hover:after {
    opacity: 0.5;
}

.blog:hover .blog-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.abt-img:after {
    background-color: rgba(0, 0, 0, .3);
    opacity: 0;
    visibility: hidden;
}

.abt-img:hover:after {
    opacity: 1;
    visibility: visible;
}

.abt-img:hover > img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/*.blog:hover .blog-img {
	transform: scale(1.1);
}
.blog:hover .blog-img .blog-category {
	transform: scale(1);
}*/
.blog-img > img {
    width: 100%;
}

.blog-info {
    position: absolute;
    bottom: 60px;
    left: 0;
    padding: 0 30px;
}

.post-title {
    font-size: 20px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 40px;
}

.post-title a {
    color: #ffffff;
}

.blog-info > p {
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 26px;
}

.blog-info > a {
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
}

.blog-info > a i {
    padding-left: 7px;
}

/* ============================ FOOTER ============================ */


footer {
    background: #262626;
}

.top-footer {
    border-bottom: 1px solid #2d3243;
}

.ft-logo {
    float: left;
    width: 185px;
    display: table;
    padding: 16px 0;
}

.ft-logo img {
    display: table-cell;
    max-height: 69px;
}

/* ============================ ROOM FEATURES LIST ============================ */


.social-links {
    float: left;
    padding: 32px 0 28px;
}

.social-links ul li {
    display: inline-block;
    margin-right: 7px;
}

.social-links ul li:last-child {
    margin-right: 0;
}

.social-links ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #c1aa98;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 44px;
}

.social-links ul li a:hover {
    background-color: #452115;
    color: #ffffff;
}

/* ============================ BOTTOM FOOTER ============================ */


.bottom-footer {
    padding: 30px 0;
}

.info-lst {
    padding-right: 50px;
}

.info-lst li {
    display: block;
    color: #9aa0ad;
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 24px;
}

.info-lst li:last-child {
    margin-bottom: 0;
}

.info-lst li a {
    display: inline-block;
    color: #452115;
    border-bottom: 1px solid #d45e55;
    line-height: 16px;
    margin-bottom: 8px;
}

/* ============================ FOOTER WIDGETS ============================ */

.widget-title {
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 1px;
    font-weight: 600;
}

.widget-links > ul li {
    display: block;
    margin-bottom: 22px;
}

.widget-links > ul li:last-child {
    margin-bottom: 0;
}

.widget-links > ul li a {
    display: block;
    color: #9aa0ad;
    font-size: 15px;
}

.widget-links > ul li a:hover {
    color: #452115;
    padding-left: 11px;
}

/* ============================ WIDGET NEWSLETTER ============================ */


/* ============================ BOTTOM STRIP ============================ */

.bottom-strip {
    background-color: #0e1222;
    padding: 35px 0 31px;
    text-align: center;
}

.bottom-strip p {
    color: #9aa0ad;
}

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #787d8b;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: #787d8b;
}

input:-ms-input-placeholder {
    /* IE 10+ */
    color: #787d8b;
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: #787d8b;
}


/* ============================= HOMEPAGE 2 ============================ */


/* ============================= HOTEL SECTION ============================ */

/* ============================= HOMEPAGE 2 TOP FOOTER ============================ */


/* ============================= HOMEPAGE 2 BOTTOM FOOTER ============================ */


/* ============================= HOMEPAGE 2 TOP HEADER ============================ */

.checkform > li {
    color: #fff;
    border-color: #fff;
}

/* ============================= CHECKING FORM ============================ */

.checking-form {
    float: right;
}

/*
.checking-form .check-status {
	padding: 0;
}*/

.checkform {
    background-color: #2f1654;
    padding: 10px 0;
    float: left;
}

.checkform > li {
    float: left;
    border-right: 1px solid #482f6e;
    padding: 9px 40px 4px;
}

.checkform > li:last-child {
    border-right: 0;
}

.check-form > .h4 {
    color: #907ab1;
    font-size: 13px;
    text-transform: uppercase;
}

.det > span {
    float: left;
    color: #907ab1;
    font-size: 14px;
    margin-top: 6px;
    padding-left: 12px;
    text-align: center;
}

.val-date {
    color: #262626;
    font-size: 35px;
    float: none;
    font-weight: 600;
    width: 39px;
    text-align: center;
}

.date-pick {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: inherit;
    border: 0;
    opacity: 0;
}

.check-form {
    position: relative;
}

.handle-counter {
    margin-top: 0;
}

.handle-counter ul li button {
    width: auto;
    height: auto;
    background-color: inherit;
    padding: 0;
    border: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    outline: none;
    font-size: inherit;
}

/*.checkform li input {
  width: 39px;
  text-align: center;
  color: #ffffff;
  font-size: 35px;
  background-color: inherit;
  border:0;
  float: left;
}*/

.handle-counter input {
    width: 39px;
    text-align: center;
    color: #150905;
    font-size: 35px;
    background-color: inherit;
    border: 0;
    float: left;
}

.counter-control {
    margin-left: 9px;
    float: left;
}

.counter-control button {
    display: block;
    color: #907ab1;
    font-size: 14px;
}

.input-fieldd {
    float: left;
    width: 33px;
}


/* ============================= HOMEPAGE 2 BOTTOM HEADER ============================ */


/* ============================= HOMEPAGE 3 ============================ */


/* ======================= HEADER HOMEPAGE 3 ======================= */

/* ======================= ROOMS SECTION ======================= */

.slick-slide {
    outline: none;
}

.max-cont {
    width: 1100px;
    margin: 0 auto;
}

/* ======================= SERVICES SECTION ======================= */


/* ======================= CHECK AVAILABILITY SEC ======================= */


/* ======================= POST SECTION ======================= */


/* ======================= CONTACT SECTION ======================= */

/* ======================= CONTACT FORM ====================== */

/* ======================= FOOTER HOMEPAGE 3 ======================= */


/* ========================= HOMEPAGE 4 ========================== */

header .social-links li {
    margin-right: 10px;
}

header .social-links li:last-child {
    margin-right: 0;
}

/*
.resto-sec .srvc-carousel .slick-next {
	left: 640px;
}
.resto-sec .srvc-carousel .slick-prev {
	left: 580px;
}*/


/* ======================== HOMEPAGE 5 ======================= */


/* ======================= ROOM SEC ========================= */

a {
    color: inherit;
}


/* ===================== HOMEPAGE 6 ===================== */

.row {
    margin: 0;
}


/* =========================== HOMEPAGE 7 ======================== */


.reszidence-sec .container-fluid {
    padding: 0 70px;
}

.reszidence-sec .col-lg-4 {
    padding: 15px;
}

.reszidence-sec .room-hd {
    /* top: 63px;
	left: 60px; */
}

.reszidence-sec .booking-btn {
    bottom: 40px;
    left: 60px;
}

.reszidence-sec .room-details:before {
    background-color: rgba(25, 25, 25, 0.70);
}

/* =================== SERVICES SEC ================= */

/* =================== INSTA SEC END =================== */

.item-cont .arw-down {
    display: none;
}


/* ====================== HEADER HOMEPAGE 7 ===================== */

/*.bbtm-header nav ul ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 200px;
	background-color: #191919;
	padding: 20px;
	opacity: 0;
	visibility: hidden;
}
.bbtm-header nav ul ul li {
	padding: 0;
	margin: 0;
	display: block;
	margin-bottom: 15px;
	position: static;
}
.bbtm-header nav ul ul li:last-child {
	margin-bottom: 0;
}
.bbtm-header nav ul ul li:before {
	display: none;
}*/


/* ========================== HOMEPAGE 9 =========================== */


/* ========================= HEADER HOMEPAGE 9 ========================== */

/*.hp_9 .bbtm-header .container:before {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	background-color: #80b641;
}*/


/* ============================ HOMEPAGE 10 ============================= */

/*.hp10 .room-details:before, .hp10 .blog-img:before, .hp10 .featz:before,
.hp10 .relax-sec.overlay:before {
	background-color: rgba(36,16,67,0.70);
}*/


/* ============================= HOMEPAGE 8 ============================ */


/* ======================== PAGER SECTION ========================== */


/* ===================== SIDEBAR ====================== */


/* ====================== PRICE FILTER STYLE ====================== */

/*

.tab-content > .tab-pane {
  display: block;
  visibility: hidden;
}

.tab-content > .tab-pane.active {
  visibility: visible;
}

.tab-content {
  position: relative;
}

.tab-pane:not(:first-child) {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
*/

.tab-content > .tab-pane {
    display: block;
    height: 0;
    overflow: hidden;
}

.tab-content > .active {
    height: auto;
}

.lnk-default:hover {
    border-color: #452115;
}

.lnk-default:before, .lnk-default:after {
    background-color: #452115;
}


/* ======================== BLOG SINGE 1 =========================== */


/* ================== WIDGET SEARCH ===================== */


/* =================== WIDGET POSTS ================ */


/* ====================== INFO SEC ========================== */


/* ========================== ROOM SINGLE VERSION 2 =========================== */


/* ======================= BOOKING TABS LIST ===================== */


/* ====================== BOOKING FORM ========================= */

/* ============================ INFORMATION FORM =================================== */


/* ========================= MORE INFORMATIONS ======================== */


/* ====================== PAYMENT OPTIONS ========================= */

/*.payment_options button.lnk-default:hover {
	color: #fff;
	border-color: #452115;
}
*/


/* ======================== BLOG POST ======================== */

/* ======================== BLOG SINGLE PAGE ====================== */

/* ==================== TAGS LIST ==================== */


/* ==================== SHARE POST ===================== */


/* ================= COMMENTS SECTION ================= */


/* ====================== POST COMMENT ======================== */

/* ====================== ABOUT PAGE ======================= */


/* =================== RESOT SEC ====================== */

.resot-sec {
    background-color: #fbf2e9;
}

.resot-dv {
    text-align: center;
}

.resot-icon {
    width: 100px;
    margin: 0 auto;
    line-height: 125px;
    height: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    /*border-radius: 100px;
	border:1px solid #dededf;*/
    text-align: center;
    margin-bottom: 19px;
    /*background-color: rgba(255, 255, 255, 0.58);*/
}

.resot-dv > .h3 {
    color: #151b2e;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 24px;
}

/*.resot-dv:hover .resot-icon {
	background-color: #452115;
	color: #fff;
}
.resot-dv:hover .resot-icon i {
	color: #fff;
}*/


/* ================== CONTACT SEC ======================= */


/* ======================= CONTACT FORM V1 ======================= */


/* ====================== CONTACT PAGE V2 ======================= */


/* ============================ GALLERY PAGE ======================== */

.gd-item {
    margin-bottom: 30px;
    overflow: hidden;
}

.gallery-grid .nav-tabs {
    margin-bottom: 29px;
    text-align: center;
    display: block;
}

.gallery-grid .nav-tabs .nav-item {
    display: inline-block;
    margin-right: 50px;
}

.gallery-grid .nav-tabs .nav-item:last-child {
    margin-right: 0;
}

.gallery-grid .nav-tabs .nav-link {
    color: #452115;
    font-size: 0 9px 18px;
    border-bottom: 1px solid transparent;
    padding: 15px;
}

.gallery-grid .nav-tabs .nav-link.active {
    color: #0b0f1c;
    border-bottom-color: #151b2e;
}

/* ====================== MENU ITEM LIST ==================== */


/* ====================== PLACES PAGE ======================== */


/* ======================= EXPLORE SEC =========================== */


/* ========================= TERMS AND CONDITIONDS SEC ========================== */

/* ======================= WIDGET ASK ========================= */


.blog-items.services_sec .blog .blog-info {
    /* bottom: 13px; */
}

.blog-items.services_sec .blog:hover .blog-info {
    bottom: 80px;
}


/* ========================== ERROR SEC =========================== */


/* ======================== LORD TABLE ======================= */


/* ========================== MESSAGES BOX ============================== */


/* ===============  Coming Soon ================== */


/* =========================== BUTTONS LIST =============================== */


/* ============================ LORD FORM ===================================== */

/* ====================== SEARCH FIELDS ======================= */


/* ======================= RESPONNSIVE MOBILE MENU ============================= */


.menu-bar {
    float: right;
    margin-top: 23px;
    display: none;
}

.menu-bar a {
    display: inline-block;
    width: 100%;
}

.menu-bar a span {
    display: block;
    width: 100%;
    background-color: #ffffff;
    height: 1px;
    margin-bottom: 10px;
}

.menu-bar span.bar1 {
    width: 100%;
}

.menu-bar span.bar2 {
    width: 20px;
}

.menu-bar span.bar3 {
    width: 30px;
}

.menu-bar a span:last-child {
    margin-bottom: 0;
}

.menu-bar.active span.bar1 {
    -webkit-transform: translateY(13px) rotate(-45deg);
    -moz-transform: translateY(13px) rotate(-45deg);
    -ms-transform: translateY(13px) rotate(-45deg);
    transform: translateY(13px) rotate(-45deg);
}

.menu-bar.active span.bar2 {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(2, 1);
    -moz-transform: scale(2, 1);
    -ms-transform: scale(2, 1);
    -o-transform: scale(2, 1);
    transform: scale(2, 1);
}

.menu-bar.active span.bar3 {
    -webkit-transform: translateY(-9px) rotate(-135deg);
    -moz-transform: translateY(-9px) rotate(-135deg);
    -ms-transform: translateY(-9px) rotate(-135deg);
    transform: translateY(-9px) rotate(-135deg);
}


/* ========================== REVOLUTION BANNER SLIDES =========================== */

.lyr1 {
    color: #fefefe;
    font-size: 20px;
    font-weight: 300;
    text-transform: capitalize;
    z-index: 999;
    position: relative;
}

.lyr1:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    width: 200px;
    height: 1px;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: -10px;
}

.lyr1:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 200px;
    height: 1px;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: -10px;
}

/*.main-slider .inner {
	display: none;
}*/

.lyr2 {
    color: #fefefe;
    font-size: 65px;
    text-transform: uppercase;
    z-index: 999;
    font-family: 'Roboto Slab';
}


/* ========================== REVOLUTION BANNER SLIDES Nevigiation =========================== */

/*.main-slider.hp_3  .metis .tp-tab.selected .tp-tab-number{
	font-size: 22px;
}*/


/*.main-slider.hp_3  .metis .tp-tab.selected .tp-tab-number:before {
    width: 1px;
    opacity: 1;
    visibility: visible;
    background-color: rgba(255,255,255,1);
}*/
/*
.main-slider.hp_3 .metis .tp-tab-number:before {
    content: "";
    position: absolute;
    top: 63PX;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 21%;
    width: 0;
    height: 80px;
    background-color: rgba(255,255,255,1);
    opacity: 0;
    visibility: hidden;
}*/
/*.main-slider.hp_3 .metis.tp-tabs,
.main-slider.hp_3 .metis.tp-tabs:before {
    background: none !important;
    border-right: none !important;
    height: 400px !important;
    top: 27% !important;
}
.main-slider.hp_3 .metis.tp-tabs:hover:before {
    width: 88px !important;
}
.main-slider.hp_3 .metis:hover .tp-tab-mask{
	left: 20px !important;
}
.main-slider.hp_3 .tp-tabs-inner-wrapper {
    height: 223px !important;
}
*/


.checking-form.sldr {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 960px;
    z-index: 9999;
}

.checking-form.sldr .checkform {
    background-color: #fff;
    text-align: center;
    padding: 15px 15px 14px 15px;
    -webkit-box-shadow: 0 0 30px rgba(32, 32, 32, 0.15);
    -moz-box-shadow: 0 0 30px rgba(32, 32, 32, 0.15);
    -ms-box-shadow: 0 0 30px rgba(32, 32, 32, 0.15);
    -o-box-shadow: 0 0 30px rgba(32, 32, 32, 0.15);
    box-shadow: 0 0 30px rgba(32, 32, 32, 0.15);
}

.checking-form.sldr .det > span {
    width: 100%;
    padding-left: 0;
    color: #878787;
    margin-top: 0;
}

/*.checking-form.sldr .checkform li input {
	color: #262626;
	font-size: 35px;
	float: none;
	font-weight: 600;
}*/

.checking-form.sldr .handle-counter li input {
    color: #262626;
    font-size: 35px;
    float: none;
    font-weight: 600;
}

.checking-form.sldr .check-form > .h4 {
    color: #878787;
}

.checking-form.sldr .checkform > li {
    position: relative;
    border: 0;
    padding: 0 73px 0 53px;
}

.checking-form.sldr .checkform > li:before {
    content: '';
    position: absolute;
    top: 3px;
    right: 0;
    width: 1px;
    height: 70px;
    background-color: #e9e9e9;
}

.checking-form.sldr .arw-down {
    position: absolute;
    top: 50%;
    right: -15px;
    color: #878787;
    font-size: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.checking-form.sldr .check-form {
    position: relative;
    margin-top: 3px;
}

.checking-form.sldr .bk_now,
.src-book .bk-now {
    color: #fefefe;
    font-size: 15px;
    font-weight: 700;
    background: -webkit-linear-gradient(to right, #452115, #452115);
    background: -moz-linear-gradient(to right, #452115, #452115);
    background: -ms-linear-gradient(to right, #452115, #452115);
    background: -o-linear-gradient(to right, #452115, #452115);
    background: linear-gradient(to right, #452115, #452115);
    border: 0;
    height: 80px;
    line-height: 80px;
    padding: 0 40px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    text-transform: uppercase;
}

.src-book .bk-now:hover {
    color: #fefefe;
}

.src-book .bk-now img {
    filter: brightness(0) invert(1);
}

.checking-form.sldr .checkform > li.wuto {
    padding: 0;
}

.checking-form.sldr .checkform > li.wuto:before {
    display: none;
}

.checking-form.sldr .bk-now {
    position: static;
    padding: 0;
}

.checking-form.sldr .checkform > li.item-cont .check-form > .h4 {
    margin-bottom: 6px;
}

.checking-form.sldr .handle-counter ul li button {
    color: #878787;
    outline: none;
    border: 0;
}

.checking-form.sldr .checkform > li.item-cont:before {
    display: none;
}


/* ============================  SIDE MENU =============================== */


/* ============================= HEADER HOMEPAGE 5 ================================= */


/* ========================= HEADER 6 FIXED SIDEBAR ========================== */


.navigations {
    float: left;
    width: 100%;
    margin-bottom: 130px;
}

.navigations ul {
    float: left;
    width: 100%;
}

.navigations ul li {
    float: left;
    width: 100%;
    margin-bottom: 17px;
    position: relative;
}

.navigations ul li:last-child {
    margin-bottom: 0;
}

.navigations ul li a {
    display: block;
    position: relative;
    color: #757575;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Roboto Slab';
}

.navigations ul ul li {
    margin-bottom: 20px;
}

.navigations ul ul li a {
    color: #a1a1a1;
    font-size: 16px;
    text-transform: capitalize;
}

.navigations ul li a:before {
    content: '\f2c2';
    font-family: lineawesome;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 20px;
    opacity: 0;
    visibility: hidden;
}

.navigations ul ul {
    margin-top: 8px;
    display: none;
    padding: 20px;
}


/* ====================== SEARCH SEC ============================ */


.search_sec {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 32, 49, 0.95);
    z-index: 999999999999;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

.search_field {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    margin-top: -50px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.search_field .container {
    max-width: 800px;
}


.close-search {
    position: absolute;
    top: 60px;
    right: 70px;
    color: #c6c7ca;
    font-size: 40px;
}

.close-search:hover {
    color: #c6c7ca;
}

/*nav > ul > li.has_menu a::before {
	color: #262626;
}*/


/*
header.hp_5 nav > ul > li.has_menu > a::before {
	right: -7px;
}*/


/* ======================= DATE PICKER STYLYING =========================*/

.flatpickr-calendar {
    -webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
    -ms-box-shadow: inherit;
    -o-box-shadow: inherit;
    box-shadow: inherit;
}

.flatpickr-months {
    background-color: #0e1222;
}

.flatpickr-current-month span.cur-month,
.flatpickr-current-month .numInputWrapper {
    color: #fefefe;
    font-size: 20px;
    font-family: 'Roboto Slab';
    font-weight: 400;
}

.flatpickr-innerContainer {
    background-color: #151b2e;
}

span.flatpickr-weekday {
    color: #bfc3ce;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Roboto';
}

.flatpickr-day {
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 13px;
}

.flatpickr-day.selected,
.flatpickr-day:hover {
    background-color: #452115;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 0;
}

.flatpickr-day.nextMonthDay {
    color: #787d8b;
}

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
    fill: #fff;
}

.flatpickr-calendar:before, .flatpickr-calendar:after {
    display: none;
}

.flatpickr-months .flatpickr-month {
    height: 65px;
    padding-top: 14px;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
    top: 16px;
}


/* ============================= RESPONSIVE MOBILE MENU  =============================== */


.responsive_mobile_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 375px;
    background-color: #0e1222;
    height: 100%;
    z-index: 99999999999999;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.responsive_mobile_menu.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.resp_head {
    border-bottom: 1px solid #3e414e;
    padding: 8px 20px 12px;
}

.responsive_mobile_menu .ft-logo {
    padding: 0;
    width: 235px;
}

.responsive_mobile_menu .ft-logo img {
    float: left;
}

.responsive_mobile_menu .menu-bar {
    display: block;
    padding-right: 0;
}

.ct_head {
    padding: 30px 20px;
    margin-bottom: 60px;
}

.ct_head > h3 {
    float: left;
    color: #ffffff;
    font-size: 15px;
}

.responsive_mobile_menu .lang-slct {
    border-left: 0;
}

.responsive_mobile_menu .navigations {
    padding: 0 20px;
    margin-bottom: 100px;
    display: block;
}

.responsive_mobile_menu .navigations ul li a {
    color: #ffffff;
}

.responsive_mobile_menu .navigations ul li a.active {
    color: #452115;
}

.responsive_mobile_menu .navigations ul li a:before {
    content: '\f107';
    font-family: fontawesome;
}

.responsive_mobile_menu .navigations ul li.menu-item-has-children.active a:before {
    content: '\f106';
}

.responsive_mobile_menu .navigations ul li {
    margin-bottom: 25px;
}

.responsive_mobile_menu .navigations ul ul {
    margin-top: 20px;
}

.scrollTop {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    line-height: 40px;
    background-color: #ffffff;
    color: #000;
    font-size: 20px;
    position: fixed;
    bottom: 25px;
    right: 30px;
    z-index: 999999;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.30);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.30);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.30);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.30);
}

.scrollTop:hover {
    color: #000;
}

.top-footer {
    border-bottom: 1px solid rgba(143, 143, 143, .2);
}

.top-footer .container {
    padding: 0 15px;
}

.social-links ul li a:hover {
    background-color: #452115;
}


/* ========================== MM MENU =========================== */

.lordcros-video-btn {
    position: relative;
    width: 64px;
    height: 64px;
    cursor: pointer;
}

.main-slider .checking-form ul,
.bg-dark {
    background-color: #f1dfc9 !important;
}

.b-desc {
    display: block;
}

.b-mob {
    display: none !important;
}

@media (max-width: 768px) {
    .b-desc {
        display: none !important;
    }

    .b-mob {
        display: block !important;
    }

    .b-lang {
        width: 32px !important;
        align-self: center;
    }

    .bottom-header .ft-logo {
        width: 180px !important;
    }
}

button.bk-now {
    text-transform: uppercase;
}

.bottom-header .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.bottom-header .ft-logo {
    order: 1;
}

.bottom-header .menu-container-main {
    order: 2;
}

.bottom-header .src-book {
    order: 3;
}

@media (max-width: 768px) {
    .bottom-header .ft-logo {
        order: 1;
    }

    .bottom-header .menu-container-main {
        order: 2;
    }

    .bottom-header .src-book {
        order: 3;
    }

    .bottom-header .b-lang {
        order: 3;
    }

    .bottom-header .header-phones-bottom {
        order: 4;
    }
}

.lnk-default:hover {
    background-color: #452115 !important;
}

.bottom-footer p, .bottom-footer a, .widget-links > ul li a, .info-lst li, .bottom-footer .info-lst li a {
    color: #999999 !important;
}

.resot-dv p {
    color: #150905;
    font-size: 14px;
    line-height: 18px;
}

.bg-light {
    background-color: #fbf2e9 !important;
}

.about-text ul li {
    color: #452115 !important;
    font-size: 15px !important;
    line-height: 24px !important;
    margin-bottom: 0 !important;
}

.blog-content {
    background: #fff;
    padding: 10px;
    color: #999999;
}

.blog-content p {
    color: #999999 !important;
}

.blog-content a {
    color: #150905 !important;
    margin-top: 10px;
    display: block;
}

.blog-content .post-title {
    font-size: 20px;
    color: #150905;
    text-transform: none;
    margin-bottom: 10px;
}

.blog-content .post-title a {
    color: #150905;
}

.slick-initialized .slick-slide {
    text-align: center;
    overflow: hidden;
}

.about-text > p {
    padding-bottom: 24px;
}


.special-action-home > p {
    padding-bottom: 24px;
}

@media (max-width: 768px) {
    .video-captions-container .video-caption {
        font-size: 18px;
    }
}

@media (max-width: 375px) {
    .video-captions-container .video-caption {
        font-size: 15px;
    }

    .video-captions-container .video-text {
        font-size: 15px;
    }
}

@media (max-width: 320px) {
    .video-captions-container .video-caption {
        font-size: 14px;
    }

    .video-captions-container .video-text {
        font-size: 14px;
    }
}

.img-3 {
    clear: both;
    margin: 10px 0;
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.img-3 img {
    width: 33%;
    margin: 0;
}
nav ul ul li a:hover, nav ul li a:hover, header a:hover {
    color: #8e7d6f;
}
@media (max-width: 768px) {
    .img-3 img {
        height: auto;
        width: auto;
        max-width: 100%;
        margin: 10px 0;
    }
}

.flexed-container-footer-top > .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flexed-container-footer-top > .row > .ft-logo {
    margin: 0;
    width: auto;
}

.flexed-container-footer-top > .row > .social-links {
    width: auto;
    padding: 0;
}

body .about-text ul li {
    list-style-position: inside;
}

.testi.slick-slide.slick-current.slick-active {
    left: 0 !important;
}

.testi.slick-slide:not(.slick-current.slick-active) {
    display: none;
}

.slick-prev, .slick-next {
    margin-top: 0;
}


@media (max-width: 1905px) {

    .room-hd {
        top: 200px;
    }
}

@media (max-width: 1620px) {

    .room-hd {
        left: 40px;
        top: 140px;
    }
}

@media (max-width: 1366px) {
    header.pb .container-fluid {
        padding: 0 20px;
    }

    header.hp1 nav {
        padding-right: 30px;
    }

    .room-hd {
        left: 40px;
        top: 100px;
    }

    .reszidence-sec .booking-btn {
        left: 40px;
    }

    .booking-btn {
        left: 40px;
    }

    .abt_carousel .slick-dots {
        right: 15px;
    }

    .services_sec {
        padding: 0 15px;
    }

    .ft-logo img {
        width: 180px;
    }
}

@media (max-width: 1200px) {
    .src-book li {
        padding: 29px 20px 15px;
    }

    .bottom-header .ft-logo {
        width: 220px;
    }

    nav {
        padding-right: 20px;
    }

    .top-footer .ft-logo {
        width: 250px;
    }

    .about-text {
        margin-top: 0;
    }

    .about-text > p {
        padding-right: 0;
    }

    .room-hd {
        left: 30px;
    }

    .booking-btn {
        left: 30px;
    }

    header.pb {
        position: static;
    }

    .reszidence-sec .room-hd {
        left: 30px;
    }

    .reszidence-sec .booking-btn {
        left: 30px;
    }

    .room-hd {
        top: 30px;
    }

    .booking-btn {
        bottom: 30px;
    }

    .blog:hover .blog-info {
        bottom: 27px;
    }

    header.hp1 {
        background-color: #333;
    }

    header.hp1 .src-book {
        display: none;
    }

    header.hp1 nav {
        padding-right: 0;
    }

    header nav {
        display: none;
    }

    .menu-bar {
        display: block;
    }

    .bottom-header .ft-logo {
        margin-top: 0;
    }

    .bottom-header {
        padding: 10px 0;
    }

    header.pb {
        background-color: #262626;
    }

    header.pb .bottom-header .src-book {
        display: none;
    }

    .abt_carousel .slick-dots {
        width: 100%;
        top: auto;
        bottom: -50px;
        -webkit-transform: inherit;
        -ms-transform: inherit;
        -moz-transform: inherit;
        -o-transform: inherit;
        transform: inherit;
        right: 0;
    }

    .container {
        padding: 0 15px;
    }

    .reszidence-sec .container-fluid {
        padding: 0 30px;
    }

    .hpg1 .checking-form.sldr .checkform > li {
        padding: 0 55px 0 53px;
    }

    .hpg1 .checking-form.sldr .checkform > li.wuto {
        padding: 0;
    }

    .menu-bar {
        margin-top: 22px;
    }

    /*.srvc-carousel .slick-prev {left: 360px;}*/
    /*.srvc-carousel .slick-next {left: 400px;}*/
}

@media (max-width: 991px) {
    .src-book {
        display: none;
    }

    .slick-prev {
        left: -30px;
        z-index: 999;
    }

    .slick-next {
        right: -30px;
        z-index: 999;
    }

    /*.top-footer .social-links {width: 100%;text-align: center;padding: 0 0 25px;}*/
    .bottom-footer .widget {
        margin-bottom: 50px;
    }

    .bottom-footer {
        padding-bottom: 0;
    }

    .resot-dv {
        margin-bottom: 35px;
    }

    .resot_sec {
        margin-bottom: -35px;
    }

    .container {
        padding: 0 15px;
    }

    .about-text {
        margin-bottom: 40px;
    }

    .blog {
        margin-bottom: 30px;
    }

    .blog-items {
        margin-bottom: -30px;
    }

    .checking-form.sldr {
        position: static;
        float: none;
        width: 100%;
    }

    .checking-form.sldr .checkform > li {
        padding: 0 73px 0 75px;
    }

    .checking-form.sldr .checkform > li.wuto {
        margin-top: 15px;
    }

    .lyr1:before {
        width: 50px;
    }

    .lyr1:after {
        width: 50px;
    }

    .checking-form.sldr .checkform > li {
        width: 100%;
        margin-bottom: 30px;
        border: 0;
    }

    .checking-form.sldr .input-fieldd {
        float: none;
        width: auto;
        display: inline-block;
    }

    .checking-form.sldr .counter-control {
        float: none;
        display: inline-block;
    }

    .checking-form.sldr .checkform > li.item-cont {
        margin-bottom: 0;
    }

    .checking-form.sldr .checkform > li.wuto {
        margin-bottom: 0;
    }

    .checking-form.sldr .checkform > li::before {
        display: none;
    }

    .reszidence-sec .container-fluid {
        padding: 0 15px;
    }

    .services_sec {
        padding: 0 15px;
    }

    .layout.hpg1 .checking-form.sldr .checkform > li {
        width: 33.33%;
        margin-bottom: 20px;
    }

    .layout.hpg1 .checking-form.sldr .checkform > li.wuto {
        width: 100%;
        margin-top: 0;
    }

    .layout.hpg1 .checking-form.sldr .checkform {
        padding: 15px 15px 20px 15px;
        width: 100%;
    }

    .top-footer .container {
        padding: 0 30px;
    }

    .layout.hpg1 .checking-form.sldr .checkform > li.wuto {
        margin-bottom: 0;
    }

    .checking-form.sldr .bk_now {
        height: 60px;
        line-height: 60px;
    }

    .hpg1 .checking-form.sldr .checkform > li {
        padding: 0;
    }

    .lordcros-video-btn {
        margin-top: 20px !important;
    }

    .hpg1 .checking-form.sldr .bk_now {
        display: inline-block;
    }
}


@media (max-width: 768px) {
    .cont-list {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .cont-list li:last-child {
        padding-right: 0;
    }

    header .social-links {
        float: left;
    }

    .testimonial-carousel .slick-next, .testimonial-carousel .slick-prev {
        display: none !important;
    }

    .top-footer .ft-logo {
        float: none;
        margin: 0 auto;
    }

    .blog-items.services_sec .post-title {
        font-size: 16px;
    }

    .blog-items.services_sec .blog .blog-info {
        padding: 0 15px;
    }

    .room-hd {
        top: 40px;
        left: 30px;
    }

    .booking-btn {
        bottom: 40px;
        left: 30px;
    }

    .booking-btn {
        font-size: 14px;
    }

    .checking-form.sldr .checkform > li {
        padding: 0 40px;
    }

    .top-footer .social-links {
        width: 100%;
        text-align: center;
        padding: 10px 0 20px;
    }

    .lordcros-video-btn {
        margin-top: 20px !important;
    }

    .testimonial-sec .container {
        padding: 0 30px;
    }

    .bottom-footer {
        text-align: center;
    }

    .blog-info > p {
        font-size: 14px;
        line-height: 22px;
    }

    .lyr2 {
        margin-bottom: 20px !important;
    }

    .lyr1 {
        margin-bottom: 20px !important;
        font-size: 14px !important;
    }
}


@media (max-width: 576px) {
    .testimonial-carousel {
        max-width: 100%;
    }

    .container {
        padding: 0 15px;
    }

    header.pb .container-fluid {
        padding: 0 15px;
    }

    .blog-items.services_sec .blog {
        margin-bottom: 20px;
    }

    .relax-sec {
        padding: 50px 0;
    }

    .reszidence-sec .container-fluid {
        padding: 0 15px;
    }

    .checking-form.sldr .checkform > li {
        padding: 0 40px 0 20px;
    }

    .checking-form.sldr .arw-down {
        right: 0;
    }

    /*.main-slider.hp_4 .bk_now {width: 100%;}*/
    /*.layout.hpg1 .checking-form.sldr .checkform > li {width: 100%;}*/
    .checking-form.sldr .counter-control {
        float: right;
        margin-top: -5px;
    }

    .checking-form.sldr .counter-control {
        float: none;
        position: relative;
        top: 3px;
    }

    .relax-sec {
        padding-top: 0;
    }

    .lyr1 {
        font-size: 15px !important;
        margin-bottom: 15px !important;
    }

    .lyr1 {
        margin-bottom: 35px !important;
    }
}


@media (max-width: 480px) {
    .cont-list li {
        padding: 0;
        width: 100%;
        border: 0;
    }

    .cont-list {
        margin-bottom: 15px;
    }

    .top-header {
        padding: 20px 0 10px;
    }

    .testi {
        padding: 40px 15px;
    }

    .testi::before {
        left: 3px;
    }

    .gallery-grid .nav-tabs .nav-item {
        margin-right: 0;
    }

    .gallery-grid .nav-tabs .nav-item:last-child {
        margin-right: 0;
    }

    .flatpickr-calendar {
        right: 0 !important;
    }

    .about-text > h2 {
        font-size: 36px;
    }

    .about-text > h3 {
        font-size: 24px;
    }

    .ft-logo {
        width: 230px;
    }

    .social-links ul li {
        margin-right: 0;
    }

    .responsive_mobile_menu {
        width: 100%;
    }

    .lyr1:before {
        display: none;
    }

    .lyr1:after {
        display: none;
    }

    .info-lst {
        padding-right: 0;
    }

    .lordcros-video-btn {
        margin-top: 10px !important;
    }

    .rooms-sec .row {
        margin: 0 -10px;
    }

    .ft-logo img {
        display: inline-block;
    }

    .top-footer .ft-logo {
        text-align: center;
    }

    .rooms-sec .row {
        margin: 0;
    }

    .checking-form.sldr .checkform > li {
        padding: 0;
    }

    .checking-form.sldr .checkform li input {
        font-size: 28px;
    }

    .det > span {
        font-size: 12px;
    }

    .checking-form.sldr .counter-control {
        margin-left: 0;
    }

    .checking-form.sldr .arw-down {
        font-size: 14px;
        right: 5px;
    }

    .close-search {
        right: 30px;
    }

    .testi::before {
        top: 10px;
    }
}


.bk-now img {
    margin-right: 10px;
}


footer .social-links {
    float: none;
}

footer .ft-logo {
    float: none;
    text-align: center;
    display: block;
    width: 100%;
    text-align: center;
}

footer .ft-logo img {
    display: inline;
}

.flexed-copy {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-phones-bottom {
    display: none;
}

.home-slider-slick {
    overflow: hidden;
    position: relative;
}

.home-slider-slick .home-slider-item {
    /* height: 100vh; */
    height: 48.7vw;
    overflow-y: hidden;
    position: relative;
}

.home-slider-slick .home-slider-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.home-slider-slick .home-slider-item img {
    height: 48.7vw;
    overflow-y: hidden;
}
.home-slider-slick .home-slider-item .captions-container {
    background-color: rgba(36, 16, 67, 0.45);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.main-slider .home-slider-slick {
   height: 48.7vw;
    overflow: hidden
}
.home-slider-slick .home-slider-item .home-caption.lyr1:before {
    right: 110%;
}

.home-slider-slick .home-slider-item .home-caption.lyr1 {
    text-transform: none;
    text-align: center;
}

.home-slider-slick .home-slider-item .home-caption.lyr1:after {
    left: 110%;
}

.home-slider-slick .home-slider-item .home-title {
    margin-top: 10px;
}

.home-slider-slick .slick-prev,
.home-slider-slick .slick-next {
    position: absolute;
    z-index: 9;
    background: none;
    padding: 19px 5px;
    border: 1px solid #fff;
    width: 40px;
    height: 80px;
    box-sizing: border-box;
    border-radius: 2px;
}

.home-slider-slick .slick-prev:hover,
.home-slider-slick .slick-next:hover {
    background: #fff;
}

.home-slider-slick .slick-prev:hover:before,
.home-slider-slick .slick-next:hover:before {
    color: #885fbf;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.home-slider-slick .slick-prev {
    left: 20px;
}

.home-slider-slick .slick-next {
    right: 20px;
}

button.bk-now {
    background: inherit;
    border: none;
    color: #fff;
}

header.hp_7 nav > ul > li > a .menu-toggler,
header.hp-2 nav > ul > li > a .menu-toggler,
header.hp1 nav > ul > li > a .menu-toggler,
header .bottom-header nav > ul > li > a .menu-toggler {
    font-size: 10px;
    vertical-align: text-top;
    line-height: 19px;
    font-weight: 400;
}

.resot-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-container {
    width: 100%;
    position: relative;
}

.video-container img {
    width: 100%;
    height: auto;
}

.video-captions-container {
    background-color: rgba(36, 16, 67, 0.45);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.video-caption {
    white-space: nowrap;
    font-size: 30px;
    line-height: 38px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    letter-spacing: 0px;
    font-family: "Roboto Slab";
    text-transform: uppercase;
}

.video-text {
    white-space: nowrap;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    letter-spacing: 0px;
    font-family: Roboto;
    text-transform: uppercase;
    margin: 10px 0;
}

.slick-track {
    min-width: 100%;
}

.form-message-container {
    padding: 15px 15px;
    font-size: 20px;
    background: #fff;
    font-family: 'Roboto Slab';
}

.testimonial-sec .container div:last-of-type {
    margin-bottom: 0;
}

.h2, .h3, .h4, h1, h2, h3 {
    font-family: "Roboto Slab", sans-serif;
}

header.pb {
    background: #fff;
}


nav ul ul li a,
.src-book li a,
nav ul li a,
header .social-links li a,
header .cont-list li {
    color: #262626;
}

.src-book li a:hover,
header .social-links li a:hover,
header a:hover {
    color: #00a1b4;
}

header a:hover {
    color: #8e7d6f;
}

.src-book,
.cont-list li,
.top-header {
    border-color: rgba(0, 0, 0, 0.2);
}

.about-text ul {
    padding-left: 20px;
}

.about-text ul li {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 24px;
    list-style: disc;
}

.bottom-footer .info-lst li a {
    border: none;
    color: #9aa0ad;
}

.bottom-footer .info-lst li a:hover {
    color: #00bbd3;
}

@font-face {
    font-display: swap;
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/fa-brands-400.eot");
    src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa-viber:before {
    content: "\f409";
}

.pb-30 {
    padding-bottom: 30px;
}

footer .social-links ul {
    text-align: right;
}

footer .ft-logo p {
    text-align: left;
    display: block;
}

.room-details a:hover {
    color: #00a1b4;
}

.room-details:hover .room-hd .h3 a {
    color: #c1aa97;
}

.menu-bar a span {
    background: #262626;
}

.checkform .date-pick {
    z-index: 999;
}

@media only screen and (max-width: 1795px) {
    .src-book img {
        display: none;
    }

    nav ul li {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 1280px) {
    .home-slider-slick .home-slider-item {
        height: auto;
    }
}

@media only screen and (max-width: 1500px) and (min-width: 1201px) {
    header .ft-logo {
        width: auto;
    }

    header .ft-logo img {
        width: 150px;
    }

    header .ft-logo p {
        display: flex;
        align-items: center;
    }

    .src-book li {
        padding-left: 0;
        padding-top: 24.5px;
    }

    .src-book li a {
        font-size: 13px;
        line-height: 29px;
    }

    .bottom-header .ft-logo {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 768px) {

    .sec-title > h1 {
        font-size: 26px;
    }

    .map-container div {
        width: 100%;
    }

    .home-slider-slick .slick-prev, .home-slider-slick .slick-next {
        display: none !important;
    }

    .home-slider-slick .home-slider-item {
        height: auto;
        overflow-y: hidden;
        position: relative;
    }

    .home-slider-slick .home-slider-item .home-caption.lyr1:before,
    .home-slider-slick .home-slider-item .home-caption.lyr1:after {
        display: none;
    }

    .home-slider-slick .home-slider-item .home-title {
        font-size: 28px;
    }

    .home-slider-slick .home-slider-item .home-title {
        margin-top: 0;
    }

    .video-container {
        overflow: hidden;
        height: 205px;
        text-align: center;
    }

    .video-container img {
        height: 100%;
        width: auto;
    }

    .about-text > h3 {
        font-size: 20px;
    }

    .navigations ul li.menu-item-has-children > a:before {
        display: none;
    }

    .navigations ul li.menu-item-has-children > a {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .navigations ul li.menu-item-has-children > a i {
        font-size: 14px;
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 480px) {

    .cont-list li.header-weather {
        display: none;
    }

    header .social-links li.header-email {
        margin-right: 0;
    }

    header .social-links li.header-phones {
        display: none;
    }

    header .social-links {
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        padding-right: 0;
    }

    .cont-list li {
        font-size: 14px;
    }

    .header-phones-bottom a {
        color: #262626;
    }

    .header-phones-bottom {
        display: block;
        margin-top: 10px;
        text-align: center;
        width: 100%;
    }

    .header-phones-bottom a:last-of-type {
        display: none;
    }

    .bottom-header .container-fluid {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .home-slider-slick .home-slider-item .home-title {
        font-size: 22px;
    }

}

@media only screen and (max-width: 320px) {

    .home-slider-slick .home-slider-item .home-title {
        font-size: 18px;
    }

}

header .social-links li a,
.cont-list li {
    color: #666666 !important;
    font-size: 16px;
    font-family: 'Roboto Slab';
}


/*!
 *  Line Awesome 1.1.0 by @icons_8 - https://icons8.com/line-awesome
 *  License - https://icons8.com/good-boy-license/ (Font: SIL OFL 1.1, CSS: MIT License)
 *
 * Made with love by Icons8 [ https://icons8.com/ ] using FontCustom [ https://github.com/FontCustom/fontcustom ]
 *
 * Contacts:
 *    [ https://icons8.com/contact ]
 *
 * Follow Icon8 on
 *    Twitter [ https://twitter.com/icons_8 ]
 *    Facebook [ https://www.facebook.com/Icons8 ]
 *    Google+ [ https://plus.google.com/+Icons8 ]
 *    GitHub [ https://github.com/icons8 ]
 */
.la {
    display: inline-block
}

@font-face {
    font-display: swap;
    font-family: LineAwesome;
    src: url(../fonts/line-awesome.eot?v=1.1.);
    src: url(../fonts/line-awesome.eot??v=1.1.#iefix) format("embedded-opentype"), url(../fonts/line-awesome.woff2?v=1.1.) format("woff2"), url(../fonts/line-awesome.woff?v=1.1.) format("woff"), url(../fonts/line-awesome.ttf?v=1.1.) format("truetype"), url(../fonts/line-awesome.svg?v=1.1.#fa) format("svg");
    font-weight: 400;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-display: swap;
        font-family: LineAwesome;
        src: url(../fonts/line-awesome.svg?v=1.1.#fa) format("svg")
    }
}

.la {
    font: normal normal normal 16px/1 LineAwesome;
    font-size: inherit;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.la-arrow-right:before {
    content: "\f121"
}

.la-arrow-up:before {
    content: "\f122"
}

.la-close:before {
    content: "\f191"
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-display: swap;
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-whatsapp:before {
    content: "\f232"
}
.menu-bar.active a span {
    background: #fff;
}

/* latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHtv4kjgoGqM7E_CfNY8HMJmAci.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHtv4kjgoGqM7E_CfNY8H0JmA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 200;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfP04WogvTobdw.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 200;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfP04WouvTo.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mogvTobdw.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mouvTo.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs1wH8RnA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs7wH8.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ogvTobdw.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ouvTo.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPk5GogvTobdw.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPk5GouvTo.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOA5WogvTobdw.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOA5WouvTo.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOc5mogvTobdw.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOc5mouvTo.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfO452ogvTobdw.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfO452ouvTo.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E3b_s1wH8RnA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E3b_s7wH8.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



/* latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 200;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3w-os6VospT4.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 200;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3w-os51os.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



/* latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks6VospT4.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks51os.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_Ass52Hs.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_DMs5.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6VospT4.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs51os.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



/* latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6VospT4.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s51os.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



/* latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s6VospT4.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s51os.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



/* latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3q-0s6VospT4.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3q-0s51os.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



/* latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3j-ws6VospT4.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3j-ws51os.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-display: swap;
    font-family: 'Merriweather';
    font-style: italic;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/merriweather/v30/u-4l0qyriQwlOrhSvowK_l5-eR7lXff1jvzRPA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-display: swap;
    font-family: 'Merriweather';
    font-style: italic;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/merriweather/v30/u-4l0qyriQwlOrhSvowK_l5-eR7lXff8jvzRPA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}



/* latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Merriweather';
    font-style: italic;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/merriweather/v30/u-4l0qyriQwlOrhSvowK_l5-eR7lXff2jvzRPA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-display: swap;
    font-family: 'Merriweather';
    font-style: italic;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/merriweather/v30/u-4l0qyriQwlOrhSvowK_l5-eR7lXff4jvw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-display: swap;
    font-family: 'Merriweather';
    font-style: italic;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/merriweather/v30/u-4m0qyriQwlOrhSvowK_l5-eRZDf-LHrw.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-display: swap;
    font-family: 'Merriweather';
    font-style: italic;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/merriweather/v30/u-4m0qyriQwlOrhSvowK_l5-eRZKf-LHrw.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}



/* latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Merriweather';
    font-style: italic;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/merriweather/v30/u-4m0qyriQwlOrhSvowK_l5-eRZAf-LHrw.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-display: swap;
    font-family: 'Merriweather';
    font-style: italic;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/merriweather/v30/u-4m0qyriQwlOrhSvowK_l5-eRZOf-I.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-display: swap;
    font-family: 'Merriweather';
    font-style: italic;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/merriweather/v30/u-4l0qyriQwlOrhSvowK_l5-eR71Wvf1jvzRPA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-display: swap;
    font-family: 'Merriweather';
    font-style: italic;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/merriweather/v30/u-4l0qyriQwlOrhSvowK_l5-eR71Wvf8jvzRPA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}



/* latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Merriweather';
    font-style: italic;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/merriweather/v30/u-4l0qyriQwlOrhSvowK_l5-eR71Wvf2jvzRPA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-display: swap;
    font-family: 'Merriweather';
    font-style: italic;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/merriweather/v30/u-4l0qyriQwlOrhSvowK_l5-eR71Wvf4jvw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-display: swap;
    font-family: 'Merriweather';
    font-style: italic;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/merriweather/v30/u-4l0qyriQwlOrhSvowK_l5-eR7NWPf1jvzRPA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-display: swap;
    font-family: 'Merriweather';
    font-style: italic;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/merriweather/v30/u-4l0qyriQwlOrhSvowK_l5-eR7NWPf8jvzRPA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Merriweather';
    font-style: italic;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/merriweather/v30/u-4l0qyriQwlOrhSvowK_l5-eR7NWPf2jvzRPA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-display: swap;
    font-family: 'Merriweather';
    font-style: italic;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/merriweather/v30/u-4l0qyriQwlOrhSvowK_l5-eR7NWPf4jvw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-display: swap;
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/merriweather/v30/u-4n0qyriQwlOrhSvowK_l521wRZVcf6lvg.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-display: swap;
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/merriweather/v30/u-4n0qyriQwlOrhSvowK_l521wRZXMf6lvg.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}



/* latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/merriweather/v30/u-4n0qyriQwlOrhSvowK_l521wRZVsf6lvg.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-display: swap;
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/merriweather/v30/u-4n0qyriQwlOrhSvowK_l521wRZWMf6.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-display: swap;
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/merriweather/v30/u-440qyriQwlOrhSvowK_l5-cSZMZ-Y.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-display: swap;
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/merriweather/v30/u-440qyriQwlOrhSvowK_l5-eCZMZ-Y.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/merriweather/v30/u-440qyriQwlOrhSvowK_l5-ciZMZ-Y.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-display: swap;
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/merriweather/v30/u-440qyriQwlOrhSvowK_l5-fCZM.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-display: swap;
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/merriweather/v30/u-4n0qyriQwlOrhSvowK_l52xwNZVcf6lvg.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-display: swap;
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/merriweather/v30/u-4n0qyriQwlOrhSvowK_l52xwNZXMf6lvg.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}



/* latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/merriweather/v30/u-4n0qyriQwlOrhSvowK_l52xwNZVsf6lvg.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-display: swap;
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/merriweather/v30/u-4n0qyriQwlOrhSvowK_l52xwNZWMf6.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-display: swap;
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/merriweather/v30/u-4n0qyriQwlOrhSvowK_l52_wFZVcf6lvg.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-display: swap;
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/merriweather/v30/u-4n0qyriQwlOrhSvowK_l52_wFZXMf6lvg.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}



/* latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/merriweather/v30/u-4n0qyriQwlOrhSvowK_l52_wFZVsf6lvg.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-display: swap;
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/merriweather/v30/u-4n0qyriQwlOrhSvowK_l52_wFZWMf6.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEz0dL_nz.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEzQdL_nz.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEz4dL_nz.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEzAdLw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc3CsTKlA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc-CsTKlA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc0CsTKlA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc6CsQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xFIzIFKw.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xMIzIFKw.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xGIzIFKw.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xIIzI.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc3CsTKlA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc-CsTKlA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc0CsTKlA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc6CsQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic3CsTKlA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic-CsTKlA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic0CsTKlA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic6CsQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc3CsTKlA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc-CsTKlA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc0CsTKlA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc6CsQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxFIzIFKw.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxMIzIFKw.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxGIzIFKw.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxIIzI.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}



/* latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}



/* latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}



/* latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfABc4EsA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}



/* latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-display: swap;
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/robotoslab/v24/BngMUXZYTXPIvIBgJJSb6ufA5qW54A.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-display: swap;
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/robotoslab/v24/BngMUXZYTXPIvIBgJJSb6ufJ5qW54A.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}



/* latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/robotoslab/v24/BngMUXZYTXPIvIBgJJSb6ufD5qW54A.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-display: swap;
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/robotoslab/v24/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-display: swap;
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/robotoslab/v24/BngMUXZYTXPIvIBgJJSb6ufA5qW54A.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-display: swap;
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/robotoslab/v24/BngMUXZYTXPIvIBgJJSb6ufJ5qW54A.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}



/* latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/robotoslab/v24/BngMUXZYTXPIvIBgJJSb6ufD5qW54A.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-display: swap;
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/robotoslab/v24/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-display: swap;
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/robotoslab/v24/BngMUXZYTXPIvIBgJJSb6ufA5qW54A.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-display: swap;
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/robotoslab/v24/BngMUXZYTXPIvIBgJJSb6ufJ5qW54A.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/robotoslab/v24/BngMUXZYTXPIvIBgJJSb6ufD5qW54A.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-display: swap;
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/robotoslab/v24/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-display: swap;
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/robotoslab/v24/BngMUXZYTXPIvIBgJJSb6ufA5qW54A.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-display: swap;
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/robotoslab/v24/BngMUXZYTXPIvIBgJJSb6ufJ5qW54A.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}



/* latin-ext */
@font-face {
    font-display: swap;
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/robotoslab/v24/BngMUXZYTXPIvIBgJJSb6ufD5qW54A.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-display: swap;
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/robotoslab/v24/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Icons */
@font-face {
    font-display: swap;
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

.copyright_sprava {
    color: #9aa0ad;
    font-size: 15px;
    line-height: 24px;
}
.copyright_sprava a {
    vertical-align: unset;
}
.copyright_sprava img {
    vertical-align: middle;
    width: 90px;
    margin-bottom: 2px;
}
