.catalog-nav .nav-link.active{color:#fcc833}.catalog-nav ul#countryRegions,.catalog-nav ul#cityRegions{padding-left:0;margin:0;list-style:none}.catalog-nav ul#countryRegions li,.catalog-nav ul#cityRegions li{list-style:none}.catalog-nav ul#countryRegions li a,.catalog-nav ul#cityRegions li a{white-space:initial !important;color:#004199;font-weight:300}.map{width:100%;height:400px}.gallery{width:100%;height:150px}.gallery .swiper-slide{overflow:hidden}.gallery .swiper-slide img{object-fit:cover;width:100%;height:100%;flex-grow:0}.main-image{max-height:250px;overflow:hidden}.catalog-weather{font-size:2rem;text-align:center;padding:10px 0}.catalog-weather .meteocon{color:#fcc833}.catalog-weather .temp{color:#004199}.hotels-history{min-height:100px}.meteocon{position:relative;top:1px;display:inline-block;font-family:'MeteoconsRegular';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.meteocon-01d:before{content:"B"}.meteocon-01n:before{content:"C"}.meteocon-02d:before{content:"H"}.meteocon-02n:before{content:"I"}.meteocon-03d:before{content:"N"}.meteocon-03n:before{content:"N"}.meteocon-04d:before{content:"Y"}.meteocon-04n:before{content:"Y"}.meteocon-09d:before{content:"R"}.meteocon-09n:before{content:"R"}.meteocon-10d:before{content:"Q"}.meteocon-10n:before{content:"Q"}.meteocon-11d:before{content:"0"}.meteocon-11n:before{content:"0"}.meteocon-13d:before{content:"W"}.meteocon-13n:before{content:"W"}.meteocon-50d:before{content:"J"}.meteocon-50n:before{content:"K"}
.blueimp-gallery, .blueimp-gallery > .slides > .slide > .slide-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-backface-visibility: hidden
}

.blueimp-gallery > .slides > .slide > .slide-content {
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    opacity: 1
}

.blueimp-gallery {
    position: fixed;
    z-index: 999999;
    overflow: hidden;
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    display: none;
    direction: ltr;
    -ms-touch-action: none;
    touch-action: none
}

.blueimp-gallery-carousel {
    position: relative;
    z-index: auto;
    margin: 1em auto;
    padding-bottom: 56.25%;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.blueimp-gallery-display {
    display: block;
    opacity: 1
}

.blueimp-gallery > .slides {
    position: relative;
    height: 100%;
    overflow: hidden
}

.blueimp-gallery-carousel > .slides {
    position: absolute
}

.blueimp-gallery > .slides > .slide {
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1)
}

.blueimp-gallery, .blueimp-gallery > .slides > .slide > .slide-content {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear
}

