

/* Start:/local/templates/.default/components/bitrix/catalog/geography/bitrix/catalog.element/hotel2/style.css?17902590118996*/
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, 
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon, 
.fotorama__wrap--video .fotorama__arr, 
.fotorama__wrap--video .fotorama__fullscreen-icon
{
  opacity: 1 !important;
}
.fotorama__fullscreen-icon
{
  transform: none !important;
}

/*2017*/
.hotel-description-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  max-width: 100%;
}
.hotel-description-container__item p {
  text-align: left;
}
.hotel-description-container__item {
  justify-self: stretch;
}

/*2018*/
.box_video-js .video-js{
   width: 100%;
   height: 100%;
   background-color: transparent;
}
.video-js .vjs-tech {
  position: relative;
}
.hotel_information {
  display: flex;
  flex-direction: column;
}
.card__image {
  height: 64px;
  width: 64px;
  object-fit: contain;
  margin-right: 20px;
}

/* lt */
:root {
  --color-main: #06b;
  --color-alt-2: #0af4;
}
.lt__container {
  display: flex;
  flex-flow: row wrap;
}
.lt__shortinfo {
  border-bottom: 2px solid var(--color-alt-2);
  border-top: 2px solid var(--color-alt-2);
  background-color: #0af1;
  margin-top: 20px;
  padding: 16px;
  font-size: 18px;
}
.spo-sprite__container {
  display: flex;
  flex-flow: row wrap;
}
.spo-sprite__container p {
  display: flex;
  flex-direction: column;
  margin: 8px 16px 8px 0;
  padding: 8px 12px;
  border: 1px solid var(--color-alt-2);
  border-radius: 2px;
}
.spo-sprite__container p span {
  font-size: 22px;
  color: var(--color-main);
}
.spo-sprite__icon {
  background: url('/local/templates/.default/components/bitrix/news/spo2/bitrix/news.detail/.default/img/spo-icons-sprite.png');
  display: flex;
  width: 72px;
  height: 72px;
  margin: 8px 16px 8px 0;
  order: -1;
}
.spo-sprite__icon#pebble {
  background-position: calc(-90px * 17) 72px;
}
.spo-sprite__icon#sand {
  background-position: calc(-90px * 18) 72px;
}
.spo-sprite__icon#firstline {
  background-position: calc(-90px * 19) 72px;
}
.spo-sprite__icon#secondline {
  background-position: calc(-90px * 20) 72px;
}
.spo-sprite__icon#cityhotel {
  background-position: calc(-90px * 21) 72px;
}
.spo-sprite__icon#wifilobbyfree {
  background-position: calc(-90px * 22) 72px;
}
.spo-sprite__icon#wifipaid {
  background-position: calc(-90px * 23) 72px;
}
.spo-sprite__icon#wifilobbypaid {
  background-position: calc(-90px * 24) 72px;
}
.spo-sprite__icon#wifilobby {
  background-position: calc(-90px * 25) 72px;
}
.spo-sprite__icon#sandpebble {
  background-position: calc(-90px * 26) 72px;
}
.spo-sprite__icon#aircon {
  background-position: calc(-90px * 27) 72px;
}
.spo-sprite__icon#good {
  background-position: calc(-90px * 28) 72px;
}
.spo-sprite__icon#better {
  background-position: calc(-90px * 29) 72px;
}
.spo-sprite__icon#best {
  background-position: calc(-90px * 30) 72px;
}
.spo-sprite__icon#wififree {
  background-position: calc(-90px * 31) 72px;
}

.grid__container--2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
@media (max-width: 575px) {
  .grid__container--2 {
    grid-template-columns: 1fr;
  }
}
.grid__container--2 .grid__col {
  border-top: 2px solid var(--color-alt-2);
}
.grid__container--2 .grid__col ul,
.grid__container--2 .grid__col ul li {
  margin-top: 0;
  margin-bottom: 5px;
}
.iconed--md {
  padding-left: 36px;
  position: relative;
}
.iconed--md:before {
  font-family: 'Material Icons';
  font-size: 24px;
  line-height: 1;
  color: #0af8;
  direction: ltr;
  position: absolute;
  left: 0;
  top: 12px;
  content: 'face';
}
.iconed--md.LT_KIDS:before {
  content: 'child_friendly';
}
.iconed--md.LT_ROOM_FACILITIES:before {
  content: 'hotel';
}
.iconed--md.LT_ATTRACTIONS:before {
  content: 'golf_course';
}
.iconed--md.LT_TERRITORY:before {
  content: 'business';
}


