:root {
    --main-font: "Raleway", sans-serif;
    --secondary-font: "Roboto Slab", sans-serif;
    --main-color: #474747;
    --secondary-color: #122d3b;
    --accent-color: #165d68;
    --secondary-accent-color: #e8c599;
    --light-color: #faf9f9
    }
.splide__container {
    box-sizing: border-box;
    position: relative
    }
.splide__list {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important
    }
.splide.is-initialized:not(.is-active) .splide__list {
    display: block
    }
.splide__pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    pointer-events: none
    }
.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto
    }
.splide:not(.is-overflow) .splide__pagination {
    display: none
    }
.splide__progress__bar {
    width: 0
    }
.splide {
    position: relative;
    visibility: hidden
    }
.splide.is-initialized, .splide.is-rendered {
    visibility: visible
    }
.splide__slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative
    }
.splide__slide img {
    vertical-align: bottom
    }
.splide__spinner {
    -webkit-animation: splide-loading 1s linear infinite;
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
    }
.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
    }
.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
    display: none
    }
.splide__toggle.is-active .splide__toggle__pause {
    display: inline
    }
.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0
    }
@-webkit-keyframes splide-loading {
    0% {
        transform: rotate(0)
        } to {
        transform: rotate(1turn)
        }
    }
@keyframes splide-loading {
    0% {
        transform: rotate(0)
        } to {
        transform: rotate(1turn)
        }
    }
.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none
    }
.splide__track--fade > .splide__list > .splide__slide {
    margin: 0 !important;
    opacity: 0;
    z-index: 0
    }
.splide__track--fade > .splide__list > .splide__slide.is-active {
    opacity: 1;
    z-index: 1
    }
.splide--rtl {
    direction: rtl
    }
.splide__track--ttb > .splide__list {
    display: block
    }
.splide__arrow {
    align-items: center;
    background: #ccc;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 2em;
    justify-content: center;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    width: 2em;
    z-index: 1
    }
.splide__arrow svg {
    fill: #000;
    height: 1.2em;
    width: 1.2em
    }
.splide__arrow:hover:not(:disabled) {
    opacity: 0.9
    }
.splide__arrow:disabled {
    opacity: 0.3
    }
.splide__arrow:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
    }
.splide__arrow--prev {
    left: 1em
    }
.splide__arrow--prev svg {
    transform: scalex(-1)
    }
.splide__arrow--next {
    right: 1em
    }
.splide.is-focus-in .splide__arrow:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
    }
.splide__pagination {
    bottom: 0.5em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1
    }
.splide__pagination__page {
    background: #ccc;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 3px;
    opacity: 0.7;
    padding: 0;
    position: relative;
    transition: transform 0.2s linear;
    width: 8px
    }
.splide__pagination__page.is-active {
    background: #fff;
    transform: scale(1.4);
    z-index: 1
    }
.splide__pagination__page:hover {
    cursor: pointer;
    opacity: 0.9
    }
.splide__pagination__page:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
    }
.splide.is-focus-in .splide__pagination__page:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
    }
.splide__progress__bar {
    background: #ccc;
    height: 3px
    }
.splide__slide {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
    }
.splide__slide:focus {
    outline: 0
    }
@supports (outline-offset: -3px) {
    . splide__slide: focus-visible {
        outline: 3px solid #0bf;
        outline-offset: -3px
        }
    }
@media screen and (-ms-high-contrast: none) {
    .splide__slide:focus-visible {
        border: 3px solid #0bf
        }
    }
@supports (outline-offset: -3px) {
    . splide . is-focus-in . splide__slide: focus {
        outline: 3px solid #0bf;
        outline-offset: -3px
        }
    }
@media screen and (-ms-high-contrast: none) {
    .splide.is-focus-in .splide__slide:focus {
        border: 3px solid #0bf
        }
    .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
        border-color: #0bf
        }
    }
.splide__toggle {
    cursor: pointer
    }
.splide__toggle:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
    }
.splide.is-focus-in .splide__toggle:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
    }
.splide__track--nav > .splide__list > .splide__slide {
    border: 3px solid transparent;
    cursor: pointer
    }
.splide__track--nav > .splide__list > .splide__slide.is-active {
    border: 3px solid #000
    }
.splide__arrows--rtl .splide__arrow--prev {
    left: auto;
    right: 1em
    }
.splide__arrows--rtl .splide__arrow--prev svg {
    transform: scalex(1)
    }
.splide__arrows--rtl .splide__arrow--next {
    left: 1em;
    right: auto
    }
.splide__arrows--rtl .splide__arrow--next svg {
    transform: scalex(-1)
    }
.splide__arrows--ttb .splide__arrow {
    left: 50%;
    transform: translate(-50%)
    }
.splide__arrows--ttb .splide__arrow--prev {
    top: 1em
    }
.splide__arrows--ttb .splide__arrow--prev svg {
    transform: rotate(-90deg)
    }
.splide__arrows--ttb .splide__arrow--next {
    bottom: 1em;
    top: auto
    }
.splide__arrows--ttb .splide__arrow--next svg {
    transform: rotate(90deg)
    }
.splide__pagination--ttb {
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: auto;
    padding: 1em 0;
    right: 0.5em;
    top: 0
    }
.tr-header {
    align-items: center;
    background-color: #333;
    display: flex;
    font-weight: 700;
    height: 90px;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px
    }
@media only screen and (max-width: 1024px) {
    .tr-header {
        height: 60px
        }
    }
.tr-header a {
    color: #fff;
    transition: color 0.3s ease-in-out
    }
.tr-header a:hover {
    color: #d3b456
    }