.blueimp-gallery > .slides > .slide-loading {
    background: url(//img/blueimp/blueimp/loading.gif) center no-repeat;
    background-size: 64px 64px
}

.blueimp-gallery > .slides > .slide-loading > .slide-content {
    opacity: 0
}

.blueimp-gallery > .slides > .slide-error {
    background: url(//img/blueimp/blueimp/error.png) center no-repeat
}

.blueimp-gallery > .slides > .slide-error > .slide-content {
    display: none
}

.blueimp-gallery > .prev, .blueimp-gallery > .next {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -23px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 2px #000;
    text-align: center;
    background: #222;
    background: rgba(0, 0, 0, 0.5);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: 3px solid #fff;
    border-radius: 23px;
    opacity: 0.5;
    cursor: pointer;
    display: none
}

.blueimp-gallery > .next {
    left: auto;
    right: 15px
}

.blueimp-gallery > .close {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0 40px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: .8;
  display: none;
}

.blueimp-gallery > .title {
  position: absolute;
  top: auto;
  left: 50%;
  bottom: 30px;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
  padding: .25em .5em;
  border-radius: .25em;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  background-color: rgba(0, 0, 0, .3);
  opacity: 0.8;
  display: none;
}

.blueimp-gallery > .close {
  padding: 15px;
  right: 15px;
  left: auto;
  margin: -15px;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer
}

.blueimp-gallery > .play-pause {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 15px;
    height: 15px;
    background: url(//img/blueimp/blueimp/play-pause.png) 0 0 no-repeat;
    cursor: pointer;
    opacity: 0.5;
    display: none
}

.blueimp-gallery-playing > .play-pause {
    background-position: -15px 0
}

.blueimp-gallery > .prev:hover, .blueimp-gallery > .next:hover, .blueimp-gallery > .close:hover, .blueimp-gallery > .title:hover, .blueimp-gallery > .play-pause:hover {
    color: #fff;
    opacity: 1
}

.blueimp-gallery-controls > .prev, .blueimp-gallery-controls > .next, .blueimp-gallery-controls > .close, .blueimp-gallery-controls > .title, .blueimp-gallery-controls > .play-pause {
    display: block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.blueimp-gallery-single > .prev, .blueimp-gallery-left > .prev, .blueimp-gallery-single > .next, .blueimp-gallery-right > .next, .blueimp-gallery-single > .play-pause {
    display: none
}

.blueimp-gallery > .slides > .slide > .slide-content, .blueimp-gallery > .prev, .blueimp-gallery > .next, .blueimp-gallery > .close, .blueimp-gallery > .play-pause {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body:last-child .blueimp-gallery > .slides > .slide-error {
    background-image: url(//img/blueimp/blueimp/error.svg)
}

body:last-child .blueimp-gallery > .play-pause {
    width: 20px;
    height: 20px;
    background-size: 40px 20px;
    background-image: url(//img/blueimp/blueimp/play-pause.svg)
}

body:last-child .blueimp-gallery-playing > .play-pause {
    background-position: -20px 0
}

* + html .blueimp-gallery > .slides > .slide {
    min-height: 300px
}

* + html .blueimp-gallery > .slides > .slide > .slide-content {
    position: relative
}

.blueimp-gallery > .slides > .slide-loading {
    background-image: url(/img/blueimp/loading.gif)
}

.blueimp-gallery > .slides > .slide-error {
    background-image: url(/img/blueimp/error.png)
}

.blueimp-gallery > .play-pause {
    background-image: url(/img/blueimp/play-pause.png)
}

body:last-child .blueimp-gallery > .slides > .slide-error {
    background-image: url(/img/blueimp/error.svg)
}

body:last-child .blueimp-gallery > .play-pause {
    background-image: url(/img/blueimp/play-pause.svg)
}

.blueimp-gallery a.close, .blueimp-gallery a.prev, .blueimp-gallery a.next {
    color: #fff !important
}

.blueimp-gallery .prev, .blueimp-gallery .next {
    border-color: transparent
}

.blueimp-gallery a.close:hover, .blueimp-gallery a.close:focus {
    opacity: .5 !important
}

.blueimp-gallery-carousel {
    -webkit-box-shadow: none;
    box-shadow: none
}

[dir=rtl] .blueimp-gallery {
    direction: rtl
}

[dir=rtl] .blueimp-gallery > .slides > .slide {
    float: right
}

[dir=rtl] .blueimp-gallery > .prev, [dir=rtl] .blueimp-gallery > .next {
    left: auto;
    right: 15px
}

[dir=rtl] .blueimp-gallery > .next {
    right: auto;
    left: 15px
}

[dir=rtl] .blueimp-gallery > .play-pause {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

[dir=rtl] .blueimp-gallery > .close, [dir=rtl] .blueimp-gallery > .title {
    left: auto;
    right: 15px;
    margin-right: 0;
    margin-left: 40px
}

[dir=rtl] .blueimp-gallery > .close {
    left: 15px;
    right: auto;
    margin: -15px
}

[dir=rtl] .blueimp-gallery > .play-pause {
    right: auto;
    left: 15px
}

.blueimp-gallery:not(.blueimp-gallery-carousel) {
    z-index: 1090
}

.blueimp-gallery > .description {
    position: absolute;
    top: 40px;
    left: 15px;
    color: #fff;
    display: none;
}

.blueimp-gallery-controls > .description {
    display: block;
}

.blueimp-gallery > .indicator {
    position: absolute;
    top: auto;
    right: 15px;
    bottom: 15px;
    left: 15px;
    margin: 0 40px;
    padding: 0;
    list-style: none;
    text-align: center;
    line-height: 10px;
    display: none
}

.blueimp-gallery > .indicator > li {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 6px 3px 0 3px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid transparent;
    background: #ccc;
    background: rgba(255, 255, 255, 0.25) center no-repeat;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #000;
    box-shadow: 0 0 2px #000;
    opacity: 0.5;
    cursor: pointer
}

.blueimp-gallery > .indicator > li:hover, .blueimp-gallery > .indicator > .active {
    background-color: #fff;
    border-color: #fff;
    opacity: 1
}

.blueimp-gallery > .indicator > li:after {
    opacity: 0;
    display: block;
    position: absolute;
    content: '';
    top: -5em;
    width: 75px;
    height: 75px;
    -webkit-transition: opacity 400ms ease-out, -webkit-transform 600ms ease-out;
    transition: opacity 400ms ease-out, -webkit-transform 600ms ease-out;
    transition: transform 600ms ease-out, opacity 400ms ease-out;
    transition: transform 600ms ease-out, opacity 400ms ease-out, -webkit-transform 600ms ease-out;
    -webkit-transform: translateX(-50%) translateY(0) translateZ(0px);
    transform: translateX(-50%) translateY(0) translateZ(0px);
    pointer-events: none
}

.blueimp-gallery > .indicator > li:hover:after {
    opacity: 1;
    border-radius: 50%;
    background: inherit;
    -webkit-transform: translateX(-50%) translateY(-5px) translateZ(0px);
    transform: translateX(-50%) translateY(-5px) translateZ(0px)
}

.blueimp-gallery > .indicator > .active:after {
    display: none
}

.blueimp-gallery-controls > .indicator {
    display: block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.blueimp-gallery-single > .indicator {
    display: none
}

.blueimp-gallery > .indicator {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

* + html .blueimp-gallery > .indicator > li {
    display: inline
}