/*resizable*/
[class*="resize"] {
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
  margin-bottom: 10px;
  z-index: 1;
}
[class*="resize"]:after {
  content: '';
  width: 100%;
  height: 30px;
  background: #fff;
  position: absolute;
  bottom: 0;
  z-index: 0;
}
.toggleResize {
  position: absolute;
  z-index: 2;
  bottom: 0;
  padding: 4px 8px;
  background-color: #0af2;
  border: none;
  border-radius: 2px;
  text-transform: uppercase;
  color: #0af;
  font: 11px "Open Sans", sans-serif;
  letter-spacing: 0.05em;
  cursor: pointer;
}


/* gallery */
section {
  width: 100%;
}
.lt__container .gallery__container {
  width: 100%;
}
.lt__container .gallery--default .gallery__nav {
  bottom: unset;
}
.lt__container .gallery--default .gallery__nav:nth-child(1) {
  left: 0.2rem;
}
.lt__container .gallery--default .gallery__nav:nth-child(2) {
  right: 0.2rem;
}
.lt__container .gallery--default .slides__item img{
  width:  100%;
  display: block;
  max-width:  100%;
  object-fit:  cover;
  max-height: unset;
}
.lt__container .gallery__head,
.lt__container .gallery__screen {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
}
.lt__container .gallery__screen {
  height: 450px;
  overflow: hidden;
}
.lt__container .gallery--default .gallery__nav {
  z-index: 1;
  position: absolute;
  top: 17rem;
  padding: 0;
  display: inline-flex;
  border-radius:  2px;
  font-size: 48px;
  text-shadow: 0 0 32px #135, 0 0 4px #135;
  color: #fff;
  cursor: pointer;
  transition: ease-out 0.3s;
  bottom: unset;
  background: unset;
}
.lt__container .gallery__nav .material-icons {
  font-size: inherit;
}
.lt__container .gallery__nav:hover {
  padding: 0;
  margin-right: -20px;
  font-size: 56px;
  transition: ease-out 0.3s;
}
.gallery__nav i {
    font-size: 2em !important;
}
.lt__container .gallery__nav:nth-child(1) {
  left: 1.5rem;
}
.lt__container .gallery__nav:nth-child(2) {
  right: 1.5rem;
}
.lt__container .gallery__nav:nth-child(1):hover {
  margin-left: -20px;
  margin-right: unset;
}
.lt__container .slides__item {
  display: none;
  position: relative;
  padding:  0;
  width:  100%;
  height:  100%;
  animation: fadeIn 0.3s ease-out;
  -webkit-animation: fadeIn 0.3s ease-out;
}
.lt__container .slides__item:first-of-type {
  display: block;
}
.lt__container .dot__wrapper {
  position: relative;
  display: block;
  height: 4.5rem;
}
@media(max-width: 575px) {
  .dot__wrapper {
    height: 3rem;
  }
}
.lt__container .dot__bar {
  height: 0.3rem;
  position: absolute;
  top: 0;
  background: linear-gradient(to right, var(--color-main), var(--color-alt));
  transition: 0.5s;
  box-shadow: 0 0 8px var(--color-main), 0 0 4px var(--color-bg);
}
.lt__container .gallery__dots {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-gap: 0.2rem;
  margin-top: 0.2rem;
  font-size: 0;
}
.lt__container .slides__dot {
  max-width: 100%;
  overflow: hidden;
  opacity: 0.6;
  cursor: pointer;
}
.lt__container .slides__dot:hover {
  opacity: 1 !important;
  border-bottom: 0.5rem solid var(--color-black);
  transition: opacity ease-out 0.3s;
}
.lt__container .dot--active {
  opacity: 1;
  border-bottom: 0.5rem solid var(--color) !important;
  cursor: unset;
}
.lt__container .gallery__dots img {
  width: 100%;
  height: 4.5rem;
  border-radius: 0.2rem;
  object-fit:  cover;
}
.lt__container .gallery__caption--default {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font: 900 2rem 'Open Sans', sans-serif;
  color: #fff;
  line-height: 1.1;
  text-shadow: 0 0 8px var(--color-main), 0 0 4px var(--color-bg);
}
@media (max-width: 575px) {
  .lt__container .gallery__dots {
    grid-template-columns: repeat(5, 1fr);
  }
  .gallery__dots img {
    height: 3rem;
  }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* header */
.h1__stars-container {
  margin-top: -15px;
  display: block;
  text-align: left !important;
}
.lt__header .h1__stars-container > i {
  color: #0af8 !important;
  font-size: 24px !important;
}
.lt__header {
  display: grid;
  grid-template-columns: 1fr 7.5rem 11rem;
  grid-gap: 1rem;
}
.header__rating {
  margin: 0;
  align-self: center;
  padding: 5px 15px;
  line-height: 1.2;
  border: 1px solid #0af2;
  background-color: #0af1;
  border-radius: 2px;
}
.header__rating span {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0af;
}
.lt__header .form__button-blue span {
  font-size: 14px;
}
.lt__header .form__button-blue {
  align-self: center;
  padding: 8px;
  box-sizing: border-box;
}
@media(max-width: 575px) {
  .lt__header {
    grid-template-areas:
      "a a"
      "b c";
    grid-template-columns: 7.5rem 1fr;
    grid-gap: 0.5rem;
    margin-bottom: 10px;
  }
  .lt__header h1 {
    font-size: 1.8rem !important;
  }
  .header__rating span {
    font-size: 1.8rem;
  }
  .lt__header div:nth-child(1) {
    grid-area: a;
  }
  .lt__header div:nth-child(3) {
    grid-area: c;
  }
  .lt__header div:nth-child(2) {
    grid-area: b;
  }
  .lt__header .form__button-blue {
    align-self: stretch;
    padding: 12px;
  }
}

.grid__item-main {
  max-width: 100%;
  overflow: hidden;
}
/* End */


/* Start:/local/js/fotorama/fotorama.css?179025901117794*/
/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after, .fotorama__fullscreen-icon:focus:after, .fotorama__html, .fotorama__img, .fotorama__nav__frame:focus .fotorama__dot:after, .fotorama__nav__frame:focus .fotorama__thumb:after, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.fotorama--fullscreen, .fotorama__img {
    max-width: 99999px!important;
    max-height: 99999px!important;
    min-width: 0!important;
    min-height: 0!important;
    border-radius: 0!important;
    box-shadow: none!important;
    padding: 0!important;
}
.fotorama__wrap .fotorama__grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.fotorama__grabbing * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}
.fotorama__spinner {
    position: absolute!important;
    top: 50%!important;
    left: 50%!important;
}
.fotorama__wrap--css3 .fotorama__arr, .fotorama__wrap--css3 .fotorama__fullscreen-icon, .fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border, .fotorama__wrap--css3 .fotorama__video-close, .fotorama__wrap--css3 .fotorama__video-play {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.fotorama__caption, .fotorama__nav:after, .fotorama__nav:before, .fotorama__stage:after, .fotorama__stage:before, .fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__nav, .fotorama__wrap--css3 .fotorama__spinner, .fotorama__wrap--css3 .fotorama__stage, .fotorama__wrap--css3 .fotorama__stage .fotorama__img, .fotorama__wrap--css3 .fotorama__stage__frame {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.fotorama__arr:focus, .fotorama__fullscreen-icon:focus, .fotorama__nav__frame {
    outline: 0;
}
.fotorama__arr:focus:after, .fotorama__fullscreen-icon:focus:after, .fotorama__nav__frame:focus .fotorama__dot:after, .fotorama__nav__frame:focus .fotorama__thumb:after {
    content: '';
    border-radius: inherit;
    background-color: rgba(0, 175, 234, .5);
}
.fotorama__wrap--video .fotorama__stage, .fotorama__wrap--video .fotorama__stage__frame--video, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img, .fotorama__wrap--video .fotorama__stage__shaft {
    -webkit-transform: none!important;
    transform: none!important;
}
.fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border {
    transition-property: -webkit-transform, width;
    transition-property: transform, width;
    transition-timing-function: cubic-bezier(0.1, 0, .25, 1);
    transition-duration: 0ms;
}
.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__no-select, .fotorama__video-close, .fotorama__video-play, .fotorama__wrap {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fotorama__select {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.fotorama__nav, .fotorama__nav__frame {
    margin: auto;
    padding: 0;
}
.fotorama__caption__wrap, .fotorama__nav__frame, .fotorama__nav__shaft {
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
	/* margin-bottom:32px; */
    /* margin-left:22px; */
}
.fotorama__nav__frame, .fotorama__thumb-border {
    box-sizing: content-box;
}
.fotorama__caption__wrap {
    box-sizing: border-box;
}
.fotorama--hidden, .fotorama__load {
    position: absolute;
    left: -99999px;
    top: -99999px;
    z-index: -1;
}
.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__nav, .fotorama__nav__frame, .fotorama__nav__shaft, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video-close, .fotorama__video-play {
    -webkit-tap-highlight-color: transparent;
}
.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
    background: url(/local/js/fotorama/fotorama.png) no-repeat;
}
@media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:2dppx) {
    .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
    background: url(/local/js/fotorama/fotorama@2x.png) 0 0/96px 160px no-repeat;
}
}.fotorama__thumb {
    background-color: #7f7f7f;
    background-color: rgba(127, 127, 127, .2);
}
@media print {
    .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__thumb-border, .fotorama__video-close, .fotorama__video-play {
    background: none!important;
}
}.fotorama {
    min-width: 1px;
    overflow: hidden;
}
.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child) {
    display: none;
}
.fullscreen {
    width: 100%!important;
    height: 100%!important;
    max-width: 100%!important;
    max-height: 100%!important;
    margin: 0!important;
    padding: 0!important;
    overflow: hidden!important;
    background: #000;
}
.fotorama--fullscreen {
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    right: 0!important;
    bottom: 0!important;
    float: none!important;
    z-index: 2147483647!important;
    background: #000;
    width: 100%!important;
    height: 100%!important;
    margin: 0!important;
}
.fotorama--fullscreen .fotorama__nav, .fotorama--fullscreen .fotorama__stage {
    background: #000;
}
.fotorama__wrap {
    -webkit-text-size-adjust: 100%;
    position: relative;
    direction: ltr;
    z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
    direction: rtl;
}
.fotorama__nav, .fotorama__stage {
    overflow: hidden;
    position: relative;
    max-width: 100%}