.tr-header__title {
    font-size: 30px
    }
@media only screen and (max-width: 767px) {
    .tr-header__title {
        font-size: 20px
        }
    }
.tr-header__links {
    font-size: 16px;
    text-transform: uppercase
    }
.tr-blog-post {
    display: flex;
    justify-content: center;
    margin: 20px 10px
    }
@media only screen and (max-width: 1024px) {
    .tr-blog-post {
        display: block;
        margin: 20px 30px
        }
    }
@media only screen and (max-width: 767px) {
    .tr-blog-post {
        margin: 20px 15px
        }
    }
.tr-blog-post__inner {
    margin: 0 30px;
    max-width: 800px
    }
@media only screen and (max-width: 1024px) {
    .tr-blog-post__inner {
        margin: 0 auto
        }
    }
.blog-sidebar {
    max-width: 375px;
    min-width: 250px;
    padding: 0 10px;
    width: 100%
    }
@media only screen and (max-width: 1024px) {
    .blog-sidebar {
        min-width: 100%
        }
    }
.tr-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 5px
    }
.tr-form input {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    font-size: 14px;
    height: auto;
    padding: 12px 10px 12px 35px
    }
@media only screen and (max-width: 1024px) {
    .tr-form input {
        font-size: 12px
        }
    }
@media only screen and (max-width: 729px) {
    .tr-form input {
        font-size: 14px
        }
    }
.tr-form {
    border: 1px solid var(--main-color);
    border-radius: 4px;
    max-width: 800px;
    padding: 15px 10px
    }
@media only screen and (max-width: 1024px) {
    .tr-form {
        margin: 0 auto
        }
    }
.tr-form__head {
    margin-bottom: 20px;
    margin-top: 10px
    }
.tr-form__title {
    color: var(--secondary-color);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center
    }
@media only screen and (max-width: 1024px) {
    .tr-form__title {
        font-size: 22px
        }
    }
@media only screen and (max-width: 729px) {
    .tr-form__title {
        font-size: 24px
        }
    }
.tr-form__row {
    align-items: center;
    display: flex;
    position: relative
    }
.tr-form__row .tr-form__row-input--br {
    border-radius: 6px 6px 0 0
    }
.tr-form__row-icon {
    left: 9px;
    position: absolute;
    top: 12px;
    width: 15px
    }
.tr-form__row-input {
    width: 100%
    }
.tr-form__btn {
    background-color: var(--accent-color);
    border-radius: 0 0 6px 6px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 20px;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    text-transform: uppercase
    }
.tr-widget-author {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 10px 0;
    padding: 10px;
    position: relative
    }
.tr-widget-author:after {
    clear: both;
    content: "";
    display: block
    }
.tr-widget-author__image {
    float: left;
    margin-right: 10px;
    width: 150px
    }
.tr-widget-author .author-description {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px
    }
body {
    box-sizing: border-box;
    color: #474747;
    font-family: Raleway, sans-serif;
    font-size: 16px
    }
h1, h2, h3, h4, h5, h6, p, ul {
    margin: 0;
    padding: 0
    }
.tr-container {
    max-width: 1240px;
    padding: 0 15px;
    width: 100%
    }
.trawell-main--with-form {
    gap: 60px
    }
@media only screen and (max-width: 767px) {
    .trawell-main--with-form {
        flex-direction: column
        }
    }
.trawell-item {
    margin-bottom: 40px
    }
.trawell-item .hotel-name {
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: center
    }
@media only screen and (max-width: 767px) {
    .trawell-item .hotel-name {
        font-size: 32px
        }
    }
.trawell-item .hotel-address {
    font-size: 18px;
    padding-bottom: 20px;
    text-align: center
    }
.trawell-item span.entry-image {
    cursor: pointer;
    overflow: hidden
    }
.trawell-item span.entry-image:hover img {
    -webkit-transform: scale(1.1)
    }
.trawell-item span.entry-image img {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    top: 0;
    -webkit-transform: translatez(0);
    transition: transform 0.45s;
    width: 100%;
    will-change: transform
    }
.trawell-cover, .trawell-cover-item {
    height: 350px !important
    }
.linka {
    cursor: pointer;
    transition: 0.3s ease
    }
.linka:hover {
    opacity: 0.75
    }
.js-btn-show-prices {
    cursor: pointer
    }
#av-form-cl {
    margin-bottom: 20px
    }
@media (min-width: 1260px) {
    .trawell-sidebar {
        margin-left: 10px !important;
        padding-left: 10px !important
        }
    }
.tr-footer {
    background-color: #333;
    color: #999;
    padding: 60px 0
    }
@media only screen and (max-width: 767px) {
    .tr-footer {
        padding: 30px 0
        }
    }
.tr-footer__list {
    display: flex
    }
@media only screen and (max-width: 767px) {
    .tr-footer__list {
        display: block;
        text-align: center
        }
    }
.tr-footer__items {
    display: flex
    }
@media only screen and (max-width: 767px) {
    .tr-footer__items {
        justify-content: center
        }
    }
.tr-footer__item {
    font-size: 36px;
    margin: auto 5px
    }
.tr-footer__text {
    font-size: 14px;
    margin: auto 5px
    }
.tr-footer__copyright {
    font-size: 12px;
    padding-top: 20px;
    text-align: center
    }
@media only screen and (max-width: 767px) {
    .tr-footer__copyright {
        padding: 5px
        }
    }
[data-lk] {
    cursor: pointer
    }
.menu-main > li > span {
    color: #474747;
    display: block;
    padding: 15px 0
    }
.menu-main > li > span:hover {
    color: #277a87
    }