.fotorama__wrap--pan-y {
    -ms-touch-action: pan-y;
}
.fotorama__wrap .fotorama__pointer {
    cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
    opacity: 1!important;
}
.fotorama__stage__frame {
    overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
    z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
    display: none;
}
.fotorama__wrap--fade .fotorama__fade-front, .fotorama__wrap--fade .fotorama__fade-rear, .fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
    display: block;
    left: 0;
    top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
    z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
    z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
    z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
    display: none;
}
.fotorama__img {
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    border: none!important;
}
.fotorama__error .fotorama__img, .fotorama__loaded .fotorama__img {
    -ms-filter: "alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img, .fotorama__img--full {
    display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
    display: block;
}
.fotorama__wrap--only-active .fotorama__nav, .fotorama__wrap--only-active .fotorama__stage {
    max-width: 99999px!important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
    visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
    visibility: visible;
}
.fotorama__nav {
    font-size: 0;
    line-height: 0;
    text-align: center;
    display: none;
    white-space: nowrap;
    z-index: 5;
}
.fotorama__nav__shaft {
    position: relative;
    left: 0;
    top: 0;
    text-align: left;
}
.fotorama__nav__frame {
    position: relative;
    cursor: pointer;
}
.fotorama__nav--dots {
    display: block;
}
.fotorama__nav--dots .fotorama__nav__frame {
    width: 18px;
    height: 30px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb, .fotorama__nav--dots .fotorama__thumb-border {
    display: none;
}
.fotorama__nav--thumbs {
    display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
    padding-left: 0!important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
    padding-right: 0!important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
    display: none;
}
.fotorama__dot {
    display: block;
    width: 4px;
    height: 4px;
    position: relative;
    top: 12px;
    left: 6px;
    border-radius: 6px;
    border: 1px solid #7f7f7f;
}
.fotorama__nav__frame:focus .fotorama__dot:after {
    padding: 1px;
    top: -1px;
    left: -1px;
}
.fotorama__nav__frame.fotorama__active .fotorama__dot {
    width: 0;
    height: 0;
    border-width: 3px;
}
.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
    padding: 3px;
    top: -3px;
    left: -3px;
}
.fotorama__thumb {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%}
.fotorama__nav__frame:focus .fotorama__thumb {
    z-index: 2;
}
.fotorama__thumb-border {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    border-style: solid;
    border-color: #00afea;
    background-image: linear-gradient(to bottom right, rgba(255, 255, 255, .25), rgba(64, 64, 64, .1));
}
.fotorama__caption {
    position: absolute;
    z-index: 12;
    bottom: 35px;
    left: 20px;
    right: 0;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
}
.fotorama__caption a {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid;
    border-color: rgba(0, 0, 0, .5);
}
.fotorama__caption a:hover {
    color: #333;
    border-color: rgba(51, 51, 51, .5);
}
.fotorama__wrap--rtl .fotorama__caption {
    left: auto;
    right: 0;
}
.fotorama__wrap--no-captions .fotorama__caption, .fotorama__wrap--video .fotorama__caption {
    display: none;
}
.fotorama__caption__wrap {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    padding: 5px 10px;
}
@-webkit-keyframes spinner {
    0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}@keyframes spinner {
    0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}.fotorama__wrap--css3 .fotorama__spinner {
    -webkit-animation: spinner 24s infinite linear;
    animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__stage .fotorama__img {
    transition-property: opacity;
    transition-timing-function: linear;
    transition-duration: .3s;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
.fotorama__select {
    cursor: auto;
}
.fotorama__video {
    top: 32px;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 10;
}
@-moz-document url-prefix() {
    .fotorama__active {
    box-shadow: 0 0 0 transparent;
}
}.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
    position: absolute;
    z-index: 11;
    cursor: pointer;
}
.fotorama__arr {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: -16px;
}
.fotorama__arr--prev {
    left: 2px;
    background-position: 0 0;
}
.fotorama__arr--next {
    right: 2px;
    background-position: -32px 0;
}
.fotorama__arr--disabled {
    pointer-events: none;
    cursor: default;
    *display: none;
    opacity: .1;
}
.fotorama__fullscreen-icon {
    width: 32px;
    height: 32px;
    top: 2px;
    right: 2px;
    background-position: 0 -32px;
    z-index: 20;
}
.fotorama__arr:focus, .fotorama__fullscreen-icon:focus {
    border-radius: 50%}
.fotorama--fullscreen .fotorama__fullscreen-icon {
    background-position: -32px -32px;
}
.fotorama__video-play {
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    margin-left: -48px;
    margin-top: -48px;
    background-position: 0 -64px;
    opacity: 0;
}
.fotorama__wrap--css2 .fotorama__video-play, .fotorama__wrap--video .fotorama__stage .fotorama__video-play {
    display: none;
}
.fotorama__error .fotorama__video-play, .fotorama__loaded .fotorama__video-play, .fotorama__nav__frame .fotorama__video-play {
    opacity: 1;
    display: block;
}
.fotorama__nav__frame .fotorama__video-play {
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
    background-position: -64px -32px;
}
.fotorama__video-close {
    width: 32px;
    height: 32px;
    top: 0;
    right: 0;
    background-position: -64px 0;
    z-index: 20;
    opacity: 0;
}
.fotorama__wrap--css2 .fotorama__video-close {
    display: none;
}
.fotorama__wrap--css3 .fotorama__video-close {
    -webkit-transform: translate3d(32px, -32px, 0);
    transform: translate3d(32px, -32px, 0);
}
.fotorama__wrap--video .fotorama__video-close {
    display: block;
    opacity: 1;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
    opacity: 1;
}
.fotorama__wrap--video .fotorama__arr, .fotorama__wrap--video .fotorama__fullscreen-icon {
    opacity: 0!important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus, .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
    display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr, .fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
    display: none!important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
    -webkit-transform: translate3d(32px, -32px, 0);
    transform: translate3d(32px, -32px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
    -webkit-transform: translate3d(-48px, 0, 0);
    transform: translate3d(-48px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
    -webkit-transform: translate3d(48px, 0, 0);
    transform: translate3d(48px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
    -webkit-transform: translate3d(32px, -32px, 0)!important;
    transform: translate3d(32px, -32px, 0)!important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
    -webkit-transform: translate3d(-48px, 0, 0)!important;
    transform: translate3d(-48px, 0, 0)!important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
    -webkit-transform: translate3d(48px, 0, 0)!important;
    transform: translate3d(48px, 0, 0)!important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus), .fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus), .fotorama__wrap--css3 .fotorama__video-close:not(:focus), .fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
    transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
    transition-duration: .3s;
}
/* .fotorama__nav:after, .fotorama__nav:before, .fotorama__stage:after, .fotorama__stage:before {
    content: "";
    display: block;
    position: absolute;
    text-decoration: none;
    top: 0;
    bottom: 0;
    width: 10px;
    height: auto;
    z-index: 10;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: 1px 100%, 5px 100%} */
.fotorama__nav:before, .fotorama__stage:before {
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, .4), transparent);
    background-position: 0 0, 0 0;
    left: -10px;
}
.fotorama__nav.fotorama__shadows--left:before, .fotorama__stage.fotorama__shadows--left:before {
    left: 0;
}
.fotorama__nav:after, .fotorama__stage:after {
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, .4), transparent);
    background-position: 100% 0, 100% 0;
    right: -10px;
}
.fotorama__nav.fotorama__shadows--right:after, .fotorama__stage.fotorama__shadows--right:after {
    right: 0;
}
.fotorama--fullscreen .fotorama__nav:after, .fotorama--fullscreen .fotorama__nav:before, .fotorama--fullscreen .fotorama__stage:after, .fotorama--fullscreen .fotorama__stage:before, .fotorama__wrap--fade .fotorama__stage:after, .fotorama__wrap--fade .fotorama__stage:before, .fotorama__wrap--no-shadows .fotorama__nav:after, .fotorama__wrap--no-shadows .fotorama__nav:before, .fotorama__wrap--no-shadows .fotorama__stage:after, .fotorama__wrap--no-shadows .fotorama__stage:before {
    display: none;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/search.form/search_template/style.css?17902590111117*/
.search_name_all {
	border: 1px solid #79a1cd;
	border-radius: 3px;
	box-sizing: border-box;
	width: 154px;
	padding: 7px 11px 8px 13px;
	margin-left: 0px;
	float: left;
	margin-right: 4px;
	margin-bottom: 7px;
	color: #034ea2;
	font-family: 'open_sanslight';
	letter-spacing: 2px;
	font-size: 13px;
}
.but_search_all {
	border: 0px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url('/local/templates/.default/components/bitrix/search.form/search_template/images/search_new.png');
	height: 35px;
	width: 35px;
	cursor: pointer;
}
.form-search__input::-webkit-input-placeholder
{
  font-weight: 400;
  font-size: 13px;
  color: rgba(17, 51, 85, .5) !important;
} 
.form-search__input::-moz-placeholder
{
  font-weight: 400;
  font-size: 13px;
  color: rgba(17, 51, 85, .5) !important;
}

/*2017*/
.form-search {
	display: grid;
	grid-template-columns: 1fr 44px;
}
.form-search__input, .form-search__button {
	display: flex;
	margin-bottom: 0px !important;
}
.form__button-blue.form-search__button {
	width: auto;
	padding: 4px;
	height: 36px;
	margin-left: 8px;
}
.form__button-blue.form-search__button i{
	left: 2px;
	top: 0;
}
.form-search__input {

}
/* End */


/* Start:/local/components/well/order_form_spo2/templates/spo2/style.css?1790259011380*/
.notetext{
	color: green;
	text-align: center;
	font-size: 20px;
	padding-bottom: 20px;
}

#content .exclusive_tours_block.detail div.agreement{
	letter-spacing:normal;
	color: #135;
	font-size: 11px;
	text-align:center;
	display: block;
	font-family: "Open Sans","Arial",sans-serif;
	margin: 15px 0 10px;
}
#content .exclusive_tours_block.detail div.agreement a{
	color: #0af;
}

/* End */
/* /local/templates/.default/components/bitrix/catalog/geography/bitrix/catalog.element/hotel2/style.css?17902590118996 */
/* /local/js/fotorama/fotorama.css?179025901117794 */
/* /local/templates/.default/components/bitrix/search.form/search_template/style.css?17902590111117 */
/* /local/components/well/order_form_spo2/templates/spo2/style.css?1790259011380 */
